<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.creativecommons.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zelsa</id>
		<title>Creative Commons - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.creativecommons.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zelsa"/>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/wiki/Special:Contributions/Zelsa"/>
		<updated>2026-05-13T03:39:02Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=Metrics/License_statistics&amp;diff=97327</id>
		<title>Metrics/License statistics</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=Metrics/License_statistics&amp;diff=97327"/>
				<updated>2014-03-01T12:25:12Z</updated>
		
		<summary type="html">&lt;p&gt;Zelsa: /* Confirmed */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''See [[metrics]] for a broader discussion of CC adoption and impact.''&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
Estimating license adoption is a ''very'' inexact science. There is no authoritative source and we neither control nor have inside knowledge of the construction and volatility of the most comprehensive sources -- web search engines -- primarily via Yahoo! link: queries (Google's link: operator obtains ''very'' incomplete results).&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' Currently the best analysis of the data similar to that discussed below (based on a snapshot  independently gathered in January, 2007 may be found in Giorgos Cheliotis' [http://hoikoinoi.wordpress.com/2007/07/02/cc-stats/ presentation on CC statistics] from June, 2007.&lt;br /&gt;
&lt;br /&gt;
= Raw data =&lt;br /&gt;
&lt;br /&gt;
Creative Commons has irregularly run programs that collect estimated total results from search engine &amp;lt;code&amp;gt;link:{license_uri}&amp;lt;/code&amp;gt; queries and queries filtered by license property (Yahoo! and Google advanced [[CcSearch|search]] support filtering by license).&lt;br /&gt;
&lt;br /&gt;
This data is more fully described at [[Metrics/Data Catalog]].&lt;br /&gt;
&lt;br /&gt;
== Linkback data ==&lt;br /&gt;
&lt;br /&gt;
{{Infobox|This data is in the [http://creativecommons.org/publicdomain/zero/1.0/ public domain]. To read more about [[data|open data]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
You can download raw MySQL dumps that are generated nightly from http://labs.creativecommons.org/metrics/sql-dumps/ -- this includes all data gathered programmatically by CC to date.&lt;br /&gt;
&lt;br /&gt;
Single day data is available in CSV format from http://labs.creativecommons.org/metrics/csv-dumps/.  Here is a guide to the columns in the file:&lt;br /&gt;
&lt;br /&gt;
# internal ID number for this row (e.g., 5041)&lt;br /&gt;
# License URI (e.g., http://creativecommons.org/licenses/by-nc/1.0/jp/)&lt;br /&gt;
# search engine (e.g., All The Web)&lt;br /&gt;
# number of hits (e.g., 4680)&lt;br /&gt;
# date and time this linkback query run started (e.g., 2004-Apr-04 0:00:00)&lt;br /&gt;
# short form of license jurisdiction (e.g., jp)&lt;br /&gt;
# short form of license name (e.g., by-nc)&lt;br /&gt;
# license version (e.g., 1)&lt;br /&gt;
# long form of license jurisdiction (e.g., Japan)&lt;br /&gt;
&lt;br /&gt;
'''WARNING:''' There are gaps in the data and results from any given method may be volatile to extremely volatile. Take the raw numbers with a huge grain of salt.&lt;br /&gt;
&lt;br /&gt;
== Flickr data ==&lt;br /&gt;
&lt;br /&gt;
Information generated from Flickr is also available in the database dump above or [http://labs.creativecommons.org/metrics/stats/flickr/ here] as one-day CSVs, like this one for [http://labs.creativecommons.org/metrics/stats/flickr/2008-06-23.csv.imported June 23, 2008].&lt;br /&gt;
&lt;br /&gt;
Also see [http://creativecommons.org/weblog/entry/13588 Analysis of Flickr data] as of reaching 100m CC licensed images and [http://creativecommons.org/weblog/entry/20870 around 135m CC licensed images], including a [http://wiki.creativecommons.org/images/1/19/Cc-flickr-20100225.ods spreadsheet snapshot] for the latter.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
=== Data gathering ===&lt;br /&gt;
&lt;br /&gt;
The code used to gather the above data is available from the &amp;lt;code&amp;gt;stats&amp;lt;/code&amp;gt; module from our [[Source Repository Information|subversion repository]].&lt;br /&gt;
&lt;br /&gt;
If you want to run it yourself, here's what to do:&lt;br /&gt;
&lt;br /&gt;
Check out the software:&lt;br /&gt;
&lt;br /&gt;
* svn co http://code.creativecommons.org/svnroot/stats&lt;br /&gt;
* cd stats&lt;br /&gt;
&lt;br /&gt;
Configure database access:&lt;br /&gt;
&lt;br /&gt;
* rename dbconfig_EXAMPLE.py to dbconfig.py with a MySQL database and password you want to use (note that if you want to use a non-MySQL database, most of the tools we use are actually database-agnostic and require only tiny changes)&lt;br /&gt;
* mysql -h '''dbserver''' -u'''username''' -p '''databasename''' &amp;lt; create_tables.sql&lt;br /&gt;
&lt;br /&gt;
Check for dependencies.  Note that the script expects Tor to be running on localhost!&lt;br /&gt;
&lt;br /&gt;
* python sanity_check.py&lt;br /&gt;
&lt;br /&gt;
Do a stats crawl!&lt;br /&gt;
&lt;br /&gt;
* python link_counts.py log&lt;br /&gt;
&lt;br /&gt;
=== Charting ===&lt;br /&gt;
The &amp;lt;code&amp;gt;stats&amp;lt;/code&amp;gt; module also contains some chart generating code. To run this code:&lt;br /&gt;
* Import all.sql.gz into a MySQL database&lt;br /&gt;
* Configure the database in dbconfig.py&lt;br /&gt;
* Run chart generation software from the stats/reports/ directory.&lt;br /&gt;
* Warning: the output is raw and the program takes a long time to run&lt;br /&gt;
&lt;br /&gt;
=Baseline numbers from specific collections=&lt;br /&gt;
&lt;br /&gt;
We can also know the number of works licensed at various [[content curators]].  The largest of these based on recent (December 2006) for various formats ''may'' (there could easily be a larger CC-licensed video collection than Revver) be:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Licensed work counts at leading repositories&lt;br /&gt;
! Repository !! 2005-08 !! 2005-11 || 2005-12 !! 2006-01 || 2006-04 || 2006-05 || 2006-07 || 2006-09 || 2006-12 || 2007-03 || 2007-06 || 2008-01&lt;br /&gt;
|-&lt;br /&gt;
! [http://flickr.com/creativecommons Flickr] (photos)&lt;br /&gt;
| 4.1m ||   || 7.1m ||      || 10.8m || 12.7m ||       || 19.7m || 25.5m || 32.5m || 38.7m || 57.9m&lt;br /&gt;
|-&lt;br /&gt;
! [http://www.soundclick.com/business/license_list.cfm Soundclick] (audio)&lt;br /&gt;
| 159k ||   ||      || 200k || 220k  ||       || 249k  ||       || 294k || 324k || 372k || 430k&lt;br /&gt;
|-&lt;br /&gt;
! [http://revver.com Revver]&amp;lt;sup&amp;gt;*&amp;lt;/sup&amp;gt; (video)&lt;br /&gt;
| na   || 0 ||      ||      || 19k   ||       ||       ||       || 119k || 214k || 296k || 417k&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Also see [http://wayback.archive.org/web/*/http://www.jamendo.com/en/?p=stats old Jamendo stats] and [http://magnatune.com/info/stats/ Magnatune stats] and [http://blog.studenti.it/infokus/unit-link-terbaik/ Unit Link Terbaik Di Indonesia Commonwealth Life Investra Link] and [http://blog.studenti.it/infokus/alfamart-official/ Alfamart official partner merchandise FIFA piala dunia Brazil 2014]&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;*&amp;lt;/sup&amp;gt; Revver is an overestimate, probably total number of uploads to date, some of which may have been removed or never published.&lt;br /&gt;
&lt;br /&gt;
=License property charts=&lt;br /&gt;
&lt;br /&gt;
These charts show a breakdown of the types of licenses deployed and the properties of deployed licenses, based on Yahoo! queries as of 2006-06-13.  (As above the Google API is now superior for an aggregate count, but Yahoo link: searches are superior for measuring the relative deployment of specific licenses and thus specific license types.)&lt;br /&gt;
&lt;br /&gt;
[[Image:Licenses-pie-20060613.png|thumb|400px|Distribution of licenses deployed. Those without 'by' (attribution) were not [[License versions|versioned]] past 1.0 (excepting public domain, which is not versioned).]]&lt;br /&gt;
&lt;br /&gt;
[[Image:License-properties-20060613.png|thumb|400px|Distribution of license properties across licenses deployed, e.g., 3% non-by are public domain and non-by 1.0 licenses.]]&lt;br /&gt;
&lt;br /&gt;
=Estimates over time=&lt;br /&gt;
&lt;br /&gt;
2010-06 -- 400+ million as of December, 2010&lt;br /&gt;
&lt;br /&gt;
2008-07-01 -- 130 million total works estimated using [http://code.creativecommons.org/viewsvn/stats/ankit/cc_total_estimate_with_comments.py?view=log Ankit's implementation] of Giorgos' scaling algorithm.&lt;br /&gt;
&lt;br /&gt;
2008-05-02 -- 67 million photos licensed at Flickr http://flickr.com/creativecommons&lt;br /&gt;
&lt;br /&gt;
2007-06-14 -- Multifaceted metrics presented at iSummit [http://creativecommons.org/weblog/entry/7551]&lt;br /&gt;
&lt;br /&gt;
2007-03-31 -- 33 million photos licensed at Flickr and growth over 1 year [http://creativecommons.org/weblog/entry/7307]&lt;br /&gt;
:Based on a swivel.com user's data collection from http://flickr.com/creativecommons&lt;br /&gt;
&lt;br /&gt;
2006-06-13 -- 140 million pages licensed [http://creativecommons.org/weblog/entry/5936]&lt;br /&gt;
:Based on Google queries.&lt;br /&gt;
&lt;br /&gt;
2005-12 -- 45 million pages licensed [http://creativecommons.org/weblog/entry/5861]&lt;br /&gt;
:Based on Google queries.&lt;br /&gt;
&lt;br /&gt;
2005-08-09 -- 53 million pages licensed [http://creativecommons.org/weblog/entry/5579]&lt;br /&gt;
:Again based on Yahoo! queries, this number turned out to be overstated as Yahoo! tuned their results estimation after growing their index.&lt;br /&gt;
&lt;br /&gt;
2005-06-13 -- CC search query breakdown[http://creativecommons.org/weblog/entry/5474]&lt;br /&gt;
:Breakdown of search requests and desired license properties -- people searching for video want the least freedom.&lt;br /&gt;
&lt;br /&gt;
2005-05-27 -- CC in Yahoo! Advanced Search[http://creativecommons.org/weblog/entry/5456]&lt;br /&gt;
:Yahoo! queries say 16m pages linking to a CC license.&lt;br /&gt;
&lt;br /&gt;
2005-03-23 -- Yahoo! Search for Creative Commons[http://creativecommons.org/weblog/entry/5356]&lt;br /&gt;
:Close to 14m pages link to a CC license according to Yahoo! queries.&lt;br /&gt;
&lt;br /&gt;
2005-03-07 -- CC search index breakdown[http://creativecommons.org/weblog/entry/5311]&lt;br /&gt;
:Breakdown of (small) CC-nutch index -- audio publishers are most permissive, video publishers least.&lt;br /&gt;
&lt;br /&gt;
2005-02-25 -- License Distribution [http://creativecommons.org/weblog/entry/5293]&lt;br /&gt;
:Based on Yahoo! queries there are now 10m licensed documents. Pie chart of what those licenses are.&lt;br /&gt;
&lt;br /&gt;
2005-02-18 -- How many pages link to a CC license? [http://creativecommons.org/weblog/entry/5291]&lt;br /&gt;
:Based on Yahoo! queries, &amp;quot;well over 5m.&amp;quot; At the end of 2003 it was 1m.&lt;br /&gt;
&lt;br /&gt;
2004-09-17 -- Searching for Creative Commons on Yahoo![http://creativecommons.org/weblog/entry/4405]&lt;br /&gt;
:4.7m pages link to CC licenses according to Yahoo! queries.&lt;br /&gt;
&lt;br /&gt;
2003-12 &lt;br /&gt;
:1m&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
=== Fixed ===&lt;br /&gt;
* Until 2008-07-01, the backlinks (e.g. [http://labs.creativecommons.org/metrics/csv-dumps/2004-04-01/00:00:00/linkbacks-daily-Yahoo.csv] and [http://labs.creativecommons.org/metrics/csv-dumps/2004-04-01/00:00:00/linkbacks-daily-Yahoo.csv] for 2004-04-01, Yahoo and Google respectively) between 2004-04-01 and 2005-06-20 were incorrectly labeled.&lt;br /&gt;
** The problem was bad importing between data formats in 2005.&lt;br /&gt;
** The issue was fully corrected by 2008-07-01.&lt;br /&gt;
=== Confirmed ===&lt;br /&gt;
* Google API queries are not working properly right now (as of 2008-06-25).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Metrics]] [http://blog.studenti.it/infokus/furniture/ Teak furniture] [http://blog.studenti.it/infokus/patio-furniture/ Patio furniture] [http://blog.studenti.it/infokus/kata/ Kata kata mutiara]&lt;/div&gt;</summary>
		<author><name>Zelsa</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=Metrics/License_statistics&amp;diff=97326</id>
		<title>Metrics/License statistics</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=Metrics/License_statistics&amp;diff=97326"/>
				<updated>2014-03-01T12:22:29Z</updated>
		
		<summary type="html">&lt;p&gt;Zelsa: /* Baseline numbers from specific collections */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''See [[metrics]] for a broader discussion of CC adoption and impact.''&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
Estimating license adoption is a ''very'' inexact science. There is no authoritative source and we neither control nor have inside knowledge of the construction and volatility of the most comprehensive sources -- web search engines -- primarily via Yahoo! link: queries (Google's link: operator obtains ''very'' incomplete results).&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' Currently the best analysis of the data similar to that discussed below (based on a snapshot  independently gathered in January, 2007 may be found in Giorgos Cheliotis' [http://hoikoinoi.wordpress.com/2007/07/02/cc-stats/ presentation on CC statistics] from June, 2007.&lt;br /&gt;
&lt;br /&gt;
= Raw data =&lt;br /&gt;
&lt;br /&gt;
Creative Commons has irregularly run programs that collect estimated total results from search engine &amp;lt;code&amp;gt;link:{license_uri}&amp;lt;/code&amp;gt; queries and queries filtered by license property (Yahoo! and Google advanced [[CcSearch|search]] support filtering by license).&lt;br /&gt;
&lt;br /&gt;
This data is more fully described at [[Metrics/Data Catalog]].&lt;br /&gt;
&lt;br /&gt;
== Linkback data ==&lt;br /&gt;
&lt;br /&gt;
{{Infobox|This data is in the [http://creativecommons.org/publicdomain/zero/1.0/ public domain]. To read more about [[data|open data]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
You can download raw MySQL dumps that are generated nightly from http://labs.creativecommons.org/metrics/sql-dumps/ -- this includes all data gathered programmatically by CC to date.&lt;br /&gt;
&lt;br /&gt;
Single day data is available in CSV format from http://labs.creativecommons.org/metrics/csv-dumps/.  Here is a guide to the columns in the file:&lt;br /&gt;
&lt;br /&gt;
# internal ID number for this row (e.g., 5041)&lt;br /&gt;
# License URI (e.g., http://creativecommons.org/licenses/by-nc/1.0/jp/)&lt;br /&gt;
# search engine (e.g., All The Web)&lt;br /&gt;
# number of hits (e.g., 4680)&lt;br /&gt;
# date and time this linkback query run started (e.g., 2004-Apr-04 0:00:00)&lt;br /&gt;
# short form of license jurisdiction (e.g., jp)&lt;br /&gt;
# short form of license name (e.g., by-nc)&lt;br /&gt;
# license version (e.g., 1)&lt;br /&gt;
# long form of license jurisdiction (e.g., Japan)&lt;br /&gt;
&lt;br /&gt;
'''WARNING:''' There are gaps in the data and results from any given method may be volatile to extremely volatile. Take the raw numbers with a huge grain of salt.&lt;br /&gt;
&lt;br /&gt;
== Flickr data ==&lt;br /&gt;
&lt;br /&gt;
Information generated from Flickr is also available in the database dump above or [http://labs.creativecommons.org/metrics/stats/flickr/ here] as one-day CSVs, like this one for [http://labs.creativecommons.org/metrics/stats/flickr/2008-06-23.csv.imported June 23, 2008].&lt;br /&gt;
&lt;br /&gt;
Also see [http://creativecommons.org/weblog/entry/13588 Analysis of Flickr data] as of reaching 100m CC licensed images and [http://creativecommons.org/weblog/entry/20870 around 135m CC licensed images], including a [http://wiki.creativecommons.org/images/1/19/Cc-flickr-20100225.ods spreadsheet snapshot] for the latter.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
=== Data gathering ===&lt;br /&gt;
&lt;br /&gt;
The code used to gather the above data is available from the &amp;lt;code&amp;gt;stats&amp;lt;/code&amp;gt; module from our [[Source Repository Information|subversion repository]].&lt;br /&gt;
&lt;br /&gt;
If you want to run it yourself, here's what to do:&lt;br /&gt;
&lt;br /&gt;
Check out the software:&lt;br /&gt;
&lt;br /&gt;
* svn co http://code.creativecommons.org/svnroot/stats&lt;br /&gt;
* cd stats&lt;br /&gt;
&lt;br /&gt;
Configure database access:&lt;br /&gt;
&lt;br /&gt;
* rename dbconfig_EXAMPLE.py to dbconfig.py with a MySQL database and password you want to use (note that if you want to use a non-MySQL database, most of the tools we use are actually database-agnostic and require only tiny changes)&lt;br /&gt;
* mysql -h '''dbserver''' -u'''username''' -p '''databasename''' &amp;lt; create_tables.sql&lt;br /&gt;
&lt;br /&gt;
Check for dependencies.  Note that the script expects Tor to be running on localhost!&lt;br /&gt;
&lt;br /&gt;
* python sanity_check.py&lt;br /&gt;
&lt;br /&gt;
Do a stats crawl!&lt;br /&gt;
&lt;br /&gt;
* python link_counts.py log&lt;br /&gt;
&lt;br /&gt;
=== Charting ===&lt;br /&gt;
The &amp;lt;code&amp;gt;stats&amp;lt;/code&amp;gt; module also contains some chart generating code. To run this code:&lt;br /&gt;
* Import all.sql.gz into a MySQL database&lt;br /&gt;
* Configure the database in dbconfig.py&lt;br /&gt;
* Run chart generation software from the stats/reports/ directory.&lt;br /&gt;
* Warning: the output is raw and the program takes a long time to run&lt;br /&gt;
&lt;br /&gt;
=Baseline numbers from specific collections=&lt;br /&gt;
&lt;br /&gt;
We can also know the number of works licensed at various [[content curators]].  The largest of these based on recent (December 2006) for various formats ''may'' (there could easily be a larger CC-licensed video collection than Revver) be:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Licensed work counts at leading repositories&lt;br /&gt;
! Repository !! 2005-08 !! 2005-11 || 2005-12 !! 2006-01 || 2006-04 || 2006-05 || 2006-07 || 2006-09 || 2006-12 || 2007-03 || 2007-06 || 2008-01&lt;br /&gt;
|-&lt;br /&gt;
! [http://flickr.com/creativecommons Flickr] (photos)&lt;br /&gt;
| 4.1m ||   || 7.1m ||      || 10.8m || 12.7m ||       || 19.7m || 25.5m || 32.5m || 38.7m || 57.9m&lt;br /&gt;
|-&lt;br /&gt;
! [http://www.soundclick.com/business/license_list.cfm Soundclick] (audio)&lt;br /&gt;
| 159k ||   ||      || 200k || 220k  ||       || 249k  ||       || 294k || 324k || 372k || 430k&lt;br /&gt;
|-&lt;br /&gt;
! [http://revver.com Revver]&amp;lt;sup&amp;gt;*&amp;lt;/sup&amp;gt; (video)&lt;br /&gt;
| na   || 0 ||      ||      || 19k   ||       ||       ||       || 119k || 214k || 296k || 417k&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Also see [http://wayback.archive.org/web/*/http://www.jamendo.com/en/?p=stats old Jamendo stats] and [http://magnatune.com/info/stats/ Magnatune stats] and [http://blog.studenti.it/infokus/unit-link-terbaik/ Unit Link Terbaik Di Indonesia Commonwealth Life Investra Link] and [http://blog.studenti.it/infokus/alfamart-official/ Alfamart official partner merchandise FIFA piala dunia Brazil 2014]&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;*&amp;lt;/sup&amp;gt; Revver is an overestimate, probably total number of uploads to date, some of which may have been removed or never published.&lt;br /&gt;
&lt;br /&gt;
=License property charts=&lt;br /&gt;
&lt;br /&gt;
These charts show a breakdown of the types of licenses deployed and the properties of deployed licenses, based on Yahoo! queries as of 2006-06-13.  (As above the Google API is now superior for an aggregate count, but Yahoo link: searches are superior for measuring the relative deployment of specific licenses and thus specific license types.)&lt;br /&gt;
&lt;br /&gt;
[[Image:Licenses-pie-20060613.png|thumb|400px|Distribution of licenses deployed. Those without 'by' (attribution) were not [[License versions|versioned]] past 1.0 (excepting public domain, which is not versioned).]]&lt;br /&gt;
&lt;br /&gt;
[[Image:License-properties-20060613.png|thumb|400px|Distribution of license properties across licenses deployed, e.g., 3% non-by are public domain and non-by 1.0 licenses.]]&lt;br /&gt;
&lt;br /&gt;
=Estimates over time=&lt;br /&gt;
&lt;br /&gt;
2010-06 -- 400+ million as of December, 2010&lt;br /&gt;
&lt;br /&gt;
2008-07-01 -- 130 million total works estimated using [http://code.creativecommons.org/viewsvn/stats/ankit/cc_total_estimate_with_comments.py?view=log Ankit's implementation] of Giorgos' scaling algorithm.&lt;br /&gt;
&lt;br /&gt;
2008-05-02 -- 67 million photos licensed at Flickr http://flickr.com/creativecommons&lt;br /&gt;
&lt;br /&gt;
2007-06-14 -- Multifaceted metrics presented at iSummit [http://creativecommons.org/weblog/entry/7551]&lt;br /&gt;
&lt;br /&gt;
2007-03-31 -- 33 million photos licensed at Flickr and growth over 1 year [http://creativecommons.org/weblog/entry/7307]&lt;br /&gt;
:Based on a swivel.com user's data collection from http://flickr.com/creativecommons&lt;br /&gt;
&lt;br /&gt;
2006-06-13 -- 140 million pages licensed [http://creativecommons.org/weblog/entry/5936]&lt;br /&gt;
:Based on Google queries.&lt;br /&gt;
&lt;br /&gt;
2005-12 -- 45 million pages licensed [http://creativecommons.org/weblog/entry/5861]&lt;br /&gt;
:Based on Google queries.&lt;br /&gt;
&lt;br /&gt;
2005-08-09 -- 53 million pages licensed [http://creativecommons.org/weblog/entry/5579]&lt;br /&gt;
:Again based on Yahoo! queries, this number turned out to be overstated as Yahoo! tuned their results estimation after growing their index.&lt;br /&gt;
&lt;br /&gt;
2005-06-13 -- CC search query breakdown[http://creativecommons.org/weblog/entry/5474]&lt;br /&gt;
:Breakdown of search requests and desired license properties -- people searching for video want the least freedom.&lt;br /&gt;
&lt;br /&gt;
2005-05-27 -- CC in Yahoo! Advanced Search[http://creativecommons.org/weblog/entry/5456]&lt;br /&gt;
:Yahoo! queries say 16m pages linking to a CC license.&lt;br /&gt;
&lt;br /&gt;
2005-03-23 -- Yahoo! Search for Creative Commons[http://creativecommons.org/weblog/entry/5356]&lt;br /&gt;
:Close to 14m pages link to a CC license according to Yahoo! queries.&lt;br /&gt;
&lt;br /&gt;
2005-03-07 -- CC search index breakdown[http://creativecommons.org/weblog/entry/5311]&lt;br /&gt;
:Breakdown of (small) CC-nutch index -- audio publishers are most permissive, video publishers least.&lt;br /&gt;
&lt;br /&gt;
2005-02-25 -- License Distribution [http://creativecommons.org/weblog/entry/5293]&lt;br /&gt;
:Based on Yahoo! queries there are now 10m licensed documents. Pie chart of what those licenses are.&lt;br /&gt;
&lt;br /&gt;
2005-02-18 -- How many pages link to a CC license? [http://creativecommons.org/weblog/entry/5291]&lt;br /&gt;
:Based on Yahoo! queries, &amp;quot;well over 5m.&amp;quot; At the end of 2003 it was 1m.&lt;br /&gt;
&lt;br /&gt;
2004-09-17 -- Searching for Creative Commons on Yahoo![http://creativecommons.org/weblog/entry/4405]&lt;br /&gt;
:4.7m pages link to CC licenses according to Yahoo! queries.&lt;br /&gt;
&lt;br /&gt;
2003-12 &lt;br /&gt;
:1m&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
=== Fixed ===&lt;br /&gt;
* Until 2008-07-01, the backlinks (e.g. [http://labs.creativecommons.org/metrics/csv-dumps/2004-04-01/00:00:00/linkbacks-daily-Yahoo.csv] and [http://labs.creativecommons.org/metrics/csv-dumps/2004-04-01/00:00:00/linkbacks-daily-Yahoo.csv] for 2004-04-01, Yahoo and Google respectively) between 2004-04-01 and 2005-06-20 were incorrectly labeled.&lt;br /&gt;
** The problem was bad importing between data formats in 2005.&lt;br /&gt;
** The issue was fully corrected by 2008-07-01.&lt;br /&gt;
=== Confirmed ===&lt;br /&gt;
* Google API queries are not working properly right now (as of 2008-06-25).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Metrics]]&lt;/div&gt;</summary>
		<author><name>Zelsa</name></author>	</entry>

	</feed>