You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea here is to have a page profiling our "Scan Stations", such as those in Zim, Cape Town, Berlin, Ghana, etc.
At a high level, this is a list of the scan stations and markers on a map. This will highlight our diverse network and raise the profile of the teams who do the hard work to do the scanning.
Proposal
For each station, we should have:
a name, eg "Scan Station Cape Town"
map coordinates
the location name, eg "Cape Town, South Africa"
a photo
name of the staff
launch date
On the page, we can have:
a brief overview of the Scan Station project (ie. what they are and what they do).
a Leaflet.js map with the map markers for each station
a list of the scan stations, with a Bootstrap card for each station. Perhaps two columns of cards?
Data source
I suggest we store the data in the metadata part of the github pages page, which we can edit through siteleaf, something like:
title: foo
...
stations:
- name: Scan Station Cape Town
location: Cape Town, South Africa
staff: X, Y and Z
launch_date: 2019-01-01
That can readily be dumped into the page as JSON when it is rendered by jekyll.
The text was updated successfully, but these errors were encountered:
The idea here is to have a page profiling our "Scan Stations", such as those in Zim, Cape Town, Berlin, Ghana, etc.
At a high level, this is a list of the scan stations and markers on a map. This will highlight our diverse network and raise the profile of the teams who do the hard work to do the scanning.
Proposal
For each station, we should have:
On the page, we can have:
Data source
I suggest we store the data in the metadata part of the github pages page, which we can edit through siteleaf, something like:
That can readily be dumped into the page as JSON when it is rendered by jekyll.
The text was updated successfully, but these errors were encountered: