-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
51 lines (41 loc) · 2.03 KB
/
portfolio.html
File metadata and controls
51 lines (41 loc) · 2.03 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
---
title: Portfolio
---
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
</head>
<body>
<div class="container">
<!-- Code Samples -->
<h1 class="subheading">- Code Samples -</h1>
<p class="bodyText">
The vast majority of my experience is on confidential/closed-source codebases, but here are a few public/open-source examples of my work in software development:
</p>
<ul class="bodyText">
<li><a href="https://github.com/huggingface/chat-ui/pull/1631"><u>2025: Added a new feature to HuggingFace's open-source LLM Chat App that adds auth-based user permissions for LLM models</u></a> (TypeScript)</li>
<li><a href="https://github.com/deepset-ai/haystack/pull/8232"><u>2024: Fixed a bug where the .docx parser used by Haystack would not recognize page breaks</u></a> (python)</li>
<li><a href="https://github.com/tyo-nu/turtles"><u>2022: TURTLES: A python library I wrote during my PhD to process DNA sequencing data from DNA sequences synthesized by a custom enzymatic system</u></a> (python)</li>
<li><a href="https://github.com/jonstrutz11/jonstrutz11.github.io"><u>The code for this website</u></a> (HTML/CSS + Jekyll)</li>
</ul>
<p class="bodyText">
See my <a href="{{ site.data.links.github.personal }}"><u>GitHub profile</u></a> for more details.
</p>
<br>
<!-- iOS Apps
<h1 class="subheading">- iOS Apps -</h1>
<p class="bodyText">
Coming soon!
</p> -->
<!-- Publications -->
<h1 class="subheading">- Publications -</h1>
<p class="bodyText">
I have published a number of papers in the fields of <a href="{{ site.data.links.papers.MINE2 }}"><u>bioinformatics</u></a>, <a href="{{ site.data.links.papers.ipaLanzaTech }}"><u>metabolic modeling</u></a>, and <a href="{{ site.data.links.papers.TdT }}"><u>synthetic biology</u></a>.
<p class="bodyText">
See my <a href="{{ site.data.links.papers.GoogleScholar }}"><u>Google Scholar profile</u></a> for a complete list.
</p>
</div>
</body>
</html>