Skip to content

Commit

Permalink
Merge branch 'separate-folders' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
perasperaadastra committed Nov 26, 2024
2 parents 638b585 + 15d9a23 commit c348db0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
10 changes: 7 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@ authors:
- given-names: Anna
family-names: Schwerdtel
affiliation: Humboldt-Universität zu Berlin
- given-names: Tobias
family-names: Hille
affiliation: University of Kassel
orcid: 'https://orcid.org/0000-0001-7813-9799'
repository-code: 'https://github.com/fcatools/contexts'
abstract: >-
This repository contains a collection of formal contexts to pursue
Formal Concept Analysis. The metadata for the contexts is contained
in the file contexts.yaml.
This repository contains a collection of formal contexts
to pursue Formal Concept Analysis. The metadata for the
contexts is contained in the file contexts.yaml.
license: CC0-1.0
commit: 6adc703bcb89c5b97709ac7a60930e9c962cc0c2
date-released: '2024-04-11'
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ example, in Python 3 you could do:
```python
import urllib.request

url = "https://github.com/fcatools/contexts/raw/main/contexts/livingbeings_en.cxt"
url = "https://github.com/fcatools/contexts/raw/main/contexts/living-beings-and-water/livingbeings_en.cxt"
context = urllib.request.urlopen(url).read().decode("utf-8")
```

Expand All @@ -42,11 +42,10 @@ If you think your context is suitable, then proceed as follows:

1. [Fork this repository](https://github.com/fcatools/contexts/fork)
and make the following changes in your fork:
1. Add your ASCII-encoded CXT file to the
[contexts](https://github.com/fcatools/contexts/tree/main/contexts)
directory, using a meaningful name (English, all lowercase, with
two letters indicating the [ISO 639 language
code](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes)
1. Add a subfolder to the [contexts](https://github.com/fcatools/contexts/tree/main/contexts)
directory, and add your ASCII-encoded CXT file there.
Use a meaningful name for both (English, all lowercase, with
two letters indicating the [ISO 639 language code](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes)
at the end, e.g., `bodiesofwater_de.cxt` for the German bodies
of water context).
2. Describe your context in [contexts.yaml](contexts.yaml)
Expand Down

0 comments on commit c348db0

Please sign in to comment.