Skip to content

Commit a031a87

Browse files
fix: World-Map build
1 parent 2291686 commit a031a87

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

world-map/generate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
return L.divIcon({
5454
className: 'custom-marker',
5555
html: `<div style="position: relative;">
56-
<img src="${baseIcon.options.iconUrl}" style="width: 35px; height: 57px;">
57-
<img src="${overlayUrl}" style="position: absolute; top: 4px; left: 4px; width: 27px; height: 27px; border-radius: 50%; background: white;">
56+
<img src="$${baseIcon.options.iconUrl}" style="width: 35px; height: 57px;">
57+
<img src="$${overlayUrl}" style="position: absolute; top: 4px; left: 4px; width: 27px; height: 27px; border-radius: 50%; background: white;">
5858
</div>`,
5959
iconSize,
6060
iconAnchor,

world-map/projects.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
categories:
1616
- Computer Science
1717
- Germany
18+
19+
1820
- title: "Department of Languages and Computer Systems"
1921
link: "https://liascript.github.io/course/?https://raw.githubusercontent.com/AndreaInfUFSM/liascript-symposium-2023/master/README.md"
2022
gps:
@@ -30,6 +32,8 @@
3032
categories:
3133
- Computer Science
3234
- Brazil
35+
36+
3337
- title: "Data and Analytics for Research Training (DART) Program"
3438
link: "https://arcus.github.io/education_modules/"
3539
gps:
@@ -47,7 +51,10 @@
4751
- Biomedical Research
4852
tags:
4953
- Looking for Contributors
50-
# Events
54+
55+
56+
################## Events
57+
5158
- title: "eLearning Africa 2024: Creating Sustainable and Extendable Open Educational Resources (OER) as Interactive Online Classrooms"
5259
link: "https://www.elearning-africa.com/conference2024/programme_workshops_detail.php?ws=FD2"
5360
gps:
@@ -67,6 +74,7 @@
6774
- Education
6875
- Africa
6976

77+
7078
- title: "eLearning Africa 2023: Instant Creation & Publishing of Free and Open Online Courses with LiaScript"
7179
link: "https://liascript.github.io/blog/elearning-africa-2023/"
7280
gps:
@@ -84,6 +92,7 @@
8492
- Education
8593
- Africa
8694

95+
8796
- title: "DELFI 2023: Konzepte und Erfahrungen bei der Realisierung dezentraler, offener Lehrmaterialien mit LiaScript"
8897
link: "https://liascript.github.io/blog/liascript-workshop-auf-der-delfi-tagung-in-aachen/"
8998
gps:
@@ -136,6 +145,7 @@
136145
categories:
137146
- Conference
138147

148+
139149
- title: "We Are Developers 22: Interactive Markdown for Education & Documentation"
140150
link: "https://liascript.github.io/blog/we-are-developers-22/"
141151
gps:
@@ -151,6 +161,7 @@
151161
categories:
152162
- Conference
153163

164+
154165
- title: "Elm Europe 2019: Open-Course Development with LiaScript (... Or Markdown on Steroids)"
155166
link: "https://liascript.github.io/blog/open-course-development-with-liascript/"
156167
gps:
@@ -166,6 +177,7 @@
166177
categories:
167178
- Conference
168179

180+
169181
- title: "MCCSIS 2019: LiaScript - a Domain-Specific-Language for Interactive Online Courses"
170182
link: "https://liascript.github.io/blog/liascript-a-domain-specific-language-for-interactive-online-courses/"
171183
gps:
@@ -181,6 +193,7 @@
181193
categories:
182194
- Conference
183195

196+
184197
- title: "University Future Festival 2024: RemoteLabs as OER - The next evolutionary step"
185198
link: "https://festival.hfd.digital/de/programm-2024/"
186199
gps:

0 commit comments

Comments
 (0)