This repository contains data related to the Constellations project.
These files can be edited to exclude images, exclude properties, and rename properties.
- entity_list.csv: All the entities to include.
- all_images_list.csv: A list of all the images in wikidata for the all the entities. This list can be used to create
include_images_list.csv
by removing the unwanted images. - all_properties_list.csv: A list of all the properties in wikidata for the all the entities. This list can be used to create
include_properties_list.csv
by removing the unwanted properties. - include_images_list.csv: A list of all the images to include in the site. This list can be created using
all_images_list.csv
by removing the unwanted images. - include_properties_list.csv: A list of all the properties to include in the site. This list can be created using
all_properties_list.csv
by removing the unwanted properties. You may also rename the properties in theinclude_properties_list.csv
for any property id.
The biographies are in biographies/.
(e.g. biographies/Q102293564.md)
They are in markdown format for easy and safe convertion to HTML.
The publication lists are in publications/.
(e.g. publications/Q102293564.tsv)
The publications tab separated files are named with the ID of the person.
The columns are title
, date
, link
, journal
, role
, authors
, in that order. Title is required. Columns may be ommitted.
Example roles: editor, co-author.
authors
is for other contributors to the publication.
The property value overrides are in property-value-override/.
(e.g. property-value-override/Q102293564.json)
This will override the data in wikidata for a property. If a value in wikidata is not wanted or needs to be edited it can be overridden using these files. To suppress a value for a specific entity, set the property to null
. (You can suppress a property for all entities by removing it from the include_properties_list.csv.)