-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added a one-line script to build the site locally for testing
- Loading branch information
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ people: | |
- {name: 'Gunnar Øyvind Isaksson Rø', title: 'Senior Researcher', department: 'Methods Development and Analysis', institution: 'Folkehelseinstituttet', institution_address: 'Lovisenberggata 8, 0456 Oslo', phone: '', email: '[email protected]', office: '', image: 'assets/img/gunnar.jpg', url: 'gunnar', summary: 'Gunnar is interested in how statistical and mathematical modelling can improve surveillance and risk assement for infectious diseases combined with an interest in how to correctly analyse infectious disease data. He joined NIPH in 2019 and was a member of the covid-19 modelling group through the pandemic and has PHD in Particle Physics from Durhan University and a MSC in Epidemiology from the London School of Hygiene and Tropical Medicine.'} | ||
- {name: 'Hilde Kjelgaard Brustad', title: 'Senior Researcher', department: 'Oslo Centre for Biostatistics and Epidemiology', institution: 'Department of Medicine, University of Oslo', institution_address: '', email: '', office: '', image: 'assets/img/fhi_fjes.png', url: 'hilde', summary: 'Hilde is interested in how population behavior impacts the spread of infectious diseases. She has a background in applied mathematics and entered the world of statistics through her PhD in applied statistics and forensic genetics, from Norwegian University of Life Sciences. During the pandemic she joined a collaboration between academia and public health agencies in the Nordic countries, with focus on infectious disease modelling. She was introduced to the modelling environment at FHI through this collaboration. Hilde has a researcher position at Oslo Center for Biostatistics and Epidemiology, Oslo University Hospital, doing statistical advising in the Clinical Trials Unit, combined with research on infectious diseases modelling.'} | ||
- {name: 'Ida-Marie Fauske Johansson', title: 'PhD candidate', department: 'Methods Development and Analysis, NIPH & Department of Physics, University of Oslo', institution: 'Folkehelseinstituttet & UiO', institution_address: 'Lovisenberggata 8, 0456 Oslo', email: '', office: '', image: 'assets/img/fhi_fjes.png', url: 'ida', summary: ''} | ||
- {name: 'Anja Bråthen Kristoffersen', title: 'Senior Researcher', department: 'Methods Development and Analysis', institution: 'Folkehelseinstituttet', institution_address: 'Lovisenberggata 8, 0456 Oslo', email: '[email protected]', office: '', image: 'assets/img/fhi_fjes.png', url: 'anja', summary: ''} | ||
- {name: 'Jonas Christoffer Lindstrøm', title: 'Researcher', department: 'Methods Development and Analysis', institution: 'Folkehelseinstituttet', institution_address: 'Lovisenberggata 8, 0456 Oslo', email: '[email protected]', office: '', image: 'assets/img/fhi_fjes.png', url: 'jonas', summary: ''} | ||
- {name: 'Jørgen Eriksson Midtbø', title: 'Senior Researcher', department: 'Methods Development and Analysis', institution: 'Folkehelseinstituttet', institution_address: 'Lovisenberggata 8, 0456 Oslo', email: '[email protected]', office: '', image: 'assets/img/fhi_fjes.png', url: 'jorgen', summary: 'Jørgen enjoys anything that has to do with Monte Carlo methods. He has a PhD in nuclear physics from the University of Oslo, and joined the NIPH modelling group in 2021 at the height of the covid-19 pandemic. He came from a position working with mobility data at Norwegian telecom company Telenor, and thus has broad knowledge of human mobility data. Since joining NIPH, he has among other things worked on scenario modelling of covid-19 using agent-based models, modelling of varicella and herpes zoster vaccination and modelling of hepatitis C. He is also involved in surveillance of covid-19 vaccine effectiveness using Norwegian registry data.'} | ||
- {name: 'Sasi Kandula', title: 'Senior Engineer', department: 'Methods Development and Analysis', institution: 'Folkehelseinstituttet', institution_address: 'Lovisenberggata 8, 0456 Oslo', email: '<a href="https://www.fhi.no/om/organisasjon/metodeutvikling-og-analyse/sasikiran-kandula/"> Contact </a>', office: '', image: 'assets/img/fhi_fjes.png', url: 'sasi', summary: 'Sasi has been a part of the modeling team at NIPH since December 2022. His publications can be found <a href="https://pubmed.ncbi.nlm.nih.gov/?term=%22Sasikiran+Kandula%22&sort=date&size=100"> here.</a>'} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Command to launch a locally hosted version of the site with the latest changes,f or testing. Taken from here: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll | ||
bundle exec jekyll serve |