Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.2%) to scientific vocabulary
Repository
Data for Parabank
Basic Info
- Host: GitHub
- Owner: kinbank
- Language: TeX
- Default Branch: main
- Size: 4.38 MB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 2
Metadata Files
README.md
Parabank
This repository contains the kinship terminology data from the Parabank project.
To add a new language:
- Add metadata describing the language to ./etc/languages.csv
- Create a new csv file with the headings:
parameter, word, ipa, description, alternative, source_raw, source_bibtex, comment - Save the csv file created in 2. into ./raw
- Add a bibtex formatted reference into ./raw/sources.bib
- Regenerate the CLDF dataset
Notes for creating a new datafile
Reference Identifier
Before adding the csv file into ./raw/ please pay attention to the format in which the reference info is given in the sourcebibtex column. The identifier used in the data file connects the raw data tothe correct reference in ./raw/sources.bib file (step 4). The identifier in sourcebibtex column should not contain spaces or special characters and not be the same as any other identifier already in Kinbank. Commonly, we use the format surname_year, but this is not mandatory. Many reference managers will create a suitable identifier automatically. Please put page numbers (if applicable) in the comments column.
Reference format for ./raw/sources.bib
The format of the reference should be in BibTex format. A simple way to receive a reference in BibTeX format is to extract it from a reference manager. Each manager will have their own peculiarities, but in general, right clicking a reference and choosing "Export" should provide a BibTex option. Paste the BibTex reference into ./raw/sources.bib file.
After the first curly brackets and before the first comma there is the identification term. This is the term that needs to match with the term in the source_bibtex column created in 2.
To Generate a CLDF dataset:
The shell utility make and the programming language python (v3.6+) are required. If you don't have access to these tools, contact an administrator of the repository about regenerating the CLDF formatted data.
CLDF compiling is necessary for the data to be pushed through the pipeline and to apprea in the main dataset and website.
- Install the python requirements:
The libraries needed for the python merge script are cldfbench and pylexibank. These will be installed into a virtual environment using this command:
shell
make install
- Generate CLDF:
shell
make cldf
Owner
- Name: kinbank
- Login: kinbank
- Kind: organization
- Repositories: 5
- Profile: https://github.com/kinbank
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Dependencies
- Markdown ==3.3.4
- SQLAlchemy ==1.4.18
- appdirs ==1.4.4
- bs4 ==0.0.1
- certifi ==2021.5.30
- chardet ==4.0.0
- cldfbench ==1.12.0
- cldfcatalog ==1.5.1
- cldfzenodo ==0.2.0
- clldutils ==3.12.0
- colorlog ==5.0.1
- csvw ==1.11.0
- decorator ==4.4.2
- gitdb ==4.0.7
- greenlet ==1.1.0
- html5lib ==1.1
- idna ==2.10
- iniconfig ==1.1.1
- isodate ==0.6.0
- lingpy ==2.6.8
- lxml ==4.9.1
- nameparser ==1.0.6
- networkx ==2.5.1
- newick ==1.3.0
- numpy ==1.20.3
- openpyxl ==3.0.10
- packaging ==20.9
- pluggy ==0.13.1
- purl ==1.6
- py ==1.10.0
- pybtex ==0.24.0
- pycldf ==1.27.0
- pyclts ==3.1.1
- pyconcepticon ==2.8.0
- pycountry ==20.7.3
- pyglottolog ==3.9.0
- pylexibank ==3.4.0
- pytest ==6.2.4
- python-dateutil ==2.8.1
- regex ==2021.4.4
- requests ==2.25.1
- rfc3986 ==1.5.0
- segments ==2.2.0
- six ==1.16.0
- smmap ==4.0.0
- soupsieve ==2.2.1
- tabulate ==0.8.9
- termcolor ==1.1.0
- tqdm ==4.61.1
- uritemplate ==3.0.1
- urllib3 ==1.26.5
- webencodings ==0.5.1
- xlrd ==2.0.1
- zenodoclient ==0.4.1
- pylexibank >=2.0
- cldfbench *
- clldutils >=3.12
- openpyxl *
- pycldf >=1.24
- pyconcepticon *
- pyglottolog *
- pylexibank >=2.1
- pytest-cldf *