This primer introduces key concepts for community-based data stewardship and contains a series of tutorials explaining Data Together and showing how to add content to the network, annotate content that’s already on the network, and reinforce content that is already stored on the network. As a GitBook, it can be read in many different formats.
Data Together Learning Materials are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
We would love involvement from more people! If you notice any errors or would like to submit changes, please see our Contributing Guidelines.
We use GitHub issues for tracking bugs and feature requests and Pull Requests (PRs) for submitting changes
Check out the Table of Contents or the sidebar on the left. Topics are broken down into Tutorials with distinct Lessons within each!
The first tutorial covers adding a dataset to Data Together and reviews how Data Together is different from other forms of preserving data.
You can get help by:
- adding a question to the datatogether/learning issue tracker; or
- speaking with us on the Archivers Slack
We welcome your input! If you notice any errors, would like to submit changes, or add any content, you can contribute improvements to this documentation on GitHub: github.com/datatogether/learning.
You can clone a copy of this repository using the following command line:
$ git clone [email protected]:datatogether/learning.git
To install GitBook, you will need Node.js (v4.0.0 or above) on your system and you must be running Windows, Mac OS X, Linux, or Unix.
It is easiest to install gitbook-cli
with npm, the Node.js package manager. From your terminal, run the following command:
$ npm install gitbook-cli -g
Additional instructions for setting up and installing GitBook can be found in the GitBook Toolchain Documentation
Once you make changes to the contents, you can preview them by running a local GitBook server:
$ gitbook serve
After starting the server using the command above, visit http://localhost:4000
(or whatever address was indicated by the gitbook serve
command) in your web browser.
The scripts/
folder has all you need to rebuild the GitBook materials in multiple formats and publish to gh-pages
and datatogether.github.io/learning:
$ bash scripts/build_formats.sh
$ bash scripts/publish_gh-pages.sh
You may need to install Calibre's ebook-convert cli tools. For Mac OS X, these can be copied from the Calibre application:
$ ln -s /Applications/calibre.app/Contents/MacOS/ebook-convert /usr/local/bin