From e4fa86e317922442995eef001305827e0c21d9f1 Mon Sep 17 00:00:00 2001 From: quranlangston Date: Wed, 15 Nov 2023 17:11:10 -0500 Subject: [PATCH 1/2] Create places.json --- data/architecture/places.json | 61 +++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 data/architecture/places.json diff --git a/data/architecture/places.json b/data/architecture/places.json new file mode 100644 index 00000000..10dcb221 --- /dev/null +++ b/data/architecture/places.json @@ -0,0 +1,61 @@ +{ +"description": "Places", + "source": "https://www.architecturaldigest.com/story/most-iconic-buildings-around-the-world", + "places to visit with great architecture before you go": [{ + "name":"Avala Tower", + "where": "Beli Potok, Serbia" + }, { + "name":"Svalbard Seed Vault", + "where": "Svalbard and Jan Mayen" + }, { + "name":"Christi Auferstehung Church", + "where": "Cologne, Germany" + },{ + "name":"Cathedral of Christ the King", + "where": "La Spezia, Italy" + },{ + "name": "Renaissance Center", + "where": "Detroit, MI" + },{ + "name": "The Guggenheim", + "where": "New York City, USA" + },{ + "name": "The Pyramids of Giza", + "where": "Giza, Egypt" + },{ + "name":"Acropolis of Athens", + "where": "Athens, Greece" + },{ + "name": "Musée d'Orsay", + "where": "Paris, France" + },{ + "name": "The Gherkin", + "where":"London, U.K." + },{ + "name":"Metropolitan Cathedral of Brasília", + "where": "Brasília, Brazil" + },{ + "name": "The Colosseum", + "where": "Rome, Italy" + },{ + "name": "The Lotus Temple", + "where": "New Delhi, India" + },{ + "name": "St. Basil's Cathedral", + "where": "Moscow, Russia" + },{ + "name": "Dome of the Rock", + "where":"Jerusalem, Israel" + },{ + "name": "Casa Milà", + "where": "Barcelona, Spain" + },{ + "name": "Forbidden City", + "where":"Beijing, China" + } + + ] +} + + + \ No newline at end of file From c9bb8b93277219b606bf16f5fb9f2660d48454d9 Mon Sep 17 00:00:00 2001 From: quranlangston Date: Wed, 15 Nov 2023 17:39:01 -0500 Subject: [PATCH 2/2] Update places.json --- data/architecture/places.json | 133 +++++++++++++++++++--------------- 1 file changed, 73 insertions(+), 60 deletions(-) diff --git a/data/architecture/places.json b/data/architecture/places.json index 10dcb221..980b7142 100644 --- a/data/architecture/places.json +++ b/data/architecture/places.json @@ -1,61 +1,74 @@ { -"description": "Places", - "source": "https://www.architecturaldigest.com/story/most-iconic-buildings-around-the-world", - "places to visit with great architecture before you go": [{ - "name":"Avala Tower", - "where": "Beli Potok, Serbia" - }, { - "name":"Svalbard Seed Vault", - "where": "Svalbard and Jan Mayen" - }, { - "name":"Christi Auferstehung Church", - "where": "Cologne, Germany" - },{ - "name":"Cathedral of Christ the King", - "where": "La Spezia, Italy" - },{ - "name": "Renaissance Center", - "where": "Detroit, MI" - },{ - "name": "The Guggenheim", - "where": "New York City, USA" - },{ - "name": "The Pyramids of Giza", - "where": "Giza, Egypt" - },{ - "name":"Acropolis of Athens", - "where": "Athens, Greece" - },{ - "name": "Musée d'Orsay", - "where": "Paris, France" - },{ - "name": "The Gherkin", - "where":"London, U.K." - },{ - "name":"Metropolitan Cathedral of Brasília", - "where": "Brasília, Brazil" - },{ - "name": "The Colosseum", - "where": "Rome, Italy" - },{ - "name": "The Lotus Temple", - "where": "New Delhi, India" - },{ - "name": "St. Basil's Cathedral", - "where": "Moscow, Russia" - },{ - "name": "Dome of the Rock", - "where":"Jerusalem, Israel" - },{ - "name": "Casa Milà", - "where": "Barcelona, Spain" - },{ - "name": "Forbidden City", - "where":"Beijing, China" - } - - ] -} - - - \ No newline at end of file + "description": "Places", + "source": "https://www.architecturaldigest.com/story/most-iconic-buildings-around-the-world", + "places to visit with great architecture before you go": [ + { + "name": "Avala Tower", + "where": "Beli Potok, Serbia" + }, + { + "name": "Svalbard Seed Vault", + "where": "Svalbard and Jan Mayen" + }, + { + "name": "Christi Auferstehung Church", + "where": "Cologne, Germany" + }, + { + "name": "Cathedral of Christ the King", + "where": "La Spezia, Italy" + }, + { + "name": "Renaissance Center", + "where": "Detroit, MI" + }, + { + "name": "The Guggenheim", + "where": "New York City, USA" + }, + { + "name": "The Pyramids of Giza", + "where": "Giza, Egypt" + }, + { + "name": "Acropolis of Athens", + "where": "Athens, Greece" + }, + { + "name": "Musée d'Orsay", + "where": "Paris, France" + }, + { + "name": "The Gherkin", + "where": "London, U.K." + }, + { + "name": "Metropolitan Cathedral of Brasília", + "where": "Brasília, Brazil" + }, + { + "name": "The Colosseum", + "where": "Rome, Italy" + }, + { + "name": "The Lotus Temple", + "where": "New Delhi, India" + }, + { + "name": "St. Basil's Cathedral", + "where": "Moscow, Russia" + }, + { + "name": "Dome of the Rock", + "where": "Jerusalem, Israel" + }, + { + "name": "Casa Milà", + "where": "Barcelona, Spain" + }, + { + "name": "Forbidden City", + "where": "Beijing, China" + } + ] +} \ No newline at end of file