-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
131 lines (104 loc) · 3.55 KB
/
index.html
File metadata and controls
131 lines (104 loc) · 3.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Jack Archer</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="SitePoint">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="page-container">
<div id = "img_top">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
<section class="wrapper">
<script src="js/scripts.js"></script>
<p id = "name">Jack Archer<p>
<h1>About me:</h1>
<p>Synthetic biology cultist. In my free time I write code, explore physical computing with Raspberry Pi and drink a lot of coffee. Here you can find some of my fun pet projetcs</p>
<a href="https://github.com/wisdomjack"><img src="github2.png" style="width:5%; height:5%" ></a>
<a href="https://twitter.com/GurkovIurii"><img src="twitter.png" style="width:5%; height:5%" ></a>
<a href="mailto:iurii.gurkov@gmail.com"><img src="email.png" style="width:5%; height:5%" ></a>
<a href="https://wisdomjack.github.io/lrnBiochem/"><img src="logo.svg" style="width:4.5%; height:4.5%" ></a>
<br>
<br>
<h1>Research:</h1>
<div id="research">
<h2>Hunter College, Brazill Lab (2017-Present)</h2>
<p>Conduct research into biological function of ether glycerophospholipids in eukaryotes.</p><br>
<h2>UCSF, Frost Lab (Summer 2018)</h2>
<p>Conduct research into structural biology of mitochondrial dynamics proteins.</p><br>
<h2>Northwestern University, Mani Lab (summer 2019)</h2>
<p>Conduct computational research into evolutionary biology.</p>
</div>
<br>
<br>
<h1>Fun Projects:</h1>
<button class="collapsible"><h2>Proteases web app</h2></button>
<div class="content">
<p>This is a web aplication created in R/Shiny that simulates the digestion of a peptide by serine proteases.</p>
<a href=" https://jackarcher.shinyapps.io/Proteases3/">proteases demo</a>
<br>
<a href=" https://github.com/wisdomjack/proteases">source code</a>
<br>
<br>
<br>
<p>Here is a screen shot </p>
<img class="image_full_width" src="peptide_digestor.png">
<br>
<br>
</div>
<button class="collapsible"><h2>Meerbot</h2></button>
<div class="content">
<p>Meerbot is a Raspberry Pi based three wheel robot. It is powered by 3V motors that allow it to traverse through space. Python library gpio_zero is used to drive the motors. The bot is controlled over wifi with a built-in R/Shiny server.</p>
<p>The name Meerbot stands for the Bionic Meerkat.</p>
<a href="https://youtu.be/eIN7EAF4c0I">video demo</a>
<br>
<a href="https://github.com/wisdomjack/meerbot">source code</a>
<br>
<br>
<img class="image_full_width" src="meerbot showcase.gif">
<br>
<br>
<br>
</div>
<button class="collapsible"><h2>Twitter Library Bot</h2></button>
<div class="content">
<p>This is a twitter bot written in python. The bot can access random quote from a random book on Project Gutenberg and tweet it.</p>
<a href="https://github.com/wisdomjack/quote-of-the-day-gutenberg">source code</a>
<br>
<br>
<a class="twitter-timeline" data-width="500" data-height="470" href="https://twitter.com/gurcov1992?ref_src=twsrc%5Etfw">Tweets by gurcov1992</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</section>
<br>
<br>
<br>
<br>
</p>
</p>
</section>
</body>
<footer>
<p id = "disclaimer">
background image "Nebula" by https://wallpaperaccess.com/full/250472.jpg
</p>
<div id = "img_bottom">
<br>
<br>
<br>
<br>
</div>
</footer>
<br>
<br>
<script type="text/javascript" src="script.js"></script>
</html>