From 1f284c4a3bd9095aff5d962ddfaee35df824ca9b Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 7 May 2024 13:06:32 -0700 Subject: [PATCH] Add Lund University Close #18 --- data/blast-community.geojson | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/data/blast-community.geojson b/data/blast-community.geojson index a55bb6c..e97dc0c 100644 --- a/data/blast-community.geojson +++ b/data/blast-community.geojson @@ -1910,7 +1910,37 @@ ] }, "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + 13.20463, + 55.71029 + ], + "type": "Point" + }, + "properties": { + "contacts": [ + "Jonas Bj\u00f6rklund Svensson" + ], + "dev-codes": [ + "" + ], + "domain": [ + "beam-plasma", + "accelerators", + "x-ray generation" + ], + "institution": "Department of Physics, Lund University", + "name": "Synchrotron Radiation Research", + "user-codes": [ + "hipace++", + "optimas", + "wake-t" + ] + }, + "type": "Feature" } ], "type": "FeatureCollection" -} \ No newline at end of file +}