-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
649 lines (588 loc) · 41.6 KB
/
Copy pathindex.html
File metadata and controls
649 lines (588 loc) · 41.6 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
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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sebastian Dohne - Ecological Data Scientist</title>
<!-- External CSS file for all styling -->
<link rel="stylesheet" href="css/style.css">
<!-- Font Awesome icons for social media and other icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body>
<!--
=================================================================
NAVIGATION BAR - Top section with name and navigation links
=================================================================
-->
<nav class="main-navigation">
<!-- Left side: Your name and tagline -->
<div class="logo-section">
<h1 class="main-name">Sebastian Dohne</h1>
<p class="main-tagline">Currently looking for work</p>
</div>
<!-- Right side: Navigation menu -->
<div class="navigation-links">
<a href="#" class="nav-button" data-page="home">Portfolio</a>
<a href="#" class="nav-button" data-page="work-experience">Work Experience</a>
<a href="#" class="nav-button" data-page="training">Qualifications</a>
<a href="#" class="nav-button" data-page="publications">Publications</a>
</div>
</nav>
<!--
=================================================================
HOME PAGE - Main portfolio with projects
=================================================================
-->
<div id="home" class="page-content active">
<div class="content-container">
<!-- Profile section with picture and contact info -->
<div class="profile-header">
<!-- Profile picture -->
<div class="profile-picture">
<img src="images/mee.png" alt="Sebastian Dohne" class="profile-img">
</div>
<!-- About and Contact Section -->
<div class="about-contact-section">
<div class="about-text">
<p>Computational Biology graduate with expertise in large-scale data analysis, Linux-based environments, and HPC workflows. Experienced in building and optimizing R/Python pipelines, applying advanced statistical and machine learning techniques.</p>
<p>Skilled at tackling complex data challenges, from scientific research to applied problem-solving, learning new technologies with a learning mindset.</p>
</div>
<div class="contact-links">
<a href="mailto:sebdohne.work@gmail.com" class="contact-link">
<i class="fas fa-envelope"></i>
<span>sebdohne.work@gmail.com</span>
</a>
<a href="https://www.linkedin.com/in/sebastian-dohne-3a3061209/" class="contact-link" target="_blank">
<i class="fab fa-linkedin"></i>
<span>LinkedIn</span>
</a>
<a href="https://orcid.org/0009-0002-4875-6774" class="contact-link" target="_blank">
<i class="fab fa-orcid"></i>
<span>ORCID</span>
</a>
</div>
</div>
<!-- GitHub showcase -->
<div class="github-showcase">
<a href="https://github.com/SDohne" class="github-main-link" target="_blank">
<i class="fab fa-github"></i>
<span>View My GitHub</span>
</a>
</div>
</div>
<!-- Technical Skills Section -->
<div class="technical-skills-section">
<h3 class="skills-title">Technical Skills</h3>
<div class="skills-grid">
<div class="skill-category">
<h4 class="category-title">
<i class="fas fa-code"></i>
Programming
</h4>
<div class="skills-list">
<span class="skill-tag">R</span>
<span class="skill-tag">Python</span>
<span class="skill-tag">SQL</span>
<span class="skill-tag">JavaScript</span>
<span class="skill-tag">HTML/CSS</span>
<span class="skill-tag">Bash</span>
</div>
</div>
<div class="skill-category">
<h4 class="category-title">
<i class="fas fa-chart-line"></i>
Analysis & ML
</h4>
<div class="skills-list">
<span class="skill-tag">Classical Statistical Methods</span>
<span class="skill-tag">Model Selection & Validation</span>
<span class="skill-tag">Evolutionary and Ecological Modelling</span>
<span class="skill-tag">Maximum Likelihood Estimation</span>
<span class="skill-tag">Machine Learning Methods</span>
<span class="skill-tag">Bayesian Inference</span>
</div>
</div>
<div class="skill-category">
<h4 class="category-title">
<i class="fas fa-globe"></i>
Geospatial Analysis & Other Tools
</h4>
<div class="skills-list">
<span class="skill-tag">GIS in R</span>
<span class="skill-tag">Bioinformatics</span>
<span class="skill-tag">HPC</span>
<span class="skill-tag">Git/GitHub</span>
<span class="skill-tag">Reproducible Reporting (LaTeX, RMarkdown, Jupyter)</span>
</div>
</div>
</div>
</div>
<!-- Page title -->
<h2 class="page-title">Project Portfolio</h2>
<!-- Projects grid - displays all your academic work -->
<div class="projects-grid">
<!-- PROJECT 1: Most recent work -->
<div class="project-card institution-card" data-pdf="images/wheat-yield-prediction.pdf" data-github="https://github.com/airbreather2/CMEECourseWork/tree/main/FinalProject" data-institution="wheat-project">
<div class="institution-header">
<div class="institution-info">
<h3 class="training-name">Global Wheat Yield Prediction</h3>
<p class="institution-description">MSc final project in collaboration with CABI</p>
<div class="project-details">
<span class="project-category">Final Research Project</span>
<span class="project-year">2025</span>
</div>
</div>
<div class="expand-icon">
<i class="fas fa-chevron-down"></i>
</div>
</div>
<!-- Expandable Project Details -->
<div class="modules-content" style="display: none;">
<div class="project-expanded-content">
<p class="project-summary">Developed and benchmarked ML Models to predict global wheat yields using a comprehensive dataset of 22,709 observations from 228 locations across 29 countries (2005-2020). Applied Spatially and temporally aware Random Forest and XGBoost algorithms with multi-source environmental, climatic, management, and socioeconomic covariates to identify yield-limiting factors and predict attainable yields.</p>
<div class="project-actions">
<button class="action-button pdf-button">View Report</button>
<button class="action-button github-button">View Code</button>
</div>
</div>
</div>
</div>
<!-- PROJECT 2 -->
<div class="project-card institution-card" data-pdf="images/Graphs.pdf" data-github="https://github.com/airbreather2/CMEECourseWork/tree/main/HPC_sed24_Handin" data-institution="hpc-project">
<div class="institution-header">
<div class="institution-info">
<h3 class="training-name">High Performance Computing Project</h3>
<p class="institution-description">Large-scale demographic and ecological simulations</p>
<div class="project-details">
<span class="project-category">Coursework</span>
<span class="project-year">2025</span>
</div>
</div>
<div class="expand-icon">
<i class="fas fa-chevron-down"></i>
</div>
</div>
<div class="modules-content" style="display: none;">
<div class="project-expanded-content">
<p class="project-summary">Developed and deployed large-scale demographic and ecological simulations using R and high-performance computing. Built deterministic and stochastic models of population dynamics for cluster scripting. Analyzed extinction risk, population variance, and model deviation, and explored ecological neutral theory with custom individual-based models.</p>
<div class="project-actions">
<button class="action-button pdf-button">View Plots</button>
<button class="action-button github-button">View Code</button>
</div>
</div>
</div>
</div>
<!-- PROJECT 3 -->
<div class="project-card institution-card" data-pdf="images/CMEEMINIPROJECT.pdf" data-github="https://github.com/airbreather2/CMEECourseWork/tree/main/Miniproject" data-institution="miniproject">
<div class="institution-header">
<div class="institution-info">
<h3 class="training-name">Temperature Dependent Bacterial Growth Analysis</h3>
<p class="institution-description">Miniproject: Computational workflow for bacterial growth modeling</p>
<div class="project-details">
<span class="project-category">Mini Project</span>
<span class="project-year">2025</span>
</div>
</div>
<div class="expand-icon">
<i class="fas fa-chevron-down"></i>
</div>
</div>
<div class="modules-content" style="display: none;">
<div class="project-expanded-content">
<p class="project-summary">Developed fully reproducible computational workflow comparing cubic, logistic, and Gompertz models across 274 bacterial growth experiments using non-linear least squares regression with stochastic multi-start optimization. Applied Levenberg-Marquardt algorithm, parallel computing, and AICc model selection to analyze temperature-dependent growth patterns.</p>
<div class="project-actions">
<button class="action-button pdf-button">View Report</button>
<button class="action-button github-button">View Code</button>
</div>
</div>
</div>
</div>
<!-- PROJECT 4 -->
<div class="project-card institution-card" data-pdf="images/statsinRassessment.pdf" data-github="https://github.com/airbreather2/CMEECourseWork/tree/main/stats_in_r_ASSESSMENT" data-institution="quercus-project">
<div class="institution-header">
<div class="institution-info">
<h3 class="training-name">Quercus Robur Budburst Analysis</h3>
<p class="institution-description">Tree girth and temporal influences on phenological patterns</p>
<div class="project-details">
<span class="project-category">Coursework</span>
<span class="project-year">2024</span>
</div>
</div>
<div class="expand-icon">
<i class="fas fa-chevron-down"></i>
</div>
</div>
<div class="modules-content" style="display: none;">
<div class="project-expanded-content">
<p class="project-summary">Applied linear mixed-effects modeling in R to analyze phenological patterns in Quercus robur budburst timing across 2,405 observations from 33 locations. Implemented advanced data wrangling techniques, stratified sampling with reproducible workflows, and hierarchical modeling with random effects to control for spatial variation.</p>
<div class="project-actions">
<button class="action-button pdf-button">View Report</button>
<button class="action-button github-button">View Code</button>
</div>
</div>
</div>
</div>
<!-- PROJECT 5 -->
<div class="project-card institution-card" data-pdf="images/GisBioinformaticsfinalhandin.pdf" data-github="https://github.com/airbreather2/CMEECourseWork/tree/main/Week%208%20-GIS%20" data-institution="pprv-project">
<div class="institution-header">
<div class="institution-info">
<h3 class="training-name">PPRV Spillover Risk Assessment</h3>
<p class="institution-description">Disease spillover modeling in the Tibetan Plateau</p>
<div class="project-details">
<span class="project-category">Coursework</span>
<span class="project-year">2024</span>
</div>
</div>
<div class="expand-icon">
<i class="fas fa-chevron-down"></i>
</div>
</div>
<div class="modules-content" style="display: none;">
<div class="project-expanded-content">
<p class="project-summary">Applied phylogenetic analysis and spatial modeling in R to assess PPRV spillover risk from Bharal to endangered species across the Tibetan Plateau. Integrated NCBI sequence data, IUCN range datasets, and NASA population density rasters to identify high-risk transmission zones and develop GIS-based risk maps.</p>
<div class="project-actions">
<button class="action-button pdf-button">View Report</button>
<button class="action-button github-button">View Code</button>
</div>
</div>
</div>
</div>
<!-- PROJECT 6: Oldest project -->
<div class="project-card institution-card" data-pdf="images/undergradproject.pdf" data-institution="herring-gull-project">
<div class="institution-header">
<div class="institution-info">
<h3 class="training-name">Herring Gull Behavioral Analysis</h3>
<p class="institution-description">Effects of artificial light on parental behavior</p>
<div class="project-details">
<span class="project-category">Research Project</span>
<span class="project-year">2022</span>
</div>
</div>
<div class="expand-icon">
<i class="fas fa-chevron-down"></i>
</div>
</div>
<div class="modules-content" style="display: none;">
<div class="project-expanded-content">
<p class="project-summary">Undergraduate research project analyzing the effects of artificial light on parental behavior of nesting Herring Gulls using statistical analysis in R and BORIS software for behavioral data recording and tabulation.</p>
<div class="project-actions">
<button class="action-button pdf-button">View Report</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--
=================================================================
WORK EXPERIENCE PAGE
=================================================================
-->
<div id="work-experience" class="page-content">
<div class="content-container">
<div class="work-wrapper">
<h2 class="page-title">Work Experience</h2>
<!-- Professional Experience Section -->
<div class="work-section">
<h3 class="section-title">Professional Experience</h3>
<div class="work-cards">
<!-- Current Role: Risk Analyst -->
<div class="work-card institution-card" data-institution="risk-analyst">
<div class="institution-header">
<div class="institution-info">
<h3 class="training-name">Risk Analyst</h3>
<p class="institution-description">Biomathematical Risk Research Department, Epidemiological Sciences</p>
<div class="work-details">
<span class="company-name">Animal and Plant Health Agency</span>
<span class="work-location">New Haw, UK</span>
</div>
<div class="training-info">
<span class="training-date">2023 – 2024</span>
</div>
</div>
<div class="expand-icon">
<i class="fas fa-chevron-down"></i>
</div>
</div>
<!-- Expandable Job Details Section -->
<div class="modules-content" style="display: none;">
<div class="modules-grid">
<div class="module-item">
<h4 class="module-title">Risk Assessment & Analysis</h4>
<p class="module-description">Develop qualitative risk assessments and support data collection for quantitative risk assessments. Projects inform UK policy and trade by assessing risks to animal health due to trade in various commodities and respond to perceived threats from pathogen incursions affecting livestock, pets, and wildlife.</p>
</div>
<div class="module-item">
<h4 class="module-title">Scientific Literature Review & Reporting</h4>
<p class="module-description">Perform effective literature reviews for inbound projects and scientific report writing. Effectively convey qualitative and quantitative data for risk assessment and provide internal review of projects for quality assurance.</p>
</div>
<div class="module-item">
<h4 class="module-title">Stakeholder Communication & Project Management</h4>
<p class="module-description">Coordinate with colleagues, stakeholders, APHA and DEFRA staff. Organize meetings and presentations to discuss project parameters and updates. Liaise with parties holding information necessary for risk assessment including policymakers, collaborators, and specialists.</p>
</div>
<div class="module-item">
<h4 class="module-title">Research & Professional Development</h4>
<p class="module-description">Contribute to future project proposals and attend scientific conferences and seminars. Network with members of other organizations and academic institutions to spread awareness of departmental work and facilitate collaborations.</p>
</div>
<div class="module-item">
<h4 class="module-title">Key Achievements</h4>
<p class="module-description">• Presented poster at SVEPM conference in Uppsala, Sweden on Echinococcus Multilocularis surveillance methods<br>• Named author for WOAH project guidelines to reduce risks in wild animal trade<br>• Provide expertise during notifiable disease outbreaks</p>
</div>
<div class="module-item">
<h4 class="module-title">Project Types Managed</h4>
<p class="module-description">Risk and economic analyses, Hazard identifications, policy-informing assessments for national and international animal health and food safety issues, reactive threat response projects.</p>
</div>
</div>
</div>
</div>
<!-- Previous Role: Scientific Assistant -->
<div class="work-card institution-card" data-institution="scientific-assistant">
<div class="institution-header">
<div class="institution-info">
<h3 class="training-name">Scientific Assistant</h3>
<p class="institution-description">CFT/IFAT Laboratory, Serology Department</p>
<div class="work-details">
<span class="company-name">Animal and Plant Health Agency</span>
<span class="work-location">New Haw, UK</span>
</div>
<div class="training-info">
<span class="training-date">2022 – 2023</span>
<span class="training-provider">Laboratory Role</span>
</div>
</div>
<div class="expand-icon">
<i class="fas fa-chevron-down"></i>
</div>
</div>
<!-- Expandable Job Details Section -->
<div class="modules-content" style="display: none;">
<div class="modules-grid">
<div class="module-item">
<h4 class="module-title">Diagnostic Testing</h4>
<p class="module-description">Performed various diagnostic tests for zoonotic diseases including PCR, iELISA, CFT, and IFAT on submitted samples. Maintained and updated Standard Operating Procedures (SOPs) for diagnostic tests to ensure accuracy and compliance.</p>
</div>
<div class="module-item">
<h4 class="module-title">Laboratory Coordination</h4>
<p class="module-description">Communicated and coordinated between laboratories and departments to ensure SOPs were followed. Suggested improvements to optimize time-effective delivery of client sample results while maintaining quality standards.</p>
</div>
<div class="module-item">
<h4 class="module-title">Outbreak Response</h4>
<p class="module-description">Worked on bird flu outbreak response, preparing suspected positive samples for real-time PCR. Demonstrated consistency under time pressures and sudden high short-term workloads during disease outbreak scenarios.</p>
</div>
<div class="module-item">
<h4 class="module-title">Client Communication</h4>
<p class="module-description">Worked in front-facing office performing professional customer communication. Managed client inquiries and provided updates on sample processing and results delivery timelines.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--
=================================================================
TRAINING PAGE - Certifications and courses
=================================================================
-->
<div id="training" class="page-content">
<div class="content-container">
<div class="training-wrapper">
<h2 class="page-title">Training & Certifications</h2>
<!-- Academic Qualifications Section -->
<div class="training-section">
<h3 class="section-title">Academic Qualifications</h3>
<div class="training-cards academic-training">
<!-- Imperial College London - Expandable Card -->
<div class="training-card institution-card" data-institution="imperial">
<div class="institution-header">
<div class="institution-info">
<h3 class="training-name">Imperial College London</h3>
<p class="institution-description">MSc in Living Planet with Computational Methods in Ecology and Evolution</p>
<div class="training-info">
<span class="training-date">2024 - Present</span>
<span class="training-provider">Predicted First Class Honours</span>
</div>
</div>
<div class="expand-icon">
<i class="fas fa-chevron-down"></i>
</div>
</div>
<!-- Expandable Modules Section -->
<div class="modules-content" style="display: none;">
<div class="modules-grid">
<div class="module-item">
<h4 class="module-title">Biological Computing Bootcamp</h4>
<p class="module-description">Intensive training in R, Python, Bash, and Jupyter Notebooks for biological data analysis. Developed workflow best practices through collaborative GitHub projects.</p>
</div>
<div class="module-item">
<h4 class="module-title">Advanced Statistical Modeling</h4>
<p class="module-description">Comprehensive training in statistical analysis including maximum likelihood estimation, Bayesian inference, and machine learning applications in ecology.</p>
</div>
<div class="module-item">
<h4 class="module-title">High Performance Computing</h4>
<p class="module-description">Gained practical experience with R scripting, parallel computing, cluster job scheduling (PBS), and workflow optimization for large-scale ecological simulations.</p>
</div>
<div class="module-item">
<h4 class="module-title">GIS & Bioinformatics</h4>
<p class="module-description">Developed skills in GIS using R, bioinformatics, and sequence alignment using tools like NCBI and ORF Finder for ecological and evolutionary data analysis.</p>
</div>
<div class="module-item">
<h4 class="module-title">Statistics in R & Mathematical Modelling</h4>
<p class="module-description">Practical experience in statistical analysis and mathematical modelling to interpret ecological and evolutionary data using maximum likelihood estimation and Bayesian inference.</p>
</div>
<div class="module-item">
<h4 class="module-title">Advanced Data Science</h4>
<p class="module-description">Covered foundational machine learning for model fitting and data analysis in ecological contexts.</p>
</div>
</div>
</div>
</div>
<!-- University of Exeter - Expandable Card -->
<div class="training-card institution-card" data-institution="exeter">
<div class="institution-header">
<div class="institution-info">
<h3 class="training-name">University of Exeter</h3>
<p class="institution-description">BSc in Conservation Biology and Ecology</p>
<div class="training-info">
<span class="training-date">2019 - 2022</span>
<span class="training-provider">Upper Second-Class Honours</span>
</div>
</div>
<div class="expand-icon">
<i class="fas fa-chevron-down"></i>
</div>
</div>
<!-- Expandable Modules Section -->
<div class="modules-content" style="display: none;">
<div class="modules-grid">
<div class="module-item">
<h4 class="module-title">Research Project</h4>
<p class="module-description">"Analysis of the Effects of Artificial Light on Parental Behaviour of Nesting Herring Gulls" - Literature review, statistical analysis in R, and behavioral data recording.</p>
</div>
<div class="module-item">
<h4 class="module-title">Conservation Principles</h4>
<p class="module-description">Core principles of biodiversity conservation, habitat management, and species protection strategies.</p>
</div>
<div class="module-item">
<h4 class="module-title">Ecological Statistics</h4>
<p class="module-description">Statistical methods for analyzing ecological data, including ANOVA, regression analysis, and multivariate statistics.</p>
</div>
<div class="module-item">
<h4 class="module-title">Field Ecology Methods</h4>
<p class="module-description">Hands-on experience with field sampling techniques, species identification, and data collection protocols.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Technical Training Section -->
<div class="training-section">
<h3 class="section-title">Technical Training</h3>
<div class="training-cards technical-training">
<div class="placeholder-card">
<p class="placeholder-text">Technical training content coming soon...</p>
</div>
</div>
</div>
<!-- Professional Certifications Section -->
<div class="training-section">
<h3 class="section-title">Professional Certifications</h3>
<div class="training-cards professional-training">
<div class="training-card">
<h3 class="training-name">AgilePM Certification</h3>
<p class="training-description">Project management certification focusing on agile methodologies and iterative development processes.</p>
<div class="training-info">
<span class="training-date">2023</span>
<span class="training-provider">APMG International</span>
</div>
</div>
<div class="training-card">
<h3 class="training-name">Emergency First Aid at Work</h3>
<p class="training-description">Certified in emergency first aid procedures and workplace safety protocols.</p>
<div class="training-info">
<span class="training-date">February 2023</span>
<span class="training-provider">Red Cross</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--
=================================================================
PUBLICATIONS PAGE - Research publications and contributions
=================================================================
-->
<div id="publications" class="page-content">
<div class="content-container">
<div class="publications-wrapper">
<h2 class="page-title">Publications & Contributions</h2>
<div class="publications-list">
<!-- Publication 1 - Conference Presentation -->
<div class="publication-card project-card" data-pdf="images/echinococcusposter.pdf">
<div class="publication-image">
<img src="images/upsala.png" alt="Echinococcus surveillance conference poster" class="pub-image">
</div>
<div class="publication-content">
<h3 class="publication-title">Echinococcus multilocularis surveillance in Great Britain: an assessment of the costs and effectiveness of different diagnostic tests</h3>
<p class="publication-description">Conference presentation evaluating the cost-effectiveness of different diagnostic approaches for Echinococcus multilocularis surveillance in Great Britain. Research demonstrated that ELISA may be a more effective and economical diagnostic test compared to current necropsy-based methods, with implications for wildlife disease monitoring programs.</p>
<div class="publication-details">
<span class="publication-type conference-presentation">Conference Presentation</span>
<span class="publication-year">2024</span>
<span class="conference-name">WOAH Collaborating Centre for Risk Analysis & Modelling</span>
</div>
<div class="project-actions">
<button class="action-button pdf-button">View Poster</button>
</div>
</div>
</div>
<!-- Publication 2 - WOAH Guidelines -->
<div class="publication-card">
<div class="publication-image">
<img src="images/woahguidelines.png" alt="WOAH Guidelines Publication" class="pub-image">
</div>
<div class="publication-content">
<h3 class="publication-title">Guidelines for Addressing Disease Risks in Wildlife Trade</h3>
<p class="publication-authors">World Organisation for Animal Health (2024)</p>
<p class="publication-description">Served as Editor and Reviewer for this comprehensive guideline document addressing disease risks in wildlife trade. The publication provides frameworks for risk assessment and management strategies for preventing disease transmission through wildlife commerce.</p>
<div class="publication-details">
<span class="publication-type">Editorial Contribution</span>
<span class="publication-year">2024</span>
<a href="https://doi.org/10.20506/woah.3368" class="publication-link" target="_blank">
<i class="fas fa-external-link-alt"></i> DOI: 10.20506/woah.3368
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--
=================================================================
PDF VIEWER MODAL - Popup window for viewing documents
=================================================================
-->
<div class="document-modal" id="pdfModal">
<span class="modal-close">×</span>
<div class="modal-window">
<iframe id="pdfViewer" src="" width="100%" height="90%"></iframe>
</div>
</div>
<!--
=================================================================
FOOTER - Copyright information
=================================================================
-->
<footer class="site-footer">
© <span id="current-year"></span> Sebastian Dohne. All rights reserved.
</footer>
<!-- JavaScript file for all interactive functionality -->
<script src="js/script.js"></script>
</body>
</html>