<?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=Jeff+Hammerbacher</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=Jeff+Hammerbacher"/>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/wiki/Special:Contributions/Jeff_Hammerbacher"/>
		<updated>2026-04-13T19:02:05Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=2980</id>
		<title>User:Jeff Hammerbacher</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=2980"/>
				<updated>2006-05-08T00:47:02Z</updated>
		
		<summary type="html">&lt;p&gt;Jeff Hammerbacher: /* User Info */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User Info ==&lt;br /&gt;
&lt;br /&gt;
Jeff Hammerbacher used to work as a [http://en.wikipedia.org/wiki/Quantitative_analyst quant] in Manhattan.   He now works as a Research Scientist at [http://facebook.com Facebook] in Palo Alto.  He's very interested in assisting the CC Developer community.  You can reach him at jeff dot hammerbacher at gmail dot com.&lt;br /&gt;
&lt;br /&gt;
== To Do ==&lt;br /&gt;
&lt;br /&gt;
* Educate myself about technology used for CC licensing.&lt;br /&gt;
** [http://www.amazon.com/gp/product/3540205942/qid=1139088544/sr=2-1/ref=pd_bbs_b_2_1/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155 Information Sharing on the Semantic Web], by Heiner Stuckenschmidt and Frank van Harmelen.&lt;br /&gt;
** [http://www.amazon.com/gp/product/0471402591/qid=1139088692/sr=1-2/ref=sr_1_2/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155  Creating the Semantic Web with RDF: Professional Developer's Guide] by Johan Hjelm.&lt;br /&gt;
** [http://www.amazon.com/gp/product/1852335769/qid=1139253271/sr=1-1/ref=sr_1_1/102-4674761-4478539?s=books&amp;amp;v=glance&amp;amp;n=283155 Visualizing the Semantic Web], edited by Vladimir Geroimenko and Chaomei Chen.&lt;br /&gt;
** [http://www.amazon.com/exec/obidos/tg/detail/-/1852335513/ref=pd_sim_b_3/103-9051813-5395830?%5Fencoding=UTF8&amp;amp;v=glance Ontological Engineering], by Asuncion Gomez-Perez, Oscar Corcho, and Mariano Fernandez-Lopez.&lt;br /&gt;
* Understand [[ccPublisher]] codebase, related technologies&lt;br /&gt;
** [http://yergler.net/talks/p82_architecture/ Nathan's talk]&lt;br /&gt;
** [http://mirrors.creativecommons.org/developer/doc/p6/current/ P6 documentation] ([http://epydoc.sourceforge.net/ Epydoc] page)&lt;br /&gt;
** [http://www.zope.org/DevHome/Wikis/DevSite/Projects/ComponentArchitecture/FrontPage Zope3]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/WxPython wxPython]&lt;br /&gt;
** [http://effbot.org/zone/element-index.htm elementtree]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Berlios Berlios]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Subversion_%28software%29 Subversion]&lt;br /&gt;
* Via Nathan: get a first extension written that would do something like post to a user-specifed blog whenever you upload something (ala' &amp;quot;ping&amp;quot; ing)&lt;br /&gt;
** Get ccPublisher2 running from source&lt;br /&gt;
** Check the [[Extending ccPublisher 2]] documentation&lt;br /&gt;
** Detailed understanding of ccPublisher2 API&lt;br /&gt;
&lt;br /&gt;
=== Progress ===&lt;br /&gt;
&lt;br /&gt;
Read the Information Sharing and RDF books, both were atrocious.  W3C and Wikipedia content much more informative.  Halfway through &amp;quot;Visualizing the Semantic Web&amp;quot;, and obtained second edition.  Began posting notes and links below from the Information Sharing book.&lt;br /&gt;
&lt;br /&gt;
Polished my Python and identified first project to understand: [[ccPublisher]].  Read through wiki page and [http://yergler.net/talks/p82_architecture/ Nathan's talk].&lt;br /&gt;
&lt;br /&gt;
=== Notes and Links ===&lt;br /&gt;
&lt;br /&gt;
==== Information Sharing on the Semantic Web ====&lt;br /&gt;
&lt;br /&gt;
This book's one good idea is that ontologies should be modular and have a separate layer to allow for easy integration with other ontologies.  Also has interesting section on the ontology of statistics.  The rest of the book lays out platitudes and mainly references other German researchers.  The beginning of my notes (to be continued):&lt;br /&gt;
&lt;br /&gt;
* Preface&lt;br /&gt;
** The main thesis of this book is that the problem of information sharing (finding and integration) is only solvable by giving the computer better access to the ''semantics'' of the information.&lt;br /&gt;
* Part 1: Information Sharing and Ontologies&lt;br /&gt;
** Chapter 1: Semantic Integration&lt;br /&gt;
*** Explicit representations of information semantics are needed in a weakly structured environment.&lt;br /&gt;
*** Focus on semantic integration and content-based filtering.&lt;br /&gt;
*** Heterogeneity studied by intelligent information integration and [http://en.wikipedia.org/wiki/Distributed_database distributed database] communities.&lt;br /&gt;
*** Heterogeneity problems can be divided into three categories: syntax, structure, and semantics.&lt;br /&gt;
*** Syntax problems solved by standards: [http://en.wikipedia.org/wiki/ODBC ODBC], [http://en.wikipedia.org/wiki/HTML HTML], [http://en.wikipedia.org/wiki/SGML SGML]-&amp;gt;[http://en.wikipedia.org/wiki/XML XML] ([http://en.wikipedia.org/wiki/XML_Schema XML Schema], [http://en.wikipedia.org/wiki/Document_Type_Definition DTD]), [http://en.wikipedia.org/wiki/Resource_Description_Framework RDF] ([http://en.wikipedia.org/wiki/RDF_Schema RDF Schema]), etc.&lt;br /&gt;
*** XML provides the framework but not the semantics.&lt;br /&gt;
*** XML Schema constrains the ''structure'' of XML documents while RDF Schema defines the ''vocabulary'' used in RDF data models.&lt;br /&gt;
*** '''Further Reading''': &lt;br /&gt;
****[http://www-db.stanford.edu/%7Estefan/paper/2000/xmlrdf.pdf The Semantic Web - On the respective Roles of XML and RDF]&lt;br /&gt;
****[http://www-db.stanford.edu/pub/gio/1996/I3book.html Intelligent Integration of Information]&lt;br /&gt;
****[http://www.dcc.uchile.cl/~rbaeza/iradsbook/irbook.html Information Retrieval: Data Structures &amp;amp; Algorithms]&lt;br /&gt;
****[http://www.amazon.com/gp/product/3540416021/102-4674761-4478539?v=glance&amp;amp;n=283155 Ontologies: Silver Bullet for Knowledge Management and Electronic Commerce]&lt;br /&gt;
****[http://www.cs.umbc.edu/771/papers/karp-freview.pdf The Design Space of Frame Knowledge Representation Systems]&lt;br /&gt;
****[http://www.amazon.com/gp/product/0521781760/sr=1-1/qid=1139344547/ref=sr_1_1/102-4674761-4478539?%5Fencoding=UTF8 The Description Logic Handbook]&lt;/div&gt;</summary>
		<author><name>Jeff Hammerbacher</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1687</id>
		<title>User:Jeff Hammerbacher</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1687"/>
				<updated>2006-02-10T17:34:32Z</updated>
		
		<summary type="html">&lt;p&gt;Jeff Hammerbacher: /* To Do */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User Info ==&lt;br /&gt;
&lt;br /&gt;
Jeff Hammerbacher currently works as a [http://en.wikipedia.org/wiki/Quantitative_analyst quant] in Manhattan.  He's very interested in assisting the CC Developer community.  You can reach him at jeff dot hammerbacher at gmail dot com.&lt;br /&gt;
&lt;br /&gt;
== To Do ==&lt;br /&gt;
&lt;br /&gt;
* Educate myself about technology used for CC licensing.&lt;br /&gt;
** [http://www.amazon.com/gp/product/3540205942/qid=1139088544/sr=2-1/ref=pd_bbs_b_2_1/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155 Information Sharing on the Semantic Web], by Heiner Stuckenschmidt and Frank van Harmelen.&lt;br /&gt;
** [http://www.amazon.com/gp/product/0471402591/qid=1139088692/sr=1-2/ref=sr_1_2/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155  Creating the Semantic Web with RDF: Professional Developer's Guide] by Johan Hjelm.&lt;br /&gt;
** [http://www.amazon.com/gp/product/1852335769/qid=1139253271/sr=1-1/ref=sr_1_1/102-4674761-4478539?s=books&amp;amp;v=glance&amp;amp;n=283155 Visualizing the Semantic Web], edited by Vladimir Geroimenko and Chaomei Chen.&lt;br /&gt;
** [http://www.amazon.com/exec/obidos/tg/detail/-/1852335513/ref=pd_sim_b_3/103-9051813-5395830?%5Fencoding=UTF8&amp;amp;v=glance Ontological Engineering], by Asuncion Gomez-Perez, Oscar Corcho, and Mariano Fernandez-Lopez.&lt;br /&gt;
* Understand [[ccPublisher]] codebase, related technologies&lt;br /&gt;
** [http://yergler.net/talks/p82_architecture/ Nathan's talk]&lt;br /&gt;
** [http://mirrors.creativecommons.org/developer/doc/p6/current/ P6 documentation] ([http://epydoc.sourceforge.net/ Epydoc] page)&lt;br /&gt;
** [http://www.zope.org/DevHome/Wikis/DevSite/Projects/ComponentArchitecture/FrontPage Zope3]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/WxPython wxPython]&lt;br /&gt;
** [http://effbot.org/zone/element-index.htm elementtree]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Berlios Berlios]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Subversion_%28software%29 Subversion]&lt;br /&gt;
* Via Nathan: get a first extension written that would do something like post to a user-specifed blog whenever you upload something (ala' &amp;quot;ping&amp;quot; ing)&lt;br /&gt;
** Get ccPublisher2 running from source&lt;br /&gt;
** Check the [[Extending ccPublisher 2]] documentation&lt;br /&gt;
** Detailed understanding of ccPublisher2 API&lt;br /&gt;
&lt;br /&gt;
=== Progress ===&lt;br /&gt;
&lt;br /&gt;
Read the Information Sharing and RDF books, both were atrocious.  W3C and Wikipedia content much more informative.  Halfway through &amp;quot;Visualizing the Semantic Web&amp;quot;, and obtained second edition.  Began posting notes and links below from the Information Sharing book.&lt;br /&gt;
&lt;br /&gt;
Polished my Python and identified first project to understand: [[ccPublisher]].  Read through wiki page and [http://yergler.net/talks/p82_architecture/ Nathan's talk].&lt;br /&gt;
&lt;br /&gt;
=== Notes and Links ===&lt;br /&gt;
&lt;br /&gt;
==== Information Sharing on the Semantic Web ====&lt;br /&gt;
&lt;br /&gt;
This book's one good idea is that ontologies should be modular and have a separate layer to allow for easy integration with other ontologies.  Also has interesting section on the ontology of statistics.  The rest of the book lays out platitudes and mainly references other German researchers.  The beginning of my notes (to be continued):&lt;br /&gt;
&lt;br /&gt;
* Preface&lt;br /&gt;
** The main thesis of this book is that the problem of information sharing (finding and integration) is only solvable by giving the computer better access to the ''semantics'' of the information.&lt;br /&gt;
* Part 1: Information Sharing and Ontologies&lt;br /&gt;
** Chapter 1: Semantic Integration&lt;br /&gt;
*** Explicit representations of information semantics are needed in a weakly structured environment.&lt;br /&gt;
*** Focus on semantic integration and content-based filtering.&lt;br /&gt;
*** Heterogeneity studied by intelligent information integration and [http://en.wikipedia.org/wiki/Distributed_database distributed database] communities.&lt;br /&gt;
*** Heterogeneity problems can be divided into three categories: syntax, structure, and semantics.&lt;br /&gt;
*** Syntax problems solved by standards: [http://en.wikipedia.org/wiki/ODBC ODBC], [http://en.wikipedia.org/wiki/HTML HTML], [http://en.wikipedia.org/wiki/SGML SGML]-&amp;gt;[http://en.wikipedia.org/wiki/XML XML] ([http://en.wikipedia.org/wiki/XML_Schema XML Schema], [http://en.wikipedia.org/wiki/Document_Type_Definition DTD]), [http://en.wikipedia.org/wiki/Resource_Description_Framework RDF] ([http://en.wikipedia.org/wiki/RDF_Schema RDF Schema]), etc.&lt;br /&gt;
*** XML provides the framework but not the semantics.&lt;br /&gt;
*** XML Schema constrains the ''structure'' of XML documents while RDF Schema defines the ''vocabulary'' used in RDF data models.&lt;br /&gt;
*** '''Further Reading''': &lt;br /&gt;
****[http://www-db.stanford.edu/%7Estefan/paper/2000/xmlrdf.pdf The Semantic Web - On the respective Roles of XML and RDF]&lt;br /&gt;
****[http://www-db.stanford.edu/pub/gio/1996/I3book.html Intelligent Integration of Information]&lt;br /&gt;
****[http://www.dcc.uchile.cl/~rbaeza/iradsbook/irbook.html Information Retrieval: Data Structures &amp;amp; Algorithms]&lt;br /&gt;
****[http://www.amazon.com/gp/product/3540416021/102-4674761-4478539?v=glance&amp;amp;n=283155 Ontologies: Silver Bullet for Knowledge Management and Electronic Commerce]&lt;br /&gt;
****[http://www.cs.umbc.edu/771/papers/karp-freview.pdf The Design Space of Frame Knowledge Representation Systems]&lt;br /&gt;
****[http://www.amazon.com/gp/product/0521781760/sr=1-1/qid=1139344547/ref=sr_1_1/102-4674761-4478539?%5Fencoding=UTF8 The Description Logic Handbook]&lt;/div&gt;</summary>
		<author><name>Jeff Hammerbacher</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1682</id>
		<title>User:Jeff Hammerbacher</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1682"/>
				<updated>2006-02-09T22:50:07Z</updated>
		
		<summary type="html">&lt;p&gt;Jeff Hammerbacher: /* To Do */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User Info ==&lt;br /&gt;
&lt;br /&gt;
Jeff Hammerbacher currently works as a [http://en.wikipedia.org/wiki/Quantitative_analyst quant] in Manhattan.  He's very interested in assisting the CC Developer community.  You can reach him at jeff dot hammerbacher at gmail dot com.&lt;br /&gt;
&lt;br /&gt;
== To Do ==&lt;br /&gt;
&lt;br /&gt;
* Educate myself about technology used for CC licensing.&lt;br /&gt;
** [http://www.amazon.com/gp/product/3540205942/qid=1139088544/sr=2-1/ref=pd_bbs_b_2_1/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155 Information Sharing on the Semantic Web], by Heiner Stuckenschmidt and Frank van Harmelen.&lt;br /&gt;
** [http://www.amazon.com/gp/product/0471402591/qid=1139088692/sr=1-2/ref=sr_1_2/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155  Creating the Semantic Web with RDF: Professional Developer's Guide] by Johan Hjelm.&lt;br /&gt;
** [http://www.amazon.com/gp/product/1852335769/qid=1139253271/sr=1-1/ref=sr_1_1/102-4674761-4478539?s=books&amp;amp;v=glance&amp;amp;n=283155 Visualizing the Semantic Web], edited by Vladimir Geroimenko and Chaomei Chen.&lt;br /&gt;
** [http://www.amazon.com/exec/obidos/tg/detail/-/1852335513/ref=pd_sim_b_3/103-9051813-5395830?%5Fencoding=UTF8&amp;amp;v=glance Ontological Engineering], by Asuncion Gomez-Perez, Oscar Corcho, and Mariano Fernandez-Lopez.&lt;br /&gt;
* Understand [[ccPublisher]] codebase, related technologies&lt;br /&gt;
** [http://yergler.net/talks/p82_architecture/ Nathan's talk]&lt;br /&gt;
** [http://mirrors.creativecommons.org/developer/doc/p6/current/ P6 documentation] ([http://epydoc.sourceforge.net/ Epydoc] page)&lt;br /&gt;
** [http://www.zope.org/DevHome/Wikis/DevSite/Projects/ComponentArchitecture/FrontPage Zope3]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/WxPython wxPython]&lt;br /&gt;
** [http://effbot.org/zone/element-index.htm elementtree]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Berlios Berlios]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Subversion_%28software%29 Subversion]&lt;br /&gt;
&lt;br /&gt;
=== Progress ===&lt;br /&gt;
&lt;br /&gt;
Read the Information Sharing and RDF books, both were atrocious.  W3C and Wikipedia content much more informative.  Halfway through &amp;quot;Visualizing the Semantic Web&amp;quot;, and obtained second edition.  Began posting notes and links below from the Information Sharing book.&lt;br /&gt;
&lt;br /&gt;
Polished my Python and identified first project to understand: [[ccPublisher]].  Read through wiki page and [http://yergler.net/talks/p82_architecture/ Nathan's talk].&lt;br /&gt;
&lt;br /&gt;
=== Notes and Links ===&lt;br /&gt;
&lt;br /&gt;
==== Information Sharing on the Semantic Web ====&lt;br /&gt;
&lt;br /&gt;
This book's one good idea is that ontologies should be modular and have a separate layer to allow for easy integration with other ontologies.  Also has interesting section on the ontology of statistics.  The rest of the book lays out platitudes and mainly references other German researchers.  The beginning of my notes (to be continued):&lt;br /&gt;
&lt;br /&gt;
* Preface&lt;br /&gt;
** The main thesis of this book is that the problem of information sharing (finding and integration) is only solvable by giving the computer better access to the ''semantics'' of the information.&lt;br /&gt;
* Part 1: Information Sharing and Ontologies&lt;br /&gt;
** Chapter 1: Semantic Integration&lt;br /&gt;
*** Explicit representations of information semantics are needed in a weakly structured environment.&lt;br /&gt;
*** Focus on semantic integration and content-based filtering.&lt;br /&gt;
*** Heterogeneity studied by intelligent information integration and [http://en.wikipedia.org/wiki/Distributed_database distributed database] communities.&lt;br /&gt;
*** Heterogeneity problems can be divided into three categories: syntax, structure, and semantics.&lt;br /&gt;
*** Syntax problems solved by standards: [http://en.wikipedia.org/wiki/ODBC ODBC], [http://en.wikipedia.org/wiki/HTML HTML], [http://en.wikipedia.org/wiki/SGML SGML]-&amp;gt;[http://en.wikipedia.org/wiki/XML XML] ([http://en.wikipedia.org/wiki/XML_Schema XML Schema], [http://en.wikipedia.org/wiki/Document_Type_Definition DTD]), [http://en.wikipedia.org/wiki/Resource_Description_Framework RDF] ([http://en.wikipedia.org/wiki/RDF_Schema RDF Schema]), etc.&lt;br /&gt;
*** XML provides the framework but not the semantics.&lt;br /&gt;
*** XML Schema constrains the ''structure'' of XML documents while RDF Schema defines the ''vocabulary'' used in RDF data models.&lt;br /&gt;
*** '''Further Reading''': &lt;br /&gt;
****[http://www-db.stanford.edu/%7Estefan/paper/2000/xmlrdf.pdf The Semantic Web - On the respective Roles of XML and RDF]&lt;br /&gt;
****[http://www-db.stanford.edu/pub/gio/1996/I3book.html Intelligent Integration of Information]&lt;br /&gt;
****[http://www.dcc.uchile.cl/~rbaeza/iradsbook/irbook.html Information Retrieval: Data Structures &amp;amp; Algorithms]&lt;br /&gt;
****[http://www.amazon.com/gp/product/3540416021/102-4674761-4478539?v=glance&amp;amp;n=283155 Ontologies: Silver Bullet for Knowledge Management and Electronic Commerce]&lt;br /&gt;
****[http://www.cs.umbc.edu/771/papers/karp-freview.pdf The Design Space of Frame Knowledge Representation Systems]&lt;br /&gt;
****[http://www.amazon.com/gp/product/0521781760/sr=1-1/qid=1139344547/ref=sr_1_1/102-4674761-4478539?%5Fencoding=UTF8 The Description Logic Handbook]&lt;/div&gt;</summary>
		<author><name>Jeff Hammerbacher</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1681</id>
		<title>User:Jeff Hammerbacher</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1681"/>
				<updated>2006-02-09T22:47:59Z</updated>
		
		<summary type="html">&lt;p&gt;Jeff Hammerbacher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User Info ==&lt;br /&gt;
&lt;br /&gt;
Jeff Hammerbacher currently works as a [http://en.wikipedia.org/wiki/Quantitative_analyst quant] in Manhattan.  He's very interested in assisting the CC Developer community.  You can reach him at jeff dot hammerbacher at gmail dot com.&lt;br /&gt;
&lt;br /&gt;
== To Do ==&lt;br /&gt;
&lt;br /&gt;
* Educate myself about technology used for CC licensing.&lt;br /&gt;
** [http://www.amazon.com/gp/product/3540205942/qid=1139088544/sr=2-1/ref=pd_bbs_b_2_1/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155 Information Sharing on the Semantic Web], by Heiner Stuckenschmidt and Frank van Harmelen.&lt;br /&gt;
** [http://www.amazon.com/gp/product/0471402591/qid=1139088692/sr=1-2/ref=sr_1_2/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155  Creating the Semantic Web with RDF: Professional Developer's Guide] by Johan Hjelm.&lt;br /&gt;
** [http://www.amazon.com/gp/product/1852335769/qid=1139253271/sr=1-1/ref=sr_1_1/102-4674761-4478539?s=books&amp;amp;v=glance&amp;amp;n=283155 Visualizing the Semantic Web], edited by Vladimir Geroimenko and Chaomei Chen.&lt;br /&gt;
** [http://www.amazon.com/exec/obidos/tg/detail/-/1852335513/ref=pd_sim_b_3/103-9051813-5395830?%5Fencoding=UTF8&amp;amp;v=glance Ontological Engineering], by Asuncion Gomez-Perez, Oscar Corcho, and Mariano Fernandez-Lopez.&lt;br /&gt;
* Understand [[ccPublisher]] codebase, related technologies&lt;br /&gt;
** [http://yergler.net/talks/p82_architecture/ Nathan's talk]&lt;br /&gt;
** [http://mirrors.creativecommons.org/developer/doc/p6/current/ P6 documentation] ([http://epydoc.sourceforge.net/ Epydoc] page)&lt;br /&gt;
** [http://www.zope.org/DevHome/Wikis/DevSite/Projects/ComponentArchitecture/FrontPage Zope3]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/WxPython wxPython]&lt;br /&gt;
** [http://effbot.org/zone/element-index.htm elementtree]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Berlios Berlios]&lt;br /&gt;
&lt;br /&gt;
=== Progress ===&lt;br /&gt;
&lt;br /&gt;
Read the Information Sharing and RDF books, both were atrocious.  W3C and Wikipedia content much more informative.  Halfway through &amp;quot;Visualizing the Semantic Web&amp;quot;, and obtained second edition.  Began posting notes and links below from the Information Sharing book.&lt;br /&gt;
&lt;br /&gt;
Polished my Python and identified first project to understand: [[ccPublisher]].  Read through wiki page and [http://yergler.net/talks/p82_architecture/ Nathan's talk].&lt;br /&gt;
&lt;br /&gt;
=== Notes and Links ===&lt;br /&gt;
&lt;br /&gt;
==== Information Sharing on the Semantic Web ====&lt;br /&gt;
&lt;br /&gt;
This book's one good idea is that ontologies should be modular and have a separate layer to allow for easy integration with other ontologies.  Also has interesting section on the ontology of statistics.  The rest of the book lays out platitudes and mainly references other German researchers.  The beginning of my notes (to be continued):&lt;br /&gt;
&lt;br /&gt;
* Preface&lt;br /&gt;
** The main thesis of this book is that the problem of information sharing (finding and integration) is only solvable by giving the computer better access to the ''semantics'' of the information.&lt;br /&gt;
* Part 1: Information Sharing and Ontologies&lt;br /&gt;
** Chapter 1: Semantic Integration&lt;br /&gt;
*** Explicit representations of information semantics are needed in a weakly structured environment.&lt;br /&gt;
*** Focus on semantic integration and content-based filtering.&lt;br /&gt;
*** Heterogeneity studied by intelligent information integration and [http://en.wikipedia.org/wiki/Distributed_database distributed database] communities.&lt;br /&gt;
*** Heterogeneity problems can be divided into three categories: syntax, structure, and semantics.&lt;br /&gt;
*** Syntax problems solved by standards: [http://en.wikipedia.org/wiki/ODBC ODBC], [http://en.wikipedia.org/wiki/HTML HTML], [http://en.wikipedia.org/wiki/SGML SGML]-&amp;gt;[http://en.wikipedia.org/wiki/XML XML] ([http://en.wikipedia.org/wiki/XML_Schema XML Schema], [http://en.wikipedia.org/wiki/Document_Type_Definition DTD]), [http://en.wikipedia.org/wiki/Resource_Description_Framework RDF] ([http://en.wikipedia.org/wiki/RDF_Schema RDF Schema]), etc.&lt;br /&gt;
*** XML provides the framework but not the semantics.&lt;br /&gt;
*** XML Schema constrains the ''structure'' of XML documents while RDF Schema defines the ''vocabulary'' used in RDF data models.&lt;br /&gt;
*** '''Further Reading''': &lt;br /&gt;
****[http://www-db.stanford.edu/%7Estefan/paper/2000/xmlrdf.pdf The Semantic Web - On the respective Roles of XML and RDF]&lt;br /&gt;
****[http://www-db.stanford.edu/pub/gio/1996/I3book.html Intelligent Integration of Information]&lt;br /&gt;
****[http://www.dcc.uchile.cl/~rbaeza/iradsbook/irbook.html Information Retrieval: Data Structures &amp;amp; Algorithms]&lt;br /&gt;
****[http://www.amazon.com/gp/product/3540416021/102-4674761-4478539?v=glance&amp;amp;n=283155 Ontologies: Silver Bullet for Knowledge Management and Electronic Commerce]&lt;br /&gt;
****[http://www.cs.umbc.edu/771/papers/karp-freview.pdf The Design Space of Frame Knowledge Representation Systems]&lt;br /&gt;
****[http://www.amazon.com/gp/product/0521781760/sr=1-1/qid=1139344547/ref=sr_1_1/102-4674761-4478539?%5Fencoding=UTF8 The Description Logic Handbook]&lt;/div&gt;</summary>
		<author><name>Jeff Hammerbacher</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1673</id>
		<title>User:Jeff Hammerbacher</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1673"/>
				<updated>2006-02-08T01:06:58Z</updated>
		
		<summary type="html">&lt;p&gt;Jeff Hammerbacher: /* To Do */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User Info ==&lt;br /&gt;
&lt;br /&gt;
Jeff Hammerbacher currently works as a [http://en.wikipedia.org/wiki/Quantitative_analyst quant] in Manhattan.  He's very interested in assisting the CC Developer community.  You can reach him at jeff dot hammerbacher at gmail dot com.&lt;br /&gt;
&lt;br /&gt;
== To Do ==&lt;br /&gt;
&lt;br /&gt;
* Educate myself about technology used for CC licensing.&lt;br /&gt;
** [http://www.amazon.com/gp/product/3540205942/qid=1139088544/sr=2-1/ref=pd_bbs_b_2_1/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155 Information Sharing on the Semantic Web], by Heiner Stuckenschmidt and Frank van Harmelen.&lt;br /&gt;
** [http://www.amazon.com/gp/product/0471402591/qid=1139088692/sr=1-2/ref=sr_1_2/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155  Creating the Semantic Web with RDF: Professional Developer's Guide] by Johan Hjelm.&lt;br /&gt;
** [http://www.amazon.com/gp/product/1852335769/qid=1139253271/sr=1-1/ref=sr_1_1/102-4674761-4478539?s=books&amp;amp;v=glance&amp;amp;n=283155 Visualizing the Semantic Web], edited by Vladimir Geroimenko and Chaomei Chen.&lt;br /&gt;
** [http://www.amazon.com/exec/obidos/tg/detail/-/1852335513/ref=pd_sim_b_3/103-9051813-5395830?%5Fencoding=UTF8&amp;amp;v=glance Ontological Engineering], by Asuncion Gomez-Perez, Oscar Corcho, and Mariano Fernandez-Lopez.&lt;br /&gt;
* Understand [[ccPublisher]] codebase&lt;br /&gt;
** [http://yergler.net/talks/p82_architecture/ Nathan's talk]&lt;br /&gt;
** [http://mirrors.creativecommons.org/developer/doc/p6/current/ P6 documentation] ([http://epydoc.sourceforge.net/ Epydoc] page)&lt;br /&gt;
** [http://www.zope.org/DevHome/Wikis/DevSite/Projects/ComponentArchitecture/FrontPage Zope3]&lt;br /&gt;
&lt;br /&gt;
=== Progress ===&lt;br /&gt;
&lt;br /&gt;
Read the Information Sharing and RDF books, both were atrocious.  W3C and Wikipedia content much more informative.  Halfway through &amp;quot;Visualizing the Semantic Web&amp;quot;, and obtained second edition.  Began posting notes and links below from the Information Sharing book.&lt;br /&gt;
&lt;br /&gt;
Polished my Python and identified first project to understand: [[ccPublisher]].  Read through wiki page and [http://yergler.net/talks/p82_architecture/ Nathan's talk].&lt;br /&gt;
&lt;br /&gt;
=== Notes and Links ===&lt;br /&gt;
&lt;br /&gt;
==== Information Sharing on the Semantic Web ====&lt;br /&gt;
&lt;br /&gt;
This book's one good idea is that ontologies should be modular and have a separate layer to allow for easy integration with other ontologies.  Also has interesting section on the ontology of statistics.  The rest of the book lays out platitudes and mainly references other German researchers.  The beginning of my notes (to be continued):&lt;br /&gt;
&lt;br /&gt;
* Preface&lt;br /&gt;
** The main thesis of this book is that the problem of information sharing (finding and integration) is only solvable by giving the computer better access to the ''semantics'' of the information.&lt;br /&gt;
* Part 1: Information Sharing and Ontologies&lt;br /&gt;
** Chapter 1: Semantic Integration&lt;br /&gt;
*** Explicit representations of information semantics are needed in a weakly structured environment.&lt;br /&gt;
*** Focus on semantic integration and content-based filtering.&lt;br /&gt;
*** Heterogeneity studied by intelligent information integration and [http://en.wikipedia.org/wiki/Distributed_database distributed database] communities.&lt;br /&gt;
*** Heterogeneity problems can be divided into three categories: syntax, structure, and semantics.&lt;br /&gt;
*** Syntax problems solved by standards: [http://en.wikipedia.org/wiki/ODBC ODBC], [http://en.wikipedia.org/wiki/HTML HTML], [http://en.wikipedia.org/wiki/SGML SGML]-&amp;gt;[http://en.wikipedia.org/wiki/XML XML] ([http://en.wikipedia.org/wiki/XML_Schema XML Schema], [http://en.wikipedia.org/wiki/Document_Type_Definition DTD]), [http://en.wikipedia.org/wiki/Resource_Description_Framework RDF] ([http://en.wikipedia.org/wiki/RDF_Schema RDF Schema]), etc.&lt;br /&gt;
*** XML provides the framework but not the semantics.&lt;br /&gt;
*** XML Schema constrains the ''structure'' of XML documents while RDF Schema defines the ''vocabulary'' used in RDF data models.&lt;br /&gt;
*** '''Further Reading''': &lt;br /&gt;
****[http://www-db.stanford.edu/%7Estefan/paper/2000/xmlrdf.pdf The Semantic Web - On the respective Roles of XML and RDF]&lt;br /&gt;
****[http://www-db.stanford.edu/pub/gio/1996/I3book.html Intelligent Integration of Information]&lt;br /&gt;
****[http://www.dcc.uchile.cl/~rbaeza/iradsbook/irbook.html Information Retrieval: Data Structures &amp;amp; Algorithms]&lt;br /&gt;
****[http://www.amazon.com/gp/product/3540416021/102-4674761-4478539?v=glance&amp;amp;n=283155 Ontologies: Silver Bullet for Knowledge Management and Electronic Commerce]&lt;br /&gt;
****[http://www.cs.umbc.edu/771/papers/karp-freview.pdf The Design Space of Frame Knowledge Representation Systems]&lt;br /&gt;
****[http://www.amazon.com/gp/product/0521781760/sr=1-1/qid=1139344547/ref=sr_1_1/102-4674761-4478539?%5Fencoding=UTF8 The Description Logic Handbook]&lt;/div&gt;</summary>
		<author><name>Jeff Hammerbacher</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1672</id>
		<title>User:Jeff Hammerbacher</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1672"/>
				<updated>2006-02-08T01:02:34Z</updated>
		
		<summary type="html">&lt;p&gt;Jeff Hammerbacher: /* Progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User Info ==&lt;br /&gt;
&lt;br /&gt;
Jeff Hammerbacher currently works as a [http://en.wikipedia.org/wiki/Quantitative_analyst quant] in Manhattan.  He's very interested in assisting the CC Developer community.  You can reach him at jeff dot hammerbacher at gmail dot com.&lt;br /&gt;
&lt;br /&gt;
== To Do ==&lt;br /&gt;
&lt;br /&gt;
* Educate myself about technology used for CC licensing.&lt;br /&gt;
** [http://www.amazon.com/gp/product/3540205942/qid=1139088544/sr=2-1/ref=pd_bbs_b_2_1/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155 Information Sharing on the Semantic Web], by Heiner Stuckenschmidt and Frank van Harmelen.&lt;br /&gt;
** [http://www.amazon.com/gp/product/0471402591/qid=1139088692/sr=1-2/ref=sr_1_2/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155  Creating the Semantic Web with RDF: Professional Developer's Guide] by Johan Hjelm.&lt;br /&gt;
** [http://www.amazon.com/gp/product/1852335769/qid=1139253271/sr=1-1/ref=sr_1_1/102-4674761-4478539?s=books&amp;amp;v=glance&amp;amp;n=283155 Visualizing the Semantic Web], edited by Vladimir Geroimenko and Chaomei Chen.&lt;br /&gt;
** [http://www.amazon.com/exec/obidos/tg/detail/-/1852335513/ref=pd_sim_b_3/103-9051813-5395830?%5Fencoding=UTF8&amp;amp;v=glance Ontological Engineering], by Asuncion Gomez-Perez, Oscar Corcho, and Mariano Fernandez-Lopez.&lt;br /&gt;
* Make stuff.&lt;br /&gt;
* Choose a project based upon interests/skills and familiarize myself with codebase.&lt;br /&gt;
&lt;br /&gt;
=== Progress ===&lt;br /&gt;
&lt;br /&gt;
Read the Information Sharing and RDF books, both were atrocious.  W3C and Wikipedia content much more informative.  Halfway through &amp;quot;Visualizing the Semantic Web&amp;quot;, and obtained second edition.  Began posting notes and links below from the Information Sharing book.&lt;br /&gt;
&lt;br /&gt;
Polished my Python and identified first project to understand: [[ccPublisher]].  Read through wiki page [http://yergler.net/talks/p82_architecture/ Nathan's talk], need to dig through [http://mirrors.creativecommons.org/developer/doc/p6/current/ P6 documentation] ([http://epydoc.sourceforge.net/ Epydoc] page) and read up on [http://www.zope.org/DevHome/Wikis/DevSite/Projects/ComponentArchitecture/FrontPage Zope3].&lt;br /&gt;
&lt;br /&gt;
=== Notes and Links ===&lt;br /&gt;
&lt;br /&gt;
==== Information Sharing on the Semantic Web ====&lt;br /&gt;
&lt;br /&gt;
This book's one good idea is that ontologies should be modular and have a separate layer to allow for easy integration with other ontologies.  Also has interesting section on the ontology of statistics.  The rest of the book lays out platitudes and mainly references other German researchers.  The beginning of my notes (to be continued):&lt;br /&gt;
&lt;br /&gt;
* Preface&lt;br /&gt;
** The main thesis of this book is that the problem of information sharing (finding and integration) is only solvable by giving the computer better access to the ''semantics'' of the information.&lt;br /&gt;
* Part 1: Information Sharing and Ontologies&lt;br /&gt;
** Chapter 1: Semantic Integration&lt;br /&gt;
*** Explicit representations of information semantics are needed in a weakly structured environment.&lt;br /&gt;
*** Focus on semantic integration and content-based filtering.&lt;br /&gt;
*** Heterogeneity studied by intelligent information integration and [http://en.wikipedia.org/wiki/Distributed_database distributed database] communities.&lt;br /&gt;
*** Heterogeneity problems can be divided into three categories: syntax, structure, and semantics.&lt;br /&gt;
*** Syntax problems solved by standards: [http://en.wikipedia.org/wiki/ODBC ODBC], [http://en.wikipedia.org/wiki/HTML HTML], [http://en.wikipedia.org/wiki/SGML SGML]-&amp;gt;[http://en.wikipedia.org/wiki/XML XML] ([http://en.wikipedia.org/wiki/XML_Schema XML Schema], [http://en.wikipedia.org/wiki/Document_Type_Definition DTD]), [http://en.wikipedia.org/wiki/Resource_Description_Framework RDF] ([http://en.wikipedia.org/wiki/RDF_Schema RDF Schema]), etc.&lt;br /&gt;
*** XML provides the framework but not the semantics.&lt;br /&gt;
*** XML Schema constrains the ''structure'' of XML documents while RDF Schema defines the ''vocabulary'' used in RDF data models.&lt;br /&gt;
*** '''Further Reading''': &lt;br /&gt;
****[http://www-db.stanford.edu/%7Estefan/paper/2000/xmlrdf.pdf The Semantic Web - On the respective Roles of XML and RDF]&lt;br /&gt;
****[http://www-db.stanford.edu/pub/gio/1996/I3book.html Intelligent Integration of Information]&lt;br /&gt;
****[http://www.dcc.uchile.cl/~rbaeza/iradsbook/irbook.html Information Retrieval: Data Structures &amp;amp; Algorithms]&lt;br /&gt;
****[http://www.amazon.com/gp/product/3540416021/102-4674761-4478539?v=glance&amp;amp;n=283155 Ontologies: Silver Bullet for Knowledge Management and Electronic Commerce]&lt;br /&gt;
****[http://www.cs.umbc.edu/771/papers/karp-freview.pdf The Design Space of Frame Knowledge Representation Systems]&lt;br /&gt;
****[http://www.amazon.com/gp/product/0521781760/sr=1-1/qid=1139344547/ref=sr_1_1/102-4674761-4478539?%5Fencoding=UTF8 The Description Logic Handbook]&lt;/div&gt;</summary>
		<author><name>Jeff Hammerbacher</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=CC_Publisher&amp;diff=1671</id>
		<title>CC Publisher</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=CC_Publisher&amp;diff=1671"/>
				<updated>2006-02-08T00:46:08Z</updated>
		
		<summary type="html">&lt;p&gt;Jeff Hammerbacher: /* ccPublisher 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:CcPublisher]]&lt;br /&gt;
[[Category:Developer]]&lt;br /&gt;
ccPublisher is Creative Commons's tool for generating license information for a file and optionally uploading it to the [http://archive.org Internet Archive] for free hosting.  ccPublisher also serves as a platform for development of other CC enabled tools.  We are currently working on ccPublisher 2, which is primarily an &amp;quot;internal improvement&amp;quot; release.  No new features will be added, but the code base has received significant attention in order to enable easier addition of features and development of derivative works.&lt;br /&gt;
&lt;br /&gt;
For information on using ccPublisher, see the [http://creativecommons.org/tools/ccpublisher ccPublisher page at creativecommons.org].  It has pictures.&lt;br /&gt;
&lt;br /&gt;
==ccPublisher 2==&lt;br /&gt;
&lt;br /&gt;
'''NOTE FOR DEVELOPERS'''&lt;br /&gt;
ccPublisher has moved its active source code repository from [http://sf.net/projects/cctools SourceForge.net] to [http://developer.berlios.de/projects/cctools Berlios.de].  For details on CC projects at Berlios, see [[ccTools Berlios]].&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
* [[ccPublisher 2 Architecture]] Design documents for the ccPublisher 2.0 architecture (and P6 core).&lt;br /&gt;
* [[ccPublisher 2 Roadmap]] Target dates for releases and features to be included in each.&lt;br /&gt;
* [http://mirrors.creativecommons.org/developer/doc/p6/current/ Autogenerated API documentation]&lt;br /&gt;
&lt;br /&gt;
=== Getting the Code ===&lt;br /&gt;
* [[Developing ccPublisher 2]] (including instructions for checking out a sandbox from Subversion)&lt;br /&gt;
* [[Extending ccPublisher 2]]&lt;br /&gt;
* [[Customizing ccPublisher 2]]&lt;br /&gt;
&lt;br /&gt;
We're starting to do pre-releases; information on those is at [[ccPublisher 2 Releases]].&lt;br /&gt;
&lt;br /&gt;
==ccPublisher 1.x (Current Production Release)==&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=80503&amp;amp;atid=559966 Bug Tracker at SourceForge]&lt;br /&gt;
* [[ccPublisher 1x Hacking]] How to get started with the ccPublisher 1.x source code&lt;/div&gt;</summary>
		<author><name>Jeff Hammerbacher</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1670</id>
		<title>User:Jeff Hammerbacher</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1670"/>
				<updated>2006-02-07T20:58:23Z</updated>
		
		<summary type="html">&lt;p&gt;Jeff Hammerbacher: /* Information Sharing on the Semantic Web */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User Info ==&lt;br /&gt;
&lt;br /&gt;
Jeff Hammerbacher currently works as a [http://en.wikipedia.org/wiki/Quantitative_analyst quant] in Manhattan.  He's very interested in assisting the CC Developer community.  You can reach him at jeff dot hammerbacher at gmail dot com.&lt;br /&gt;
&lt;br /&gt;
== To Do ==&lt;br /&gt;
&lt;br /&gt;
* Educate myself about technology used for CC licensing.&lt;br /&gt;
** [http://www.amazon.com/gp/product/3540205942/qid=1139088544/sr=2-1/ref=pd_bbs_b_2_1/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155 Information Sharing on the Semantic Web], by Heiner Stuckenschmidt and Frank van Harmelen.&lt;br /&gt;
** [http://www.amazon.com/gp/product/0471402591/qid=1139088692/sr=1-2/ref=sr_1_2/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155  Creating the Semantic Web with RDF: Professional Developer's Guide] by Johan Hjelm.&lt;br /&gt;
** [http://www.amazon.com/gp/product/1852335769/qid=1139253271/sr=1-1/ref=sr_1_1/102-4674761-4478539?s=books&amp;amp;v=glance&amp;amp;n=283155 Visualizing the Semantic Web], edited by Vladimir Geroimenko and Chaomei Chen.&lt;br /&gt;
** [http://www.amazon.com/exec/obidos/tg/detail/-/1852335513/ref=pd_sim_b_3/103-9051813-5395830?%5Fencoding=UTF8&amp;amp;v=glance Ontological Engineering], by Asuncion Gomez-Perez, Oscar Corcho, and Mariano Fernandez-Lopez.&lt;br /&gt;
* Make stuff.&lt;br /&gt;
* Choose a project based upon interests/skills and familiarize myself with codebase.&lt;br /&gt;
&lt;br /&gt;
=== Progress ===&lt;br /&gt;
&lt;br /&gt;
Read the first two books, both were atrocious.  W3C and Wikipedia content much more informative.  Halfway through &amp;quot;Visualizing the Semantic Web&amp;quot;, and it's great.  Much better than the first two books.  Will gather some links tonight.&lt;br /&gt;
&lt;br /&gt;
=== Notes and Links ===&lt;br /&gt;
&lt;br /&gt;
==== Information Sharing on the Semantic Web ====&lt;br /&gt;
&lt;br /&gt;
This book's one good idea is that ontologies should be modular and have a separate layer to allow for easy integration with other ontologies.  Also has interesting section on the ontology of statistics.  The rest of the book lays out platitudes and mainly references other German researchers.  The beginning of my notes (to be continued):&lt;br /&gt;
&lt;br /&gt;
* Preface&lt;br /&gt;
** The main thesis of this book is that the problem of information sharing (finding and integration) is only solvable by giving the computer better access to the ''semantics'' of the information.&lt;br /&gt;
* Part 1: Information Sharing and Ontologies&lt;br /&gt;
** Chapter 1: Semantic Integration&lt;br /&gt;
*** Explicit representations of information semantics are needed in a weakly structured environment.&lt;br /&gt;
*** Focus on semantic integration and content-based filtering.&lt;br /&gt;
*** Heterogeneity studied by intelligent information integration and [http://en.wikipedia.org/wiki/Distributed_database distributed database] communities.&lt;br /&gt;
*** Heterogeneity problems can be divided into three categories: syntax, structure, and semantics.&lt;br /&gt;
*** Syntax problems solved by standards: [http://en.wikipedia.org/wiki/ODBC ODBC], [http://en.wikipedia.org/wiki/HTML HTML], [http://en.wikipedia.org/wiki/SGML SGML]-&amp;gt;[http://en.wikipedia.org/wiki/XML XML] ([http://en.wikipedia.org/wiki/XML_Schema XML Schema], [http://en.wikipedia.org/wiki/Document_Type_Definition DTD]), [http://en.wikipedia.org/wiki/Resource_Description_Framework RDF] ([http://en.wikipedia.org/wiki/RDF_Schema RDF Schema]), etc.&lt;br /&gt;
*** XML provides the framework but not the semantics.&lt;br /&gt;
*** XML Schema constrains the ''structure'' of XML documents while RDF Schema defines the ''vocabulary'' used in RDF data models.&lt;br /&gt;
*** '''Further Reading''': &lt;br /&gt;
****[http://www-db.stanford.edu/%7Estefan/paper/2000/xmlrdf.pdf The Semantic Web - On the respective Roles of XML and RDF]&lt;br /&gt;
****[http://www-db.stanford.edu/pub/gio/1996/I3book.html Intelligent Integration of Information]&lt;br /&gt;
****[http://www.dcc.uchile.cl/~rbaeza/iradsbook/irbook.html Information Retrieval: Data Structures &amp;amp; Algorithms]&lt;br /&gt;
****[http://www.amazon.com/gp/product/3540416021/102-4674761-4478539?v=glance&amp;amp;n=283155 Ontologies: Silver Bullet for Knowledge Management and Electronic Commerce]&lt;br /&gt;
****[http://www.cs.umbc.edu/771/papers/karp-freview.pdf The Design Space of Frame Knowledge Representation Systems]&lt;br /&gt;
****[http://www.amazon.com/gp/product/0521781760/sr=1-1/qid=1139344547/ref=sr_1_1/102-4674761-4478539?%5Fencoding=UTF8 The Description Logic Handbook]&lt;/div&gt;</summary>
		<author><name>Jeff Hammerbacher</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1669</id>
		<title>User:Jeff Hammerbacher</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1669"/>
				<updated>2006-02-07T20:37:22Z</updated>
		
		<summary type="html">&lt;p&gt;Jeff Hammerbacher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User Info ==&lt;br /&gt;
&lt;br /&gt;
Jeff Hammerbacher currently works as a [http://en.wikipedia.org/wiki/Quantitative_analyst quant] in Manhattan.  He's very interested in assisting the CC Developer community.  You can reach him at jeff dot hammerbacher at gmail dot com.&lt;br /&gt;
&lt;br /&gt;
== To Do ==&lt;br /&gt;
&lt;br /&gt;
* Educate myself about technology used for CC licensing.&lt;br /&gt;
** [http://www.amazon.com/gp/product/3540205942/qid=1139088544/sr=2-1/ref=pd_bbs_b_2_1/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155 Information Sharing on the Semantic Web], by Heiner Stuckenschmidt and Frank van Harmelen.&lt;br /&gt;
** [http://www.amazon.com/gp/product/0471402591/qid=1139088692/sr=1-2/ref=sr_1_2/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155  Creating the Semantic Web with RDF: Professional Developer's Guide] by Johan Hjelm.&lt;br /&gt;
** [http://www.amazon.com/gp/product/1852335769/qid=1139253271/sr=1-1/ref=sr_1_1/102-4674761-4478539?s=books&amp;amp;v=glance&amp;amp;n=283155 Visualizing the Semantic Web], edited by Vladimir Geroimenko and Chaomei Chen.&lt;br /&gt;
** [http://www.amazon.com/exec/obidos/tg/detail/-/1852335513/ref=pd_sim_b_3/103-9051813-5395830?%5Fencoding=UTF8&amp;amp;v=glance Ontological Engineering], by Asuncion Gomez-Perez, Oscar Corcho, and Mariano Fernandez-Lopez.&lt;br /&gt;
* Make stuff.&lt;br /&gt;
* Choose a project based upon interests/skills and familiarize myself with codebase.&lt;br /&gt;
&lt;br /&gt;
=== Progress ===&lt;br /&gt;
&lt;br /&gt;
Read the first two books, both were atrocious.  W3C and Wikipedia content much more informative.  Halfway through &amp;quot;Visualizing the Semantic Web&amp;quot;, and it's great.  Much better than the first two books.  Will gather some links tonight.&lt;br /&gt;
&lt;br /&gt;
=== Notes and Links ===&lt;br /&gt;
&lt;br /&gt;
==== Information Sharing on the Semantic Web ====&lt;br /&gt;
&lt;br /&gt;
This book's one good idea is that ontologies should be modular and have a separate layer to allow for easy integration with other ontologies.  Also has interesting section on the ontology of statistics.  The rest of the book lays out platitudes and mainly references other German researchers.  The beginning of my notes (to be continued):&lt;br /&gt;
&lt;br /&gt;
* Preface&lt;br /&gt;
** The main thesis of this book is that the problem of information sharing (finding and integration) is only solvable by giving the computer better access to the ''semantics'' of the information.&lt;br /&gt;
* Part 1: Information Sharing and Ontologies&lt;br /&gt;
** Chapter 1: Semantic Integration&lt;br /&gt;
*** Explicit representations of information semantics are needed in a weakly structured environment.&lt;br /&gt;
*** Focus on semantic integration and content-based filtering.&lt;br /&gt;
*** Heterogeneity studied by intelligent information integration and [http://en.wikipedia.org/wiki/Distributed_database distributed database] communities.&lt;br /&gt;
*** Heterogeneity problems can be divided into three categories: syntax, structure, and semantics.&lt;br /&gt;
*** Syntax problems solved by standards: [http://en.wikipedia.org/wiki/ODBC ODBC], [http://en.wikipedia.org/wiki/HTML HTML], [http://en.wikipedia.org/wiki/SGML SGML]-&amp;gt;[http://en.wikipedia.org/wiki/XML XML] ([http://en.wikipedia.org/wiki/XML_Schema XML Schema], [http://en.wikipedia.org/wiki/Document_Type_Definition DTD]), [http://en.wikipedia.org/wiki/Resource_Description_Framework RDF] ([http://en.wikipedia.org/wiki/RDF_Schema RDF Schema]), etc.&lt;br /&gt;
*** XML provides the structure, not the semantics.&lt;br /&gt;
*** XML Schema constrains the ''structure'' of XML documents while RDF Schema defines the ''vocabulary'' used in RDF data models.&lt;br /&gt;
*** '''Further Reading''': &lt;br /&gt;
****[http://www-db.stanford.edu/%7Estefan/paper/2000/xmlrdf.pdf The Semantic Web - On the respective Roles of XML and RDF]&lt;br /&gt;
****[http://www-db.stanford.edu/pub/gio/1996/I3book.html Intelligent Integration of Information]&lt;br /&gt;
****[http://www.dcc.uchile.cl/~rbaeza/iradsbook/irbook.html Information Retrieval: Data Structures &amp;amp; Algorithms]&lt;br /&gt;
****[http://www.amazon.com/gp/product/3540416021/102-4674761-4478539?v=glance&amp;amp;n=283155 Ontologies: Silver Bullet for Knowledge Management and Electronic Commerce]&lt;br /&gt;
****[http://www.cs.umbc.edu/771/papers/karp-freview.pdf The Design Space of Frame Knowledge Representation Systems]&lt;br /&gt;
****[http://www.amazon.com/gp/product/0521781760/sr=1-1/qid=1139344547/ref=sr_1_1/102-4674761-4478539?%5Fencoding=UTF8 The Description Logic Handbook]&lt;/div&gt;</summary>
		<author><name>Jeff Hammerbacher</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1668</id>
		<title>User:Jeff Hammerbacher</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1668"/>
				<updated>2006-02-06T19:17:00Z</updated>
		
		<summary type="html">&lt;p&gt;Jeff Hammerbacher: /* To Do */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User Info ==&lt;br /&gt;
&lt;br /&gt;
Jeff Hammerbacher currently works as a [http://en.wikipedia.org/wiki/Quantitative_analyst quant] in Manhattan.  He's very interested in assisting the CC Developer community.  You can reach him at jeff dot hammerbacher at gmail dot com.&lt;br /&gt;
&lt;br /&gt;
== To Do ==&lt;br /&gt;
&lt;br /&gt;
* Educate myself about technology used for CC licensing.&lt;br /&gt;
** [http://www.amazon.com/gp/product/3540205942/qid=1139088544/sr=2-1/ref=pd_bbs_b_2_1/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155 Information Sharing on the Semantic Web], by Heiner Stuckenschmidt and Frank van Harmelen.&lt;br /&gt;
** [http://www.amazon.com/gp/product/0471402591/qid=1139088692/sr=1-2/ref=sr_1_2/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155  Creating the Semantic Web with RDF: Professional Developer's Guide] by Johan Hjelm.&lt;br /&gt;
** [http://www.amazon.com/gp/product/1852335769/qid=1139253271/sr=1-1/ref=sr_1_1/102-4674761-4478539?s=books&amp;amp;v=glance&amp;amp;n=283155 Visualizing the Semantic Web], edited by Vladimir Geroimenko and Chaomei Chen.&lt;br /&gt;
** [http://www.amazon.com/exec/obidos/tg/detail/-/1852335513/ref=pd_sim_b_3/103-9051813-5395830?%5Fencoding=UTF8&amp;amp;v=glance Ontological Engineering], by Asuncion Gomez-Perez, Oscar Corcho, and Mariano Fernandez-Lopez.&lt;br /&gt;
* Make stuff.&lt;br /&gt;
* Choose a project based upon interests/skills and familiarize myself with codebase.&lt;br /&gt;
&lt;br /&gt;
=== Progress ===&lt;br /&gt;
&lt;br /&gt;
Read the first two books, both were atrocious.  W3C and Wikipedia content much more informative.  Halfway through &amp;quot;Visualizing the Semantic Web&amp;quot;, and it's great.  Much better than the first two books.  Will gather some links tonight.&lt;/div&gt;</summary>
		<author><name>Jeff Hammerbacher</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1667</id>
		<title>User:Jeff Hammerbacher</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1667"/>
				<updated>2006-02-06T19:16:11Z</updated>
		
		<summary type="html">&lt;p&gt;Jeff Hammerbacher: /* To Do */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User Info ==&lt;br /&gt;
&lt;br /&gt;
Jeff Hammerbacher currently works as a [http://en.wikipedia.org/wiki/Quantitative_analyst quant] in Manhattan.  He's very interested in assisting the CC Developer community.  You can reach him at jeff dot hammerbacher at gmail dot com.&lt;br /&gt;
&lt;br /&gt;
== To Do ==&lt;br /&gt;
&lt;br /&gt;
* Educate myself about technology used for CC licensing.&lt;br /&gt;
** Read the following books and collect relevant links from them:&lt;br /&gt;
*** [http://www.amazon.com/gp/product/3540205942/qid=1139088544/sr=2-1/ref=pd_bbs_b_2_1/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155 Information Sharing on the Semantic Web], by Heiner Stuckenschmidt and Frank van Harmelen.&lt;br /&gt;
*** [http://www.amazon.com/gp/product/0471402591/qid=1139088692/sr=1-2/ref=sr_1_2/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155  Creating the Semantic Web with RDF: Professional Developer's Guide] by Johan Hjelm.&lt;br /&gt;
*** [http://www.amazon.com/gp/product/1852335769/qid=1139253271/sr=1-1/ref=sr_1_1/102-4674761-4478539?s=books&amp;amp;v=glance&amp;amp;n=283155 Visualizing the Semantic Web], edited by Vladimir Geroimenko and Chaomei Chen.&lt;br /&gt;
*** [http://www.amazon.com/exec/obidos/tg/detail/-/1852335513/ref=pd_sim_b_3/103-9051813-5395830?%5Fencoding=UTF8&amp;amp;v=glance Ontological Engineering], by Asuncion Gomez-Perez, Oscar Corcho, and Mariano Fernandez-Lopez.&lt;br /&gt;
* Make stuff.&lt;br /&gt;
* Choose a project based upon interests/skills and familiarize myself with codebase.&lt;br /&gt;
&lt;br /&gt;
=== Progress ===&lt;br /&gt;
&lt;br /&gt;
Read the first two books, both were atrocious.  W3C and Wikipedia content much more informative.  Halfway through &amp;quot;Visualizing the Semantic Web&amp;quot;, and it's great.  Much better than the first two books.  Will gather some links tonight.&lt;/div&gt;</summary>
		<author><name>Jeff Hammerbacher</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1666</id>
		<title>User:Jeff Hammerbacher</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1666"/>
				<updated>2006-02-06T19:14:02Z</updated>
		
		<summary type="html">&lt;p&gt;Jeff Hammerbacher: /* Progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User Info ==&lt;br /&gt;
&lt;br /&gt;
Jeff Hammerbacher currently works as a [http://en.wikipedia.org/wiki/Quantitative_analyst quant] in Manhattan.  He's very interested in assisting the CC Developer community.  You can reach him at jeff dot hammerbacher at gmail dot com.&lt;br /&gt;
&lt;br /&gt;
== To Do ==&lt;br /&gt;
&lt;br /&gt;
* Educate myself about technology used for CC licensing.&lt;br /&gt;
** Read the following books and collect relevant links from them:&lt;br /&gt;
*** [http://www.amazon.com/gp/product/3540205942/qid=1139088544/sr=2-1/ref=pd_bbs_b_2_1/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155 Information Sharing on the Semantic Web], by Heiner Stuckenschmidt and Frank van Harmelen.&lt;br /&gt;
*** [http://www.amazon.com/gp/product/0471402591/qid=1139088692/sr=1-2/ref=sr_1_2/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155  Creating the Semantic Web with RDF: Professional Developer's Guide] by Johan Hjelm.&lt;br /&gt;
*** [http://www.amazon.com/exec/obidos/tg/detail/-/1852335513/ref=pd_sim_b_3/103-9051813-5395830?%5Fencoding=UTF8&amp;amp;v=glance Ontological Engineering] by Asuncion Gomez-Perez, Oscar Corcho, and Mariano Fernandez-Lopez.&lt;br /&gt;
*** Visualizing the Semantic Web&lt;br /&gt;
* Make stuff.&lt;br /&gt;
* Choose a project based upon interests/skills and familiarize myself with codebase.&lt;br /&gt;
&lt;br /&gt;
=== Progress ===&lt;br /&gt;
&lt;br /&gt;
Read the first two books, both were atrocious.  W3C and Wikipedia content much more informative.  Halfway through &amp;quot;Visualizing the Semantic Web&amp;quot;, and it's great.  Much better than the first two books.  Will gather some links tonight.&lt;/div&gt;</summary>
		<author><name>Jeff Hammerbacher</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1664</id>
		<title>User:Jeff Hammerbacher</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1664"/>
				<updated>2006-02-04T21:37:46Z</updated>
		
		<summary type="html">&lt;p&gt;Jeff Hammerbacher: /* To Do */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User Info ==&lt;br /&gt;
&lt;br /&gt;
Jeff Hammerbacher currently works as a [http://en.wikipedia.org/wiki/Quantitative_analyst quant] in Manhattan.  He's very interested in assisting the CC Developer community.  You can reach him at jeff dot hammerbacher at gmail dot com.&lt;br /&gt;
&lt;br /&gt;
== To Do ==&lt;br /&gt;
&lt;br /&gt;
* Educate myself about technology used for CC licensing.&lt;br /&gt;
** Read the following books and collect relevant links from them:&lt;br /&gt;
*** [http://www.amazon.com/gp/product/3540205942/qid=1139088544/sr=2-1/ref=pd_bbs_b_2_1/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155 Information Sharing on the Semantic Web], by Heiner Stuckenschmidt and Frank van Harmelen.&lt;br /&gt;
*** [http://www.amazon.com/gp/product/0471402591/qid=1139088692/sr=1-2/ref=sr_1_2/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155  Creating the Semantic Web with RDF: Professional Developer's Guide] by Johan Hjelm.&lt;br /&gt;
*** [http://www.amazon.com/exec/obidos/tg/detail/-/1852335513/ref=pd_sim_b_3/103-9051813-5395830?%5Fencoding=UTF8&amp;amp;v=glance Ontological Engineering] by Asuncion Gomez-Perez, Oscar Corcho, and Mariano Fernandez-Lopez.&lt;br /&gt;
*** Visualizing the Semantic Web&lt;br /&gt;
* Make stuff.&lt;br /&gt;
* Choose a project based upon interests/skills and familiarize myself with codebase.&lt;br /&gt;
&lt;br /&gt;
=== Progress ===&lt;br /&gt;
&lt;br /&gt;
Read the first two books, both were atrocious.  W3C and Wikipedia content much more informative.  We'll see how the last two books turn out.&lt;/div&gt;</summary>
		<author><name>Jeff Hammerbacher</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1663</id>
		<title>User:Jeff Hammerbacher</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1663"/>
				<updated>2006-02-04T21:37:08Z</updated>
		
		<summary type="html">&lt;p&gt;Jeff Hammerbacher: added my e-mail address&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User Info ==&lt;br /&gt;
&lt;br /&gt;
Jeff Hammerbacher currently works as a [http://en.wikipedia.org/wiki/Quantitative_analyst quant] in Manhattan.  He's very interested in assisting the CC Developer community.  You can reach him at jeff dot hammerbacher at gmail dot com.&lt;br /&gt;
&lt;br /&gt;
== To Do ==&lt;br /&gt;
&lt;br /&gt;
* Educate myself about technology used for CC licensing.&lt;br /&gt;
** Read the following books and collect relevant links from them:&lt;br /&gt;
*** [http://www.amazon.com/gp/product/3540205942/qid=1139088544/sr=2-1/ref=pd_bbs_b_2_1/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155 Information Sharing on the Semantic Web], by Heiner Stuckenschmidt and Frank van Harmelen.&lt;br /&gt;
*** [http://www.amazon.com/exec/obidos/tg/detail/-/1852335513/ref=pd_sim_b_3/103-9051813-5395830?%5Fencoding=UTF8&amp;amp;v=glance Ontological Engineering] by Asuncion Gomez-Perez, Oscar Corcho, and Mariano Fernandez-Lopez.&lt;br /&gt;
*** [http://www.amazon.com/gp/product/0471402591/qid=1139088692/sr=1-2/ref=sr_1_2/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155  Creating the Semantic Web with RDF: Professional Developer's Guide] by Johan Hjelm.&lt;br /&gt;
*** Visualizing the Semantic Web&lt;br /&gt;
* Make stuff.&lt;br /&gt;
* Choose a project based upon interests/skills and familiarize myself with codebase.&lt;br /&gt;
&lt;br /&gt;
=== Progress ===&lt;br /&gt;
&lt;br /&gt;
Read the first two books, both were atrocious.  W3C and Wikipedia content much more informative.  We'll see how the last two books turn out.&lt;/div&gt;</summary>
		<author><name>Jeff Hammerbacher</name></author>	</entry>

	<entry>
		<id>https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1662</id>
		<title>User:Jeff Hammerbacher</title>
		<link rel="alternate" type="text/html" href="https://wiki.creativecommons.org/index.php?title=User:Jeff_Hammerbacher&amp;diff=1662"/>
				<updated>2006-02-04T21:36:01Z</updated>
		
		<summary type="html">&lt;p&gt;Jeff Hammerbacher: created my user page, put a to do list up&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User Info ==&lt;br /&gt;
&lt;br /&gt;
Jeff Hammerbacher currently works as a [http://en.wikipedia.org/wiki/Quantitative_analyst quant] in Manhattan.  He's very interested in assisting the CC Developer community.&lt;br /&gt;
&lt;br /&gt;
== To Do ==&lt;br /&gt;
&lt;br /&gt;
* Educate myself about technology used for CC licensing.&lt;br /&gt;
** Read the following books and collect relevant links from them:&lt;br /&gt;
*** [http://www.amazon.com/gp/product/3540205942/qid=1139088544/sr=2-1/ref=pd_bbs_b_2_1/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155 Information Sharing on the Semantic Web], by Heiner Stuckenschmidt and Frank van Harmelen.&lt;br /&gt;
*** [http://www.amazon.com/exec/obidos/tg/detail/-/1852335513/ref=pd_sim_b_3/103-9051813-5395830?%5Fencoding=UTF8&amp;amp;v=glance Ontological Engineering] by Asuncion Gomez-Perez, Oscar Corcho, and Mariano Fernandez-Lopez.&lt;br /&gt;
*** [http://www.amazon.com/gp/product/0471402591/qid=1139088692/sr=1-2/ref=sr_1_2/103-9051813-5395830?s=books&amp;amp;v=glance&amp;amp;n=283155  Creating the Semantic Web with RDF: Professional Developer's Guide] by Johan Hjelm.&lt;br /&gt;
*** Visualizing the Semantic Web&lt;br /&gt;
* Make stuff.&lt;br /&gt;
* Choose a project based upon interests/skills and familiarize myself with codebase.&lt;br /&gt;
&lt;br /&gt;
=== Progress ===&lt;br /&gt;
&lt;br /&gt;
Read the first two books, both were atrocious.  W3C and Wikipedia content much more informative.  We'll see how the last two books turn out.&lt;/div&gt;</summary>
		<author><name>Jeff Hammerbacher</name></author>	</entry>

	</feed>