Matt Jones

Results 602 comments of Matt Jones

Thanks for the report, @RobLBaker . Can you put a code snippet of the FK section of your document in the issue here, or provide a link to the file...

@Panaetius You very nicely described the state of affairs with provenance that led us to create ProvONE -- wanting to track inputs and outputs for specific execution events, while enabling...

What vocabulary is contentid using for the hash algorithm names? Where can I see the list? Does it differ from the other lists that I cited?

@cboettig @jhpoelen Fully agree with you both on all of these points. Regarding registering DOIs as URIs, this is from the [DOI FAQ](https://www.doi.org/faq.html): > **11. DOI & URI: how does...

I like the conversation on progressive reduction of the search space based on the contentid of the first n bytes. This reminds me of the space-filling curve approach in [geohash](https://en.wikipedia.org/wiki/Geohash)...

@amoeba has a function that tries to guess the formatId. Its nice when it works. It doesn't always work, so we've been discussing whether no default is better than an...

Yeah, I omitted that replica field because, at the time we were discussing removing it from sysmeta altogether, and it's not client editable so I skipped it. Is it needed...

This simplest way to do this visualization would be to convert the relationships into a data set that can be read by igraph, network, or dot packages. There's a nice...

Thanks so much! I agree with @gothub that the plotting should be its own function, and keep getRelationships to only return its data without side effects. So lets please remove...