forked from ICMLRecommender/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
26 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# frontend | ||
|
||
ICML 2017 website Frontend project repository | ||
NIPS 2017 Recommendations App Frontend project repository | ||
|
||
## Note | ||
This app is in pre-release mode for ICML 2017. Please send feedback | ||
and bug reports to icml17app@gmail.com or file an issue on our github project page. | ||
This app is in pre-release mode for NIPS 2017. Please send feedback | ||
and bug reports to recsysapp@gmail.com or file an issue on our github project page. | ||
|
||
## What is this app? | ||
This app helps navigate the rich program of ICML 2017. The app provides an easily | ||
This app helps navigate the rich program of NIPS 2017. The app provides an easily | ||
navigable schedule, enables users to quickly find interesting papers, publicly | ||
comment them, register their interest using 'like' and 'bookmark', and browse what | ||
others are interested in. In addition, users' preferences feed a personalized paper | ||
|
@@ -36,19 +36,20 @@ Moreover, we built this app as a service to the community, we will open source t | |
The app was designed and built by a team of machine learning students and | ||
researchers spread across England, France, and Canada. | ||
|
||
1. Adrien Todeschini, Scorelab.io | ||
2. Hoai Phuoc Truong, McGill University | ||
3. James Ravenscroft, University of Warwick | ||
4. Laurent Charlin, Université de Montréal (HEC) | ||
5. Lazar Valkov, University of Edinburgh | ||
6. Maria Liakata, University of Warwick, Alan Turing Institute | ||
7. Taimur Abdaal, University of Oxford | ||
8. Valerio Perrone, University of Warwick | ||
9. Yee Whye Teh, University of Oxford, DeepMind, Alan Turing Institute | ||
- Adrien Todeschini, Scorelab.io | ||
- Hoai Phuoc Truong, McGill University | ||
- James Ravenscroft, University of Warwick | ||
- Laurent Charlin, Université de Montréal (HEC) | ||
- Lazar Valkov, University of Edinburgh | ||
- Maria Liakata, University of Warwick, Alan Turing Institute | ||
- Sébastien Doncker, SnarkFactory.fr | ||
- Taimur Abdaal, University of Oxford | ||
- Valerio Perrone, University of Warwick | ||
- Yee Whye Teh, University of Oxford, DeepMind, Alan Turing Institute | ||
|
||
# Technical contents section below (for internal development use only): | ||
|
||
## Website, detailing the app design: | ||
## Website, detailing the app design: | ||
http://icml2017spec.s3-website-us-west-2.amazonaws.com | ||
|
||
Start the server | ||
|
@@ -58,30 +59,30 @@ Start the server | |
``` | ||
ssh -L 8000:localhost:8000 [email protected] | ||
``` | ||
|
||
2. Modify settings | ||
``` | ||
cd /home/icmlapp/backend/server/icml/icml | ||
cp settings.py.no_https settings.py | ||
``` | ||
|
||
3. Launch server | ||
``` | ||
cd /home/icmlapp/backend/server/icml | ||
/home/icmlapp/env/bin/python manage.py runserver | ||
``` | ||
|
||
Setup the frontend | ||
----------------- | ||
|
||
- [Install nodejs and npm](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) | ||
|
||
- Install Polymer v1 (not v2) | ||
|
||
``` | ||
sudo npm install -g polymer-cli | ||
``` | ||
|
||
- Download the code for the frontend from github | ||
- Open terminal and enter | ||
``` | ||
|
@@ -90,7 +91,7 @@ Setup the frontend | |
``` | ||
which would install the needed bower components | ||
- Serve the frontend | ||
- Serve the frontend | ||
``` | ||
polymer serve | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,7 @@ | |
<paper-card class="content"> | ||
<div class="inner"> | ||
<p> | ||
<b>Note:</b> This app is in pre-release mode for NIPS 2017. Please for feedback and bug reports, fill an issue on our <a target="_blank" href="https://github.com/ICMLRecommender/frontend/issues">github project page</a>. | ||
<b>Note:</b> This app is in pre-release mode for NIPS 2017. Please for feedback and bug reports, end an email to <a href="mailto:[email protected]" target="_top">[email protected]</a>, fill an issue on our <a target="_blank" href="https://github.com/ICMLRecommender/frontend/issues">github project page</a>. | ||
</p> | ||
<h1>What is this app?</h1> | ||
<p> | ||
|
@@ -175,6 +175,11 @@ <h1>Who is involved?</h1> | |
'name': 'Maria Liakata', | ||
'affiliation': 'University of Warwick, Alan Turing Institute' | ||
}, | ||
{ | ||
'name': 'Sébastien Doncker', | ||
'affiliation': 'Snark Factory', | ||
'link': 'http://snarkfactory.fr' | ||
}, | ||
{ | ||
'name': 'Taimur Abdaal', | ||
'affiliation': 'University of Oxford' | ||
|
@@ -187,11 +192,6 @@ <h1>Who is involved?</h1> | |
'name': 'Yee Whye Teh', | ||
'affiliation': 'University of Oxford, DeepMind, Alan Turing Institute' | ||
}, | ||
{ | ||
'name': 'Sébastien Doncker', | ||
'affiliation': 'Snark Factory', | ||
'link': 'http://snarkfactory.fr' | ||
}, | ||
] | ||
} | ||
}, | ||
|