Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PARC and HMML #84

Merged
merged 7 commits into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Finding aids for textual and multimedia [primary sources](https://en.wikipedia.o
## Contents

- [Archives and primary sources](#archives-and-primary-sources)
- [Africa](#africa)
- [Asia](#asia)
- [Austria](#austria)
- [Europe](#europe)
Expand All @@ -29,6 +30,10 @@ Finding aids for textual and multimedia [primary sources](https://en.wikipedia.o

## Archives and primary sources

### Africa

- [PARC](https://parc-portal.org/) - Portal for African Research Collections: PARC is the new meta-catalogue for the Africana collections at the research location Basel.

### Asia

- [FOCAL](https://www.asia-directories.org/) - The Asia Directories and Chronicles is a reference work for foreign traders in the Asian region, published annually by the Hong Kong Daily Press, annually between 1863 and 1941.
Expand Down Expand Up @@ -83,6 +88,7 @@ Finding aids for textual and multimedia [primary sources](https://en.wikipedia.o
- [Classic Computer Magazine Archive](https://www.atarimagazines.com/) - Preserving information from early personal computer magazines.
- [Fxtop](https://fxtop.com/) - Forex rate history since 1953.
- [Got Papers?](https://gotpapers.scene.org/?page_id=73) - Resources on the history of games, cracking, and the demoscene.
- [HMML](https://hmml.org/) - Hill Museum & Manuscript Library. Digital collection of manuscripts from around the world.
- [Internet Archive](https://archive.org/) - Non-profit library of millions of free books, movies, software, music, websites, and more.
- [Karlsruher Virtueller Katalog](https://kvk.bibliothek.kit.edu/) - Book search engine for finding hundreds of millions of media in catalogs worldwide.
- [Marxist Internet Archive](https://www.marxists.org/) - Everything you ever wanted to know about Marx (and other important socialists).
Expand Down
18 changes: 18 additions & 0 deletions src/lib/data/entries.json
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,15 @@
"type": ["learning materials"],
"period": []
},
{
"title": "HMML",
"description": "Hill Museum & Manuscript Library. Digital collection of manuscripts from around the world.",
"url": "https://hmml.org/",
"region": ["Global"],
"language": ["ar", "en", "fr"],
"type": ["manuscripts"],
"period": ["ancient", "medieval", "modern"]
},
{
"title": "HSSO",
"description": "Historical statistics of Switzerland online.",
Expand Down Expand Up @@ -872,6 +881,15 @@
"type": ["audiovisual sources", "primary sources", "learning materials"],
"period": ["contemporary"]
},
{
"title": "PARC",
"description": "Portal for African Research Collections: PARC is the new meta-catalogue for the Africana collections at the research location Basel.",
"url": "https://parc-portal.org/",
"region": ["Africa"],
"language": ["en", "de"],
"type": ["audiovisual sources", "primary sources"],
"period": ["ancient", "medieval", "modern", "contemporary"]
},
{
"title": "Perry-Castañeda Library Map Collection",
"description": "Online collection of scanned maps.",
Expand Down