News|Research|Publications|People|Resources|BioCamp2025

Undergraduate Researcher

Hello! My name is Kayvon Tabrizi, and I do computational biophysics research in the GrayLab. Here are some of the projects I've been working on:


These are some results:


Col 1 Column 2
31.4159265 Val 12
3.5897 Val 22


By the way, here's how you write code:

# loop through each word in sentence
for i, word in enumerate(sentence):
    print "This is the {}th word!".format(i + 1)
exit()

(A demonstration of the enumerate command in Python.)


And here's a video to demonstrate Markdown and HTML coexisting: