{
    "site": {
        "title": "Juan Antonio Navarro Pérez",
        "author": {
            "first": "Juan Antonio",
            "last": "Navarro Pérez"
        },
        "footer": "ノキョツ (nokyotsu)"
    },
    "page": {
        "title": "About me",
        "lang": "en",
        "date": "2024-09-28",
        "alternative_versions": [
            {
                "name": "english",
                "url": "https://nokyotsu.com/me/"
            },
            {
                "name": "español",
                "url": "https://nokyotsu.com/me/es/"
            },
            {
                "name": "json",
                "url": "https://nokyotsu.com/me/juan_en.json"
            }
        ],
        "sharing": {
            "title": "About me: Juan Antonio Navarro Pérez",
            "url": "https://nokyotsu.com/me/",
            "description": "Maths geek turned into a computer scientist---an enthusiast for the communication of science, philosophy, humanism, and stuff ... mostly stuff.",
            "image": "https://nokyotsu.com/me/juan.jpeg",
            "type": "profile"
        },
        "sections": [
            {
                "title": "Profile",
                "id": "profile",
                "html_class": "profile",
                "template": "me/profile.html.j2",
                "bio": "Maths geek turned into a computer scientist---an enthusiast for the communication of science, philosophy, humanism, and stuff ... mostly stuff.",
                "social_links": [
                    {
                        "title": "Bluesky",
                        "url": "https://bsky.app/profile/nokyotsu.me"
                    },
                    {
                        "title": "Facebook",
                        "url": "https://fb.com/navarroj"
                    },
                    {
                        "title": "Threads",
                        "url": "https://www.threads.net/@nokyotsu"
                    },
                    {
                        "title": "Medium",
                        "url": "https://medium.com/nokyotsu"
                    },
                    {
                        "title": "Instagram",
                        "url": "https://www.instagram.com/nokyotsu/"
                    },
                    {
                        "title": "GitHub",
                        "url": "https://github.com/nokyotsu"
                    },
                    {
                        "title": "LinkedIn",
                        "url": "https://www.linkedin.com/in/navarroj"
                    }
                ]
            },
            {
                "title": "Side projects",
                "id": "side-projects",
                "template": "me/stuff.html.j2",
                "description": "Links to a few things I've done in my spare time",
                "entries": [
                    {
                        "title": "My blog",
                        "url": "https://medium.com/nokyotsu",
                        "description": "Some of my random thoughts and reasoned opinions. Sporadically updated.\n"
                    },
                    {
                        "title": "Parrots, the Universe and Everything",
                        "url": "https://nokyotsu.github.io/parrots/",
                        "description": "Video and full transcript of Douglas Adams' talk about his book \"Last\nChance to See\".\n"
                    },
                    {
                        "title": "Pedazos de Carbono",
                        "url": "https://pedazosdecarbono.blogspot.com/",
                        "description": "A Spanish-language science communication blog which I co-created and\ncontributed to for 7 years. No longer updated.\n"
                    },
                    {
                        "title": "Quick Scripts",
                        "url": "https://nokyotsu.com/qscripts/",
                        "description": "A scrapbook with assorted notes and coding tidbits."
                    },
                    {
                        "title": "LaTeX Fácil",
                        "url": "https://nokyotsu.com/latex/",
                        "description": "A short introduction to LaTeX (in Spanish)."
                    },
                    {
                        "title": "My (old) blog",
                        "url": "https://navarroj.blogspot.com/",
                        "description": "My older blog with content from 2006--2015. No longer updated.\n"
                    }
                ]
            },
            {
                "title": "Professional bio",
                "id": "professional-bio",
                "template": "me/bio.html.j2",
                "content": "I got a degree in mathematics from [Universidad de las Américas\nPuebla][udlap] and a PhD in computer science from [The University of\nManchester][manchester].\n\nAs a postdoctoral researcher, I worked at the [Max Planck Institute for\nSoftware Systems][mpi-sws] and the [Technische Universität München][tum],\nwhere I developed applications of automated reasoning into program analysis\nand verification.\n\nMy academic career continued as a lecturer at [Queen Mary, University of\nLondon][qmul] and then at [University College London][ucl].\n\nCurrently, I work at [Google][google].\n\n*Also see [my CV][cv], [research papers][papers], or\n[software tools][tools].*\n"
            },
            {
                "title": "Contact info",
                "id": "contact-info",
                "template": "me/contact.html.j2",
                "details": {
                    "name": {
                        "first": "Juan Antonio",
                        "last": "Navarro Pérez"
                    },
                    "address": {
                        "city": "London",
                        "country": "UK"
                    },
                    "email": "juan@nokyotsu.com",
                    "url": "https://nokyotsu.com/me/",
                    "employment": {
                        "employer": {
                            "name": "Google, UK",
                            "url": "https://about.google/google-in-uk/"
                        },
                        "job_title": "Staff Software Engineer"
                    }
                }
            }
        ],
        "references": {
            "udlap": "https://www.udlap.mx/",
            "manchester": "https://www.manchester.ac.uk/",
            "mpi-sws": "https://www.mpi-sws.org/",
            "tum": "https://www.tum.de/",
            "qmul": "https://www.qmul.ac.uk/",
            "ucl": "https://www.ucl.ac.uk/",
            "google": "https://www.google.com/",
            "cv": "https://nokyotsu.com/me/cv/",
            "papers": "https://nokyotsu.com/me/papers/",
            "tools": "https://nokyotsu.com/me/tools/"
        }
    }
}