Skip to content

Commit

Permalink
Merge pull request #186 from ai-models/main
Browse files Browse the repository at this point in the history
a bit of clean up
  • Loading branch information
neural-loop authored Jun 25, 2024
2 parents 8eb9f85 + 1d80bd3 commit 0a6f9cd
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 107 deletions.
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ preloader = "" # use jpg, png, svg or gif format.
# Navigation button
[navigation_button]
enable = true
label = "Join Discord (900+ joined)"
label = "Join Discord (1200+ joined)"
link = "https://discord.gg/C9bzWgNmqk"

# search
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ start_time: 11:00
end_time: 12:15
time_zone: CEST
description: "Join us for a talk by Sangyeob Kim, Postdoctoral researcher at KAIST, on designing efficient accelerators that mix SNNs and ANNs."
upcoming: true
upcoming: false
speaker_photo: sangyeob-kim.jpeg
speaker_bio: 'Sangyeob Kim (Student Member, IEEE) received the B.S., M.S. and Ph.D. degrees from the School of Electrical Engineering, Korea Advanced Institute of Science and Technology (KAIST), Daejeon, South Korea, in 2018, 2020 and 2023, respectively. He is currently a Post-Doctoral Associate with the KAIST. His current research interests include energy-efficient system-on-chip design, especially focused on deep neural network accelerators, neuromorphic hardware, and computing-in-memory accelerators.'
---
Expand Down
215 changes: 110 additions & 105 deletions themes/hugoplate/layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,120 +1,125 @@
{{ define "main" }}
<section class="section-sm xl:pb-5 hero">
<div class="container">
<div class="row justify-between">
<div class="md:col-7 pt-10 lg:col-8">
<h1 class="mb-4 homepage">
Neuromorphic Computing and Engineering Community
</h1>
<ul class="list-disc pl-6 ml-3 mb-8 text-lg">
<li class="relative mb-4 pl-3">
<a href="/neuromorphic-computing/">Educational content</a> to get you started with the neuromorphic
engineering.
</li>
<li class="relative mb-4 pl-3">
<a href="/workshops/">Events about neuromorphic research and software</a>, with contributions from both
academia and industry.
</li>
<li class="relative mb-4 pl-3">
A curated list of neuromorphc open source <a href="/neuromorphic-computing/software/">software</a> and <a
href="/neuromorphic-computing/hardware/">hardware</a> to make it easier to find <strong>the tool you
need</strong>.
</li>
<li class="relative mb-4 pl-3">
<a href="https://github.com/open-neuromorphic" target="_blank">A platform for your code</a>. If you wish to
create a new repository or migrate your existing code to ONM, please get in touch with us.
</li>
</ul>
<p class="text-xl pb-3">Ways to Get Involved</p>
<div class="grid grid-cols-2 gap-4">
<!-- Content Team Card -->
<a href="/getting-involved#content" class="bg-blue-100 dark:bg-darkmode-theme-light p-4 rounded-lg">
<h2 class="text-xl font-semibold mb-2">Blogs & Writing</h2>
<p>Contribute to website content, blogs, newsletters, and technical guides.</p>
</a>
<section class="section-sm xl:pb-5 hero">
<div class="container">
<div class="row justify-between">
{{ $events := where .Site.RegularPages "Section" "workshops" }}
{{ $upcomingEvents := where $events "Params.upcoming" true }}
{{ if $upcomingEvents }}
<div class="md:col-7 pt-10 lg:col-8">
{{ else }}
<div class="md:col-12">
{{ end }}
<h1 class="mb-4 homepage">
Neuromorphic Computing and Engineering Community
</h1>
<ul class="list-disc pl-6 ml-3 mb-8 text-lg">
<li class="relative mb-4 pl-3">
<a href="/neuromorphic-computing/">Educational content</a> to get you started with the neuromorphic
engineering.
</li>
<li class="relative mb-4 pl-3">
<a href="/workshops/">Events about neuromorphic research and software</a>, with contributions from both
academia and industry.
</li>
<li class="relative mb-4 pl-3">
A curated list of neuromorphc open source <a href="/neuromorphic-computing/software/">software</a> and <a
href="/neuromorphic-computing/hardware/">hardware</a> to make it easier to find <strong>the tool you
need</strong>.
</li>
<li class="relative mb-4 pl-3">
<a href="https://github.com/open-neuromorphic" target="_blank">A platform for your code</a>. If you wish
to
create a new repository or migrate your existing code to ONM, please get in touch with us.
</li>
</ul>
<p class="text-xl pb-3">Ways to Get Involved</p>
<div class="grid grid-cols-2 gap-4">
<!-- Content Team Card -->
<a href="/getting-involved#content" class="bg-blue-100 dark:bg-darkmode-theme-light p-4 rounded-lg">
<h2 class="text-xl font-semibold mb-2">Blogs & Writing</h2>
<p>Contribute to website content, blogs, newsletters, and technical guides.</p>
</a>

<!-- Workshop Card -->
<a href="/getting-involved#workshop" class="bg-blue-100 dark:bg-darkmode-theme-light p-4 rounded-lg">
<h2 class="text-xl font-semibold mb-2">Workshop</h2>
<p>Participate in workshops to share your expertise and insights.</p>
</a>
<!-- Workshop Card -->
<a href="/getting-involved#workshop" class="bg-blue-100 dark:bg-darkmode-theme-light p-4 rounded-lg">
<h2 class="text-xl font-semibold mb-2">Workshop</h2>
<p>Participate in workshops to share your expertise and insights.</p>
</a>

