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

Creative Commons Licensing display #65

Open
jonescc opened this issue May 18, 2020 · 0 comments
Open

Creative Commons Licensing display #65

jonescc opened this issue May 18, 2020 · 0 comments

Comments

@jonescc
Copy link
Member

jonescc commented May 18, 2020

iso19115-1/3 includes changes which were meant to make it easier to capture all related creative commons licensing such as icon's etc. In particular, the inclusion of a browseGraphic and a reference to the license as a citation. We map creative commons licensing details in MCP records which has extended elements for capturing creative license details to -3 as per the example below, but nothing is displayed in the default view for these license details apart from otherConstraints elements.

To reproduce

  1. Add a creative commons license element as per example below

What I expect to happen

  1. At the very least, the reference title (creative commons license) and browseGraphic are displayed in the default view.

What actually happens

The title/browse graphic aren't displayed.

Additional Information

Example element - note older style jurisdiction information has been included in this example as well in the cited responsible party details.

         <mri:resourceConstraints>
            <mco:MD_LegalConstraints>
               <mco:graphic>
                  <mcc:MD_BrowseGraphic>
                     <mcc:fileName gco:nilReason="inapplicable"/>
                     <mcc:linkage>
                        <cit:CI_OnlineResource>
                           <cit:linkage>
                              <gco:CharacterString>https://licensebuttons.net/l/by/4.0/88x31.png</gco:CharacterString>
                           </cit:linkage>
                           <cit:protocol>
                              <gco:CharacterString>WWW:LINK-1.0-http--related</gco:CharacterString>
                           </cit:protocol>
                           <cit:description>
                              <gco:CharacterString>License Graphic</gco:CharacterString>
                           </cit:description>
                        </cit:CI_OnlineResource>
                     </mcc:linkage>
                  </mcc:MD_BrowseGraphic>
               </mco:graphic>
               <mco:reference>
                  <cit:CI_Citation>
                     <cit:title>
                        <gco:CharacterString>Creative Commons Attribution 4.0 International License</gco:CharacterString>
                     </cit:title>
                     <cit:citedResponsibleParty>
                        <cit:CI_Responsibility>
                           <cit:role>
                              <cit:CI_RoleCode codeList="http://standards.iso.org/iso/19115/resources/Codelists/cat/codelists.xml#CI_RoleCode"
                                               codeListValue=""/>
                           </cit:role>
                           <cit:party>
                              <cit:CI_Organisation>
                                 <cit:name gco:nilReason="missing">
                                    <gco:CharacterString/>
                                 </cit:name>
                                 <cit:contactInfo>
                                    <cit:CI_Contact>
                                       <cit:address>
                                          <cit:CI_Address>
                                             <cit:electronicMailAddress gco:nilReason="missing">
                                                <gco:CharacterString/>
                                             </cit:electronicMailAddress>
                                          </cit:CI_Address>
                                       </cit:address>
                                       <cit:onlineResource>
                                          <cit:CI_OnlineResource>
                                             <cit:linkage>
                                                <gco:CharacterString>http://creativecommons.org/international/</gco:CharacterString>
                                             </cit:linkage>
                                             <cit:protocol>
                                                <gco:CharacterString>WWW:LINK-1.0-http--related</gco:CharacterString>
                                             </cit:protocol>
                                             <cit:name gco:nilReason="missing">
                                                <gco:CharacterString/>
                                             </cit:name>
                                             <cit:description gco:nilReason="missing">
                                                <gco:CharacterString/>
                                             </cit:description>
                                          </cit:CI_OnlineResource>
                                       </cit:onlineResource>
                                    </cit:CI_Contact>
                                 </cit:contactInfo>
                              </cit:CI_Organisation>
                           </cit:party>
                        </cit:CI_Responsibility>
                     </cit:citedResponsibleParty>
                     <cit:onlineResource>
                        <cit:CI_OnlineResource>
                           <cit:linkage>
                              <gco:CharacterString>http://creativecommons.org/licenses/by/4.0/</gco:CharacterString>
                           </cit:linkage>
                           <cit:protocol>
                              <gco:CharacterString>WWW:LINK-1.0-http--related</gco:CharacterString>
                           </cit:protocol>
                           <cit:description>
                              <gco:CharacterString>License Text</gco:CharacterString>
                           </cit:description>
                        </cit:CI_OnlineResource>
                     </cit:onlineResource>
                  </cit:CI_Citation>
               </mco:reference>
               <mco:otherConstraints>
                  <gco:CharacterString>The citation in a list of references is: "IMOS [year-of-data-download], [Title], [data-access-URL], accessed [date-of-access]."</gco:CharacterString>
               </mco:otherConstraints>
               <mco:otherConstraints>
                  <gco:CharacterString>Any users of IMOS data are required to clearly acknowledge the source of the material derived from IMOS in the format: "Data was sourced from Australia’s Integrated Marine Observing System (IMOS) – IMOS is enabled by the National Collaborative Research Infrastructure strategy (NCRIS)." If relevant, also credit other organisations involved in collection of this particular datastream (as listed in 'credit' in the metadata record).</gco:CharacterString>
               </mco:otherConstraints>
               <mco:otherConstraints>
                  <gco:CharacterString>The Argo Data Management Team has assigned Digital Object Identifiers (DOIs) to their datasets and ask that these are also cited. Please refer to http://www.argo.ucsd.edu/Acknowledging_Argo.html# for determination of the appropriate DOI.</gco:CharacterString>
               </mco:otherConstraints>
            </mco:MD_LegalConstraints>
         </mri:resourceConstraints>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant