Skip to content

Dictionary: Testing and Tracing

vanishaarora881 edited this page Sep 20, 2020 · 7 revisions

Owner :

Vanisha Arora

Dictionary :

Testing and Tracing

Find here :

https://github.com/petermr/openVirus/blob/master/cambiohack2020/dictionaries/testTrace.xml

Method: Created by hand.

Steps of creation:

  • A list of terminology of various test and tracing related terms were created manually in a txt file in notepad.

  • The terms searched through Wikipedia and some research papers (Snowballing).

  • The following command was given in the command prompt:

    amidict -v --dictionary testTrace --directory mydictionaries --input test_trace.txt create --informat list --outformats xml,html

  • Here, the input file is the one with the list of terms(txt file).

  • Meanwhile, create a directory by giving the command as : mkdir mydictionaries This is the ouput directory where you will get the dictionary.

  • Giving the above command, you will get a dictionary with only name and terms.

  • To add other attributes like Wikidata ids and description and Wikipedia links, Use the syntax :

    amidict -v --dictionary funders --directory mydictionaries --input funderlist.txt create --informat list --outformats xml,html --wikilinks wikipedia, wikidata

  • The final dictionary has 36 entries in it.

  • The attributes in the dictionary includes WikidataID, wikidataURL, description, etc.

Clone this wiki locally