项目作者: rweekly

项目描述 :
高级语言: CSS
项目地址: git://github.com/rweekly/conferences.git
创建时间: 2017-01-13T15:39:32Z
项目社区:https://github.com/rweekly/conferences

开源协议:

下载


This repo was archived

https://github.com/jumpingrivers/meetingsR for updated list of events

RWeekly Conferences

Twitter is a great place to share conference slides but… it doesn’t seem to be the best place to read all these shared information. Needless to say a few days after the conference, all those shared links are just gone from your timeline.

Here we are trying to create a repo to organize shared conference slides or github repos. As a result, you, me and everyone can enjoy our awesome #rstats conferences even if we cannot make the trip.

Please help us collect as many resources as possible by submitting a PR. We also encourage conference presenters to post links to their slides directly here after their presentation.

To Contribute

  1. All the conference posts are stored in the _posts folder as yaml headers in those md files.
  2. Besides slides, we also want to highlight interesting #rstats packages announced or demonstrated during the conferences. These information should go to the packages section.
  3. We will create an entry for big #rstats events ahead of time.
  4. If you are a presenter but you don’t want your slides to be shared here, please let us know or fix it by yourself.
  5. If you have any new ideas, let us know by submitting an issue.

YAML Header

  1. ---
  2. title: conf title
  3. name: conf name
  4. edit_link: https://github.com/rweekly/conferences/edit/master/_posts/....md
  5. year: conf year
  6. location: conf loc
  7. date: conf date
  8. talks:
  9. - title: title
  10. speaker: speaker
  11. url: url
  12. - title: title
  13. speaker: speaker
  14. url: url
  15. packages:
  16. - title: title
  17. speaker: speaker
  18. url: url

YAML Fields

  1. - title: talks title
  2. speaker: speak
  3. url: https://...
  4. topics: topic (optional)
  5. video_link: https://... (optional)
  6. iframe: https://... (optional)
  7. image: https://... (optional)
  8. video: https://... (optional)