https://github.com/faroit/conferences
Ruby on Rails Research Conference Database
https://github.com/faroit/conferences
Last synced: about 1 month ago
JSON representation
Ruby on Rails Research Conference Database
- Host: GitHub
- URL: https://github.com/faroit/conferences
- Owner: faroit
- License: other
- Created: 2014-04-07T12:18:48.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-12-13T17:40:24.000Z (over 10 years ago)
- Last Synced: 2025-01-28T02:33:14.018Z (over 1 year ago)
- Language: Ruby
- Size: 270 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Conferences DB
==============
A small ruby on rails applications that lists relevant research conferences where you might want to submit your paper.
## Features
* Adding, editing and listing conferences
* Sorting by deadline (abstract or fullpaper - whatever comes first)
* Archive of conferences with in the past
* iCalendar support for all conferences or just single events
* Tag support (search by tags, tag cloud)
* Show the conference on Open Street Maps
* Add collegues who also plan to submit, were accepted, attend the conference
* "I feel lucky to publish" looking for the next conference open to take submissions.
## Requirements
* Rails 4.1
* bundler gem
## Installation
On *Unix* Systems (assuming you have rvm installed): ```bundle install``` should install all the ruby requirements. Also Rails 4.1 requires a ```config/secrets.yml``` which contains a secret key. You can generate a new key by using ```rake secret```
To customize/brand the conference app just create/edit ```config/config.yaml``` and change ```institute_name``` to your institute