https://github.com/calconnect/cc-citation-models
Citation models
https://github.com/calconnect/cc-citation-models
Last synced: 18 days ago
JSON representation
Citation models
- Host: GitHub
- URL: https://github.com/calconnect/cc-citation-models
- Owner: CalConnect
- Created: 2020-04-18T01:54:06.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2026-05-12T00:26:11.000Z (about 2 months ago)
- Last Synced: 2026-05-12T00:30:14.191Z (about 2 months ago)
- Language: Makefile
- Size: 6.82 MB
- Stars: 0
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= CalConnect Standard: Information and documentation -- Bibliographic reference model and serialization
This work item belongs to TC VCARD.
image:https://travis-ci.com/CalConnect/csd-citation-models.svg?branch=master["Build Status", link="https://travis-ci.com/calconnect/csd-citation-models"]
This document is available in its rendered forms here:
* https://calconnect.github.io/csd-citation-models/[CC/ISO: Information and documentation -- Bibliographic reference model and serialization (HTML)]
== Fetching the document
[source,sh]
----
git clone https://github.com/CalConnect/csd-citation-models/
----
== Installing Build Tools
See https://www.metanorma.com/author/topics/install/
== Running via Docker or locally
If you have installed the build tools locally, and wish to run the
locally-installed compilation tools, there is nothing further to set.
If you don't want to deal with local dependencies, use the docker
version by:
[source,sh]
----
export METANORMA_DOCKER=1
----
The `Makefile` will automatically choose the proper command to
execute.
== Building The Document
[source,sh]
----
make clean all
----
The following outputs will be built:
* CSD XML (https://github.com/calconnect/metanorma-model-csd) (`[filename].xml`)
* HTML (`[filename].html`)
* PDF (`[filename].pdf`)
* Word DOC (`[filename].doc`)
== Iterating the document
[source,sh]
----
make html
open cc-*.html
----