Paris trip advisor 1909: Difference between revisions

From FDHwiki
Jump to navigation Jump to search
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 2: Line 2:
[[File:Guide_des_plaisirs_à_Paris_bpt6k124915s.JPEG |300px|right|thumb|Guide des plaisirs à Paris]]
[[File:Guide_des_plaisirs_à_Paris_bpt6k124915s.JPEG |300px|right|thumb|Guide des plaisirs à Paris]]


The project aims to digitalize the [https://bibliotheques-specialisees.paris.fr/ark:/73873/pf0000856497/v0001.simple.selectedTab=record Plan des plaisirs et attractions de Paris] created by Le Nature in 1909, and to augment it with the information contained in the [https://gallica.bnf.fr/ark:/12148/bpt6k124915s Guide dés plaisirs à Paris]. The services that would be provided are the display of cultural places in the map that have linked pages with individualized further information, the segmentation on the map of different types of entertainment and an "exploratory mode" which would tell a narrative on a specific moment in 1909 in Paris.
The project intends to recreate the cultural geography of Paris in the Belle Époque, immersing a user into the world of cabarets, balls, theatres, the universe described by Zola and Proust, and painted by Renoir and Toulouse-Lautrec. In order to give a new perspective on how this legendary world was actually structured and perceived, we are going to digitize the authentic [https://bibliotheques-specialisees.paris.fr/ark:/73873/pf0000856497/v0001.simple.selectedTab=record Plan des plaisirs et attractions de Paris] created in 1909 and augment it with the pieces of evidence and descriptions from the [https://gallica.bnf.fr/ark:/12148/bpt6k124915s Guide dés plaisirs à Paris]: timetables, advice and guidance on what to wear, what to say, and where to go.


== Motivations ==
Recreating a cultural geography of Paris at the beginning of the 20th century


==Ideas==
==Ideas==
Line 14: Line 10:


* Adding more information about places
* Adding more information about places
** Compare each attraction to the contemporary place
** Image of building in past and now
* Giving a general view about attractions in Paris in 1909:
* Giving a general view about attractions in Paris in 1909:
** Show restaurants, bars, theaters in different groups to see the distribution of them.
** Show restaurants, bars, theaters in different groups to see the distribution of them.
Line 29: Line 23:
* [http://www.cpa-bastille91.com/cpa/le-paris-de-1900/ Cartes postales anciennes]
* [http://www.cpa-bastille91.com/cpa/le-paris-de-1900/ Cartes postales anciennes]


== Data extraction ==
Reading guide to extract engaging narratives to recommend users


==Solution==
==Solution==
Implementing a website with a database using Python, Django, and PostgreSQL to:
Implementing a website with a database using Python, Django, and PostgreSQL to:
* Entering information about places manually to store in database
* Entering the data manually to store in database
* Exploring map UI and use services
* Exploring map UI and use services


Line 50: Line 42:
*20% of the data extracted and annotated
*20% of the data extracted and annotated
*Verifying the data quality
*Verifying the data quality
*Searching for missing data and additional data (e.g. posters and photos)
*Scheduling and drawing up the project plan
*Scheduling and drawing up the project plan


Line 56: Line 49:
* Designing the prototype on paper (wireframes)
* Designing the prototype on paper (wireframes)
* Selecting the features of the application
* Selecting the features of the application
* Making the improvement of the map
* Searching for the best technical way to show clickable points corresponding to the places on the map
* Searching for the best technical way to show clickable points corresponding to the places on the map
* Preparing the midterm presentation
* Preparing the midterm presentation
Line 65: Line 57:
**Design and implementation of the database in SQL
**Design and implementation of the database in SQL
**Deploying the first version of the web application: the website will be deployed on a public URL and team members will have access to input extracted information to the database.
**Deploying the first version of the web application: the website will be deployed on a public URL and team members will have access to input extracted information to the database.
*Extracting of the rest of the data
*Extracting the rest of the data
*Adding new data to the app database
*Adding new data to the app database
* Making the improvement of the map


===Milestone 5:  Development of the platform (14 Dec)===
===Milestone 5:  Development of the platform (14 Dec)===
*Design final product
*Designing the entry story
*Design entry story
*Implementing the services of the app:
*Find and Add more metadata about places
**Displaying the map and the project description
**Implementing the UI to explore the map and the places
**Adding search and filter functionalities
**Displaying the annotation of each place
**Displaying additional data and tutorial pop-ups
**Adding the recommendations page
* Refactoring the github repository to submit
* Refactoring the github repository to submit
*implementation of services on the web app:
**Show basic map and description about project
**Implementation of UI to explore the map and places
**Add search and filter functionality
**Show information about each place
**Add a specific page for recommendations
**Add feature of commenting/ Liking


===Milestone 6: Final Phase: Presenting the Results (19 Dec)===
===Milestone 6: Presenting the Results (19 Dec)===
*Prepare final presentation
*Preparing the final presentation
*Write report
*Writing the report
*Deployment of the final version of the web application for public usage
*Deploying the final version of the web application for public usage


== Team ==
== Team ==
- Alina, Maryam, and Paola
- Alina, Maryam, and Paola

Latest revision as of 21:17, 13 November 2018

Plan des plaisirs et attractions de Paris(1909)
Guide des plaisirs à Paris

The project intends to recreate the cultural geography of Paris in the Belle Époque, immersing a user into the world of cabarets, balls, theatres, the universe described by Zola and Proust, and painted by Renoir and Toulouse-Lautrec. In order to give a new perspective on how this legendary world was actually structured and perceived, we are going to digitize the authentic Plan des plaisirs et attractions de Paris created in 1909 and augment it with the pieces of evidence and descriptions from the Guide dés plaisirs à Paris: timetables, advice and guidance on what to wear, what to say, and where to go.


Ideas

  • Mapping places on the map to their information on guide:
    • Show pages containing the name of the place
  • Adding more information about places
  • Giving a general view about attractions in Paris in 1909:
    • Show restaurants, bars, theaters in different groups to see the distribution of them.
    • Show information about opening hours and prices
  • Mapping narrative of guide to route on the map.
    • Show routes and walking tours

Resources

Principal Resources

Additional Resources


Solution

Implementing a website with a database using Python, Django, and PostgreSQL to:

  • Entering the data manually to store in database
  • Exploring map UI and use services


Project Plan and Milestones

Milestone 1: Concept (up to 4 Nov)

  • First brainstorming and first sketch of ideas
  • Exploring the map and the sources
  • Developing the overall concept of the project

Milestone 2: Data extraction (9 Nov)

  • Selecting the types of data to be extracted
  • 20% of the data extracted and annotated
  • Verifying the data quality
  • Searching for missing data and additional data (e.g. posters and photos)
  • Scheduling and drawing up the project plan

Milestone 3: Design and Data Processing (14 Nov)

  • Designing the prototype on paper (wireframes)
  • Selecting the features of the application
  • Searching for the best technical way to show clickable points corresponding to the places on the map
  • Preparing the midterm presentation

Milestone 4: Database implementation (28 Nov)

  • Developing a web app for entering the data:
    • Initialization of Django application
    • Design and implementation of the database in SQL
    • Deploying the first version of the web application: the website will be deployed on a public URL and team members will have access to input extracted information to the database.
  • Extracting the rest of the data
  • Adding new data to the app database
  • Making the improvement of the map

Milestone 5: Development of the platform (14 Dec)

  • Designing the entry story
  • Implementing the services of the app:
    • Displaying the map and the project description
    • Implementing the UI to explore the map and the places
    • Adding search and filter functionalities
    • Displaying the annotation of each place
    • Displaying additional data and tutorial pop-ups
    • Adding the recommendations page
  • Refactoring the github repository to submit

Milestone 6: Presenting the Results (19 Dec)

  • Preparing the final presentation
  • Writing the report
  • Deploying the final version of the web application for public usage

Team

- Alina, Maryam, and Paola