Skip to content

Commit

Permalink
about and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adrtod committed Dec 5, 2017
1 parent dae9847 commit eafcf8a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
41 changes: 21 additions & 20 deletions README.md
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
Expand Down Expand Up @@ -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
Expand All @@ -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
```
Expand All @@ -90,7 +91,7 @@ Setup the frontend
```
which would install the needed bower components
- Serve the frontend
- Serve the frontend
```
polymer serve
Expand Down
12 changes: 6 additions & 6 deletions src/ml4u-page-about.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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'
Expand All @@ -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'
},
]
}
},
Expand Down

0 comments on commit eafcf8a

Please sign in to comment.