ro-crate
ro-crate copied to clipboard
Research Object Crate
As an RO-Crate creator , I want create an RO-Crate that encapsulates other preexisting RO-Crates, down to multiple levels so that the full set of files and metadata are included...
As a archivist I want to download every URL-referenced file in `hasPart` to get a "fat" RO-Crate Follow https://www.researchobject.org/ro-crate/specification/1.2-DRAFT/appendix/relative-uris.html#converting-from-detached-to-attached-ro-crate on converting from Detached to Attached RO-Crate -- but this should...
As a Workflow RO-Crate generator, I want to indicate a local path to where a Web-based Data Entity (e.g. some large input data) should be fetched to, so that the...
Issue with ROHub downloads (contextual entities still not linked correctly - they are string values)
**Describe the bug** When I download an RO-Crate as a zip from this page (2024-07-18) https://www.rohub.org/c9df67a3-0d77-4029-8556-e62fcc95a35b?activetab=overview The ro-crate-metatadata.json file still has references in it like this: ``` "creator": [ "mailto:[email protected]"...
**Describe the bug** RO-Crate Profiles on the website as a menu option **URL** (https://www.researchobject.org/ro-crate/) **Suggested fix** make a list of Profiles a menu option so we can find them! Oliver...
Bert: I also see lots of unnecessary overwrites of the theme includes, making it quite difficult for the project to move to new versions of ETT in the future, if...
Bert: Use only the `title: ` attribute in the frontmatter for titles. This one is used in the page metadata + will render to a title with edit me buttons...
Bert: The theme itself does come with a table of contents that is automatically generated so I think you can minimize the amount lines in the markdown by not including...
http://217.71.193.143/dataset/cwr/531f958eef57fb0f7cc1 Contact Claus Weiland for details.
Meanwhile I was carefully reading Workflow RO-Crate profile specification, I found that the example has an inconsistency. Next line https://github.com/ResearchObject/ro-crate-2024/blob/42c15d25567d7e906ef43a5b53a20a397d500ab7/_specification/1.1/workflows.md?plain=1#L311 should be instead: ```json "@type": "ComputerLanguage", ``` so the example...