Hello Lars, I have gone through the Zenodo sources again and it seems to me that the modification workflow works only for records that were created (by the same person) via the deposition interface. I cannot find anything that would suggest that one can use the Upload deposition in Zenodo to edit a record that was created through, for instance, the BibEdit interface. That's what we would like to achieve.
Can you please clarify this to me? Thanks, Petr On Mon, Aug 25, 2014 at 7:42 PM, Lars Holm Nielsen <[email protected]> wrote: > Hi Petr, > > If you try to install Zenodo, then install the next branch (see > https://github.com/zenodo/zenodo/blob/next/INSTALL.rst) and stop the guide > after running 'inveniomanage database create’. Also not the Invenio branch > in zenodo/invenio-op required to run it. I’m rebasing to latest pu at the > moment, so not everything will be working, but it’s almost there. The master > branch have no demosite so it needs a DB dump to run. > > The zenodo workflow is located here: > https://github.com/zenodo/zenodo/blob/next/zenodo/modules/deposit/workflows/upload.py#L534 > It should at least give a general idea. The tricky part is how to merge the > deposit with a possibly changed record. > > Cheers, > Lars > > > On 25 Aug 2014, at 15:43, Petr Brož <[email protected]> wrote: > > Hi Lars, > > I have looked at the Zenodo overlay sources before and was a bit > confused. I will try to install and test the overlay to see what it > does from a user's perspective. I may then better understand what the > code is trying to achieve. And thank you for the issue log - having a > standard deposition type for this would help a lot. > > Best regards, > > Petr > > On Sun, Aug 24, 2014 at 11:22 PM, Lars Holm Nielsen > <[email protected]> wrote: > > Hi Petr, > > It’s implemented in the Zenodo workflow, however we have still not > integrated these developments into a reusable deposition type (like the > simple record on Invenio Demosite). Most of the workflow tasks to do the job > is already in Invenio. I’ve logged an issue now > (https://github.com/inveniosoftware/invenio/issues/2144). > > Best regards, > Lars > > On 23 Aug 2014, at 14:00, Petr Brož <[email protected]> wrote: > > There is only a small sample in the next demosite overlay which allows > only creation of new articles and the documentation for the next/pu > version is still very sparse. > > We would like to use the new deposit module for modification of > existing records as is possible with the websubmit module. Is it > possible? How to do it? > > Thank you, > > Petr > > >

