Skip to content

Commit 112a833

Browse files
committed
adding show and tell page
1 parent 5bed85b commit 112a833

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

_data/navigation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ main:
55
url: "/courses"
66
- title: "4D Network"
77
url: "/4D"
8+
- title: "Show & Tell"
9+
url: "/showAndTell"
810
- title: "SciTinyML"
911
url: "/SciTinyML"
1012
- title: "Research"
@@ -17,6 +19,8 @@ main:
1719
url: "/sponsors"
1820
- title: "Discourse"
1921
url: "https://discuss.tinymlx.org"
22+
- title: "Discord"
23+
url: "https://discord.gg/zKWgwhSAEY"
2024
- title: "GitHub"
2125
url: "https://github.com/tinyMLx"
2226
- title: "TinyML Kit"

_pages/research.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ excerpt: "Explore our Academic Publications."
1717
{% include research_table paper_list = site.data.research.conference %}
1818

1919
## Other Publications
20-
{% include research_table paper_list = site.data.research.other %}
20+
{% include research_table paper_list = site.data.research.other %}
21+
22+
## Explore Additional TinyML Papers from Others
23+
[https://github.com/gigwegbe/tinyml-papers-and-projects](https://github.com/gigwegbe/tinyml-papers-and-projects)

_pages/showAndTell.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: "TinyML4D Show and Tell"
3+
layout: splash
4+
permalink: /showAndTell
5+
date:
6+
header:
7+
overlay_color: "#00A"
8+
overlay_filter: "0.5"
9+
overlay_image: /assets/images/banner.jpg
10+
excerpt: "The TinymML4D Academic Network Show and Tell is an opportunity for students from around the globe to share all of your exciting TinyML projects!"
11+
---
12+
13+
**We are [soliciting Show and Tell talks](https://tinymledu.org/SciTinyML-23/cfp) for our annual SciTinyML Workshop April 17-21!**
14+
15+
## What is a TinyML4D Show and Tell Talk?
16+
17+
Show and Tell Talks can include classroom projects, research projects, in-progress projects, failed projects -- basically any kind of TinyML project!We are particularly interested in work that discuss:
18+
+ Scientific Applications of TinyML
19+
+ Applications of TinyML for the Global South and for Global Sustainability
20+
+ Aggregated “best practice” suggestions for getting up to speed on new TinyML projects
21+
+ Surprising discoveries gleaned from deploying TinyML into the real world
22+
+ Work from early career students and professionals
23+
24+
## Recordings of Past Show and Tells
25+
All Show and Tell Videos can be found at [this playlist](https://www.youtube.com/playlist?list=PLL5nb-tgetJhpCtybAI7Epkiy_fUiIhwm).
26+
{% include show_and_tells_table materials_list = site.data.4DEvents.showAndTells %}

0 commit comments

Comments
 (0)