Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pages/.vitepress/theme/components/blog/PostDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ const contentSectionPath = "content"
</v-col>
</v-row>

<!-- Content Slot -->
<slot />
<!-- Rendered markdown body (this component is used as the `post` layout,
so posts no longer need to wrap their content in <PostDetail>). -->
<Content class="vp-doc post-content" />

<!-- Navigation Links -->
<v-row class="mt-2">
Expand Down
2 changes: 1 addition & 1 deletion pages/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default {

context.app.component("Posts", Posts)
context.app.component("Post", Post)
context.app.component("PostDetail", PostDetail)
context.app.component("post", PostDetail)
context.app.component("PostIcon", PostIcon)
context.app.component("PostAuthor", PostAuthor)
context.app.component("AuthorDetail", AuthorDetail)
Expand Down
5 changes: 1 addition & 4 deletions pages/content/posts/2024-12-01-explore-the-new-world.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: post
title: "Explore the new world"
author: Ingunn Berg Ferstad
date: 2023-12-01
Expand All @@ -14,8 +15,6 @@ next: false
prev: false
---

<PostDetail>

Imagine a new world. Kind of familiar, kind of different. Where digital laboratories are built on floating islands. Where you are the explorer, and the sky holds no limit. Welcome to HUNT Cloud.

<img src="https://assets.hdc.ntnu.no/assets/artworks/hunt-cloud_explore-the-new-world_full.jpg"></img>
Expand All @@ -35,5 +34,3 @@ Metadata:
- **Year:** 2022
- **Version:** 1.1
- **ArtworkID:** hcc-artwork2

</PostDetail>
5 changes: 1 addition & 4 deletions pages/content/posts/2024-12-02-the-portal.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: post
title: "The portal"
author: Ingunn Berg Ferstad
date: 2024-12-02
Expand All @@ -12,8 +13,6 @@ next: false
prev: false
---

<PostDetail>

<img src="https://assets.hdc.ntnu.no/assets/artworks/hunt-cloud_the-portal_full.jpg"></img>

Download links:
Expand All @@ -31,5 +30,3 @@ Metadata:
- **Year:** 2023
- **Version:** 1.0
- **ArtworkID:** hcc-artwork6

</PostDetail>
5 changes: 1 addition & 4 deletions pages/content/posts/2024-12-03-explore-the-unknown.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: post
title: "Explore the unknown"
author: Ingunn Berg Ferstad
date: 2024-12-03
Expand All @@ -12,8 +13,6 @@ next: false
prev: false
---

<PostDetail>

<img src="https://assets.hdc.ntnu.no/assets/artworks/hunt-cloud_explore-the-unknown_full.jpg"></img>

Download links:
Expand All @@ -31,5 +30,3 @@ Metadata:
- **Year:** 2023
- **Version:** 1.0
- **ArtworkID:** hcc-artwork3

</PostDetail>
5 changes: 1 addition & 4 deletions pages/content/posts/2024-12-04-here-be-dragons.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: post
title: "Here be dragons"
author: Ingunn Berg Ferstad
date: 2024-12-04
Expand All @@ -12,8 +13,6 @@ next: false
prev: false
---

<PostDetail>

<img src="https://assets.hdc.ntnu.no/assets/artworks/hunt-cloud_here-be-dragons_full.jpg"></img>

Download links:
Expand All @@ -31,5 +30,3 @@ Metadata:
- **Year:** 2023
- **Version:** 1.1
- **ArtworkID:** hcc-artwork4

</PostDetail>
5 changes: 1 addition & 4 deletions pages/content/posts/2024-12-05-tree-of-knowledge.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: post
title: "Tree of knowledge"
author: Ingunn Berg Ferstad
date: 2024-12-05
Expand All @@ -12,8 +13,6 @@ next: false
prev: false
---

<PostDetail>

<img src="https://assets.hdc.ntnu.no/assets/artworks/hunt-cloud_tree-of-knowledge_full.jpg"></img>

Download links:
Expand All @@ -31,5 +30,3 @@ Metadata:
- **Year:** 2023
- **Version:** 1.1
- **ArtworkID:** hcc-artwork5

</PostDetail>
5 changes: 1 addition & 4 deletions pages/content/posts/2024-12-06-that-feeling.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: post
title: "That feeling"
author: Ingunn Berg Ferstad
date: 2024-12-06
Expand All @@ -12,8 +13,6 @@ next: false
prev: false
---

<PostDetail>

<img src="https://assets.hdc.ntnu.no/assets/artworks/hunt-cloud_that-feeling_full.jpg"></img>

Download links:
Expand All @@ -31,5 +30,3 @@ Metadata:
- **Year:** 2021
- **Version:** 1.0
- **ArtworkID:** hcc-artwork1

</PostDetail>
5 changes: 1 addition & 4 deletions pages/content/posts/2024-12-07-senior-guidance.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: post
title: "Senior guidance"
author: Ingunn Berg Ferstad
date: 2024-12-07
Expand All @@ -12,8 +13,6 @@ next: false
prev: false
---

<PostDetail>

<img src="https://assets.hdc.ntnu.no/assets/artworks/hunt-cloud_senior-guidance_full.jpg"></img>

Download links:
Expand All @@ -31,5 +30,3 @@ Metadata:
- **Year:** 2023
- **Version:** 1.0
- **ArtworkID:** hcc-artwork25

</PostDetail>
7 changes: 2 additions & 5 deletions pages/content/posts/2025-02-11-podcast-1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: post
title: "#1 Ulf Landegren - Creative freedom and commercialization in science - NCFH 2024 - NTNU | HUNT Cloud"
author: Signe Elisabeth Åsberg
date: 2025-02-11
Expand All @@ -9,13 +10,11 @@ tags:
intro: |
This is a conversation with Ulf Landegren on creative freedom and commercialization of scientific ideas. Ulf Landegren has played a pivotal role in advancing proteomics within biomedical research.

<iframe width="100%" height="280" src="https://www.youtube.com/embed/eMbw9XUXxA0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="100%" height="360" src="https://www.youtube.com/embed/eMbw9XUXxA0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
next: false
prev: false
---

<PostDetail>

This is a conversation with Ulf Landegren on creative freedom and commercialization of scientific ideas. Ulf Landegren has played a pivotal role in advancing proteomics within biomedical research.

Throughout his career, he has explored innovative tools and diagnostic methods. Ideas from his lab have contributed to many companies. Notably, Landegren co-founded Olink, which was acquired by Thermo Fisher for €2.85 billion in 2023.
Expand Down Expand Up @@ -43,5 +42,3 @@ Links:
- NTNU website: https://www.ntnu.no
- HUNT Research Centre: https://www.ntnu.edu/hunt
- HUNT Cloud channel: [@HUNTCloud](https://www.youtube.com/@HUNTCloud)

</PostDetail>
7 changes: 2 additions & 5 deletions pages/content/posts/2025-02-12-podcast-2.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: post
title: "#2 Linda Paavilainen - Scientific administration of biobanks - NCFH 2024 - NTNU | HUNT Cloud"
author: Signe Elisabeth Åsberg
date: 2025-02-12
Expand All @@ -10,13 +11,11 @@ intro: |

Linda Paavilainen works with scientific administration at Uppsala Biobank and Biobank Sweden where she helps researchers get the most out of their data and projects.

<iframe width="100%" height="280" src="https://www.youtube.com/embed/GLzEmaiv06E" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="100%" height="360" src="https://www.youtube.com/embed/GLzEmaiv06E" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
next: false
prev: false
---

<PostDetail>

This is a conversation with Linda Paavilainen where she shares her perspectives on training the next generation of scientists and the importance of researchers transitioning into scientific administration.

Linda Paavilainen works with scientific administration at Uppsala Biobank and Biobank Sweden where she helps researchers get the most out of their data and projects.
Expand Down Expand Up @@ -44,5 +43,3 @@ Links:
- NTNU website: https://www.ntnu.no
- HUNT Research Centre: https://www.ntnu.edu/hunt
- HUNT Cloud channel: [@HUNTCloud](https://www.youtube.com/@HUNTCloud)

</PostDetail>
7 changes: 2 additions & 5 deletions pages/content/posts/2025-02-13-podcast-3.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: post
title: "#3 Eero Punkka - Elevating Nordic biobanks - NCFH 2024 - NTNU | HUNT Cloud"
author: Signe Elisabeth Åsberg
date: 2025-02-13
Expand All @@ -10,13 +11,11 @@ intro: |

Eero Punkka is the director of Helsinki Biobank. Helsinki Biobank holds an extensive collection of biological samples that it enriches with health information from biobank donors towards new discoveries. Eero Punkka shares his valuable perspectives on combining health data and biobanking to benefit both study participants and patients.

<iframe width="100%" height="280" src="https://www.youtube.com/embed/Y8AoB4Bpj6U" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="100%" height="360" src="https://www.youtube.com/embed/Y8AoB4Bpj6U" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
next: false
prev: false
---

<PostDetail>

This is a conversation with Eero Punkka about Nordic biobanks and the significance of biobanking as a scientific resource.

Eero Punkka is the director of Helsinki Biobank. Helsinki Biobank holds an extensive collection of biological samples that it enriches with health information from biobank donors towards new discoveries. Eero Punkka shares his valuable perspectives on combining health data and biobanking to benefit both study participants and patients.
Expand Down Expand Up @@ -44,5 +43,3 @@ Links:
- NTNU website: https://www.ntnu.no
- HUNT Research Centre: https://www.ntnu.edu/hunt
- HUNT Cloud channel: [@HUNTCloud](https://www.youtube.com/@HUNTCloud)

</PostDetail>
7 changes: 2 additions & 5 deletions pages/content/posts/2025-02-14-podcast-4.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: post
title: "#4 Marc Vaudel - Running a digital research lab with sensitive data - NCFH 2024 - NTNU | HUNT Cloud"
author: Signe Elisabeth Åsberg
date: 2025-02-14
Expand All @@ -10,13 +11,11 @@ intro: |

Marc Vaudel oversees digital labs from the University of Bergen and Norwegian Institute of Public Health that bring together scientists who use data from large cohorts and health registries in combination with large-scale biomedical data. Here he shares his perspectives on how building a culture that takes good care of the data from research participants is key to long-term scientific success.

<iframe width="100%" height="280" src="https://www.youtube.com/embed/aPi4FYk_z2g" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="100%" height="360" src="https://www.youtube.com/embed/aPi4FYk_z2g" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
next: false
prev: false
---

<PostDetail>

This is a conversation with Marc Vaudel about running digital research environments for sensitive data.

Marc Vaudel oversees digital labs from the University of Bergen and Norwegian Institute of Public Health that bring together scientists who use data from large cohorts and health registries in combination with large-scale biomedical data. Here he shares his perspectives on how building a culture that takes good care of the data from research participants is key to long-term scientific success.
Expand Down Expand Up @@ -44,5 +43,3 @@ Links:
- NTNU website: https://www.ntnu.no
- HUNT Research Centre: https://www.ntnu.edu/hunt
- HUNT Cloud channel: [@HUNTCloud](https://www.youtube.com/@HUNTCloud)

</PostDetail>
7 changes: 2 additions & 5 deletions pages/content/posts/2025-02-15-podcast-5.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: post
title: "#5 Eivind Hovig - Bioinformatics in the Nordic countries - NCFH 2024 - NTNU | HUNT Cloud"
author: Hakon Heimer
date: 2025-02-15
Expand All @@ -10,13 +11,11 @@ intro: |

Eivind Hovig has been a key figure in the establishment of bioinformatics in Norway. His long-running career with a main focus on cancer genomics includes handling and analysis of large amounts of sensitive data. Here, Eivind Hovig shares his valuable insights on both the historical context and future developments in the exciting field of bioinformatics.

<iframe width="100%" height="280" src="https://www.youtube.com/embed/CK3LL4AIW50" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="100%" height="360" src="https://www.youtube.com/embed/CK3LL4AIW50" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
next: false
prev: false
---

<PostDetail>

This is a conversation with Eivind Hovig on the fast moving field of bioinformatics in the Nordic countries.

Eivind Hovig has been a key figure in the establishment of bioinformatics in Norway. His long-running career with a main focus on cancer genomics includes handling and analysis of large amounts of sensitive data. Here, Eivind Hovig shares his valuable insights on both the historical context and future developments in the exciting field of bioinformatics.
Expand Down Expand Up @@ -44,5 +43,3 @@ Links:
- NTNU website: https://www.ntnu.no
- HUNT Research Centre: https://www.ntnu.edu/hunt
- HUNT Cloud channel: https://www.youtube.com/@HUNTCloud

</PostDetail>
7 changes: 2 additions & 5 deletions pages/content/posts/2025-02-25-podcast-6.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: post
title: "#6 Patrick Sulem - Genomics at scale - NCFH 2024 - NTNU | HUNT Cloud"
author: Signe Elisabeth Åsberg
date: 2025-02-25
Expand All @@ -8,13 +9,11 @@ tags:
intro: |
Patrick Sulem currently leads the clinical sequencing effort at deCODE genetics. Trained as a medical doctor specializing in epidemiology and public health, Patrick Sulem joined deCODE genetics in 2002. Since then, he has contributed key knowledge to our understanding of the genetic architecture of complex traits and associations between genetic variants and disease.

<iframe width="100%" height="280" src="https://www.youtube.com/embed/OU2gSjSoB-s" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="100%" height="360" src="https://www.youtube.com/embed/OU2gSjSoB-s" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
next: false
prev: false
---

<PostDetail>

Patrick Sulem currently leads the clinical sequencing effort at deCODE genetics. Trained as a medical doctor specializing in epidemiology and public health, Patrick Sulem joined deCODE genetics in 2002. Since then, he has contributed key knowledge to our understanding of the genetic architecture of complex traits and associations between genetic variants and disease.

<iframe width="100%" height="360" src="https://www.youtube.com/embed/OU2gSjSoB-s" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
Expand All @@ -40,5 +39,3 @@ Links:
- NTNU website: https://www.ntnu.no
- HUNT Research Centre: https://www.ntnu.edu/hunt
- HUNT Cloud channel: https://www.youtube.com/@HUNTCloud

</PostDetail>
7 changes: 2 additions & 5 deletions pages/content/posts/2025-04-22-podcast-7.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: post
title: "#7 Richard Bergström - Bridging private and public sector in health - NTNU | HUNT Cloud"
author: Signe Elisabeth Åsberg
date: 2025-04-22
Expand All @@ -10,13 +11,11 @@ intro: |

Richard Bergström is the Vice President of European Affairs at IQVIA. Bergström has more than 30 years of experience working in and around the pharmaceutical industry, including as the Director General for both the European Federation of Pharmaceutical Industries and Associations (EFPIA) and the Swedish Association of the Pharmaceutical Industry. Notably, Richard Bergström was EU's chief negotiator for vaccine contracts during COVID-19.

<iframe width="100%" height="280" src="https://www.youtube.com/embed/rpHQlzJkROA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="100%" height="360" src="https://www.youtube.com/embed/rpHQlzJkROA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
next: false
prev: false
---

<PostDetail>

This is a conversation with Richard Bergström on bridging private and public sector in health.

Richard Bergström is the Vice President of European Affairs at IQVIA. Bergström has more than 30 years of experience working in and around the pharmaceutical industry, including as the Director General for both the European Federation of Pharmaceutical Industries and Associations (EFPIA) and the Swedish Association of the Pharmaceutical Industry. Notably, Richard Bergström was EU's chief negotiator for vaccine contracts during COVID-19.
Expand All @@ -43,5 +42,3 @@ Links:
- NTNU website: https://www.ntnu.no
- HUNT Research Centre: https://www.ntnu.edu/hunt
- HUNT Cloud channel: [@HUNTCloud](https://www.youtube.com/@HUNTCloud)

</PostDetail>
5 changes: 1 addition & 4 deletions pages/content/posts/2026-03-03-article-1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: post
title: "Are you teaching your students these core skills?"
author: Signe Elisabeth Åsberg
date: 2026-03-03
Expand All @@ -14,8 +15,6 @@ next: false
prev: false
---

<PostDetail>

There are countless skills you will pick up during your research career. Some are highly useful (like how to organize 300 references) while others are just weird (how to collect urin from mice).

Unfortunately, there are key skills that seem to continuously slip beneath the radars of both supervisors and institutions. Here are the top 3 skills that I wish every every young researcher learnt and perfected throughout their careers:
Expand Down Expand Up @@ -48,5 +47,3 @@ Links:
- NTNU website: https://www.ntnu.no
- HUNT Research Centre: https://www.ntnu.edu/hunt
- HUNT Cloud channel: [@HUNTCloud](https://www.youtube.com/@HUNTCloud)

</PostDetail>