Skip to content

Commit bc73059

Browse files
committed
added even more logos
1 parent 4df9680 commit bc73059

File tree

5 files changed

+28
-0
lines changed

5 files changed

+28
-0
lines changed
10 KB
Loading
6.77 KB
Binary file not shown.
5 KB
Loading

src/assets/companies/nygen.webp

160 KB
Loading

src/pages/attendees.astro

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ import innovationSkane from "~/assets/companies/Innovation-skane.webp";
2626
import Iternio from "~/assets/companies/Rivian Iternio.webp";
2727
import Qlik from "~/assets/companies/Qlik.webp";
2828
import WEIQ from "~/assets/companies/WEIQ.webp";
29+
import Medicon from "~/assets/companies/medicon_village.webp";
30+
import Capillon from "~/assets/companies/Capillon_Analytics.webp";
31+
import nygen from "~/assets/companies/nygen.webp";
32+
import Worksphere from "~/assets/companies/Worksphere.avif";
2933
3034
const companies: {
3135
name: string;
@@ -183,6 +187,30 @@ We are looking for students with basic programming skills who want to be part of
183187
description:
184188
"Innovation Skåne is a center for innovation management, where we act as a catalyst for innovation and development in Region Skåne. We are experts in leading, developing, and driving innovation. We support and promote innovation processes, build strong partnerships, and create value and benefits for Region Skåne with the aim of meeting challenges and opportunities in an effective and sustainable way. As a hub for innovation, education, and development, we lead innovation processes using methods and tools of the highest standard to ensure that solutions are implemented and put to use to increase accessibility, quality, efficiency, and sustainability in Region Skåne.",
185189
},
190+
{
191+
name: "Medicon Village",
192+
image: Medicon,
193+
description:
194+
"Join Scandinavia’s largest life science park! We’re here to foster innovation and advance collaboration to support your research and business.",
195+
},
196+
{
197+
name: "Capillon Analytics",
198+
image: Capillon,
199+
description:
200+
"Capillon Analytics is a research- and development laboratory that contribute to the development of a non-invasive method for early cancer detection. The method focuses on chemical signatures of cancer, with a first target to detect early prostate cancer.",
201+
},
202+
{
203+
name: "Nygen",
204+
image: nygen,
205+
description:
206+
"Nygen is transforming genomics with its cutting-edge cloud-based data handling solutions. Their secure and accessible platform is setting a new standard for genomic data processing that is faster and more cost-effective. Their products are designed for researchers and organizations that manage large-scale genomics data, including pharmaceutical companies and CROs.",
207+
},
208+
{
209+
name: "Worksphere",
210+
image: Worksphere,
211+
description:
212+
"As a Fast-Track certified provider, WorkSphere makes hiring and working in Denmark seamless – for recruiters, companies, and international professionals alike.",
213+
},
186214
];
187215
---
188216

0 commit comments

Comments
 (0)