Skip to content

Commit ff98023

Browse files
committed
Added events
1 parent e13bb9e commit ff98023

9 files changed

Lines changed: 20 additions & 17 deletions

File tree

Source code/public/lovable-uploads/707528b4-75fe-4127-8f4c-f8e84f77cde9.png renamed to Source code/public/media/events/Asip_2025.png

File renamed without changes.

Source code/public/lovable-uploads/8740789a-c667-49ca-b58d-81a4ee08031f.png renamed to Source code/public/media/events/fortiss_2023.png

File renamed without changes.

Source code/public/lovable-uploads/57267699-d192-4297-aad6-1220736103b6.png renamed to Source code/public/media/events/fortiss_2024.png

File renamed without changes.

Source code/src/data/eventsData.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export const eventsData: Event[] = [
5353
title: "ASIP Hackathon 2025",
5454
description: "A hackathon focused on Application-Specific Instruction Set Processors using the ASIP Designer Tool from Synopsys. Participants developed ML inference accelerators with guidance from industry experts.",
5555
date: "2025-03-15",
56+
image: "/media/events/Asip_2025.png",
5657
organizers: [
5758
{ name: "Agustin N. Coppari Hollmann", role: "Lead Organizer" },
5859
{ name: "Ipek Akdeniz", role: "Co-organizer" },
@@ -70,6 +71,7 @@ export const eventsData: Event[] = [
7071
title: "Munich Neuromorphic Hackathon 2024",
7172
description: "An immersive hackathon on neuromorphic computing technologies with collaboration from fortiss, neurobus, and IBM, featuring expert talks and hands-on challenges.",
7273
date: "2024-04-20",
74+
image: "/media/events/fortiss_2024.png",
7375
link: {
7476
url: "https://www.instagram.com/p/munich-neuromorphic-hackathon/",
7577
type: "instagram"
@@ -93,6 +95,7 @@ export const eventsData: Event[] = [
9395
title: "Neuromorphic Hackathon 2023",
9496
description: "Four-day hackathon focused on neuromorphic technologies, hosted in collaboration with Fortiss Neuromorphic Labs and Intel, featuring team challenges based on state-of-the-art research.",
9597
date: "2023-11-06",
98+
image: "/media/events/fortiss_2023.png",
9699
link: {
97100
url: "https://luma.com/events/neuromorphic-hackathon-2023",
98101
type: "luma"
Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
<meta property="og:title" content="OpenHardware Initiative" />
1111
<meta property="og:description" content="Pioneering the future of hardware acceleration" />
1212
<meta property="og:type" content="website" />
13-
<meta property="og:image" content="OHW_Logo.png" />
13+
<meta property="og:image" content="/public/OHW_logo.png" />
1414

1515
<meta name="twitter:card" content="summary_large_image" />
1616
<meta name="twitter:site" content="@open_hardware" />
17-
<meta name="twitter:image" content="OHW_Logo.png" />
17+
<meta name="twitter:image" content="/public/OHW_logo.png" />
1818
<link rel="icon" href="/lovable-uploads/8c21749c-761b-4cf2-85ca-64f204ac61dd.png" type="image/png">
19-
<script type="module" crossorigin src="/assets/index-CJZSNsLW.js"></script>
19+
<script type="module" crossorigin src="/assets/index-KWWKn_zM.js"></script>
2020
<link rel="stylesheet" crossorigin href="/assets/index-Cg-wODUl.css">
2121
</head>
2222

lovable-uploads/707528b4-75fe-4127-8f4c-f8e84f77cde9.png renamed to media/events/Asip_2025.png

File renamed without changes.

lovable-uploads/8740789a-c667-49ca-b58d-81a4ee08031f.png renamed to media/events/fortiss_2023.png

File renamed without changes.

lovable-uploads/57267699-d192-4297-aad6-1220736103b6.png renamed to media/events/fortiss_2024.png

File renamed without changes.

0 commit comments

Comments
 (0)