Skip to content

Commit

Permalink
Merge pull request #107 from DILCISBoard/rel/v2.1
Browse files Browse the repository at this point in the history
Release v2.1
  • Loading branch information
karinbredenberg authored Oct 25, 2021
2 parents 3608003 + 6703fa0 commit 9cfb6ec
Show file tree
Hide file tree
Showing 16 changed files with 918 additions and 137 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ script:
- cd spec-publisher
- git stash
- git checkout feat/pdf-publication
- git pull
- mvn clean package
- java -jar target/mets-profile-proc.jar ../profile/E-ARK-SIP.xml
- cd ..
Expand All @@ -35,4 +36,3 @@ deploy:
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- secure: BjL+RmPgmCs4FkKlHCA2W2EkMdqRdQl7GF4hT2oeyUgvzGx5jJ5mU1E5ffKFj/xYGZiMqdW7kkXaNDYiJ0ouzsi8+WOEi7TcFkFBVdMkDkwoIJp5iBhSPqMe1/+0umJr6nUggwPAAgf2z3jbQDOlB4wj2Pm71hTwZqceb2Ifhb3p1KDfb8b61vpoYsirqd2ANn3M1xMViDyjHBwEhPPFO/x5CU66g+RklczwIanvvx/W4RVd/bigsrlSgcjDtXDZj+kbLvwraUJxrnLFpq9cHimSdrmGw1tCWtSlfKWVXM4FLwCZnaKXQgsABqAaJkwCBepjQOC3zPYBxl7rzWg10GKyZa4DB5RjSnw96YCHjlMTLoWFQ9V0EJZb/dUDa6pG3aElNYGBIsPrrlUXKOa1ID0iSn0LxUxLYTGo8ikan/LH2zaXtXUaIK5kUVRo8f9JqgY9+iS+6IkTfSxwVIqkr7YN3f+ldCIqKaT6CynaYzu32v7BMQBPHZlDRiSiWyyG74O2uLBh3FyGZk2FZWuK8SAaHvntKrLo3rlsQYEl32UILzlpGYQvrQGCQzbqzW4B4BzsUkp9YUUPqWTXfjpm0fhkCnhbwPe3Bwho26hFptUKg9SUmfooqZ4rP0UGLtI5al2u5YFI+5vXV3j9BqbEAFBzcUew2Bdt9z1OpPDyh9o=
35 changes: 35 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,41 @@ to change the meaning of the specification.
### Administrative:
Standard changes between versions, e.g. version number and release date.

Version 2.1.0
-------------
October 15th 2021

### Specification Changes
Update of specification to version 2.1. The agent elements have been updated regarding cardinality to fully follow METS and more agents examples have been added.

#### Major
None

#### Minor
None

#### Corrections
- Creation of METS profile for SIP version 2.1 [[#103][]].
- Update of cardinality for agent sub elements and addition of agent examples [[#100][], [[#101][], [[#102][], [[#104][], [[#105][]].

#### Administrative
- Version number increment and revision history [[#106][]], [[#108][]].

### Web site and PDF presentation
- Uniform site structure and DILCIS branding:
+ Update to the common introduction [[#106][]].
+ Update to publication process [[#106][]].
+ Removal of redundant files, stale token and force copies of all collateral [[#106][]].

[#108]: https://github.com/DILCISBoard/E-ARK-SIP/pull/108
[#106]: https://github.com/DILCISBoard/E-ARK-SIP/pull/106
[#105]: https://github.com/DILCISBoard/E-ARK-SIP/pull/105
[#104]: https://github.com/DILCISBoard/E-ARK-SIP/pull/104
[#103]: https://github.com/DILCISBoard/E-ARK-SIP/pull/103
[#102]: https://github.com/DILCISBoard/E-ARK-SIP/issues/102
[#101]: https://github.com/DILCISBoard/E-ARK-SIP/issues/101
[#100]: https://github.com/DILCISBoard/E-ARK-SIP/issues/100

Version 2.0.4
-------------
June 12th 2020
Expand Down
3 changes: 2 additions & 1 deletion archive/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ Archived Versions of the SIP Specification

Latest
------
[PDF Version 2.0.4](/pdf/eark-sip.pdf) 12-06-2020
[PDF Version 2.1.0](/pdf/eark-sip.pdf) 15-10-2021

Archived Versions
-----------------
### 2.0.x
- [PDF Version 2.0.4](v2_0/eark-sip-v2-0-4.pdf) 12-06-2020
- [PDF Version 2.0.3](v2_0/eark-sip-v2-0-3.pdf) 08-01-2020
- [PDF Version 2.0.2](v2_0/eark-sip-v2-0-2.pdf) 28-10-2020
- [PDF Version 2.0.1](v2_0/eark-sip-v2-0-1.pdf) 09-09-2020
Expand Down
Binary file added archive/v2_0/eark-sip-v2-0-4.pdf
Binary file not shown.
5 changes: 2 additions & 3 deletions create-pdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ pandoc --from gfm \
--metadata-file "../spec-publisher/pandoc/metadata.yaml" \
"../spec-publisher/res/md/common-intro.md" \
-o ./preface.tex
sed -i 's%fig_1_dip.svg%fig_1_dip.png%' ./preface.tex
sed -i 's%section{%section*{%' ./preface.tex

echo " - PANDOC: Generating Postface from markdown"
Expand Down Expand Up @@ -62,8 +61,8 @@ command -v markdown-pp >/dev/null 2>&1 || {
echo " - MARKDOWN-PP: Preparing PDF markdown"
markdown-pp PDF.md -o docs/eark-sip-pdf.md -e tableofcontents

cp -R specification/images docs/
cp -R spec-publisher/res/md/figs docs/
cp -Rf specification/images docs/
cp -Rf spec-publisher/res/md/figs docs/

cd docs || exit

Expand Down
14 changes: 7 additions & 7 deletions create-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ then
rm -rf ./docs/release-notes
fi
mkdir ./docs/release-notes
cp ./RELEASENOTES.md ./docs/release-notes/index.md
cp -f ./RELEASENOTES.md ./docs/release-notes/index.md

bash "$SCRIPT_DIR/spec-publisher/utils/create-venv.sh"
command -v markdown-pp >/dev/null 2>&1 || {
Expand All @@ -80,9 +80,9 @@ rm /tmp/site.md
cp -Rf spec-publisher/site/* docs/
find ./docs/_* -type f -exec sed -i 's/CSIP/SIP/' {} \;
find ./docs/_* -type f -exec sed -i 's/csip/sip/' {} \;
cp -R specification/images docs/
cp -R spec-publisher/res/md/figs docs/
cp -R profile docs/
cp -R schema docs/
cp -R archive docs/
cp -R examples docs/
cp -Rf specification/images docs/
cp -Rf spec-publisher/res/md/figs docs/
cp -Rf profile docs/
cp -Rf schema docs/
cp -Rf archive docs/
cp -Rf examples docs/
1 change: 0 additions & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ gfm_quirks: paragraph_end
repository: DILCISBoard/E-ARK-SIP
plugins:
- jekyll-github-metadata
- jekyll-mentions
- jekyll-redirect-from
- jekyll-sitemap
- jemoji
55 changes: 0 additions & 55 deletions pandoc/bibliography.bib

This file was deleted.

36 changes: 0 additions & 36 deletions pandoc/metadata.yaml

This file was deleted.

Loading

0 comments on commit 9cfb6ec

Please sign in to comment.