parabank

Data for Parabank

https://github.com/kinbank/parabank

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
Last synced: 10 months ago · JSON representation

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
Created about 5 years ago · Last pushed 12 months ago
Metadata Files
Readme Zenodo

README.md

Parabank

DOI

This repository contains the kinship terminology data from the Parabank project.

To add a new language:

  1. Add metadata describing the language to ./etc/languages.csv
  2. Create a new csv file with the headings: parameter, word, ipa, description, alternative, source_raw, source_bibtex, comment
  3. Save the csv file created in 2. into ./raw
  4. Add a bibtex formatted reference into ./raw/sources.bib
  5. 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.

  1. 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

  1. Generate CLDF:

shell make cldf

Owner

  • Name: kinbank
  • Login: kinbank
  • Kind: organization

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Dependencies

kinbank/cldf/requirements.txt pypi
  • 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
kinbank/setup.py pypi
  • pylexibank >=2.0
requirements.txt pypi
  • cldfbench *
  • clldutils >=3.12
  • openpyxl *
  • pycldf >=1.24
  • pyconcepticon *
  • pyglottolog *
  • pylexibank >=2.1
  • pytest-cldf *