layout | title | permalink | author | description | image |
---|---|---|---|---|---|
page |
About |
/about/ |
christopheradams |
Bio, contact, and links |
{% assign authorDetails = site.data.authors[page.author] %}
{{ authorDetails.description }}
I'm a software developer working on web, blockchain, and distributed systems, and a photographer and visual artist working with film, digital, and AI. Past projects include [Launch Stage]({%post_url 2022-05-20-launch-stage %}) for Taipei Dangdai, [Altar Space]({% post_url 2023-09-25-altar-space %}) with Yao Jui-Chung, [All the Color in the World]({% post_url 2021-03-13-all-the-color-in-the-world %}) with Jun Yang, and [FREESOULS]({% post_url 2008-12-03-freesouls %}) with Joi Ito. I publish [articles]({% link _topics/articles.md %}), [photographs]({% link _topics/photos.md %}), [machine learning]({% link _topics/machine-learning.md %}), [notes]({% link _topics/notes.md %}), and the occasional [newsletter]({% link _topics/newsletter.md %}) on christopheradams.io.
Museum of Contemporary Art Taipei, Kuandu Museum of Fine Arts, Taiwan Contemporary Culture Lab, Taipei Contemporary Art Center, Treasure Hill Artist Village, Gray Area, Ars Electronica, transmediale, IMPAKT, Beijing Design Week, Get It Louder
- {{ site.email }}
{% if site.social %} {% assign socials = site.social %}
-
{%- for social in socials %}
- {%- assign domain_path = social.url | remove_first: "https://www." | remove_first: "https://" -%} {%- assign domain = domain_path | split: '/' | first -%} {%- assign path = domain_path | remove_first: domain -%} {{ domain }}{{path}} {%- endfor -%}
{% if site.newsletter %} [Subscribe to the Newsletter]({{ site.newsletter }}) {% endif %}
{% assign about_posts = site.categories.about %} {% include cards.html posts=about_posts %}
This website is written in Emacs, built by Jekyll, styled with Bootstrap, and set in system fonts. Every page includes a link to its source code.