-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.json
More file actions
170 lines (170 loc) · 5.55 KB
/
Copy pathresources.json
File metadata and controls
170 lines (170 loc) · 5.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
[
{
"id": "ancient",
"name": "Ancient History",
"icon": "🏛️",
"resources": [
{
"id": "ancient-1",
"title": "Ancient History Encyclopedia",
"description": "Comprehensive resource covering ancient civilizations from around the world.",
"url": "https://www.worldhistory.org/",
"tags": ["ancient", "civilizations", "encyclopedia"]
},
{
"id": "ancient-2",
"title": "Perseus Digital Library",
"description": "Primary and secondary sources for the study of ancient Greece and Rome.",
"url": "http://www.perseus.tufts.edu/",
"tags": ["ancient", "greece", "rome", "primary sources"]
},
{
"id": "ancient-3",
"title": "Livius.org",
"description": "Articles on ancient history, from Mesopotamia to the Byzantine empire.",
"url": "https://www.livius.org/",
"tags": ["ancient", "mesopotamia", "byzantine"]
}
]
},
{
"id": "medieval",
"name": "Medieval History",
"icon": "🏰",
"resources": [
{
"id": "medieval-1",
"title": "Internet Medieval Sourcebook",
"description": "Collection of public domain and copy-permitted texts related to medieval history.",
"url": "https://sourcebooks.fordham.edu/sbook.asp",
"tags": ["medieval", "primary sources", "documents"]
},
{
"id": "medieval-2",
"title": "The Medieval Academy",
"description": "Resources and publications on medieval studies.",
"url": "https://www.medievalacademy.org/",
"tags": ["medieval", "academic", "research"]
},
{
"id": "medieval-3",
"title": "British Library Medieval Manuscripts",
"description": "Digitized medieval manuscripts from the British Library collection.",
"url": "https://www.bl.uk/manuscripts/",
"tags": ["medieval", "manuscripts", "digitized"]
}
]
},
{
"id": "modern",
"name": "Modern History",
"icon": "🏭",
"resources": [
{
"id": "modern-1",
"title": "Spartacus Educational",
"description": "Encyclopedia entries on British history, with focus on social history.",
"url": "https://spartacus-educational.com/",
"tags": ["modern", "british", "social history"]
},
{
"id": "modern-2",
"title": "The National Archives (UK)",
"description": "Official archive of the UK government, with resources dating back 1000 years.",
"url": "https://www.nationalarchives.gov.uk/",
"tags": ["modern", "archives", "government", "uk"]
},
{
"id": "modern-3",
"title": "Library of Congress",
"description": "Largest library in the world with extensive historical collections.",
"url": "https://www.loc.gov/",
"tags": ["modern", "archives", "usa", "library"]
}
]
},
{
"id": "military",
"name": "Military History",
"icon": "⚔️",
"resources": [
{
"id": "military-1",
"title": "Military History Online",
"description": "Articles and resources on military history from ancient to modern times.",
"url": "https://www.militaryhistoryonline.com/",
"tags": ["military", "warfare", "battles"]
},
{
"id": "military-2",
"title": "National Museum of Military History",
"description": "Collections and exhibits on military history.",
"url": "https://www.nationalmuseum.af.mil/",
"tags": ["military", "museum", "artifacts"]
},
{
"id": "military-3",
"title": "The Art of War by Sun Tzu",
"description": "Ancient Chinese military treatise on warfare and strategy.",
"url": "https://www.gutenberg.org/ebooks/132",
"tags": ["military", "strategy", "ancient", "philosophy"]
}
]
},
{
"id": "maps",
"name": "Historical Maps",
"icon": "🗺️",
"resources": [
{
"id": "maps-1",
"title": "David Rumsey Map Collection",
"description": "Over 150,000 historical maps spanning five centuries.",
"url": "https://www.davidrumsey.com/",
"tags": ["maps", "cartography", "historical"]
},
{
"id": "maps-2",
"title": "Old Maps Online",
"description": "Portal for historical maps from libraries around the world.",
"url": "https://www.oldmapsonline.org/",
"tags": ["maps", "historical", "global"]
},
{
"id": "maps-3",
"title": "GeaCron Interactive Historical Atlas",
"description": "Interactive world history atlas since 3000 BC.",
"url": "http://geacron.com/",
"tags": ["maps", "interactive", "timeline"]
}
]
},
{
"id": "documents",
"name": "Primary Sources",
"icon": "📜",
"resources": [
{
"id": "docs-1",
"title": "Internet Archive",
"description": "Digital library of books, documents, and historical materials.",
"url": "https://archive.org/",
"tags": ["documents", "archive", "digital library"]
},
{
"id": "docs-2",
"title": "Avalon Project",
"description": "Documents in law, history and diplomacy.",
"url": "https://avalon.law.yale.edu/",
"tags": ["documents", "law", "diplomacy"]
},
{
"id": "docs-3",
"title": "EuroDocs",
"description": "Online sources for European history.",
"url": "https://eudocs.lib.byu.edu/",
"tags": ["documents", "european", "primary sources"]
}
]
}
]