diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..02297234 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +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 +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. 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