Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
2018-web/data/talks/PC-54865.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
33 lines (22 sloc)
1.5 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Talk details are specified in YAML files | |
| # YAML was selected because we can use multi-line strings and add | |
| # comments in the file. | |
| speaker_name: "Daniel Snider" | |
| talk_title: "The state of Open Source across 3 industries: Robotics, Cloud Computing, and Cancer Research" | |
| # At least 1 tag is necessary!! | |
| talk_tags: | |
| - "open source" | |
| - "robotics" | |
| - "cancer research" | |
| - "cloud computing" | |
| - "ROS" | |
| - "OpenStack" | |
| - "CellProfiler" | |
| - "developer productivity" | |
| - "10 minutes" | |
| talk_abstract: "I posit that well-made, open-source platforms with industry specific goals put more new tools in developer's hands each year than anything else. This talk will compare and get people excited about large open-source projects. What makes them great, what doesn't, and where to get started in Python." | |
| talk_details: "I posit that well-made, open-source platforms with industry specific goals put more new software tools in developer's hands each year than anything else. In this talk, we'll compare and get excited about three large scale open-source collaborations: in robotics (ROS), cloud computing (OpenStack), and cancer research (CellProfiler). What makes them great, what doesn't, and where to get started in Python." | |
| # Markdown is supported | |
| about_author: 'I’m 28, hold a bachelor of IT from UOIT in Oshawa. I’m passionate about open source robotics (Ryerson University) and cancer research (SickKids/University of Toronto).' | |
| # web link will only show if about_author section is present | |
| author_website: 'https://github.com/danielsnider' |