Concept, the last research concept centered on history and symbolism, this time more from a contemporary perspective, thinking about how to present a cosmopolitan collection in a ridiculous way. I chose to use the New York Times as a window to contemporary events to connect to the cosmopolitan collections. The monument is chosen as a conceptual symbol to raise questions about international politics, post-colonialism and Western perspectives.
More concept related here.
Currently, this project is completed at the code level.
- Get the news information of the international version of the homepage from the New York Times api, extract the country in it, and create the index3.json file.
- From the Met api, get the collection information of the title and tag including “monument”, extract the two related information “country” and “culture”, and create the monument.json file. This database has done a lot in the later stage. Organize and modify:
- Since the amount of data extracted by using "monument" as a keyword is very small, many can be counted as a monument and are not named as a comment. Therefore, other search terms are added according to the different situations of each country, including
Column
,Statue
, etc. - Because different departments have different terms for the country, for example, most of the NYT api uses the
country
name, and Met api mostly uses adjectives. Some country names appear in thecountry
category, while others appear in the "culture" category, so I manually modified a lot of data and unified them into thecountry
category. - Due to historical reasons, many country names are different from the names of previous places, so I manually changed many ancient country names to modern country names.
- The reason for this modification is because the database is a constant database and index.json is updated daily.
- Since the amount of data extracted by using "monument" as a keyword is very small, many can be counted as a monument and are not named as a comment. Therefore, other search terms are added according to the different situations of each country, including
- Find the image urls of the corresponding work in the monument.json according to the "country" in index3.json.
Content that is not fully implemented at the code level: Find the corresponding url on the New York Times homepage to complete the replacement. Encounter problems:
- A large number of countries are newly born countries, and it is necessary to manually modify the place names. The success rate is not very high during the replacement process. 2. Typesetting and cleaning up text, advertising takes time and comparison work 3. Some of the images in the New York Times are in the presence of a package, not on the web, making it difficult to replace them directly. 4. Many of the images in the New York Times are tailored in advance and require a size constraint in the html file.
This is a phased result