Difference between revisions of "Case Studies/Internet Archive"

From Creative Commons
Jump to: navigation, search
m (Reverted edits by 邱茂林 (talk) to last revision by Matt)
 
(27 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Case Study
 
{{Case Study
|importance=High
+
|Description=The Internet Archive, a 501(c)(3) non-profit, is building a digital library of Internet sites and other cultural artifacts in digital form.
|quality=Stub
 
|Description=The Internet Archive, a 501(c)(3) non-profit, is building a digital library of Internet sites and other cultural artifacts in digital form. Like a paper library, we provide free access to researchers, historians, scholars, and the general public.
 
 
|Mainurl=http://www.archive.org/
 
|Mainurl=http://www.archive.org/
 
|Author=Archive.org
 
|Author=Archive.org
 
|User_Status=Curator
 
|User_Status=Curator
 
|Tag=technical details, archive, repository, curator
 
|Tag=technical details, archive, repository, curator
 +
|Image_Header=http://wiki.creativecommons.org/images/7/77/Internet_archive_logo.jpg
 +
|Image_attribution=(c) Internet Archive
 +
|Image_license=http://www.archive.org/about/terms.php
 +
|importance=High
 +
|quality=Stub
 
|License_short_name=various
 
|License_short_name=various
 
}}
 
}}
 
== Overview ==
 
== Overview ==
  
'''Please provide an overview of the work. Describe the author or organization (location, funding/business model, partner organizations), objectives, current projects.'''
+
== License Usage ==
 +
 
 +
== Motivations ==
 +
 
 +
== Technical Details ==
 +
Archive.org has implemented 1) a license chooser in the upload process, 2) the CC marks on works licensed/copyright waived with CC, 3) a subset of the [[CC REL]] metadata specification, and 4) a way to search for CC licensed content.
 +
 
 +
=== License Chooser ===
 +
 
 +
Archive.org implements the CC license chooser through the [[Partner Interface]].
 +
 
 +
During the file upload process you are given this option:
 +
 
 +
