jameshowison / softcite

Study of software citation in the biology literature
5 stars 5 forks source link

Eigenstrat both source_available and source_unavailable? #2

Closed jameshowison closed 9 years ago

jameshowison commented 9 years ago

IN the August additions, these are the codes for Eigenstrat, seems to have conflicting statements about source code availability? Presumably, since there is permission to modify, then source code must be available?

Eigenstrat

begin citation functions for Eigenstrat bioj:a2007-51-NAT_GENET-C01

ca:isTargetOf
[ rdf:type ca:CodeApplication ;
  ca:hasCoder "jbullard" ;
  ca:appliesCode citec:identifiable ;
] ;

ca:isTargetof 
[ rdf:type ca:CodeApplication ;
  ca:hasCoder "jbullard" ;
  ca:appliesCode citec:findable ;
] ;

ca:isTargetOf
[ rdf:type ca:CodeApplication ;
  ca:hasCoder "jbullard" ;
  ca:appliesCode citec:unfindable_version ;
] ;

ca:isTargetof 
[ rdf:type ca:CodeApplication ;
  ca:hasCoder "jbullard" ;
  ca:appliesCode citec:access_free ;
] ;

ca:isTargetOf
[ rdf:type ca:CodeApplication ;
  ca:hasCoder "jbullard" ;
  ca:appliesCode citec:source_available ;
] ;

ca:isTargetOf
[ rdf:type ca:CodeApplication ;
  ca:hasCoder "jbullard" ;
  ca:appliesCode citec:source_unavailable ;
] ;

ca:isTargetof 
[ rdf:type ca:CodeApplication ;
  ca:hasCoder "jbullard" ;
  ca:appliesCode citec:permission_modify ;
] ;
julzbullard commented 9 years ago

Yup, my bad. Copy/paste error. On Aug 6, 2014 12:39 PM, "James Howison" notifications@github.com wrote:

IN the August additions, these are the codes for Eigenstrat, seems to have conflicting statements about source code availability? Presumably, since there is permission to modify, then source code must be available?

Eigenstrat

begin citation functions for Eigenstrat bioj:a2007-51-NAT_GENET-C01

ca:isTargetOf [ rdf:type ca:CodeApplication ; ca:hasCoder "jbullard" ; ca:appliesCode citec:identifiable ; ] ;

ca:isTargetof [ rdf:type ca:CodeApplication ; ca:hasCoder "jbullard" ; ca:appliesCode citec:findable ; ] ;

ca:isTargetOf [ rdf:type ca:CodeApplication ; ca:hasCoder "jbullard" ; ca:appliesCode citec:unfindable_version ; ] ;

ca:isTargetof [ rdf:type ca:CodeApplication ; ca:hasCoder "jbullard" ; ca:appliesCode citec:access_free ; ] ;

ca:isTargetOf [ rdf:type ca:CodeApplication ; ca:hasCoder "jbullard" ; ca:appliesCode citec:source_available ; ] ;

ca:isTargetOf [ rdf:type ca:CodeApplication ; ca:hasCoder "jbullard" ; ca:appliesCode citec:source_unavailable ; ] ;

ca:isTargetof [ rdf:type ca:CodeApplication ; ca:hasCoder "jbullard" ; ca:appliesCode citec:permission_modify ; ] ;

— Reply to this email directly or view it on GitHub https://github.com/jameshowison/softcite/issues/2.

jameshowison commented 9 years ago

So, it's available, right?

julzbullard commented 9 years ago

Yes On Aug 6, 2014 12:55 PM, "James Howison" notifications@github.com wrote:

So, it's available, right?

— Reply to this email directly or view it on GitHub https://github.com/jameshowison/softcite/issues/2#issuecomment-51371655.