-
Notifications
You must be signed in to change notification settings - Fork 2
How to publish your scientific names list
WAYS TO ENTER INFORMATION
GNI harvests information using files published on the web using a customized tcs schema. GNI downloads the file and enters information into the database. Such process happens on a regular basis with the interval set by the owner of the file. You dont have to worry about supplying intermediate changes to GNI. By periodically updating the tcs file you ensure your data will be harvested by GNI.
Requirements:- Create a file using the schema
and an example xml file
Please pay attention to make following:
a) conversions of these characters in your data:
& to &
< to <
> to >
’ to '
" to "
b) end of the lines contain LF character (Line Feed) often designated
as \n in code. Mac programs often use CR character (Carriage Return) often
designated as \r in code. - Publish file on your webserver
- Create an account at http://gni.globalnames.org/signup
- Create a new names repository at http://gni.globalnames.org/data_sources/new
- Enter title you want this repository be known to the world,
and url to the tcs file you created.
When you save the new repository you can harvest your own data on the repository page.
Darwin core standard allows to submit data into GNI using pretty much a tab- or comma-delimited files.
- Create a tab or comma-delimited file which contains fields important for GNI. The file has to use UTF-8 encoding. The file might have fields that are not necessary for GNI ingestion. GNI gets information which fields to harvest from a supplementary xml file.
- Create the supplementary xml file which explains which fields can be harvested by GNI. You can follow this example
- Please note, that it complex situations you can supply more than one CSV or tab-delimited file, but usually it is necessary. Therefore more often than not only core part is needed in the supplementary xml file.
- Create a zip archive with all of the created files and make the archive accessible on the web.
- Create an account at http://globalnames.org/signup
- Create a new names repository at http://globalnames.org/data_sources/new
- Enter title you want this repository be known to the world,
and url to the tcs file you created.
GNI will be able to reharvest data already collected by Global Biodiversity Information Facility.
In this case doing through normal process of submitting data to GBIF is all you have to do.
USING GBIF Integrated Publishing Toolkit (IPT) (Coming soon)
GBIF is actively developing a tool (Release Candidate 1 due 1 April 2009) which will allow to publish biodiversity data kept in a variety file formats. The tool will have GNI extention which will create a TCS file for you automatically in the process of publishing your data.
In the beginning we will accept files in UTF-8 encoding in different formats and transform them into a tcs file.