Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 2.05 KB

LICENSE.md

File metadata and controls

34 lines (20 loc) · 2.05 KB

OER License

This OER book is licensed as CC-BY-4.0. Some content is taken from other sources and cited throughout. However, this work is a living draft, presented as is, and may be changed or updated without notice.

Attribution

You are welcomed and encouraged to use the content in this book for your own teaching needs. Both a visible attribution and metadata attribution At a minimum, please provide attribution via html source schema, see below. Use the Google Structured Data Testing tool to test that the schema is functioning properly. More information can be found on OERSchema.org.

If your publishing method prohibits schema, please use the visible attribution method provided.

OER Schema metadata attribution:

Add OER Schema and CC License to HTML source:

<!-- Add OERSchema and CC schema vocabulary to object -->
<div prefix="oer: http://oerschema.org/ cc:http://creativecommons.org/ns dc:http://purl.org/dc/terms/" resource="#oer-source">

        
        
        <!-- Add OER resource text and media here. -->
        
        
        <!-- Link the license and attribution to the page -->
        <link about="#oer-source" property="cc:license" content="https://creativecommons.org/licenses/by/4.0/">
        <meta about="#oer-source" property="cc:attributionUrl" content="https://www.gitbook.com/book/dmd-program/dmd-100-sp18">
        <meta about="#oer-source" property="cc:attributionName" typeof="oer:Resource" content="Michael Collins">
    
</div>

Visible attribution

DMD 100: Digital Multimedia Design Foundations” by Michael Collins is licensed under CC-BY-4.0.

“<a href="https://www.gitbook.com/book/dmd-program/dmd-100-sp18/details">DMD 100: Digital Multimedia Design Foundations</a>” by Michael Collins is licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0</a>.