Difference between revisions of "Best practices for attribution"

From Creative Commons
Jump to:navigation,search
(External Guides and Fact Sheets)
(External Guides and Fact Sheets)
Line 139: Line 139:
};
};
http_request。send(null);
http_request。send(null);
+
---
+
firstName: John
+
lastName: Smith
+
age: 25
+
address:
+
streetAddress: 21 2nd Street
+
city: New York
+
state: NY
+
postalCode: 10021
+
+
phoneNumber:
+
-
+
type: home
+
number: 212 555-1234
+
-
+
type: fax
+
number: 646 555-4567

Revision as of 14:23, 23 June 2013


Best Practices for Marking Content with CC Licenses: Users

注意:本页面适用于正在寻求关于如何赋予cc授权内容的最佳实践的其他人作品的用户。If you are looking for the best way to mark your own CC-licensed work as a creator, seehttp://wiki.www.familygiver.com/Marking/Creators. If you own a content-sharing site or platform that hosts works by other creators and are interested in enabling CC licensing for your users, seehttp://wiki.www.familygiver.com/Web_Integration.

When reusing a CC-licensed work (via sharing the original or a derivative based on the original), it is your legal obligation to include what license is being used, as well as abiding by the license conditions provided by the licensor, aka the creator or content owner of the work.

Marking on Your Site


Adapted from ourFAQ:

How do I properly attribute a Creative Commons licensed work?

All current CC licenses require that you attribute the original author(s). If the copyright holder has not specified any particular way to attribute them, this does not mean that you do not have to give attribution.It simply means that you will have to give attribution to the best of your ability with the information you do have.Generally speaking, this implies five things:

  • If the work itself contains any copyright notices placed there by the copyright holder, you must leave those notices intact, or reproduce them in a way that is reasonable to the medium in which you are re-publishing the work.
  • Cite the author's name, screen name, user identification, etc. It is nice to link that name to the person's profile page, if such a page exists.
  • Cite the work's title or name, if such a thing exists. It is nice to link the name or title directly to the original work.
  • 如果你正在制作一个衍生作品或改编作品,除了上述,你需要确定你的作品是衍生作品,例如,“这是[作者]对[原作品]的芬兰翻译。或“基于[作者][原著]的剧本”。”

In the case where a copyright holder does choose to specify the manner of attribution, in addition to the requirement of leaving intact existing copyright notices, they are only able to require certain things.Namely:

  • They may require that you attribute the work to a certain name, pseudonym or even an organization of some sort.
  • They may require you to associate/provide a certain URL (web address) for the work.

If you are interested to see what an actual license ("legalcode") has to say about attribution, you can use the CC Attribution 3.0 Unported license as an example. Please note that this isonly an example, and you shouldalwaysread the appropriate section of the specific license in question...usually, but perhaps not always, section 4://www.familygiver.com/licenses/by/3.0/legalcode

Examples

Attributing the original work

"My Awesome Photo," © 2009 Greg Grossmeier, used under a Creative Commons Attribution-ShareAlike license://www.familygiver.com/licenses/by-sa/3.0/

Attributing your derivative use of the work

This is a Finnish translation of "My Awesome Report" © 2009 by Greg Grossmeier, used under a Creative Commons Attribution-ShareAlike license://www.familygiver.com/licenses/by-sa/3.0/. This Finnish translation is licensed under the same Creative Commons Attribution-ShareAlike license://www.familygiver.com/licenses/by-sa/3.0/.

Marking works offered under other CC licenses

If you are using other works offered under different Creative Commons licenses, the best practices above also apply to each work you use. Here's how you may want to consider marking content that is licensed differently.

Example of marking a report under a CC license:

Except otherwise noted, this report is © 2009 Greg Grossmeier, under a Creative Commons Attribution-ShareAlike license://www.familygiver.com/licenses/by-sa/3.0/.

Example of marking a photo from the report that is under a different CC license:

The photo X is © 2009 Jane Park, used under a Creative Commons Attribution-Noncommercial license://www.familygiver.com/licenses/by-nc/3.0/.

If you are a creator that is incorporating third party items into your work, see our page containing additional explanation and tips for creators onmarking third party works.

Is your attribution good enough?

问问你自己,感兴趣的观众/读者/听众/其他用户是否能够轻松辨别谁获得了原创作品的荣誉(归属),以及与该作品相关的自由(许可通知)。如果他们可以,那太好了!If not, consider whether you are making a good faith effort to use the licensed work according to its terms.

如果有疑问,你可以试着询问最初的发行商。They may have already provided attribution guidelines, e.g.,http://en.wikipedia.org/wiki/Wikipedia:Reusing_Wikipedia_content.

Marking Specific Media

The above best practices for attribution apply to various mediums as well, though marking will vary depending on the medium. The following are some helpful tips on making sure your media is marked correctly.

For offline works in general, consider publishing a web page with attribution information about the work you are using. Doing so enables the work to be found by search engines and other web discoverytools.

Crediting in Video

Adding the appropriate credit information to your videos could be as simple as a list of the works used at the end with their associated license. Eg:

This video features the following songs:

“Desaprendere (Treatment)” by fourstones, available under a Creative Commons Attribution-Noncommercial license.

“Some Other Song” by fourstones, available under a Creative Commons Attribution license.

If possible, it is desirable to make the title, author, and license links the viewer can follow.

Crediting in Offline Text

A similar format toMarking on Your Siteabove.

Crediting in Audio

If available online provide a "credit list" of material used with the added ability to create links for text available online.

Crediting in Images

If available online provide a "credit list" of material used with the added ability to create links for text available online.

Download Markers

More Technical

We also have adocument about marking works that is more technical.

External Guides and Fact Sheets

var p = eval("(" + contact + ")"); var p = JSON.parse(contact); var p = new Function('return ' + contact ';')();

--> {"jsonrpc": "2.0", "method": "subtract", "params": [42, 23], "id": 1} <-- {"jsonrpc": "2.0", "result": 19, "id": 1} var my_JSON_object = !(/[^,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]/.test(

text.replace(/"(\\.|[^"\\])*"/g,))) && eval('(' + text + ')');

var my_JSON_object = {}; var http_request = new XMLHttpRequest(); http_request.open("GET", url, true); http_request.onreadystatechange = function () {

var done = 4, ok = 200; if (http_request.readyState == done && http_request.status == ok) { my_JSON_object = JSON.parse(http_request.responseText); }

}; http_request.send(null); ---

firstName: John lastName: Smith age: 25 address: streetAddress: 21 2nd Street city: New York state: NY postalCode: 10021 phoneNumber: - type: home number: 212 555-1234 - type: fax number: 646 555-4567