@(
doc: services.document.DocumentInfo,
currentUser: Option[services.user.User],
accessLevel: services.document.RuntimeAccessLevel,
annotationCount: Long,
hasRelations: Boolean
)(implicit request: RequestHeader, messages: Messages, webJarsUtil: org.webjars.play.WebJarsUtil)
@messages("common.annotations")
-
CSV
@messages("document.downloads.annotations.csv.text")
-
RDF
@messages("document.downloads.annotations.rdf.text")
Places
-
GeoJSON
@messages("document.downloads.annotations.geojson.text")
-
KML
@messages("document.downloads.annotations.kml.text")
@if(hasRelations) {
Relations
-
Gephi CSV Node/Edge Lists
The relationships annotated in this document, as CSV files compatible with
the Node and Edge List format of the Gephi
graph visualization platform. Each annotation is represented as one node.
}
Annotated Document
@if(accessLevel.canReadAll) {
@if(doc.hasTextParts) {
-
TEI
@messages("document.downloads.annotations.tei.text")
} else { @if(doc.hasDataParts) {
@if(doc.dataParts.size == 1) {
-
Merged CSV
Your original spreadsheet, with Recogito's additional data appended as extra columns.
} else {
-
Merged CSVs
Your original spreadsheets, with Recogito's additional data appended as extra columns, packaged in a Zip file.
}
-
Pelagios Gazetteer GeoJSON
Converts your original spreadsheet and annotations to GeoJSON, following
the Pelagios conventions on encoding gazetteers. A field mapping
must be configured before running the conversion.
} else {
No download options available
}}
} else {
Some download options may be unavailable due to access restrictions.
}
@if(doc.hasDataParts) {
@helper.javascriptRouter("jsRoutes")(
controllers.document.routes.javascript.DocumentController.getRaw
)
}