{"id":2308,"date":"2023-05-18T17:32:56","date_gmt":"2023-05-18T21:32:56","guid":{"rendered":"https:\/\/openlab.bmcc.cuny.edu\/mmp-350-fall-21\/?p=2308"},"modified":"2023-05-18T17:49:08","modified_gmt":"2023-05-18T21:49:08","slug":"credits-and-copyright","status":"publish","type":"post","link":"https:\/\/openlab.bmcc.cuny.edu\/mmp-350-spring23\/projects\/credits-and-copyright\/","title":{"rendered":"Credits and Copyright"},"content":{"rendered":"\n<p>When you use content that someone else made, you should give credit to the creator. This is true whether it&#8217;s an image, text or other media. <\/p>\n\n\n\n<p>Some content comes with specific copyright that REQUIRES you to give credit. One example is the Creative Commons Attribution license. This license requires that you attribute the original author in some way.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">CodePen on How to Add Credits to Photos<\/h2>\n\n\n\n<p>This CodePen shows some examples on how to add credits to images. <a rel=\"noreferrer noopener\" href=\"https:\/\/codepen.io\/profstein\/pen\/qBPXONG\" target=\"_blank\">view on CodePen<\/a><\/p>\n\n\n\n<p class=\"codepen\" data-height=\"300\" data-default-tab=\"html,result\" data-slug-hash=\"qBPXONG\" data-user=\"profstein\" style=\"height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;\">\n  <span>See the Pen <a href=\"https:\/\/codepen.io\/profstein\/pen\/qBPXONG\">\n  Photo Credits<\/a> by Christopher Stein (<a href=\"https:\/\/codepen.io\/profstein\">@profstein<\/a>)\n  on <a href=\"https:\/\/codepen.io\">CodePen<\/a>.<\/span>\n<\/p>\n<script async src=\"https:\/\/cpwebassets.codepen.io\/assets\/embed\/ei.js\"><\/script>\n\n\n\n<h2 class=\"wp-block-heading\">Video from Class on Giving Credit<\/h2>\n\n\n\n<p>This is a 16 minute video from class where I talk about giving credit using the example site Angelica and I built. <a href=\"https:\/\/yogabasics.netlify.app\" target=\"_blank\" rel=\"noreferrer noopener\">View Site here<\/a>.<\/p>\n\n\n\n<figure class=\"wp-block-video alignwide\"><video controls src=\"https:\/\/www.dropbox.com\/s\/rmlu4x0pu2tsfwk\/Class-2021.12.15-Cite-Source-Credit.mp4?raw=1\"><\/video><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Creative Commons Licenses<\/h2>\n\n\n\n<p>These are a group of licenses that allow you to license your work in specific ways so other people can use them. There are a few options you can choose:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Adaptations<\/strong> (can people change your work): yes or no<\/li>\n\n\n\n<li><strong>Share Alike<\/strong>: yes means if people use your work they also have to share the work they make.<\/li>\n\n\n\n<li><strong>Commercial<\/strong>: Yes or No. Yes, commercial, means people can use your work to make money. No, non-commercial, means they can not use your work in something that make them money.<\/li>\n<\/ul>\n\n\n\n<p>They have a License Chooser app that allows you to choose a license and then copy some HTML so you can put that on your site. <\/p>\n\n\n\n<p><a href=\"https:\/\/creativecommons.org\/choose\/\" target=\"_blank\" rel=\"noreferrer noopener\">Creative Commons License Chooser<\/a> <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Example License<\/h2>\n\n\n\n<p>A common license for our work in class is one that has<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Attribution<\/strong>: People who use your work must give you attribution<\/li>\n\n\n\n<li><strong>Share-Alike<\/strong>: People who use your work must also share their work<\/li>\n<\/ol>\n\n\n\n<p>Here is the code:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;a rel=\"license\" href=\"http:\/\/creativecommons.org\/licenses\/by-sa\/4.0\/\"&gt;\n&lt;img alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https:\/\/i.creativecommons.org\/l\/by-sa\/4.0\/80x15.png\" \/&gt;\n&lt;\/a&gt;&lt;br \/&gt;\nThis work is licensed under a \n&lt;a rel=\"license\" href=\"http:\/\/creativecommons.org\/licenses\/by-sa\/4.0\/\"&gt;\nCreative Commons Attribution-ShareAlike 4.0 International License&lt;\/a&gt;<\/code><\/pre>\n\n\n\n<p>You can put this in the footer of your site.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When you use content that someone else made, you should give credit to the creator. This is true whether it&#8217;s an image, text or other media. Some content comes with specific copyright that REQUIRES you to give credit. One example is the Creative Commons Attribution license. This license requires that you attribute the original author&hellip; <a class=\"more-link\" href=\"https:\/\/openlab.bmcc.cuny.edu\/mmp-350-spring23\/projects\/credits-and-copyright\/\">Continue reading <span class=\"screen-reader-text\">Credits and Copyright<\/span><\/a><\/p>\n","protected":false},"author":16,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","portfolio_post_id":0,"portfolio_citation":"","portfolio_annotation":"","openlab_post_visibility":"","footnotes":""},"categories":[113,10],"tags":[187,185,188,189,186],"coauthors":[87],"class_list":["post-2308","post","type-post","status-publish","format-standard","hentry","category-final","category-projects","tag-copyright","tag-creative-commons","tag-credit","tag-credits","tag-license","entry"],"featured_image_urls_v2":{"full":"","thumbnail":"","medium":"","medium_large":"","large":"","1536x1536":"","2048x2048":"","post-thumbnail":"","gform-image-choice-sm":"","gform-image-choice-md":"","gform-image-choice-lg":""},"post_excerpt_stackable_v2":"<p>When you use content that someone else made, you should give credit to the creator. This is true whether it&#8217;s an image, text or other media. Some content comes with specific copyright that REQUIRES you to give credit. One example is the Creative Commons Attribution license. This license requires that you attribute the original author in some way. CodePen on How to Add Credits to Photos This CodePen shows some examples on how to add credits to images. view on CodePen See the Pen Photo Credits by Christopher Stein (@profstein) on CodePen. Video from Class on Giving Credit This is&hellip;<\/p>\n","category_list_v2":"<a href=\"https:\/\/openlab.bmcc.cuny.edu\/mmp-350-spring23\/category\/projects\/final\/\" rel=\"category tag\">Final<\/a>, <a href=\"https:\/\/openlab.bmcc.cuny.edu\/mmp-350-spring23\/category\/projects\/\" rel=\"category tag\">Projects<\/a>","author_info_v2":{"name":"Christopher Stein","url":"https:\/\/openlab.bmcc.cuny.edu\/mmp-350-spring23\/author\/cstein\/"},"comments_num_v2":"2 comments","uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"post-thumbnail":false,"gform-image-choice-sm":false,"gform-image-choice-md":false,"gform-image-choice-lg":false},"uagb_author_info":{"display_name":"Christopher Stein","author_link":"https:\/\/openlab.bmcc.cuny.edu\/mmp-350-spring23\/author\/cstein\/"},"uagb_comment_info":2,"uagb_excerpt":"When you use content that someone else made, you should give credit to the creator. This is true whether it&#8217;s an image, text or other media. Some content comes with specific copyright that REQUIRES you to give credit. One example is the Creative Commons Attribution license. This license requires that you attribute the original author&hellip;&hellip;","_links":{"self":[{"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-350-spring23\/wp-json\/wp\/v2\/posts\/2308","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-350-spring23\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-350-spring23\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-350-spring23\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-350-spring23\/wp-json\/wp\/v2\/comments?post=2308"}],"version-history":[{"count":7,"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-350-spring23\/wp-json\/wp\/v2\/posts\/2308\/revisions"}],"predecessor-version":[{"id":2970,"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-350-spring23\/wp-json\/wp\/v2\/posts\/2308\/revisions\/2970"}],"wp:attachment":[{"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-350-spring23\/wp-json\/wp\/v2\/media?parent=2308"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-350-spring23\/wp-json\/wp\/v2\/categories?post=2308"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-350-spring23\/wp-json\/wp\/v2\/tags?post=2308"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/openlab.bmcc.cuny.edu\/mmp-350-spring23\/wp-json\/wp\/v2\/coauthors?post=2308"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}