Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coordinate1, coordinate2, coordinate3 -> coordinate #270

Merged
merged 3 commits into from Apr 10, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 4 additions & 12 deletions doc/content/specs/nidm-results_dev.html
Expand Up @@ -1512,22 +1512,14 @@ <h1 label="nidm:Coordinate">nidm:Coordinate</h1>
<ul>
<li><span class="attribute" id="nidm:Coordinate.label">rdfs:label</span>: an <em class="rfc2119" title="OPTIONAL">OPTIONAL</em> human readable description of the nidm:Coordinate.</li>

<li><span class="attribute" id="nidm:Coordinate.nidm:coordinate1">
<dfn>nidm:coordinate1</dfn>
</span>: an <em class="rfc2119" title="OPTIONAL">OPTIONAL</em> coordinate along the first dimension in voxel units. (range <a title="xsd:float" href="http://www.w3.org/2001/XMLSchema#float">xsd:float</a>)</li>
<li><span class="attribute" id="nidm:Coordinate.nidm:coordinate2">
<dfn>nidm:coordinate2</dfn>
</span>: an <em class="rfc2119" title="OPTIONAL">OPTIONAL</em> coordinate along the second dimension in voxel units. (range <a title="xsd:float" href="http://www.w3.org/2001/XMLSchema#float">xsd:float</a>)</li>
<li><span class="attribute" id="nidm:Coordinate.nidm:coordinate3">
<dfn>nidm:coordinate3</dfn>
</span>: an <em class="rfc2119" title="OPTIONAL">OPTIONAL</em> coordinate along the third dimension in voxel units. (range <a title="xsd:float" href="http://www.w3.org/2001/XMLSchema#float">xsd:float</a>)</li>
<li><span class="attribute" id="nidm:Coordinate.nidm:coordinate">
<dfn>nidm:coordinate</dfn>
</span>: an <em class="rfc2119" title="OPTIONAL">OPTIONAL</em> coordinate along the first dimension in voxel units. (This definition needs to be re-worked as this term was renamed from coordinate1 to coordinate in https://github.com/incf-nidash/nidm/issues/270). (range <a title="xsd:float" href="http://www.w3.org/2001/XMLSchema#float">xsd:float</a>)</li>
</ul>
</div>
<pre class='example highlight'>niiri:coordinate_0001 a prov:Entity , prov:Location , nidm:Coordinate ;
rdfs:label "Coordinate: 0001" ;
nidm:coordinate1 "-60"^^xsd:float ;
nidm:coordinate2 "-28"^^xsd:float ;
nidm:coordinate3 "13"^^xsd:float .</pre>
nidm:coordinate "[-60, -28, 13]"^^xsd:string .</pre>
</section>
<!-- nidm:DisplayMaskMap -->
<section id="section-nidm:DisplayMaskMap">
Expand Down
8 changes: 4 additions & 4 deletions nidm/nidm-results/fsl/README.md
@@ -1,9 +1,9 @@

Prov store: https://provenance.ecs.soton.ac.uk/store/documents/77045/
Prov store: https://provenance.ecs.soton.ac.uk/store/documents/77069/

Alternative serialisations: [json](https://provenance.ecs.soton.ac.uk/store/documents/77045.json), [turtle](https://provenance.ecs.soton.ac.uk/store/documents/77045.ttl),
Graph: [svg](https://provenance.ecs.soton.ac.uk/store/documents/77045.svg), [PDF](https://provenance.ecs.soton.ac.uk/store/documents/77045.pdf), [png](https://provenance.ecs.soton.ac.uk/store/documents/77045.png)
Alternative serialisations: [json](https://provenance.ecs.soton.ac.uk/store/documents/77069.json), [turtle](https://provenance.ecs.soton.ac.uk/store/documents/77069.ttl),
Graph: [svg](https://provenance.ecs.soton.ac.uk/store/documents/77069.svg), [PDF](https://provenance.ecs.soton.ac.uk/store/documents/77069.pdf), [png](https://provenance.ecs.soton.ac.uk/store/documents/77069.png)

![Prov Graph](https://provenance.ecs.soton.ac.uk/store/documents/77045.png)
![Prov Graph](https://provenance.ecs.soton.ac.uk/store/documents/77069.png)


8 changes: 4 additions & 4 deletions nidm/nidm-results/fsl/example001/README.md
@@ -1,9 +1,9 @@

Prov store: https://provenance.ecs.soton.ac.uk/store/documents/77048/
Prov store: https://provenance.ecs.soton.ac.uk/store/documents/77071/

Alternative serialisations: [json](https://provenance.ecs.soton.ac.uk/store/documents/77048.json), [turtle](https://provenance.ecs.soton.ac.uk/store/documents/77048.ttl),
Graph: [svg](https://provenance.ecs.soton.ac.uk/store/documents/77048.svg), [PDF](https://provenance.ecs.soton.ac.uk/store/documents/77048.pdf), [png](https://provenance.ecs.soton.ac.uk/store/documents/77048.png)
Alternative serialisations: [json](https://provenance.ecs.soton.ac.uk/store/documents/77071.json), [turtle](https://provenance.ecs.soton.ac.uk/store/documents/77071.ttl),
Graph: [svg](https://provenance.ecs.soton.ac.uk/store/documents/77071.svg), [PDF](https://provenance.ecs.soton.ac.uk/store/documents/77071.pdf), [png](https://provenance.ecs.soton.ac.uk/store/documents/77071.png)

![Prov Graph](https://provenance.ecs.soton.ac.uk/store/documents/77048.png)
![Prov Graph](https://provenance.ecs.soton.ac.uk/store/documents/77071.png)