Skip to content

Commit 449605d

Browse files
authored
Merge pull request #83 from swerik-project/dev
prerelease: minor version
2 parents 569ba31 + 203369a commit 449605d

1,097 files changed

Lines changed: 916 additions & 1694 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ jobs:
2626
python -m pip install --upgrade pip
2727
pip install pyriksdagen
2828
29+
- name: dump stuff
30+
run: |
31+
mkdir dumps
32+
python -c 'from pyriksdagen.reference_handling import compile_bib_list; compile_bib_list(output_file="dumps/reference-list.bib")'
33+
34+
- name: zip dumps
35+
run: zip dumps.zip dumps
36+
2937
- name: Zip corpus
3038
run: zip -r records.zip data
3139

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.2.0
22
message: To cite this reposository, please use these metadata.
33
title: "The Swedish Parliament Corpus: Riksdagen Records"
4-
version: v1.3.0
4+
version: v1.4.0
55
authors:
66
- given-names: Väinö
77
family-names: Yrjänäinen

data/1867/prot-1867--fk--0412.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<front>
2727
<div type="preface">
2828
<head>prot-1867--fk--0412</head>
29-
<docDate when="1867-04-11">1867-04-11</docDate>
3029
<docDate when="1867-04-12">1867-04-12</docDate>
3130
<docDate when="1867-04-13">1867-04-13</docDate>
3231
</div>

data/1867/prot-1867--fk--0515.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<div type="preface">
2828
<head>prot-1867--fk--0515</head>
2929
<docDate when="1867-05-13">1867-05-13</docDate>
30-
<docDate when="1867-05-14">1867-05-14</docDate>
3130
<docDate when="1867-05-15">1867-05-15</docDate>
3231
</div>
3332
</front>

data/1868/prot-1868--fk--0116.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<front>
2727
<div type="preface">
2828
<head>prot-1868--fk--0116</head>
29-
<docDate when="1868-01-15">1868-01-15</docDate>
3029
<docDate when="1868-01-16">1868-01-16</docDate>
3130
</div>
3231
</front>

data/1868/prot-1868--fk--0321.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<front>
2727
<div type="preface">
2828
<head>prot-1868--fk--0321</head>
29-
<docDate when="1868-03-20">1868-03-20</docDate>
3029
<docDate when="1868-03-21">1868-03-21</docDate>
3130
</div>
3231
</front>

data/1869/prot-1869--fk--0116.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<front>
2727
<div type="preface">
2828
<head>prot-1869--fk--0116</head>
29-
<docDate when="1869-01-15">1869-01-15</docDate>
3029
<docDate when="1869-01-16">1869-01-16</docDate>
3130
</div>
3231
</front>

data/1869/prot-1869--fk--0119.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<front>
2727
<div type="preface">
2828
<head>prot-1869--fk--0119</head>
29-
<docDate when="1869-01-15">1869-01-15</docDate>
3029
<docDate when="1869-01-19">1869-01-19</docDate>
3130
<docDate when="1869-01-20">1869-01-20</docDate>
3231
</div>

data/1869/prot-1869--fk--0120.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
<front>
2727
<div type="preface">
2828
<head>prot-1869--fk--0120</head>
29-
<docDate when="1869-01-15">1869-01-15</docDate>
30-
<docDate when="1869-01-16">1869-01-16</docDate>
3129
<docDate when="1869-01-20">1869-01-20</docDate>
3230
</div>
3331
</front>

data/1869/prot-1869--fk--0227.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<front>
2727
<div type="preface">
2828
<head>prot-1869--fk--0227</head>
29-
<docDate when="1869-02-03">1869-02-03</docDate>
3029
<docDate when="1869-02-27">1869-02-27</docDate>
3130
</div>
3231
</front>

0 commit comments

Comments
 (0)