Time |
S |
Nick |
Message |
14:24 |
|
|
iqlogbot joined #dvn |
14:24 |
|
|
Topic for #dvn is now http://thedata.org - The Dataverse Network Project | logs at http://irclog.iq.harvard.edu/dvn/today |
19:23 |
|
pdurbin |
http://guides.thedata.org/book/metadata-references has some good info on Dublin Core |
20:39 |
|
|
jwhitney joined #dvn |
20:43 |
|
pdurbin |
jwhitney: welcome back :) |
20:44 |
|
jwhitney |
pdurbin: thnaks! |
20:49 |
|
pdurbin |
jwhitney: workin' on swordEntry.getDublinCore() today :) |
20:50 |
|
jwhitney |
pdurbin: excellent. |
20:51 |
|
jwhitney |
I've got the plugin fetching a service doc & refreshing a collection list |
20:52 |
|
pdurbin |
great! we should get your plugin talking to my api implementation |
20:52 |
|
jwhitney |
pdurbin: Although I saw your comment re: returning an error if auth. details allow access to more than one dataverse |
20:52 |
|
jwhitney |
pdurbin: and yes, agreed |
20:54 |
|
pdurbin |
glad you saw the comment. for testing, I wonder if we can just use our build server, once I merge my branch in. I need to check with some folks here about this |
20:55 |
|
jwhitney |
pdurbin: ok. I'm in class all day tomorrow, but will be working on the plugin again Fri. a.m. |
20:56 |
|
pdurbin |
jwhitney: ok. I'm out Friday |
20:57 |
|
pdurbin |
jwhitney: sounds like we'll be able to use the build server |
20:57 |
|
jwhitney |
pdurbin: ok, cool |
20:58 |
|
pdurbin |
jwhitney: I also just posted this if you're interested: [sword-app-tech] deposit.isMultipart() and multipart.dat (sword2-server-1.0-classes.jar, MultipartStream$MalformedStreamException) - http://www.mail-archive.com/sword-app-tech@lists.sourceforge.net/msg00324.html |
20:59 |
|
pdurbin |
jwhitney: dunno if you plan to use multipart... or to send the metadata and the binary in separate http requests |
21:00 |
|
pdurbin |
the diagram at http://swordapp.org/2012/12/swordv2-compliance-how-to-achieve-it/datastageswordv2databankdiagram/ seems to show separate requests (via http://swordapp.org/2012/12/swordv2-compliance-how-to-achieve-it/ ) |
21:00 |
|
pdurbin |
i.e. "create item with metadata and no files" |
21:04 |
|
jwhitney |
pdurbin: undecided, at this point |
21:12 |
|
pdurbin |
jwhitney: ok. I have authentication working now... next I'm working on creating a study based on metadata I'm putting in an XML file: curl --data-binary "@metadata.xml" -H "Content-Type: application/atom+xml" |
21:13 |
|
pdurbin |
metadata.xml has Dublin Core terms like dcterms:title, dcterms:contributor, dcterms:abstract, etc. which I'm getting from http://swordapp.github.io/SWORDv2-Profile/SWORDProfile.html#protocoloperations_editingcontent_metadata |
21:15 |
|
jwhitney |
pdurbin: yep, ok |
21:28 |
|
jwhitney |
pdurbin: next up, I'll be working on getting the SWORD v2 lib. integrated w/ OJS. |
21:29 |
|
pdurbin |
jwhitney: awesome |
21:29 |
|
jwhitney |
pdurbin: back online Fri. Have a good weekend! |
21:29 |
|
pdurbin |
jwhitney: you too |
21:49 |
|
pdurbin |
oh cool, someone replied to my post on the sword mailing list. has had the same problem even has a possible fix |