From 4877c1cf5510ba880c67facb95412910df5ea50e Mon Sep 17 00:00:00 2001 From: Matthias Letsch Date: Mon, 7 Dec 2015 15:26:57 +0100 Subject: [PATCH 1/3] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..c2e0dd1e --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2011-2015 Konstantin Baierer + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. From d07fb0d32388e16e5ea7cc86b476182076045328 Mon Sep 17 00:00:00 2001 From: Matthias Letsch Date: Thu, 10 Dec 2015 11:09:59 +0100 Subject: [PATCH 2/3] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index c2e0dd1e..02297234 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2011-2015 Konstantin Baierer +Copyright (c) 2015 Konstantin Baierer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 171aa1a9e794091f848fa331c72a13e12435e023 Mon Sep 17 00:00:00 2001 From: LetschM Date: Wed, 16 Dec 2015 12:39:38 +0100 Subject: [PATCH 3/3] new test dataset added Please enter the commit message for your changes. Lines starting --- datasets/test/.gitignore | 4 ++++ datasets/test/README.md | 24 ++++++++++++++++++++++++ datasets/test/subsets/all | 1 + 3 files changed, 29 insertions(+) create mode 100644 datasets/test/.gitignore create mode 100644 datasets/test/README.md create mode 120000 datasets/test/subsets/all diff --git a/datasets/test/.gitignore b/datasets/test/.gitignore new file mode 100644 index 00000000..cb60d38e --- /dev/null +++ b/datasets/test/.gitignore @@ -0,0 +1,4 @@ +/*.zip +/*.tar.gz +/pdf/* +/meta/* diff --git a/datasets/test/README.md b/datasets/test/README.md new file mode 100644 index 00000000..74aacd06 --- /dev/null +++ b/datasets/test/README.md @@ -0,0 +1,24 @@ +Dataset 'test' +============== + +One-line summary what this data is + +## Description + +[ Longer Description ] + +## Harvest + +* Harvested on: +* Number of records: +* Metadata format(s): + +## Rights + +### Metadata License + +[Should not be a problem except for abstracts and such] + +### Full-text licensing + +[Is it a CC-licensed Open Access repository? Proprietary commercial?] diff --git a/datasets/test/subsets/all b/datasets/test/subsets/all new file mode 120000 index 00000000..ddfe522d --- /dev/null +++ b/datasets/test/subsets/all @@ -0,0 +1 @@ +../pdf/ \ No newline at end of file