Skip to content

Commit

Permalink
uploaded source PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Jul 17, 2018
1 parent 5f06b44 commit 41d2bf0
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
23 changes: 18 additions & 5 deletions RELEASING.md
@@ -1,6 +1,5 @@

Releasing concepticon-data
==========================
# Releasing concepticon-data

We try to follow a [semantic versioning](http://semver.org/) scheme for releases of
concepticon-data.
Expand All @@ -14,7 +13,7 @@ $ bibtool -r concepticondata/references/bibtool.rsc -o concepticondata/reference
```

- Make sure all changes are pushed and merged into the `master` branch.
- Make sure all tests pass.
- Make sure all tests pass, and also address warnings about missing PDFs (see [handling source PDFs](#upload_sources))
- Make sure the data in `master` can be imported into the web app `clld/concepticon`.
- Make sure all tests pass for the web app.
- Recreate and push the statistics pages, running
Expand Down Expand Up @@ -43,8 +42,22 @@ Available online at http://concepticon.clld.org
link to issues for the next version.


Releasing pyconcepticon
=======================
<a name="upload_sources"> </a>
## Handling source PDFs

Source PDFs for concept lists - like all binary or media content of CLLD databases - are
uploaded to [CDSTAR](https://cdstar.shh.mpg.de). This is done by

1. running
```bash
concepticon upload_sources
```
2. deleting the uploaded PDF files from `concepticondata/sources`
3. commiting and pushing the changes



# Releasing pyconcepticon

- Make sure the tests pass
```
Expand Down
Binary file removed concepticondata/sources/Perrin2010.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions concepticondata/sources/README.md
Expand Up @@ -87,6 +87,7 @@
- [Pallas1789 [PDF 300.2KB]](https://cdstar.shh.mpg.de/bitstreams/EAEA0-7476-0A24-F9C6-0/Pallas1789.pdf)
- [Payne1991 [PDF 2.0MB]](https://cdstar.shh.mpg.de/bitstreams/EAEA0-63A0-89F9-9503-0/Payne1991.pdf)
- [Peiros1999 [PDF 53.6KB]](https://cdstar.shh.mpg.de/bitstreams/EAEA0-FBBB-8141-42C2-0/Peiros1999.pdf)
- [Perrin2010 [PDF 34.2KB]](https://cdstar.shh.mpg.de/bitstreams/EAEA0-EBFF-6187-6C67-0/Perrin2010.pdf)
- [Peust2013 [PDF 54.2KB]](https://cdstar.shh.mpg.de/bitstreams/EAEA0-890C-FAC5-01DF-0/Peust2013.pdf)
- [Pozdniakov2014 [PDF 105.6KB]](https://cdstar.shh.mpg.de/bitstreams/EAEA0-61E8-C809-F350-0/Pozdniakov2014.pdf)
- [QLAA1979 [PDF 7.3MB]](https://cdstar.shh.mpg.de/bitstreams/EAEA0-7C15-387E-ADDC-0/QLAA1979.pdf)
Expand Down
7 changes: 7 additions & 0 deletions concepticondata/sources/cdstar.json
Expand Up @@ -608,6 +608,13 @@
"size": 54855,
"url": "https://cdstar.shh.mpg.de/bitstreams/EAEA0-FBBB-8141-42C2-0/Peiros1999.pdf"
},
"Perrin2010": {
"mimetype": "application/pdf",
"objid": "EAEA0-EBFF-6187-6C67-0",
"original": "Perrin2010.pdf",
"size": 34998,
"url": "https://cdstar.shh.mpg.de/bitstreams/EAEA0-EBFF-6187-6C67-0/Perrin2010.pdf"
},
"Peust2013": {
"mimetype": "application/pdf",
"objid": "EAEA0-890C-FAC5-01DF-0",
Expand Down

0 comments on commit 41d2bf0

Please sign in to comment.