dar icon indicating copy to clipboard operation
dar copied to clipboard

Reproducible Document Archive

Results 10 dar issues
Sort by recently updated
recently updated
newest added

In https://github.com/substance/dar/blob/master/DarArticle.md the link https://github.com/substance/texture/blob/master/docs/TextureArticle.md returns a 404. I believe this should be https://github.com/substance/texture/blob/master/docs/TextureJATS.md.

From reading the web pages it was not immediately clear to me if any tools exists to convert to/from DAR. I am especially interested in conversion to/from markdown (some flavour),...

According to the XSD the path attribute cannot contain slashes because it's a NCName. That's unfortunate if you want to store documents or assets in folders.

I feel like the goals of the dar project and [portabletext](https://github.com/portabletext/portabletext) have a bit of overlap. Maybe there's a way to unify these efforts and create a common standard?

From Laura Randall (NCBI/PMC): Poking around the Github site, it looks like the Dar Article is a strict subset of the JATS, which of course is always fine. I think...

The example `manifest.xml` described in `README.md` contains a wrong `DOCTYPE`: ```xml […] ``` The XML spec state > Validity constraint: Root Element Type > > The **Name** in the document...

Hello, the attributes of the `` and `` elements in the manifest.xml file should be consolidated. **Attributes in the Spec** Right now in the specs I find traces of the...

Relevant to https://github.com/jupyter/repo2docker/pull/309 As a "reproducible document archive" is it in scope for DAR files to include an environment specification (packages, runtime versions, etc.), or is that expected to be...

From what I understood, Dar is format that add data and code for scientific publishing. Jupyter Notebook do this same thing. Why not use Jupyter?

The examples usually refer to http://darformat.org/DarArticle-0.1.0.dtd or other similar URLs. But `darformat.org` doesn't seem to resolve to any real domain. Are you planning to make it available under that domain?...