jamespjh / eResearch-meeting-list

Apache License 2.0
5 stars 6 forks source link

eResearch-meeting-list

GitHub actions status

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.

Data Files

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.

Required Fields

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

Optional Fields

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.

Contributing

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.