https://github.com/centre-for-humanities-computing/praedikener

https://github.com/centre-for-humanities-computing/praedikener

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.5%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: centre-for-humanities-computing
  • Default Branch: main
  • Size: 135 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 5 years ago · Last pushed about 5 years ago
Metadata Files
Readme

README.md

Danish Sermons

This repository presents a corpus of 11,955 sermons from the Evangelical Lutheran Church in Denmark (ELCD), which is structured for a relational database. The repository only includes metadata, since the corpus texts contain sensitive personal information.

Metadata

The corpus metadata is composed to mask the identities of individual pastors. The data is included in the file metadata.csv as a table with the following columns. The labels are composed in Danish.

```

Column name | Description

dokumentId | id of the document holding the sermon's text præstId | id of the pastor who wrote the sermon dato | date of the church service helligdag | church holiday sogn str. | inhabitants in the parish for which the sermon is composed (ELCD members/total) stift | name of diocese årgang | the pastor's birth year køn | the pastor's gender uddannelsessted | the pastor's place of education

```

Data Model

The data has been normalised to avoid ambivalence. In order to resemble the relationship between data points, the columns in the table have been divided between two distinct data models: Prædiken (sermon) og Præst (pastor). The models each describe a data class. The classes and their properties are explicated in the following:

Sermon

The class Prædiken holds data points about the context for which the sermon is composed. Præst refers to the Præst who composed the sermon. Dato states the date of the church service for which the sermon was composed. Helligdag holds the name of the church holiday for which the sermon was composed. Stift mentions the diocese in which the sermon was delivered. SognIndbyggere states the total number of inhibitants in the parish where the sermon was delivered, and SognMedlemmer states the number of ELCD-members the parish has. Text contains the sermon in full text.

Prædiken: { præst: <id Præst>, dato: String, helligdag: String, stift: String, sognIndbyggere: Integer, sognMedlemmer: Integer, text: String, }

Pastor

The class Præst specifies general data about the author of the sermon. Køn classifies the gender of the pastor (1 is male, 2 is female). Uddannelsessted mentions the city in which the pastor received his or her theological degree. Årgang includes the birth year of the pastor. Præst: { køn: Integer, uddannelsesSted: String, årgang: Integer, }

Data Graph

The models and their relationhsip is shown in the graph below. Integers are represented in red, strings in green and the data classes hold separate colour codes.

graf

Owner

  • Name: Center for Humanities Computing Aarhus
  • Login: centre-for-humanities-computing
  • Kind: organization
  • Email: chcaa@cas.au.dk
  • Location: Aarhus, Denmark

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels