Skip to content

Commit 146f6aa

Browse files
committed
Merge branch 'hpssjellis-master'
2 parents 93261b4 + e1c1455 commit 146f6aa

File tree

2 files changed

+65
-2
lines changed

2 files changed

+65
-2
lines changed

_data/4DEvents/showAndTells.yaml

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
- date: "March 30, 2023"
2+
# url: ""
3+
talks:
4+
- title: "Automation of Coloring Process in Fashion Design Using Arduino Color Sensor"
5+
authors:
6+
- name: "Fatmaliza Zaki Abdad"
7+
- name: "Syafiga Arinda"
8+
affiliation:
9+
- name: "Sampoerna University, Indonesia"
10+
url: "https://www.sampoernauniversity.ac.id/"
11+
- title: "Anomaly detection for faulty motor using the arduino board Nano 33 BLE sense"
12+
authors:
13+
- name: "Hilal Al-Libawy"
14+
affiliation:
15+
- name: "University of Babylon, Iraq"
16+
url: "https://en.uobabylon.edu.iq/"
17+
- title: "First Time TinyML Experience"
18+
authors:
19+
- name: "Edwin Marte"
20+
affiliation:
21+
- name: "Universidad Tecnologica de Santiago, Dominican Republic"
22+
url: "https://www.utesa.edu/home/"
23+
- title: "Voice Activated LED Voice control lighting"
24+
authors:
25+
- name: "Muhammad Annas Zahid"
26+
affiliation:
27+
- name: "Usman Institute of Technology University, Pakistan"
28+
url: "https://www.uit.edu/"
29+
130
- date: "February 23, 2023"
231
url: "https://youtu.be/BAEdil7X68Y"
332
talks:
@@ -32,6 +61,40 @@
3261
- name: "Vellore Institute of Technology, India"
3362
url: "https://vit.ac.in/"
3463

64+
65+
url: "https://youtu.be/BAEdil7X68Y"
66+
talks:
67+
- title: "Artificial Intelligence in Point-of-Care Medical Equipment"
68+
authors:
69+
- name: "Hellen Cristina Ancelmo"
70+
affiliation:
71+
- name: "Instituto Carlos Chagas & Universidade Tecnológica Federal do Paraná, Brazil"
72+
url: "https://www.icc.fiocruz.br/"
73+
- title: "Weep Scope: Recognizing the Unique Cries of Infants"
74+
authors:
75+
- name: "Gohel Amit Chandrakantbhai"
76+
affiliation:
77+
- name: "Gujarat Technological University, India"
78+
url: "https://www.gtu.ac.in/"
79+
- title: "Crops Disease Detection with TinyML"
80+
authors:
81+
- name: "James Adeola"
82+
affiliation:
83+
- name: "Université d’Abomey Calavi, Benin"
84+
url: "https://abomeycalavi.academia.edu/"
85+
- title: "Implementation of Deep Learning on a Chick Counter"
86+
authors:
87+
- name: "Muhammad Suzaki Zahran"
88+
affiliation:
89+
- name: "Universitas Raharja, Indonesia"
90+
url: "https://raharja.ac.id/"
91+
- title: "Identification of Cashew Nut Diseases using TinyML"
92+
authors:
93+
- name: "Dr. Bala Murugan MS"
94+
affiliation:
95+
- name: "Vellore Institute of Technology, India"
96+
url: "https://vit.ac.in/"
97+
3598
- date: "January 26, 2023"
3699
url: "https://youtu.be/-0xRZ-5UYUc"
37100
talks:
@@ -122,4 +185,4 @@
122185
- name: "Ibrahim Ismail"
123186
affiliation:
124187
- name: "Universiti Teknologi Malaysia"
125-
url: "https://www.utm.my/"
188+
url: "https://www.utm.my/"

_includes/show_and_tells_table

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% if include.materials_list %}
22
| Date | Topics | Video Link |
33
| --- | --- | --- |
4-
{% for row in include.materials_list %} | {{ row.date }} | {% for talk in row.talks %} {{ forloop.index }}. **{{ talk.title }}** by {% for author in talk.authors %}{% if forloop.index0 > 0 %}, {% endif %}{% if author.url %}[{% endif %}{{ author.name }}{% if author.url %}]({{ author.url }}){% endif %}{% endfor %} of {% for affil in talk.affiliation %}{% if forloop.index0 > 0 %}, {% endif %}{% if affil.url %}[{% endif %}{{ affil.name }}{% if affil.url %}]({{ affil.url }}){% endif %}{% endfor %}<br />{% endfor %} | [Video]({{ row.url }}) |
4+
{% for row in include.materials_list %} | {{ row.date }} | {% for talk in row.talks %} {{ forloop.index }}. **{{ talk.title }}** by {% for author in talk.authors %}{% if forloop.index0 > 0 %}, {% endif %}{% if author.url %}[{% endif %}{{ author.name }}{% if author.url %}]({{ author.url }}){% endif %}{% endfor %} of {% for affil in talk.affiliation %}{% if forloop.index0 > 0 %}, {% endif %}{% if affil.url %}[{% endif %}{{ affil.name }}{% if affil.url %}]({{ affil.url }}){% endif %}{% endfor %}<br />{% endfor %} | {% if row.url %}[Video]({{ row.url }}){% else %}Video Coming Soon!{% endif %} |
55
{% endfor %}
66
{% endif %}

0 commit comments

Comments
 (0)