Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| # To add an event in the GitHub user interface, click on the Edit button at the top right which will submit a pull request. | |
| # | |
| # Available properties per event | |
| # eventId: Should be in format "yyyymmdd-suffix". The yyyymmdd is the date | |
| # eventOrganization: Name of the conference or organizer | |
| # location: Should be in format "city, country" or "city, state, country" | |
| # date: Must be in format "yyyy-mm-dd". If multiple days cover our project, only note the first day | |
| # title: (optional) Session title (without the conference or organizer name). If CFP not yet accepted, temporarily do not include. | |
| # url: Link to the event page itself. If CFP not yet accepted, temporarily link the event organization itself. | |
| # presenters: (optional) Comma separated list of presenters. If CFP not yet accepted, temporarily do not include. | |
| # | |
| # Order events by date. | |
| # Remove past events. | |
| - eventId: 20160628-redhatsummit | |
| eventOrganization: Red Hat Summit | |
| location: San Francisco, US | |
| date: 2016-06-28 | |
| url: https://www.redhat.com/summit/ | |
| - eventId: 20161108-devoxxbe | |
| eventOrganization: Devoxx Be | |
| location: Antwerp, Belgium | |
| date: 2016-11-08 | |
| title: Hackergarten | |
| url: http://www.devoxx.be | |
| - eventId: 20161122-jbuglondon | |
| eventOrganization: JBoss User Group | |
| location: London, UK | |
| date: 2016-11-22 | |
| title: Red Hat BRMS and BPMS Roadmap Presentation | |
| url: http://www.meetup.com/JBoss-User-Group/events/234803765/ | |
| presenters: Kris Verlaenen, Mauricio Salatino, Mark Proctor, Geoffrey De Smet, Max Barkley | |
| - eventId: 20170502-redhatsummit | |
| eventOrganization: Red Hat Summit | |
| location: Boston, MA, USA | |
| date: 2017-05-02 | |
| url: https://www.redhat.com/summit/ |