This is a list of all the meeting series we know about in:
It renders to https://jamespjh.github.io/eResearch-meeting-list/ for now, but will be moved somewhere more official soon.
Each meeting series is represented in a data file under _data. To add another file, simply add it to this folder in the same format, and it will render on the site.
Specifically, the following fields are required:
A minimum example might look like this:
name: FORCE11
link: https://www.force11.org
next:
date-from: 2019-10-16
date-to: 2019-10-17
link: https://www.force11.org/meetings/force2019
location: Edinburgh, Scotland
An example with an event not yet scheduled might look like this:
name: FORCE11
link: https://www.force11.org
next: TBA
If the event has had previous occurences, you should define these with a list
of previous
. Note the extra dash to indicate that we have a list and not a single
entry:
name: FORCE11
link: https://www.force11.org
previous:
- date-from: 2019-10-16
date-to: 2019-10-17
link: https://www.force11.org/meetings/force2019
location: Edinburgh, Scotland
- date-from: 2018-10-16
date-to: 2018-10-17
link: https://www.force11.org/meetings/force2018
location: Edinburgh, Scotland
You should generally use 2 spaces as a convention for files.
We welcome contributions and support from the community.
For more information on ways to contribute, and ways to how we prefer contributions
to be made, please see CONTRIBUTING.md
.