Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dataobservatory-eu/atelier-hungary
https://github.com/dataobservatory-eu/atelier-hungary
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dataobservatory-eu/atelier-hungary
- Owner: dataobservatory-eu
- Created: 2024-02-23T18:42:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T12:57:43.000Z (5 months ago)
- Last Synced: 2024-12-08T04:42:47.611Z (15 days ago)
- Language: R
- Homepage: https://opencollections.net/collections/openfotoateliers/
- Size: 8.56 MB
- Stars: 5
- Watchers: 1
- Forks: 6
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Atelier Hungary
đââïž A Nemzeti MĂșzeum TörtĂ©neti FĂ©nykĂ©ptĂĄra közzĂ©tette SzakĂĄcs Margit FĂ©nykĂ©pĂ©szek Ă©s fĂ©nykĂ©pĂ©szmƱtermek MagyarorszĂĄgon (1840-1945) cĂmƱ könyvĂ©nek adattĂĄrĂĄt. A cĂ©lunk ennek az adattĂĄrnak a modernizĂĄlĂĄsa.
## Folders
`bib`: Contains all bibliography: used citations, data used, visualisation used, datasets created, visualizations created, public text document outputs created. For bibliography management use [Zotero/atelier-hungary/](https://www.zotero.org/groups/5416546/atelier-hungary/) and export Biblatex files into `bib\`. ([How to use Zotero](https://contributors.dataobservatory.eu/collaboration-tools.html#zotero)?)
`data-raw`: Raw, unprocessed data, as received, downloaded, collected.
`data`: This folder contains the processed data or our outputs.
`_not_included`: If you work offline, create a subfolder named `_not_included`. Anything you put here, your notes, doodles, ideas *will not be syncronised to the cloud*. Everything else will.
## Tidy data
Make all tables [tidy](https://cran.r-project.org/web/packages/tidyr/vignettes/tidy-data.html).
- Use only machine-readable and programmable variable names: variable names (columns) use `snake_case` or `lowerCamelCase`, without space, hyphen, and other special characters.
- For row names, row identification, use only alphanumeric characters, for example, integer numbers, without `.` or any other character.## Standard File Names
1. Use only lowercase alphanumeric characters, hyphen (`-`), underscore (`_`).
2. Instead of using space, use `-` between words and abbreviations.
3. Use underscore `_` between shorthand descriptions, dates, and other semantically different parts of the filename.
4. If you use dates in file names, use the `YYYYMMDD` standard.
5. Use a subfolder for logically connected intermediary files.For example:
`data-raw/places/atelier-hungary-places_2012_20230316.xlsx`
`data-raw/persons/atelier-hungary-photographers_2012_20230316.xlsx`## Questions?
Let's continue on [Keybase](https://contributors.dataobservatory.eu/collaboration-tools.html#keybase).
## Contributors
đ Contribution guidelines - you must abide by the [Contributor Covenant](https://www.contributor-covenant.org/version/2/1/code_of_conduct/) Code of Conduct.