Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found 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 (8.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: CCS-ZCU
  • License: cc-by-sa-4.0
  • Language: Jupyter Notebook
  • Default Branch: master
  • Size: 1.29 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 10 months ago · Last pushed 10 months ago
Metadata Files
Readme License Citation

README.md

Ruland in Usage


Authors

  • Sarah A. Lang
  • Vojtěch Kaše
  • Georgiana Hedesan
  • Petr Pavlas

License

CC-BY-SA 4.0, see attached License.md


Description

This repository hosts code in which we: (1) load, parse, and lemmatize entries from a TEI-XML edition of Ruland's dictionary available from here (2) detect all these entries in the EMLAP corpus of Early Modern Latin Alchemical Prints (3) load these data into a web app allowing to visualize temporal distribution of the detected instances (4) conduct additional analyses of the data

Getting started

bash git clone [url-of-the-git-file] cd [name-of-the-repo] pip install -r requirements.txt

Go to scripts and run: bash streamlit run ruland-plots_streamlit.py --server.address localhost --server.port 8060 --browser.gatherUsageStats False

How to cite

[once a release is created and published via zenodo, put its citation here]

Ackwnowledgement

[This work has been supported by ...]

Owner

  • Name: CCS-Lab (Computing Culture & Society)
  • Login: CCS-ZCU
  • Kind: organization
  • Email: kase@kfi.zcu.cz
  • Location: Czech Republic

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
references:
  - type: "software"
authors: 
  affiliation: ""
      family-names: ""
      given-names: ""
      orcid: ""-
license: cc-by-nc-4.0
repository-code: ""
title: ""
version:
doi: 
date-released: 2023-04-27
abstract: ""
keywords:
  - ""

GitHub Events

Total
  • Push event: 2
  • Create event: 2
Last Year
  • Push event: 2
  • Create event: 2

Dependencies

requirements.txt pypi
  • gensim *
  • ipykernel *
  • jupyter *
  • matplotlib *
  • networkx *
  • nltk *
  • pandas *
  • scikit-learn *
  • sddk *
  • seaborn *
  • virtualenv *