omeka / plugin-ZoteroImport

Imports libraries and collections from Zotero user and group accounts.
http://omeka.org/codex/Plugins/ZoteroImport
6 stars 2 forks source link

plugin-ZoteroImport

Imports libraries and collections from Zotero user and group accounts.

Zotero Import

With the Zotero Import plugin{target=_blank} you can move your Zotero research into Omeka Classic, making it possible to further organize and exhibit your Zotero library. Just sync your library to the Zotero server, tell the Zotero Import plugin what library you want to import, and it'll pull in source items, notes, files, and web snapshots.

Features

The plugin imports Zotero libraries and collections, including source items, notes, files, and web snapshots. Web snapshots are zipped up directories containing the files needed to render the web snapshot.

To minimize data loss that often occurs when migrating between systems, the plugin adds a new element set to your Omeka install which contains elements identical to the fields used by Zotero.

In addition to mapping data to the Zotero element set, the plugin maps data to the native Dublin Core element set to maximize interoperability and ease integration with Omeka. The Zotero element set is large, but the plugin provides a helper function to build strings from the elements therein.

The plugin also adds a field to the advanced search page that narrows search results by Zotero item type. Every Zotero item has an item type, so it's a helpful way to sort through your items.

Requirements

The user or group owner can get you the userID, groupID, and collectionID.

PHP Zip extension: Zotero stores web snapshots in ZIP files containing files with Base64{target=_blank} encoded filenames. The import plugin attempts to decode the filenames using PHP's Zip extension{target=_blank}. If your server does not have this extension installed, the plugin does not decode the filenames. The import will still save web snapshots, but the filenames will be obfuscated, making access near-worthless.

**[See the manual(https://omeka.org/classic/docs/Plugins/ZoteroImport/) for more information.