-
Notifications
You must be signed in to change notification settings - Fork 4
/
CREDITS.txt
49 lines (28 loc) · 1.15 KB
/
CREDITS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Thanks to Bas Peters, who created
- JAMES Java MARC events http://xml.coverpages.org/MARC-Events-James.html
- Marc4j
- the book "Crosswalking: Processing MARC in XML Environments with MARC4J"
http://www.lulu.com/shop/bas-peters/crosswalking-processing-marc-in-xml-environments-with-marc4j/paperback/product-689445.html
and inspired this project.
----------------
These four classes in org.xbib.marc.io
FixedTokenReplacementInputStream
ReplaceStringInputStream
ScanBuffer
StreamTokenHandler
are derived versions from the classes in Swizzle (September 2016)
https://github.com/codehaus/swizzle/tree/master/swizzle-stream/
Swizzle License: The Apache Software License, Version 2.0
-----------------
These classes
BytesArray
BytesReference
BytesStreamOutput
are derived versions from classes in Elasticsearch 1.0
https://github.com/elastic/elasticsearch/tree/1.0/src/main/java/org/elasticsearch/common/bytes
Elasticsearch License: The Apache Software License, Version 2.0
-----------------
MARC test data has been acquired from
https://github.com/marc4j/marc4j/tree/master/test/resources
and were donated by libraries for testing purpose.
-----------------