Skip to content

Commit

Permalink
display only: reduce length of sha512 value
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaumet committed Dec 8, 2014
1 parent ea29c3b commit 34fbedc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion nidm/nidm-results/scripts/create_spm_example_005.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def main():
contrast_name="passive listening > rest",
error_dof="84.0",
effect_dof="1",
sha="799e9bbf8c15b35c0098bca468846bf2cd895a3366382b5ceaa953f1e9e576955341a7c86e13e6fe9359da4ff1496a609f55ce9ecff8da2e461365372f2506d6",
sha="799e9bbf8c15b35c0098bca4",
coordinate_space_id="niiri:coordinate_space_id_1",
contrast_est_id="niiri:contrast_estimation_id"
),
Expand Down
8 changes: 4 additions & 4 deletions nidm/nidm-results/spm/example005/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

Prov store: https://provenance.ecs.soton.ac.uk/store/documents/36853/
Prov store: https://provenance.ecs.soton.ac.uk/store/documents/36868/

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

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

2 changes: 1 addition & 1 deletion nidm/nidm-results/spm/example005/spm_nonparametric.provn
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ prefix niiri <http://iri.nidash.org/>
prefix xsd <http://www.w3.org/2001/XMLSchema>
prefix bnode <http://openprovenance.org/provtoolbox/bnode/>
activity(niiri:inference_id_1,-,-,[prov:type = 'nidm:Inference', prov:label = "Inference", nidm:isParametricTest = "false" %% xsd:boolean, nidm:hasAlternativeHypothesis = 'nidm:OneTailedTest'])
entity(niiri:statistic_map_id,[prov:type = 'nidm:StatisticMap', prov:label = "Pseudo T-Statistic Map: passive listening > rest", prov:location = "file://./TStatistic.nii.gz" %% xsd:anyURI, nidm:statisticType = 'nidm:TStatistic', nidm:filename = "TStatistic.nii.gz" %% xsd:string, dct:format = "image/nifti" %% xsd:string, nidm:contrastName = "passive listening > rest" %% xsd:string, nidm:effectDegreesOfFreedom = "1" %% xsd:float, nidm:inCoordinateSpace = 'niiri:coordinate_space_id_1', crypto:sha512 = "799e9bbf8c15b35c0098bca468846bf2cd895a3366382b5ceaa953f1e9e576955341a7c86e13e6fe9359da4ff1496a609f55ce9ecff8da2e461365372f2506d6" %% xsd:string, nidm:varianceSmoothingFWHM = "[6 6 6]" %% xsd:string])
entity(niiri:statistic_map_id,[prov:type = 'nidm:StatisticMap', prov:label = "Pseudo T-Statistic Map: passive listening > rest", prov:location = "file://./TStatistic.nii.gz" %% xsd:anyURI, nidm:statisticType = 'nidm:TStatistic', nidm:filename = "TStatistic.nii.gz" %% xsd:string, dct:format = "image/nifti" %% xsd:string, nidm:contrastName = "passive listening > rest" %% xsd:string, nidm:effectDegreesOfFreedom = "1" %% xsd:float, nidm:inCoordinateSpace = 'niiri:coordinate_space_id_1', crypto:sha512 = "799e9bbf8c15b35c0098bca4" %% xsd:string, nidm:varianceSmoothingFWHM = "[6 6 6]" %% xsd:string])
entity(niiri:non_parametric_dististribution_id,[prov:type = 'nidm:NonParametricNullDistribution', prov:label = "Non-Parametric Distribution", nidm:numberOfPermutations = "5000" %% xsd:int, nidm:exchangeabilityBlockSize = "4" %% xsd:int])
used(niiri:inference_id_1,niiri:non_parametric_dististribution_id,-)
used(niiri:inference_id_1,niiri:statistic_map_id,-)
Expand Down
2 changes: 1 addition & 1 deletion nidm/nidm-results/spm/example005/spm_nonparametric.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ niiri:statistic_map_id a prov:Entity , nidm:StatisticMap ;
nidm:contrastName "passive listening > rest"^^xsd:string ;
nidm:effectDegreesOfFreedom "1"^^xsd:float ;
nidm:inCoordinateSpace niiri:coordinate_space_id_1 ;
crypto:sha512 "799e9bbf8c15b35c0098bca468846bf2cd895a3366382b5ceaa953f1e9e576955341a7c86e13e6fe9359da4ff1496a609f55ce9ecff8da2e461365372f2506d6"^^xsd:string ;
crypto:sha512 "799e9bbf8c15b35c0098bca4"^^xsd:string ;
prov:wasGeneratedBy niiri:contrast_estimation_id ;
nidm:varianceSmoothingFWHM "[6 6 6]"^^xsd:string .

0 comments on commit 34fbedc

Please sign in to comment.