{% extends "layout.html" %} {% block title %}Team{% endblock %} {% block page_content %}

MEMBERS

MEET OUR TEAM

{% for name in ['Kai', 'Koharu', 'Annmarie', 'Hana', 'Nadia', 'Rui', 'Kian', 'Shun', 'JonJon', 'Percival', 'Julia', 'Ei', 'Risa', 'Natsune', 'Tei', 'Sara', 'Tomo', 'Ai', 'Mia', 'Annika', 'Max', 'Marlene', 'Sriya'] %}
{% endfor %}

Kai

Hi there! My name is Kai and I'm a Senior at ASIJ. I'm full Japanese but I was born in New York, so I'm a mishmash of American, Japanese, and other cultures. This is my second year in iGEM and I joined iGEM to further my passion for the sciences, and delve into synthetic biology and biochemistry! My favorite branch of science currently is chemistry. Outside of iGEM, I like to run, debate, and do MUN! Also, in my free time, I like solving indefinite integrals :)
{% endblock %} {% block css %} {% endblock %} {% block scripts %} {% endblock %}