+
+
+
+
+
+
+
+
+ The event will start at 16.00. We are still working on the program, and hopefully there will be a number of interesting speakers! We'll start the first meeting with a RISC-V overview! The venue and agenda is still to be settled. Please watch this space for updates!
+
+
+
+ If you have a RISC-V topic you want to present, don't hesitate to reach out! Got a board you'd like demo? Bring it!
+
+
Venue address:
@@ -449,11 +492,17 @@
/* End of loop */
/* Start of loop */
- marker = new OpenLayers.Marker(new OpenLayers.LonLat( 11.9766646, 57.689343 ).transform(projection, map.getProjectionObject()), icon.clone());
+ marker = new OpenLayers.Marker(new OpenLayers.LonLat( 11.97561, 57.71509 ).transform(projection, map.getProjectionObject()), icon.clone());
marker.events.register("click", marker, function() { location.hash = "#kde"; });
markers.addMarker(marker);
/* End of loop */
+ /* Start of loop */
+ marker = new OpenLayers.Marker(new OpenLayers.LonLat( 11.966956, 57.689343 ).transform(projection, map.getProjectionObject()), icon.clone());
+ marker.events.register("click", marker, function() { location.hash = "#riscv"; });
+ markers.addMarker(marker);
+ /* End of loop */
+
map.setCenter(new OpenLayers.LonLat(11.9766646, 57.689343).transform(projection, map.getProjectionObject()), 13);
diff --git a/2020/images/project-riscv.png b/2020/images/project-riscv.png
new file mode 100644
index 0000000..e559767
Binary files /dev/null and b/2020/images/project-riscv.png differ
diff --git a/2020/index.html b/2020/index.html
index b93b8c9..e661e96 100644
--- a/2020/index.html
+++ b/2020/index.html
@@ -522,6 +522,32 @@
+
+
+
+