[[Image:Archive3.png|border|link=http://www.archive.org/create/]]
 +
 
 +
Clicking either one of those options opens up a window to creativecommons.org in which you can select a CC license or dedicate your upload to the public domain using CC0.
 +
 
 +
Here is the code for how Archive.org has implemented the [[Partner Interface]]:
 +
 
 +
<code><nowiki>
 +
<a id="chooseLicenseLink" href="http://creativecommons.org" onclick="javascript:window.open('http://creativecommons.org/license/?partner=ia&amp;exit_url=http://www.archive.org/services/license-chooser.php?license_url=[license_url]%26license_name=[license_name]%26license_image=[license_button]%26deed_url=[deed_url]&amp;jurisdiction_choose=1','popup','width=600,height=600,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=yes,menubar=no,status=yes'); return false;">Choose license</a>
 +
</nowiki></code>
 +
 
 +
And here is what the code looks like for the public domain dedication:
 +
 
 +
<code><nowiki>
 +
<a href="http://creativecommons.org" onclick="javascript:window.open('http://creativecommons.org/license/publicdomain-direct?partner=ia&amp;exit_url=http://www.archive.org/services/license-chooser.php?license_url=[license_url]%26license_name=[license_name]%26license_image=[license_button]%26deed_url=[deed_url]&amp;jurisdiction_choose=1','popup','width=600,height=600,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=yes,menubar=no,status=yes'); return false;">dedicate to the public domain</a>
 +
</nowiki></code>
 +
 
 +
=== License/PD Mark ===
 +
CC license and public domain markers appear on Archive.org in many places. For pages of objects marked as licensed under Creative Commons, an image typically appears in the left hand sidebar.
 +
 
 +
For example, see [http://www.archive.org/details/CcSalon-SanFrancisco-12082009 this page]:
 +
 
 +
[[Image:Archive2.png|border|link=http://www.archive.org/details/CcSalon-SanFrancisco-12082009]]
 +
 
 +
Sometimes a link to the license will appear in the description area of the page.  
  
Delete the above questions and add text here.  
+
For example see [http://www.archive.org/details/CcSalon-SanFrancisco-12082009 this page]:
  
== License Usage ==
+
[[Image:Archive1.png|border|link=http://www.archive.org/details/CcSalon-SanFrancisco-12082009]]
 +
 
 +
The CC0 mark appears on pages for works that have been dedicated to the public domain by the creator.
 +
 
 +
For example, see [http://www.archive.org/details/GpsTracesAndWaypointsForLibreMapCollaborationProjectsLogictheo this page]:
 +
 
 +
[[Image:Archive4.png|border|link=http://www.archive.org/details/GpsTracesAndWaypointsForLibreMapCollaborationProjectsLogictheo]]
 +
 
 +
And a link to the public domain dedication appears in the description:
  
'''Please specify the license adopted. How is the license applied? Can you provide any available statistics? What has been the author or organization's experience with Creative Commons licenses so far – what have been the benefits and lessons learned?''' 
+
[[Image:Archive5.png|border|link=http://www.archive.org/details/GpsTracesAndWaypointsForLibreMapCollaborationProjectsLogictheo]]
  
Delete the above questions and add text here.
+
===Metadata===
 +
Archive.org has implemented a subset of the [[CC REL]] specification by including the [[RelLicense|rel="license"]] attribute in links to the CC license deeds.
  
== Motivations ==
+
For example, see the source to [http://www.archive.org/details/CcSalon-SanFrancisco-12082009 this page]:
  
'''How did the author or organization first hear about Creative Commons? Why did they choose to license under Creative Commons? Which license did they select and why? Any other issues you may have come across/comments you’d like to make.'''
+
<code><nowiki>
 +
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/" target="_blank"
 +
  ><img title="[Attribution 3.0]" alt="[Attribution 3.0]" style="height:31px" id="ccimage" src="http://i.creativecommons.org/l/by/3.0/88x31.png"/></a>
 +
</nowiki></code>
  
Delete the above questions and add text here.
+
=== CC search ===
 +
It's possible to search for CC licensed or public domain content by license type. However, as Archive.org [http://www.archive.org/about/faqs.php#263 notes], it's a bit complicated.
  
== Technical Details ==
+
See the [http://www.archive.org/about/faqs.php#263 Archive.org FAQ on this topic], or use the pre-constructed searches below:
  
'''Provide any technical details of the implementation here'''
+
* [http://www.archive.org/search.php?query=%2Fmetadata%2Flicenseurl%3Ahttp%2Apublicdomain%2A Public Domain]
 +
* [http://www.archive.org/search.php?query=%2Fmetadata%2Flicenseurl%3Ahttp%2Aby-nc-nd/%2A Attribution Non-commercial No Derivatives (by-nc-nd)]
 +
* [http://www.archive.org/search.php?query=%2Fmetadata%2Flicenseurl%3Ahttp%2Aby-nc-sa/%2A Attribution Non-commercial Share Alike (by-nc-sa)]
 +
* [http://www.archive.org/search.php?query=%2Fmetadata%2Flicenseurl%3Ahttp%2Aby-nc/%2A Attribution Non-commercial (by-nc)]
 +
* [http://www.archive.org/search.php?query=%2Fmetadata%2Flicenseurl%3Ahttp%2Aby-nd/%2A Attribution No Derivatives (by-nd)]
 +
* [http://www.archive.org/search.php?query=%2Fmetadata%2Flicenseurl%3Ahttp%2Aby-sa/%2A Attribution Share Alike (by-sa)]
 +
* [http://www.archive.org/search.php?query=%2Fmetadata%2Flicenseurl%3Ahttp%2Aby/%2A Attribution (by)]
  
 
== Media ==
 
== Media ==
'''Please include any screenshots, logos, links to videos, audio files, press hits, etc. To upload a file, open a separate window and click through [[Special:Upload]].'''
 
 
Delete the above questions and add text here.
 

Latest revision as of 13:43, 8 February 2014


License Used
unspecified
Media
Adoption date unspecified
Tags
technical details, archive, repository, curator
Translations

.


Evaluation Information.png
Page Importance: Stub
Page Quality: High
The Internet Archive, a 501(c)(3) non-profit, is building a digital library of Internet sites and other cultural artifacts in digital form.

Overview

License Usage

Motivations

Technical Details

Archive.org has implemented 1) a license chooser in the upload process, 2) the CC marks on works licensed/copyright waived with CC, 3) a subset of the CC REL metadata specification, and 4) a way to search for CC licensed content.

License Chooser

Archive.org implements the CC license chooser through the Partner Interface.

During the file upload process you are given this option:

Archive3.png

Clicking either one of those options opens up a window to creativecommons.org in which you can select a CC license or dedicate your upload to the public domain using CC0.

Here is the code for how Archive.org has implemented the Partner Interface:

<a id="chooseLicenseLink" href="http://creativecommons.org" onclick="javascript:window.open('http://creativecommons.org/license/?partner=ia&exit_url=http://www.archive.org/services/license-chooser.php?license_url=[license_url]%26license_name=[license_name]%26license_image=[license_button]%26deed_url=[deed_url]&jurisdiction_choose=1','popup','width=600,height=600,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=yes,menubar=no,status=yes'); return false;">Choose license</a>

And here is what the code looks like for the public domain dedication:

<a href="http://creativecommons.org" onclick="javascript:window.open('http://creativecommons.org/license/publicdomain-direct?partner=ia&exit_url=http://www.archive.org/services/license-chooser.php?license_url=[license_url]%26license_name=[license_name]%26license_image=[license_button]%26deed_url=[deed_url]&jurisdiction_choose=1','popup','width=600,height=600,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=yes,menubar=no,status=yes'); return false;">dedicate to the public domain</a>

License/PD Mark

CC license and public domain markers appear on Archive.org in many places. For pages of objects marked as licensed under Creative Commons, an image typically appears in the left hand sidebar.

For example, see this page:

Archive2.png

Sometimes a link to the license will appear in the description area of the page.

For example see this page:

Archive1.png

The CC0 mark appears on pages for works that have been dedicated to the public domain by the creator.

For example, see this page:

Archive4.png

And a link to the public domain dedication appears in the description:

Archive5.png

Metadata

Archive.org has implemented a subset of the CC REL specification by including the rel="license" attribute in links to the CC license deeds.

For example, see the source to this page:

<a rel="license" href="http://creativecommons.org/licenses/by/3.0/" target="_blank" ><img title="[Attribution 3.0]" alt="[Attribution 3.0]" style="height:31px" id="ccimage" src="http://i.creativecommons.org/l/by/3.0/88x31.png"/></a>

CC search

It's possible to search for CC licensed or public domain content by license type. However, as Archive.org notes, it's a bit complicated.

See the Archive.org FAQ on this topic, or use the pre-constructed searches below:

Media