23
Utilizing Alma APIs the Alma Bibs API to create new workflows for indexers / subject librarians (like myself) Dan Michael O. Heggø University of Oslo Library, Norway IGeLU 2015 Developers day 2015-09-05 http://www.slideshare.net/danmichaelo/dd15

Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)

Embed Size (px)

Citation preview

Page 1: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)

Utilizing Alma APIs the Alma Bibs API to create new workflows for indexers

/ subject librarians (like myself)

Dan Michael O. Heggø University of Oslo Library, Norway

IGeLU 2015 Developers day 2015-09-05

http://www.slideshare.net/danmichaelo/dd15

Page 2: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)

1. The Metadata Editor

Page 3: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)

1. The Metadata Editor

Page 4: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)

1. The Metadata Editor

Page 5: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)

1. The Metadata Editor

Page 6: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)

2. An alternative interface(sketch, probably too minimal)

Page 7: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)

Record: #13777 (noubomn) Preferred terms: "Sorte hull" (nb), "Sorte hull" (nn), "Black holes" (en) Alternative terms: "Svarte hull" (nb) See also: (no entries) Mapped to: (no mappings)

2. An alternative interface(sketch, probably too minimal)

Page 8: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)

2. … with suggestions?

Page 9: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)
Page 10: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)

3. The Bibs Api: Getting a record

Page 11: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)
Page 12: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)

?

The bibliographic record (why array?)

Wrong encoding

All this info is also in the

MARC record. Ignored upon

saving.

Page 13: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)

3. The Bibs Api: Updating the record

Page 14: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)

Meet: The error

Page 15: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)

Meet: The error

Solution: Use XML rather than JSON until Ex Libris fixes this..

Page 16: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)

Back in Alma

Page 17: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)
Page 18: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)
Page 19: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)

In order to use the interface, users would need to authenticate themselves somehow… but all

actions will still be carried out on behalf of the API key owner.

Can we have Alma OAuth?

Authentication

Page 20: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)

php-alma-client

Page 21: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)

https://github.com/scriptotek/php-alma-client

Page 22: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)

From…

…to…

Extends File_MARC with some helper classes for handling of specific fields. Example:

https://github.com/scriptotek/php-marc

Page 23: Utilizing the Alma Bibs API to create new workflows for indexers / subject cataloguers (like myself)

https://github.com/scriptotek/php-alma-client https://github.com/scriptotek/php-marc

Questions? @danmichaelo

[email protected]