From eafcf8a4646c924f987e320dbd392c9ae35d61f1 Mon Sep 17 00:00:00 2001 From: adrtod Date: Tue, 5 Dec 2017 09:04:57 +0100 Subject: [PATCH] about and readme --- README.md | 41 ++++++++++++++++++++-------------------- src/ml4u-page-about.html | 12 ++++++------ 2 files changed, 27 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 2d5dfc0..7cbc7ef 100644 --- a/README.md +++ b/README.md @@ -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,22 +59,22 @@ Start the server ``` ssh -L 8000:localhost:8000 username@icml.papro.org.uk ``` - + 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) @@ -81,7 +82,7 @@ Setup the frontend ``` 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 diff --git a/src/ml4u-page-about.html b/src/ml4u-page-about.html index 24459ba..1dd4adc 100644 --- a/src/ml4u-page-about.html +++ b/src/ml4u-page-about.html @@ -91,7 +91,7 @@

- Note: This app is in pre-release mode for NIPS 2017. Please for feedback and bug reports, fill an issue on our github project page. + Note: This app is in pre-release mode for NIPS 2017. Please for feedback and bug reports, end an email to recsysapp@gmail.com, fill an issue on our github project page.

What is this app?

@@ -175,6 +175,11 @@

Who is involved?

'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 @@

Who is involved?

'name': 'Yee Whye Teh', 'affiliation': 'University of Oxford, DeepMind, Alan Turing Institute' }, - { - 'name': 'Sébastien Doncker', - 'affiliation': 'Snark Factory', - 'link': 'http://snarkfactory.fr' - }, ] } },