<!-- Code Card -->
<a href="/getting-involved#code" class="bg-blue-100 dark:bg-darkmode-theme-light p-4 rounded-lg">
<h2 class="text-xl font-semibold mb-2">Code</h2>
<p>Contribute to ONM projects or host your own project with ONM.</p>
</a>
<!-- Code Card -->
<a href="/getting-involved#code" class="bg-blue-100 dark:bg-darkmode-theme-light p-4 rounded-lg">
<h2 class="text-xl font-semibold mb-2">Code</h2>
<p>Contribute to ONM projects or host your own project with ONM.</p>
</a>

<!-- Discord Card -->
<a href="#discord" class="bg-blue-100 dark:bg-darkmode-theme-light p-4 rounded-lg">
<h2 class="text-xl font-semibold mb-2">Discord</h2>
<p>Join our welcoming and collaborative community on Discord.</p>
</a>
<!-- Discord Card -->
<a href="#discord" class="bg-blue-100 dark:bg-darkmode-theme-light p-4 rounded-lg">
<h2 class="text-xl font-semibold mb-2">Discord</h2>
<p>Join our welcoming and collaborative community on Discord.</p>
</a>
</div>
</div>


</div>
<div class="mb:md-0 md:col-5 lg:col-4 mb-6">
{{ $events := where .Site.RegularPages "Section" "workshops" }}
{{ $upcomingEvents := where $events "Params.upcoming" true }}
{{ if $upcomingEvents }}
<div class="bg-theme-light dark:bg-darkmode-theme-light rounded p-7">
<h3 class="pb-5 text-xl">Next Workshop</h3>
{{ $sortedUpcomingEvents := sort $upcomingEvents "Params.date" }}
{{ with index $sortedUpcomingEvents 0 }}
<!-- Display the nearest upcoming event -->
<div class="mb-0">
{{ partial "components/session-card" . }}
</div>
{{ end }}
{{ if $upcomingEvents }}
<div class="mb:md-0 md:col-5 lg:col-4 mb-6">
<div class="bg-theme-light dark:bg-darkmode-theme-light rounded p-7">
<h3 class="pb-5 text-xl">Next Workshop</h3>
{{ $sortedUpcomingEvents := sort $upcomingEvents "Params.date" }}
{{ with index $sortedUpcomingEvents 0 }}
<!-- Display the nearest upcoming event -->
<div class="mb-0">
{{ partial "components/session-card" . }}
</div>
{{ end }}
</div>
</div>
{{ end }}
</div>
<div class="pt-2 pb-0">
{{ if gt (len $upcomingEvents) 1}} <div class="bg-theme-light dark:bg-darkmode-theme-light rounded mt-3 p-5">
{{ partial "components/upcoming-wide" . }}
</div>
{{ end }}
{{ end }}
<div class="pt-2 pb-0">
{{ if gt (len $upcomingEvents) 1 }}
<div class="bg-theme-light dark:bg-darkmode-theme-light rounded mt-3 p-5">
{{ partial "components/upcoming-wide" . }}
</div>
{{ end }}

</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-sm">
<div class="container">
<div class="row">
<div class="col-6 pb-8">
<h3>Recent Workshops</h3>
</div>
<div class="col-6">
<a href="/workshops" class="btn btn-primary float-right">Explore All Workshops</a>
</div>
{{ $events := where .Site.RegularPages "Section" "workshops" }}
{{ $recentRecordings := slice }}
{{ $sortedRecentRecordings := sort $events "Params.date" "desc" }}
{{ range first 3 (where $sortedRecentRecordings "Params.upcoming" "ne" true) }}
<div class="md:col-12 lg:col-4 mb-14">
{{ partial "components/session-card" . }}
</div>
{{ end }}
</div>
<div class="row">
<div class="col-6 pb-8">
<h3>Recent Posts</h3>
</div>
<div class="col-6">
<a href="/blog/" class="btn btn-primary float-right">Explore All Posts</a>
</section>
<section class="section-sm">
<div class="container">
<div class="row">
<div class="col-6 pb-8">
<h3>Recent Workshops</h3>
</div>
<div class="col-6">
<a href="/workshops" class="btn btn-primary float-right">Explore All Workshops</a>
</div>
{{ $events := where .Site.RegularPages "Section" "workshops" }}
{{ $recentRecordings := slice }}
{{ $sortedRecentRecordings := sort $events "Params.date" "desc" }}
{{ range first 3 (where $sortedRecentRecordings "Params.upcoming" "ne" true) }}
<div class="md:col-12 lg:col-4 mb-14">
{{ partial "components/session-card" . }}
</div>
{{ end }}
</div>
{{ $events := where .Site.RegularPages "Section" "blog" }}
{{ $recentRecordings := slice }}
{{ $sortedRecentRecordings := sort $events "Params.date" "desc" }}
{{ range first 4 $sortedRecentRecordings }}
<div class="md:col-12 lg:col-3 mb-14">
{{ partial "components/blog-card" . }}
<div class="row">
<div class="col-6 pb-8">
<h3>Recent Posts</h3>
</div>
<div class="col-6">
<a href="/blog/" class="btn btn-primary float-right">Explore All Posts</a>
</div>
{{ $events := where .Site.RegularPages "Section" "blog" }}
{{ $recentRecordings := slice }}
{{ $sortedRecentRecordings := sort $events "Params.date" "desc" }}
{{ range first 4 $sortedRecentRecordings }}
<div class="md:col-12 lg:col-3 mb-14">
{{ partial "components/blog-card" . }}
</div>
{{ end }}
</div>
{{ end }}
</div>
</div>
</section>
</section>
{{ end }}

0 comments on commit 0a6f9cd

Please sign in to comment.