https://github.com/joewiz/frus-dates
FRUS chronological search and sort proof of concept
https://github.com/joewiz/frus-dates
Last synced: 6 months ago
JSON representation
FRUS chronological search and sort proof of concept
- Host: GitHub
- URL: https://github.com/joewiz/frus-dates
- Owner: joewiz
- Created: 2017-07-10T11:57:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T15:57:11.000Z (almost 8 years ago)
- Last Synced: 2025-03-29T15:45:16.671Z (6 months ago)
- Language: XQuery
- Size: 4.86 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frus-dates
A proof of concept for FRUS chronological search and sort functionality.
## Data sources
- [_Foreign Relations of the United States_](https://history.state.gov/historicaldocuments) (see raw data at the [HistoryAtState/frus](https://github.com/HistoryAtState) GitHub repository)
## Status
Date reconciliation still in process.
## Dependencies
- The data in `data` is XML and so has no dependencies
- But the application runs in [eXist-db](http://exist-db.org). Requires 3.x.
- Building the installable package requires Apache Ant## Installation
- Check out the repository
- Run `ant`
- Upload build/frus-dates-0.1.xar to eXist-db's Dashboard > Package Manager
- Open http://localhost:8080/exist/apps/frus-dates
- Enjoy!