-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zenodo.json
21 lines (21 loc) · 1.07 KB
/
.zenodo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"creators": [
{
"orcid": "0000-0002-1212-5674",
"name": "Connelly, Mark A."
}
],
"description": "<p>The Local Geohistory Project aims to educate users and disseminate information concerning the geographic history and structure of political subdivisions and local government. This repository contains the application code used to power the <a href=\"https://www.localgeohistory.pro/en/\">project website</a>. The application runs using the CodeIgniter 4 framework on a LAPP (Linux, Apache, PostgreSQL, PHP) stack, but can run on other operating systems when built using Docker.</p>\n\n<p>This repository does not contain the data, which can be found in the <a href=\"https://github.com/localgeohistoryproject/open-data\">Open Data repository</a>.</p>",
"keywords": [
"gis",
"boundaries",
"geohistory",
"municipal incorporation"
],
"language": "eng",
"license": {
"id": "CC-BY-SA-4.0"
},
"title": "Local Geohistory Project: Application",
"upload_type": "software"
}