Giter Site home page Giter Site logo

confed's Introduction

Conference Education

Development Environment Setup:
* Requires PostgreSQL database (full-text searching)
  - brew install postgres
    - follow homebrew instructions to initialize database
    - database.yml exmaple:
        development:
          adapter: postgresql
          host: localhost
          port: 5432
          database: confed_development
          schema_search_path: public
          encoding: utf8

        test:
          adapter: postgresql
          host: localhost
          port: 5432
          database: confed_test
          schema_search_path: public
          encoding: utf8
    - you need to build your initial indexes using:
        rake texticle:create_indexes
        - run this rake command anytime an index is added or the indexes change


Goal:
Have a main source for video/presentation slides of conferences

Ideas:
* Talk show page would ideally have video and slides embedded
  * Title, conference info, description of talk
  * Information on speaker
* Conference view would ideally have talks presented in order that they happened. 
* Speakers should be referenced throughout the site so that someone could pull up a specific speaker and see all presentations
* subdomains for conferences?
* allow a conference to style their scoped page
* speaker rating system... I believe there are already services for this, maybe we can take advantage of api
* searchable and/or tagging system
* if there is demand, a conference page could be created as a placeholder so only the video/slide content would need to be embedded when ready
* Is there any reason user group content would not fit into this service as well?

* What are the most used video services for conference videos?
  * Vimeo
  * Blip.tv
  * Viddler
* What are the most used slide sharing services
  * Slideshare

Obviously it will take some curation on our part at first, but hopefully it will provide a great service to many communities and people will want to add their content on their own

confed's People

Contributors

ajwalters avatar mattpolito avatar skorecky avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.