-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
215 lines (194 loc) · 10.5 KB
/
index.html
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Change font to Roboto Mono-->
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" rel="noopener" target="_blank" href="css/stylesheet.css">
<!-- page identifier -->
<link rel="shortcut icon" type="image/jpg" href="./images/flavicon.png" />
<title>Daniel Bavnhøj</title>
</head>
<body>
<!-- Navbar start -->
<nav class="navbar navbar-b navbar-trans navbar-expand-md fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll" href="#about">Daniel Bavnhøj</a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarDefault"
aria-controls="navbarDefault" aria-expanded="false" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
<div class="navbar-collapse collapse justify-content-end" id="navbarDefault">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll active" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="#experience">Expericence</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar end -->
<div section id = "about">
<!-- fix padding on various screen sizes-->
<p id="fadeshow1" style="padding-top: 8em;"></p>
<!-- Page content - div for profile image-->
<div class="container">
<div class="row mx-auto">
<div class="col-2 col-md-4"></div>
<div class="col-8 col-md-4">
<img src="./images/picture.jpeg" class="img-fluid rounded-circle">
<!-- add padding below picture to remove text overlap -->
<p style="padding-top: 25px;"></p>
</div>
<div class="col-2 col-md-4">
<div>
</div>
</div>
<div class="col-lg-2"></div>
<div class="col-lg-8">
<p>
Hi! My name is Daniel. I am a computational cell factory engineer who is passionate about building digital solutions that make biology easier to engineer.
</p>
</div>
<div class="col-lg-2"></div>
</div>
<div class="container">
<!-- Work experience -->
<div class="row mx-auto" section id = "experience">
<div class="col-md-1"></div>
<div class="col-md-10">
<p id="fadeshow1" style="padding-top: 1em;"></p>
<h1><strong>Experience</strong></h1>
<h4><strong>Data Scientist</strong></h4>
<strong>Novo Nordisk Pharmatech A/S</strong>
<br>
<span style="color:darkgray;">April 2024 - Ongoing</span>
<br>
- Backend development in AVEVA PI System Explorer/Asset Framework
<br>
- Data visualization and digital twin building in AVEVA PI vision
<br>
- Support the development and launch of a Manufacturing Intelligence platform
<h4><strong>Pilot Scientist</strong></h4>
<strong>Novo Nordisk A/S</strong>
<br>
<span style="color:darkgray;">March 2022 - March 2024</span>
<br>
- Data visualization and digital twin building in AVEVA PI vision
<br>
- Downstream process engineering (chromatographic purification, membrane filtration, and modification)
<br>
- Systems analysis for the design and implementation processes in a Manufacturing Execution System
<br>
- Built scripts for automation and streamlining repetitive workflows and a library for processmodeling using Python
<br>
- SOP and batch journal writing and reviewing, among other GxP related activities
<br>
- Local IT expert and data integrity steward
<h4><strong>Website Design, Development, and Management and Text Curation</strong></h4>
<strong>Freelance, self-employed</strong>
<br>
<span style="color:darkgray;">January 2020 - ongoing</span>
<br>
- Website design and deployment in WordPress for small companies
<br>
- Translation of product texts and customer service for european E-commerce websites
<h4><strong>Student Researcher, DTU BioBuilders <a href="https://2020.igem.org/Team:DTU-Denmark">(<u>iGEM</u>)</a></strong></h4>
<strong>DTU Bioengineering</strong>
<br>
<span style="color:darkgray;">February 2020 - November 2020</span>
<br>
- Experimental design and execution to make a CRISPR library for controlling morphology in <i>Aspergillus niger</i>
<br>
- Molecular cloning and lab scale fermentations to validate newly constructed biobricks and asses morphology
<br>
- Communication and discussions of previous results and future plans in a team of 13 students and 4 supervisors
<br>
<i><strong>Awards: Best Model, Best Manufacturing Project, Best Part Collection</strong></i>
<video controls="" width="100%">
<source src="https://static.igem.org/mediawiki/2020/7/78/T--DTU-Denmark--Promotionvideo.mp4" type="video/mp4">
</video>
<br>
<h4><strong>Customer Service, Cashier, and Sales Assistant</strong></h4>
<strong>føtex</strong>
<br>
<span style="color:darkgray;">October 2013 - November 2020</span>
<br>
- Management of the customer service team
<br>
- Customer service and communication to ensure an awesome shopping experience and customer satisfaction
<h4><strong>Substitute Teacher</strong></h4>
<strong>Campusskolen Ringsted</strong>
<br>
<span style="color:darkgray;">March 2017 - September 2017</span>
<br>
- Taught math, physics, chemistry, biology, geography, and physical education to 7-9th graders
</div>
<div class="col-md-1"></div>
</div>
<!-- Education -->
<div class="row mx-auto" section id = "education">
<div class="col-md-1"></div>
<div class="col-md-10">
<p id="fadeshow1" style="padding-top: 1em;"></p>
<h1><strong>Education</strong></h1>
<h4><strong>Master of Science in Engineering (Biotechnology)</strong></h4>
<strong>Technical University of Denmark</strong>
<br>
<span style="color:darkgray;">September 2019 - July 2021</span>
<br>
<strong><i>Master thesis, Bacterial Cell Factory Optimisation group, DTU Biosustain</i></strong>
<br>
- Metabolic modeling of cell production strains using Genome-Scale and Black Box Models
<br>
- Built a novel model combining two types of metabolic models from different industrially relevant organisms
<br>
- Design and execution of cultivation experiments to elucidate critical steps in a co-cultivation
<br>
- Secretome prediction for an unconventional production organism using bioinformatics approaches
<br>
- Data analysis to evaluate the feasibility of the project in an industrial setting
<h4><strong>Bachelor of Science in Biochemistry</strong></h4>
<strong>University of Copenhagen</strong>
<br>
<span style="color:darkgray;">September 2016 - June 2019</span>
<br>
<strong><i>Bachelor thesis, Cell and Neurobiology group, University of Copenhagen</strong></i>
<br>
- Experimental design and construction of CRISPR vectors to genetically engineer <i>Drosophila melanogaster</i>
<br>
- Validation of genetic alterations through pupae size screening and immunostaining and RT-qPCR of tissues
<br>
- Analysis of data related to expression and physical alterations
</div>
<div class="col-md-1"></div>
</div>
<!-- social media links -->
<div class="container" section id = "contact">
<p id="fadeshow1" style="padding-top: 3em;"></p>
<p class="text-center">
<a href="https://www.twitter.com/danielbavnhoj" class="fa fa-twitter"></a>
<a href="https://www.github.com/danielbavnhoj" class="fa fa-github"></a>
<a href="https://www.linkedin.com/in/danielbavnhoj" class="fa fa-linkedin"></a>
<a href="mailto:[email protected]" class="fa fa-google"></a>
</p>
</div>
</div>
</body>
</html>