<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>metadata &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/metadata/</link>
	<description>Feed of posts on WordPress.com tagged "metadata"</description>
	<pubDate>Fri, 27 Nov 2009 08:15:21 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Library of Congress and Katamari Damancy]]></title>
<link>http://gunar.wordpress.com/2009/11/26/library-of-congress-and-katamari-damancy/</link>
<pubDate>Thu, 26 Nov 2009 14:35:29 +0000</pubDate>
<dc:creator>Gunar</dc:creator>
<guid>http://gunar.wordpress.com/2009/11/26/library-of-congress-and-katamari-damancy/</guid>
<description><![CDATA[Interesting article on the Library of Congress plans for using metadata to improve the accessibility]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.digitalpreservation.gov/library/challenge/metadata_digital_content_challenge.html">Interesting article</a> on the Library of Congress plans for using metadata to improve the accessibility of content.<br /><i><br />&#8220;To address the challenges in this area, the &#8220;Metadata for Digital Content&#8221; group was formed at the Library in March 2009. This internal, cross-Library group is working towards new solutions, aligning with a goal in the Library’s overall strategic plan to provide better access to digital materials. The group is co-chaired by Rebecca Guenther and Ann Della Porta from the Technology Policy Directorate of the Library.&#8221;</p>
<p>&#8220;Jane Mandelbaum, manager in the Library’s Information Technology directorate and a founder of the group, said the group is focusing on &#8220;how we build standardized metadata that works across the spectrum of digital objects.&#8221;</i></p>
<p>That is a great opportunity for using <a href="http://www.adobe.com/products/xmp/">XMP</a> as a standardize way of embedding metadata information into a number of different digital objects.&#160; Standardization leads to efficiency and lower costs of maintenance and ownership.&#160; It also creates a standard platform that the industry can build upon for interoperability in metadata based transactions.</p>
<p><i>&#8220;In support of the Library’s goal for increased access, the group hopes to accomplish three objectives. First, recommend a common set of metadata elements for current and future uses. Second, provide more consistent metadata for access and use of the digital objects and recommend how it should be managed. And third, develop recommendations for providing metadata for digital objects that currently have none or little metadata.&#8221;</i>
<p>Great thing about XMP is that it is schema neutral &#8211; which means that you can create any namespace to represent your data and have it preserved in the file.&#160; A namespace is simple a list of properties that you are interested in within a specific scope or domain &#8211; that latter is critical in understanding the value of namespaces.&#160; Often the semantics of a property are slightly different across different domains &#8211; for example the property &#8220;color&#8221; may be defined as human perceived values &#8220;red, green, blue&#8221; or web based values &#8220;CC6633&#8243; or thermal temperature.</p>
<p>Consistent ways in managing and using metadata is factor of managing complexity since there will always be multiple sources of metadata.&#160; Again XMP has a great advantage in that it simplifies one dimension of the problem &#8211; namely providing a consistent way to access metadata across multiple digital media files. This is a big deal because each file format has it&#8217;s own way of storing data and metadata.&#160; Provide a standardized way of doing this is like adding barcodes to replace a myriad of pricing stickers on physical goods.&#160; The analogy extends to downstream processes such as check out &#8211; since the meta information is accessible in a standardized way, the goods move faster, and are tracked more easily across the supply chain or wherever the media is made accessible.</p>
<p>Managing media with no metadata is a result of the media not being &#8220;sticky&#8221; to the information that is around it.&#160; One should take the <a href="http://en.wikipedia.org/wiki/Katamari_Damacy">Katamari Damancy</a> approach to developing a strategy. Katamari Damancy is Japanese video game in which a magical ball allows anything smaller than it to stick to it and make it grow &#8211; a digital tumbleweed.&#160; The player then navigates the ball picking everything in it&#8217;s path.&#160; Similarly for digital media, one needs to ensure that the media has a unique way of identifying itself and an infrastructure to capture related information.&#160; XMP has a number of internal unique ids that it uses, primarily with Adobe products &#8211; one can also create their own ids.&#160; As for the information that is captured, it can either be &#8220;stuck&#8221; inside the file as XMP or referenced to an external source or both.&#160; Managing that balance is really the core of the strategy.</p>
<p></p>
<p></p>
<p></p>
<p></p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/xmp" rel="tag">xmp</a>, <a class="performancingtags" href="http://technorati.com/tag/metadata" rel="tag">metadata</a>, <a class="performancingtags" href="http://technorati.com/tag/asset%20management" rel="tag">asset management</a>, <a class="performancingtags" href="http://technorati.com/tag/digital%20media" rel="tag">digital media</a>, <a class="performancingtags" href="http://technorati.com/tag/library" rel="tag">library</a></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=9d8d6959-7261-889f-be4a-7e06398dd30a" /></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Dynamic data metadata changing class]]></title>
<link>http://ashfaqasp.wordpress.com/2009/11/25/dynamic-data-metadata-changing-class/</link>
<pubDate>Wed, 25 Nov 2009 15:56:25 +0000</pubDate>
<dc:creator>Ashfaq</dc:creator>
<guid>http://ashfaqasp.wordpress.com/2009/11/25/dynamic-data-metadata-changing-class/</guid>
<description><![CDATA[Recently I had to implement dynamic data in 1 of my project. It is a excellent way to quickly create]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Recently I had to implement dynamic data in 1 of my project. It is a excellent way to quickly create fully featured Admin form which have Insert, delete, update all function with built in field validation. But changing database column name or Hiding some column was not easy what I thought when I started working, but once you have understand the following class you can do anything you want using the power of  Partial data and metadatatype  attribute.</p>
<blockquote><p><!--more--></p>
<p><code>
<pre>using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Web;
using System.Web.DynamicData;

/// &#60;summary&#62;
/// Summary description for Product
/// &#60;/summary&#62;
[MetadataType(typeof(BranchMetadata))]
public partial class Branch
{

}

[TableName("Create Branches")]
public class BranchMetadata
{

[DisplayName("Branch Description")]
public object BranchDesc { get; set; }

}

//
[MetadataType(typeof(CityMetadata))]
public partial class City
{

}

[TableName("Create Cities")]
public class CityMetadata
{

[DisplayName("City Description")]
public object CityDesc { get; set; }

}

//
[MetadataType(typeof(HRM_Document_CategoryMetadata))]
public partial class HRM_Document_Category
{

}

[TableName("Create Document Category")]
public class HRM_Document_CategoryMetadata
{
[DisplayName("Category Name")]
public object CategoryName { get; set; }

[ScaffoldColumn(false)]
public object CreatedBy { get; set; }

}

//
[MetadataType(typeof(HRM_TB_PrmDepartmentMetadata))]
public partial class HRM_TB_PrmDepartment
{

}

[TableName("Create Department")]
public class HRM_TB_PrmDepartmentMetadata
{

}

//
[MetadataType(typeof(HRM_TB_PrmDesignationMetadata))]
public partial class HRM_TB_PrmDesignation
{

}

[TableName("Create Designation")]
public class HRM_TB_PrmDesignationMetadata
{
[DisplayName("Designation")]
public object DesignationDesc { get; set; }

}

//

[MetadataType(typeof(HRM_TB_PrmDivisionMetadata))]
public partial class HRM_TB_PrmDivision
{

}

[TableName("Create Division")]
public class HRM_TB_PrmDivisionMetadata
{

}

//
[MetadataType(typeof(Medical_AdvertismentMetadata))]
public partial class Medical_Advertisment
{

}

[TableName("Advertisment Source")]
public class Medical_AdvertismentMetadata
{
[DisplayName("Advertisment Source")]
public object AdvertismentDesc { get; set; }

}

//
[MetadataType(typeof(Medical_BloodGroupMetadata))]
public partial class Medical_BloodGroup
{

}

[TableName("Blood Group")]
public class Medical_BloodGroupMetadata
{
[DisplayName("BloodGroup")]
public object BloodGroupDesc { get; set; }

}

//

[MetadataType(typeof(Medical_Generic_PreparationMetadata))]
public partial class Medical_Generic_Preparation
{

}

[TableName("Generic Preparation")]
public class Medical_Generic_PreparationMetadata
{
[DisplayName("Generic Preparation")]
public object GenericPreparationDesc { get; set; }

}

//
[MetadataType(typeof(Medical_Machine_CategoryMetadata))]
public partial class Medical_Machine_Category
{

}

[TableName("Create Machine Category")]
public class Medical_Machine_CategoryMetadata
{
[DisplayName("Machine Category")]
public object MachineCategoryDesc { get; set; }

}

//
[MetadataType(typeof(Medical_Machine_ParameterMetadata))]
public partial class Medical_Machine_Parameter
{

}

[TableName("Create Medical Machine Parameter")]
public class Medical_Machine_ParameterMetadata
{
[DisplayName("Machine Parameter")]
public object ParaMeterName{ get; set; }

[ScaffoldColumn(false)]
public object createdby { get; set; }

[ScaffoldColumn(false)]
public object createddate { get; set; }

}

//
[MetadataType(typeof(Medical_Medicine_CategoryMetadata))]
public partial class Medical_Medicine_Category
{

}

[TableName("Create Medical Medicine Category")]
public class Medical_Medicine_CategoryMetadata
{
[DisplayName("Medicine Category")]
public object MedicineCategoryDesc { get; set; }

}

//
[MetadataType(typeof(Medical_Medicine_CompanyMetadata))]
public partial class Medical_Medicine_Company
{

}

[TableName("Create Medicine Manufacturer")]
public class Medical_Medicine_CompanyMetadata
{
[DisplayName("Medicine Manufacturer")]
public object MedicineCompanyName { get; set; }

}

//
[MetadataType(typeof(Medical_Patient_Docment_CategoryMetadata))]
public partial class Medical_Patient_Docment_Category
{

}

[TableName("Create Patient Docment Category")]
public class Medical_Patient_Docment_CategoryMetadata
{
[DisplayName("Category Name")]
public object CategoryName{ get; set; }

[ScaffoldColumn(false)]
public object CreatedBy { get; set; }

}

//
[MetadataType(typeof(Medical_Service_CategoryMetadata))]
public partial class Medical_Service_Category
{

}

[TableName("Create Service Category")]
public class Medical_Service_CategoryMetadata
{
[DisplayName("Category Name")]
public object ServiceCategoryDesc { get; set; }

}

//
[MetadataType(typeof(TB_AreaMetadata))]
public partial class TB_Area
{

}

[TableName("Create Area")]
public class TB_AreaMetadata
{
[DisplayName("Area Name")]
public object AreaName { get; set; }

}

//
[MetadataType(typeof(TB_CountryListMetadata))]
public partial class TB_CountryList
{

}

[TableName("Create Country List")]
public class TB_CountryListMetadata
{
[DisplayName("Country Name")]
public object COUNTRY_NAME { get; set; }

[DisplayName("Country Code")]
public object COUNTRY_CODE { get; set; }

}

//
[MetadataType(typeof(TB_Measurement_UnitMetadata))]
public partial class TB_Measurement_Unit
{

}

[TableName("Create Measurement Unit")]
public class TB_Measurement_UnitMetadata
{
[DisplayName("Measurement Unit")]
public object MeasurementUnitName { get; set; }

[ScaffoldColumn(false)]
public object MeasurementUnitDecimalLength { get; set; }

}
//
[MetadataType(typeof(TB_OccupationMetadata))]
public partial class TB_Occupation
{

}

[TableName("Create Occupation")]
public class TB_OccupationMetadata
{
[DisplayName("Occupation")]
public object OccupationDesc { get; set; }

}
</blockquote>
</pre>
<p></code></p>
<h5>For more detail and  description follow the link on Matt</h5>
<p>http://mattberseth.com/blog/2008/08/dynamic_data_and_custom_metada.html</p>
<p>Thank you&#8230;</p>
<p>Ashfaq</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[SEO Metadata]]></title>
<link>http://intergration.wordpress.com/2009/11/23/seo-metadata/</link>
<pubDate>Mon, 23 Nov 2009 17:48:43 +0000</pubDate>
<dc:creator>Ross Jackson</dc:creator>
<guid>http://intergration.wordpress.com/2009/11/23/seo-metadata/</guid>
<description><![CDATA[Metadata is one of those things that is much misunderstood. The literal translation of the word is ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Metadata is one of those things that is much misunderstood. The literal translation of the word is &#8220;data about data&#8221;, as essentially what metadata is giving us is an overview of the content of a particular page. In the olden days (about 10 years ago), metadata was one of the ways you could ensure your site achieved a top listing, as the main search engines then weighted the metadata description and keywords tags quite heavily.</p>
<p>Since then, of course, things have changed. The only piece of metadata that is especially useful for search engine rankings now is the  tag. It is known that Google utilises the phrases in the  tag for ranking purposes &#8211; though, of course, there is some debate as to what you should actually put in there.</p>
<p>In my experience, what you want to do is put your main keyword phrase near to the front of the  tag. For example:</p>
<p>Christmas Golf Gifts and Presents &#8211; 118Golf.co.uk</p>
<p>which targets the phrase &#8220;Christmas golf gifts&#8221; (<a href="http://www.118golf.co.uk/Christmas-Golf-Gifts-and-Presents/catlist_fnct200.htm">http://www.118golf.co.uk/Christmas-Golf-Gifts-and-Presents/catlist_fnct200.htm</a>).</p>
<p>As well as this, I always recommend a suitable  tag be used, ie:</p>
<p>118 Golf is the perfect place to buy a golf gift or Christmas present for a friend or loved one.</p>
<p>The reason the  tag is useful is it can often be used as the snippet of info underneath the heading in your search engine rankings, which can lead more people to click through if it&#8217;s attractive enough. It isn&#8217;t the case that the  tag carries much weight for actual rankings anymore, but it is thought that Google might decide to boost those sites that attract higher click throughs, so an attractive  can help with this.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Hulu to Users: Tag, You're It]]></title>
<link>http://newteevee.com/2009/11/23/hulu-to-users-tag-youre-it/</link>
<pubDate>Mon, 23 Nov 2009 16:04:40 +0000</pubDate>
<dc:creator>Ryan Lawler</dc:creator>
<guid>http://newteevee.com/2009/11/23/hulu-to-users-tag-youre-it/</guid>
<description><![CDATA[Hulu took a step toward crowdsourcing its classification and discovery capabilities this morning, ad]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a rel="attachment wp-att-35588" href="http://newteevee.com/2009/11/23/hulu-to-users-tag-youre-it/screen-shot-2009-11-23-at-9-43-38-am/"><img class="alignleft size-medium wp-image-35588" title="Hulu tags" src="http://newteevee.wordpress.com/files/2009/11/screen-shot-2009-11-23-at-9-43-38-am.png?w=291" alt="" width="291" height="100" /></a><a title="Hulu" href="http://www.hulu.com" target="_blank">Hulu</a> took a step toward crowdsourcing its classification and discovery capabilities this morning, adding the ability for users to add tags to videos.</p>
<p>The online video site added a &#8220;Tags&#8221; tab alongside its &#8220;Reviews&#8221; and &#8220;Discussion&#8221; sections, which will allow users to classify video clips by checking a box next to any existing tag, or they can add their own tags through the &#8220;Add Tags&#8221; box. People who have added tags will be able to edit or update them at any time, through the <a title="Your Tags" href="http://www.hulu.com/profile/tags" target="_blank">Tags tab</a> in their profile pages.</p>
<p>Perhaps more importantly, users can search Hulu&#8217;s video catalog based on tags that have been added by other people, which could enable more relevant results than what the site&#8217;s search engine provides. By crowdsourcing this information, the site is relying on users to fill in information where the metadata provided by its content partners falls short.</p>
<p>Hulu isn&#8217;t the only video aggregator to attempt to solve its search and classification system this way; <a title="Metacafe" href="http://www.metacafe.com" target="_blank">Metacafe</a> has long relied on its user base to classify, rate and determine whether videos are appropriate for the site. Metacafe is also crowdsourcing the way it sells ads, by enabling users to place videos into different categories that advertisers can then target.</p>
<p>While sites like Hulu and Metacafe are relying on their user base to solve a search and discovery problem based on incomplete or just plain bad metadata, others are relying on technology from companies like <a title="Digitalsmiths Flexes Video Search Muscle" href="http://newteevee.com/2009/06/29/digitalsmiths-flexes-video-search-muscle/" target="_blank">Digitalsmiths</a> to create more relevant classifications of video content.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Now this is a story all about how/Archives got flip-turned upside down]]></title>
<link>http://derangementanddescription.wordpress.com/2009/11/23/now-this-is-a-story-all-about-howarchives-got-flip-turned-upside-down/</link>
<pubDate>Mon, 23 Nov 2009 13:00:31 +0000</pubDate>
<dc:creator>Dee Dee</dc:creator>
<guid>http://derangementanddescription.wordpress.com/2009/11/23/now-this-is-a-story-all-about-howarchives-got-flip-turned-upside-down/</guid>
<description><![CDATA[Longest EAD comic ever, I think. Goes all the way up to &lt;ead&gt;!]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Longest EAD comic ever, I think. Goes all the way up to &#60;ead&#62;!</p>
<p><a href="http://derangementanddescription.wordpress.com/files/2009/11/comic59_willsmith.png"><img class="aligncenter size-full wp-image-744" title="comic59_willsmith" src="http://derangementanddescription.wordpress.com/files/2009/11/comic59_willsmith.png" alt="" width="450" height="1667" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ordeningen: miscellaneous]]></title>
<link>http://jodoc.wordpress.com/2009/11/23/ordeningen-miscellaneous/</link>
<pubDate>Sun, 22 Nov 2009 23:07:33 +0000</pubDate>
<dc:creator>Jo Han Khouw</dc:creator>
<guid>http://jodoc.wordpress.com/2009/11/23/ordeningen-miscellaneous/</guid>
<description><![CDATA[De afgelopen tijd bezocht ik met collega’s Erik en Raymond een aantal bibliotheken. Tijdens die bezo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>De afgelopen tijd bezocht ik met collega’s Erik en Raymond een aantal bibliotheken. Tijdens die bezoekjes hadden wij onze blik vooral gericht op de fysieke inrichting. Dat lag ook wel voor de hand. Een beeld krijgen van de digitale dienstverlening is minder gemakkelijk. Daar kom ik op een ander moment nog wel op terug. <!--more-->Ter afwisseling nu eerst een theoretisch uitstapje, aan de hand van David Weinbergers boek <em>Everything is miscellaneous.</em></p>
<p><strong>Wayfinding </strong></p>
<p>In zijn proloog -<em>Information in Space</em>- legt Weinberger de nadruk op het begrip <em>wayfinding</em>. Mensen hebben bepaalde gewoontes en voorkeuren om zich in een fysieke ruimte te oriënteren en zich van plaats naar plaats te begeven, te navigeren. Dat komt vooral naar voren als zij nog niet bekend zijn met de omgeving. Om aan die oriëntatiebehoefte te voldoen moeten ruimtes worden georganiseerd en geordend. En die ordening, die organisatie is in wezen een informatievraagstuk. Of het nou gaat om winkels of bibliotheken, om bedrijven, scholen of nog heel andere zaken.</p>
<p><em>‘From management structures to encyclopedias […] to the way we decide what’s worth believing, we have organized our ideas with principles designed for use in a world limited by the laws of physics.’  (p.6-7)</em></p>
<p>In het daaropvolgende hoofdstuk 1 -<em>The New Order of Order</em>- stelt Weinberger nog een paar andere kwesties aan de orde.</p>
<p><strong>Browsen </strong></p>
<p><em><a href="http://jodoc.wordpress.com/files/2009/11/ordening4.jpg"><img class="alignleft size-full wp-image-1537" style="margin:10px;" title="zoeken" src="http://jodoc.wordpress.com/files/2009/11/ordening4.jpg" alt="zoeken" width="250" height="188" /></a>Browsen – rondsnuffelen, grasduinen etc- is minstens zo belangrijk als zoeken en vinden.</em> Winkels, maar ook bibliotheken, moeten rekening houden met verschillende soorten klanten. Sommige klanten komen binnen met een doelgerichte vraag. Ze weten vrij precies wat ze zoeken, hebben daar ook al informatie over. Maar er zijn ook klanten die pas ter plekke in iets geïnteresseerd raken. Zij hebben geen duidelijke vraag &#8211; misschien slechts een vaag idee -, maar reageren spontaan op wat zij om zich heen ontdekken. Winkels maken er veel werk van om juist die laatste categorie bezoekers tot kopen te verleiden. Om de aandacht te trekken wordt een heel scala van presentatietechnieken ingezet: tijdelijke aanbiedingen, kassakoopjes, productdemonstraties, etc.</p>
<p>Ook (openbare) bibliotheken die het retailconcept omarmen nemen dergelijke presentatietechnieken over. De gelijkenis met een boekwinkel is een bewust nagestreefd effect. Ik sprak hierover met een bevriende boekhandelaar. Volgens hem heeft bijvoorbeeld <em>frontale presentatie</em> slechts beperkte betekenis . Boekhandels hebben hun beschikbare winkelruimte nodig voor voorraadplaatsing. Het meest efficiënt is nog steeds een opstelling in afdelingen of rubrieken. Presentatie, marketing zeggen niet alles. Belangrijker is warenkennis (wat wordt er gepubliceerd op specifieke vakgebieden) en kennis van klanteninteresses.</p>
<p><a href="http://jodoc.wordpress.com/files/2009/11/ordening6.jpg"><img class="alignleft size-full wp-image-1538" style="margin:10px;" title="browsen" src="http://jodoc.wordpress.com/files/2009/11/ordening6.jpg" alt="browsen" width="250" height="188" /></a></p>
<p>Ondanks allerlei manier om tegemoet te komen aan snuffelaars, lijkt de manier waarop boekhandels en bibliotheken hun voorraden hebben uitgestald vooral in het voordeel te zijn van bezoekers die vrij goed weten wat ze zoeken. Het blijft moeilijk om beide principes –browsen en zoeken- te verenigen.</p>
<p><em>&#8216;If only there were a way to arrange stuff in stores so that every interest could be captured. When we know what we want we would find it immediately. When we want to browse, the store would rearrange itself based on our needs and interests, even when we aren’t quite sure what those are&#8217;.</em> (p. 9)</p>
<p>In de digitale wereld is dat probleem er niet meer. Weinberger noemt als voorbeeld Itunes, de muziekwinkel van Apple. Het is eigenlijk één grote berg muziekstukjes, die zijn losgemaakt uit hun oorspronkelijke context (album, cd). Klanten hebben de vrijheid om die losse nummers zelf te sorteren, hun eigen playlists samen te stellen, de keuzes van anderen te beoordelen en van commentaar te voorzien. De les die we moeten leren is: </p>
<p><em> &#8217;To get as good at browsing as we are at finding –and to take full advantage of the digital opportunity- we have to get rid of the idea that there’s a best way of organizing the world.&#8217; (p. 10)</em></p>
<p><strong>Going through things and putting them away</strong></p>
<p>Een volgend principe gaat over de manier waarop wij ons dagelijks leven ordenen. Weinberger komt met voorbeelden dicht bij huis: het opbergen van servies, keukengereedschap of andere spullen. Neem de tas met supermarktboodschappen. Binnen een paar minuten staan al die inkopen op hun plek. Zonder er bij stil te staan hanteren we elke dag diverse ordeningsprincipes. Als het om fysieke dingen gaat zijn we daar heel geroutineerd in.<br />
<em>&#8216;Knowing where things are and where things go is essential to feeling at home.&#8217; </em></p>
<p><a href="http://jodoc.wordpress.com/files/2009/11/ordening1.jpg"><img class="alignleft size-full wp-image-1532" style="margin:10px;" title="fotoarchief" src="http://jodoc.wordpress.com/files/2009/11/ordening1.jpg" alt="fotoarchief" width="178" height="250" /></a>Maar dan een ander voorbeeld: <em>digitale foto’s</em>. Die hebben we in enorme aantallen, in onze mobieltjes, camera’s, pc’s of op internetsites als <a href="http://en.wikipedia.org/wiki/Flickr" target="_blank">Flickr</a> en <a href="http://en.wikipedia.org/wiki/Picasa" target="_blank">Google&#8217; s Picasa Web Albums</a>). Er is geen vaste plek voor. Het zijn er zóveel dat we er niet of nauwelijks toe komen om ze te vergelijken, te selecteren of te sorteren. De meeste van die foto’s hebben bovendien alleen maar een volgnummer als DSC00165.jpg of een datum. Als we in die berg ooit nog kiekjes willen terugvinden moeten we er zinvolle namen of beschrijvingen voor bedenken. Het lijkt een tegenstrijdige constatering: <em>waar teveel informatie een probleem wordt, is de oplossing nóg meer informatie toevoegen</em>.</p>
<p>Het bijzondere is dat dingen in de digitale wereld op elke denkbare manier kunnen worden benoemd. Er zijn geen beperkingen. Een fotoafdruk op papier kunnen we maar op één plek in één album plakken. Digitale foto’s kunnen we in ontelbare albums stoppen. En we kunnen die foto’s alle gewenste etiketten, namen of beschrijvingen meegeven.</p>
<p><em>&#8216;The digital World thereby allows us to transcend the most fundamental rule of ordering in the real world: instead of everything having its place, it’s better if things can get assigned multiple places simultaneously. &#8216; (p. 14)</em></p>
<p>In plaats van foto’s had Weinberger het ook kunnen hebben over het afhandelen en bewaren van <em>e-mails</em>. Van mijn collega’s hoor ik regelmatig dat zij worstelen met dichtgeslibde mailboxen of met een waslijst van archiefmappen. Zelf ben ik er ook nog niet uit wat de beste aanpak is. Maar waarschijnlijk is er niet zoiets als een ‘beste’ strategie. En hangt het allemaal heel erg af van persoonlijke voorkeuren. Op dit verschil tussen <a href="http://www.downloadsquad.com/2008/02/11/piling-vs-filing-emailers-anonymous/" target="_blank">‘filers’ (opbergers) en ‘pilers’ (stapelaars)</a> kom ik in een volgend stukje nog terug. </p>
<p><strong>Drie niveaus van ordening</strong></p>
<p><a href="http://jodoc.wordpress.com/files/2009/11/ordening2.jpg"><img class="alignleft size-full wp-image-1533" style="margin:10px;" title="fotobeschrijving" src="http://jodoc.wordpress.com/files/2009/11/ordening2.jpg" alt="fotobeschrijving" width="250" height="148" /></a>De organisatie van fotoarchieven, zoals <a href="http://en.wikipedia.org/wiki/Bettmann_Archive" target="_blank">Bettman</a>,  <a href="http://en.wikipedia.org/wiki/Corbis" target="_blank">Corbis</a> en <a href="http://en.wikipedia.org/wiki/Flickr" target="_blank">Flickr</a> brengt Weinberger tot het onderscheid in <em>drie types of niveaus van ordening</em>.<br />
Op het eerste niveau gaat het om het verzamelen, opbergen en ordenen van foto’s, films en negatieven als fysieke objecten. Op het tweede niveau worden fotobeschrijvingen geordend in inventarislijsten of in (kaart!)catalogi.<br />
Deze indeling herkennen we als het traditionele onderscheid tussen primaire en secundaire bronnen, zoals onderzoekers en informatiespecialisten dat hanteren. Op beide niveaus gaat het om fysieke ordeningen (bijv. het Bettmanarchief). Daar zitten verschillende problemen aan vast. Het beheer is kostbaar, de gebruiksmogelijkheden en de informatiewaarde zijn beperkt.</p>
<p>Heel anders ligt dat bij digitale archieven (Corbis en Flickr). Een ordening van fysieke objecten – atomen- maakt plaats voor een ordening van digitale informatie –bits-. Die informatie omvat zowel de content (de digitale foto’s zelf), als ook alle labels en beschrijvingen (metadata) die aan die content zijn toegevoegd. Weinberger noemt dit het derde niveau van ordening. Daarmee bedoelt hij dan wel iets heel anders dan een tertiaire bron in de bibliografische context. (*)</p>
<p>(*) Het onderscheid in primair, secundaire bronnen kan overigens ook nog andere betekenissen hebben, zoals ik ontdekte bij deze <a href="http://oclcpica.org/?id=13&#38;ln=nl&#38;par=p-avm_bewegend_beeld_algemene_inleiding" target="_blank">OCLC richtlijnen voor de beschrijving van bewegend beeld.</a> </p>
<p><em>&#8216;Content is digitized into bits, and the information about that content consists of bits as well. This is the third order of order and it’s hitting us […] like a ton of bricks. The third order removes the limitations we’ve assumed were inevitable in how we organize information.&#8217; (p. 19)</em></p>
<p><a href="http://jodoc.wordpress.com/files/2009/11/ordening3.jpg"><img class="alignleft size-full wp-image-1534" style="margin:10px;" title="digitale foto" src="http://jodoc.wordpress.com/files/2009/11/ordening3.jpg" alt="digitale foto" width="178" height="250" /></a>Vooral het voorbeeld van Flickr laat zien hoe die ordening op het derde niveau werkt. Het archief is een gigantische berg digitaal foto- en videomateriaal (volgens Wikipedia op dit moment ca. 4 miljard afbeeldingen). Er zijn geen catalogusexperts die metadata beheren en toevoegen. De ordening berust vrijwel geheel op labels (tags) die gebruikers zelf toekennen. Weinbergers stelling is dat in deze digitale ordening veel informatieprocessen nu voor ieder vrij toegankelijk worden. En dat met name de rol van informatiespecialisten op het tweede niveau steeds vaker wordt doorbroken.</p>
<p><em>&#8216;Second-order organization, it turns out, is often as much about authority as about making things easier to find.[…] But now we –the customer, the employee, anyone – can route around the second order. &#8216; (p. 22)</em></p>
<p><strong>Nog meer fotoarchieven</strong></p>
<p>De Volkskrant (20 aug. 2009) berichtte deze zomer, naar aanleiding van een artikel in de New York Times, dat de <em>National Geographic Society</em> voor de eerste keer materiaal uit zijn fotoarchief toegankelijk zou maken voor het grote publiek. Van 17 september tot 17 oktober mocht de Steven Kasher Callery in New York een verkoopexpositie organiseren, onder de titel: <a href="http://www.stevenkasher.com/html/exhibresults.asp?exnum=1063&#38;exname=THE+WORLD+IN+BLACK+AND+WHITE%3A+Vintage+Prints+from+the+National+Geographic+Archive" target="_blank">The World in black and white: Vintage Prints from the National Geographic Archive</a>. Nu de Society is begonnen met het digitaliseren van zijn archieven zullen meer tentoonstellingen volgen.</p>
<p><a href="http://www.volkskrant.nl/archief_gratis/article1279903.ece/Slot_gaat_van_fotoarchief" target="_blank">Artikel Volkskrant</a></p>
<p><a href="http://www.nytimes.com/2009/08/19/arts/design/19geographic.html" target="_blank">Artikel New York Times</a></p>
<p>Vorig jaar was er het nieuws dat het <em>Nationaal Archief </em>vanaf 21 oktober 2008 als eerste Nederlandse erfgoedinstelling een deel van zijn fotocollectie wereldwijd beschikbaar maakte via Flickr The Commons. (bron: <a href="http://www.nationaalarchief.nl/nieuws/nieuws/Nationaal_Archief_op_Flickr_The_Commons.asp" target="_blank">Nationaal Archief</a>)</p>
<p>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</p>
<p>De cataloguskaart op deze pagina is gemaakt met de<a href="http://www.blyberg.net/2006/09/06/roll-your-own-catalog-card/" target="_blank"> Catalog Card Generator</a>. Een leuke tool om ouderwetse cataloguskaarten te produceren, op basis van zelf aangeleverde gegevens. Bedacht door John Blyberg, Head of Technology and Digital Initiatives at Darien Library, Connecticut.</p>
<p>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Library Mashups 2 - Mashing Up Open Data with biblios.net Web Sevices]]></title>
<link>http://bonariabiancu.wordpress.com/2009/11/22/library-mashups-2-mashing-up-open-data-with-biblios-net-web-sevices/</link>
<pubDate>Sun, 22 Nov 2009 12:20:01 +0000</pubDate>
<dc:creator>bonaria</dc:creator>
<guid>http://bonariabiancu.wordpress.com/2009/11/22/library-mashups-2-mashing-up-open-data-with-biblios-net-web-sevices/</guid>
<description><![CDATA[Di questo servizio abbiamo già parlato ma mi fa piacere riprenderlo attraverso il capitolo 11 di Lib]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Di questo servizio <a href="http://bonariabiancu.wordpress.com/2009/02/07/catalogazione-sociale-il-modello-wikipedia-applicato-ai-dati-bibliografici/" target="_blank"><strong>abbiamo già parlato</strong></a> ma mi fa piacere riprenderlo attraverso il capitolo 11 di <a href="http://mashups.web2learning.net/" target="_blank"><em><strong>Library Mashups</strong></em></a> (come sapete, nell&#8217;esplorazione dei vari capitoli, <em>non</em> procederemo con ordine <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> , intitolato <strong><em>Mashing Up Open Data with biblios.net Web Sevices</em></strong> e scritto da <strong>Joshua Ferraro</strong> di <a href="http://www.liblime.com/" target="_blank"><strong>LibLime</strong></a>.</p>
<p>All&#8217;inizio del 2009 la società che vende servizi per software open source, <a href="http://www.liblime.com" target="_blank"><strong>LibLime</strong></a>, ha rilasciato un <strong>servizio di catalogazione gratuito, web based</strong> e che poggia su una base di <strong>milioni di record bibliografici liberamente adoperabili </strong>(<em>openly licensed</em>): <a href="https://biblios.net/how" target="_blank"><strong>biblios.net</strong></a>. In particolare, il capitolo si focalizza sui servizi web (web services) offerti da LibLime insieme al software di catalogazione e alla base dati di record.</p>
<p>I<strong> biblios.net Web Services (BWS)</strong> poggiano su una conquista fondamentale: gli <strong>Open (Bibliographic and not) Data</strong>, che a loro volta consentono la libertà e gratuità di intervenire sui record bibliografici, sui <strong>metadati</strong> prodotti dalle biblioteche e rilasciati/messi a disposizione di tutti attraverso licenze dedicate. Questo dei dati è sempre stato un grosso ostacolo nel mondo bibliotecario &#8211; e chi frequenta questo blog da un po&#8217; lo sa bene. Spesso i molti e ricchi e <strong>riccamente strutturati metadati</strong> che i bibliotecari con grande fatica e sudore di fronte creano quando catalogano i libri, rimangono poi confinati entro ILS (software di automazione e catalogazione) proprietari o comunque chiusi alla <strong>possibilità del rilascio libero e del riutilizzo</strong> (al netto delle esperienze di catalogazione cooperativa, che però sono un&#8217;altra cosa).</p>
<p>Joshua Ferraro, invece, mette subito in rilievo lo slancio che la nascita di licenze come la <a href="http://www.opendatacommons.org"><strong>PDDL (Open Data Commons Public Domain and Dedication Lincese)</strong></a> e di iniziative di apertura dei forzieri dei propri metadati prese da biblioteche come la <a href="http://www.loc.gov" target="_blank"><strong>Library of Congress</strong></a> o la <a href="http://openlibrary.org/" target="_blank"><strong>Open Library</strong></a> di Brewster Kahle, ha dato all&#8217;impresa di LibLime, di <strong>rilasciare nel pubblico dominio così grandi quantità di record bibliografici</strong> a disposizione di tutti (di nuovo, se n&#8217;era parlato <a href="http://bonariabiancu.wordpress.com/2009/01/22/libraries-need-freedom/" target="_blank"><strong>qualche tempo fa</strong></a>). Recod bibliografici che sono stati poi utilizzati dalla stessa LibLime per i suoi servizi e in particolare per la creazione di un <strong>livello di accesso e di interrogazione</strong> (le famose <strong>API, Application Programming Interface</strong>) concreto e usabile da tutti gli utenti.</p>
<p>I BWS sono infatti proprio un <strong>set di API</strong> create per consentire ai programmatori o geek librarian che dir si voglia, di scrivere <strong>applicazioni che interagiscano con il database di biblios.net</strong> e creare quindi <strong>mashup </strong>con i dati e i servizi ritornati da questo provider. I <a href="https://bws.biblios.net/doku.php" target="_blank"><strong>web services</strong></a> disponibili sono attualmente:</p>
<ul>
<li>
<div><strong><a title="searching_for_bibliographic_and_authority_records" href="https://bws.biblios.net/doku.php/searching_for_bibliographic_and_authority_records">Searching for bibliographic and authority records</a></strong> (OpenSearch, SRU/W and Z39.50)</div>
</li>
<li>
<div><strong><a title="retrieving_single_records" href="https://bws.biblios.net/doku.php/retrieving_single_records">Retrieving single records</a></strong> (UnAPI)</div>
</li>
<li>
<div><strong><a title="harvesting_with_oai-pmh" href="https://bws.biblios.net/doku.php/harvesting_with_oai-pmh">Harvesting with OAI-PMH</a></strong></div>
</li>
<li>
<div><strong><a title="sending_data_to_biblios.net" href="https://bws.biblios.net/doku.php/sending_data_to_biblios.net">Sending data to ‡biblios.net</a></strong></div>
</li>
</ul>
<p>Verranno invece presto attivati i seguenti:</p>
<ul>
<li>
<div><strong>Download the ‡biblios.net Dataset (BitTorrent)</strong> (coming soon)</div>
</li>
<li>
<div><strong>Programming Guide</strong> (coming soon)</div>
</li>
<li><strong><acronym title="Application Programming Interface">API</acronym> Reference</strong> (coming soon)</li>
</ul>
<p>Uno degli interessanti esempi mostrati nel capitolo, è il <strong>mashup creato grazie al SRU target service</strong>, che restituisce i dati delle <strong>liste di autorità</strong> contenute nella base dati di biblios: il catalogatore che stia inserendo nella scheda catalografica di un volume una cosiddetta <strong>voce controllata </strong>(potrebbe essere quella del nome dell&#8217;autore oppure del soggetto/topic con cui si classifica il volume), può attingere <em>on the fly</em> alle voci controllate conservate e messe a disposizione da biblios, attraverso un <strong>semplice ed efficace menu ad auto-complete</strong> &#8211; in questo modo non solo potendo attingere a dati uniformi, controllati e di qualità, ma anche evitando di perdere tempo nell&#8217;andare a interrogare separatamente un altro database.</p>
<p>L&#8217;altro esempio che Ferraro propone è quello relativo agli<strong> strumenti per facilitare la catalogazione cooperativa</strong> delle biblioteche, sempre usufruendo dei web services messi a disposizione da biblios. In questo caso si sfrutta la potenza del <strong>protocollo <a href="http://www.openarchives.org/" target="_blank">OAI-PMH</a></strong>, dei<strong> <a href="http://it.wikipedia.org/wiki/Really_simple_syndication" target="_blank">feed RSS</a></strong> e del buon vecchio <a href="http://en.wikipedia.org/wiki/Z39.50" target="_blank"><strong>Z39.50</strong></a>, per costruire un mashup di <strong>notifica e aggiornamento delle modifiche avvenute su un record</strong>: le biblioteche in una rete cooperativa possono così venire a conoscenza dei cambiamenti intervenuti su una scheda che è stata già acquisita dal catalogo e, se del caso, anche decidere di accogliere quei cambiamenti, sovrapponendo la scheda catalografica modificata con quella del proprio OPAC, in maniera del tutto rapida e automatizzata.</p>
<p>Forse questo capitolo è il più interessante di tutti almeno sotto un profilo: mostra come<strong> il catalogo e la catalogazione </strong>non solo non sono esclusi, in quanto<strong> ambiti di attività tradizionali</strong>, dalla creazione di <strong>servizi innovativi e mashup</strong>, ma possono con la loro ineludibile centralità venire<strong> impattati pesantemente dalla creazione di servizi agili</strong>, in grado di <strong>eliminare le parti più ripetitive e meccaniche</strong> di certe attività e aprire la strada alla creatività nell&#8217;utilizzo delle informazioni e dei dati contenuti negli OPAC, frutto di anni e anni di lavoro delle migliori menti bibliotecarie&#8230;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Panelist :: PACA, Art Buyer's Panel (October 25, 2008)]]></title>
<link>http://jenniferlim.wordpress.com/2009/11/22/panelist-paca/</link>
<pubDate>Sun, 22 Nov 2009 04:30:50 +0000</pubDate>
<dc:creator>Jennifer Lim</dc:creator>
<guid>http://jenniferlim.wordpress.com/2009/11/22/panelist-paca/</guid>
<description><![CDATA[I had the honor of being a panelist on the Art Buyer&#8217;s Panel of the Picture Archive Council of]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I had the honor of being a panelist on the Art Buyer&#8217;s Panel of the <a href="http://www.pacaoffice.org/">Picture Archive Council of America (PACA)</a> Annual Conference, held in New York City in October of 2008.</p>
<p>Hosted by Maggie Hunt of <a href="http://stockshop.com/">StockShop</a>, I was joined by Brian Bobinski (freelance designer), Darrell B. Perry (<a href="online.wsj.com">Wall Street Journal</a>), and Marc Sirinsky (formerly of <a href="http://www.rodaleinc.com/">Rodale</a>, currently at <a href="http://www.teach12.com">The Teaching Company</a>). It was an interesting and lively discussion, with questions from the audience comprised primarily of professional photo sellers. Topics ranged from metadata, licensing models, marketing tools, and upcoming trends.</p>
<p>For a photo and a brief description of the panel, visit the <a href="http://stockthoughts.stockshop.com/stock_thoughts/2008/11/maggie-moderated-the-art-buyers-panel-at-the-paca-international-conference-on-october-26.html">StockShop blog</a>.</p>
<p>For a nice recap and notes by Mark Ippolito, visit his blog at <a href="http://shabustation.com/">http://shabustation.com/</a>. Look for the October 25, 2008 post.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Collection Space]]></title>
<link>http://caffeneko.wordpress.com/2009/11/21/collection-space/</link>
<pubDate>Sat, 21 Nov 2009 06:10:49 +0000</pubDate>
<dc:creator>caffeneko</dc:creator>
<guid>http://caffeneko.wordpress.com/2009/11/21/collection-space/</guid>
<description><![CDATA[Collection Space is another digital repository project supported by the Andrew Mellon Foundation, li]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.collectionspace.org/taxonomy/term/1+2/all/feed">Collection Space</a> is another digital repository project supported by the Andrew Mellon Foundation, like JSTOR and ARTstor, but with very important differences. CollectionSpace emerged from scholarly institutional collaboration &#8220;with the common goal of developing and deploying an open-source, web-based software application for the description, management, and dissemination of museum collections information.&#8221;  Which is to say &#8211; It&#8217;s an open-source software that will allow for museum collection management and dissemination but with many Web 2.0 twists. This is not your regular museum registrar database. CollectionSpace&#8217;s project team currently includes web-developers, designers, and architects from Cambridge, Museum for the Moving Image, UC Berkeley School of Information and the University of Toronto.</p>
<p>This venture was inspired by the large information gap that existed for 1/3 to 1/2 of collecting institutions in the U.S. (historical societies, archeological repositories, museums and others) having neither their collections online or in many cases even catalog records. CollectionSpace addresses these needs through working to develop open-source software solutions providing stable, authoritative but flexible collection architecture &#8220;from which interpretive materials and experiences &#8211; from printed catalogs to mobile gallery guides &#8211; may be efficiently developed, and that can serve as a cost-effective alternative to proprietary collections management systems for museums in need, regardless of size or scope.&#8221;  Think perhaps ARTstor for museums owning, managing (and publicizing) their own rotating collections. </p>
<p>The project began as a series of collaborative workshops with museum, archival and library professionals followed by a two-year period of software development complete by beta-testing by the same communities that helped advise its design. </p>
<p>CollectionSpace Release 0.2, debuted October 6, 2009. This version allows storing &#8220;multiple record types with flexible schemas.&#8221; They have an extensive Project Wiki filled with a variety of documentation, handouts and powerpoint presentation.</p>
<p>Funding is supported by the Andrew W. Mellon Foundation, Program in  Research in Information Technology which &#8220;supports the creation of &#8220;enterprise&#8221; administrative and infrastructural software by means of distributed, collaborative open-source development projects.&#8221; </p>
<p>It aims to support registrars, curators, educators, collections managers, and administrators. It seeks to change earlier system models which seem to be digital representations of paper models. CollectionSpace promises to bring processes like cataloging, loans, media handling, location tracking &#8220;into the Web 2.0+ era.&#8221; It seeks to move from &#8220;records-based navigation&#8221; to &#8220;action-based navigation.&#8221;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Collective Cataloging]]></title>
<link>http://susanrb.wordpress.com/2009/11/20/collective-cataloging/</link>
<pubDate>Sat, 21 Nov 2009 02:24:00 +0000</pubDate>
<dc:creator>susan</dc:creator>
<guid>http://susanrb.wordpress.com/2009/11/20/collective-cataloging/</guid>
<description><![CDATA[‡biblios.net is a free browser-based cataloging service with a data store containing over thirty-mil]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://biblios.net/" target="_blank">‡biblios.net</a> is a free browser-based cataloging service with a data store containing over thirty-million records.  It grants the user a &#8220;nonexclusive right to use Data under the terms of the <a href="https://biblios.net/pddl" target="_blank">Open Data Commons Public Domain Dedication and Licence</a>.&#8221;</p>
<p>I searched for <em>Cluetrain Manifesto</em> and came up with ten MARC records, including this one:</p>
<table>
<tbody>
<tr>
<th>000</th>
<td>01375cam a2200289Ia 4500</td>
</tr>
<tr>
<th>001</th>
<td>23521373</td>
</tr>
<tr>
<th>003</th>
<td>BIBLIOS</td>
</tr>
<tr>
<th>005</th>
<td>20070216105303.0</td>
</tr>
<tr>
<th>008</th>
<td>010516r20012000mau 000 0 eng</td>
</tr>
<tr>
<th>020</th>
<td>##&#124;a0738204315 (pbk.)</td>
</tr>
<tr>
<th>020</th>
<td>##&#124;a9780738204314 (pbk.)</td>
</tr>
<tr>
<th>035</th>
<td>##&#124;a(OCoLC)46955549</td>
</tr>
<tr>
<th>040</th>
<td>##&#124;aRDC&#124;cRDC&#124;dOCLCQ&#124;dBAKER&#124;dBTCTA&#124;dYDXCP&#124;dNTE&#124;dBIBLIOS</td>
</tr>
<tr>
<th>050</th>
<td>00&#124;aHF5548.32&#124;b.C56 2001</td>
</tr>
<tr>
<th>082</th>
<td>04&#124;a303.4833</td>
</tr>
<tr>
<th>245</th>
<td>04&#124;aThe cluetrain manifesto : &#124;bthe end of business as usual /&#124;cRick Levine &#8230; [et al.].</td>
</tr>
<tr>
<th>260</th>
<td>##&#124;aCambridge, Mass. : &#124;bPerseus Pub.,&#124;cc2001.</td>
</tr>
<tr>
<th>300</th>
<td>##&#124;axxii, 190 p. ;&#124;c25 cm.</td>
</tr>
<tr>
<th>505</th>
<td>00&#124;gThe&#124;tcluetrain manifesto &#8211;&#124;tIntroduction &#8211;&#124;tInternet apocalypso /&#124;rChristopher Locke &#8211;&#124;gThe&#124;tlonging /&#124;rDavid Weinberger &#8211;&#124;tTalk is cheap /&#124;rRick Levine &#8211;&#124;tMarkets are conversations /&#124;rDoc Searls and David Weinberger &#8211;&#124;gThe&#124;thyperlinked organization /&#124;rDavid Weinberger &#8211;&#124;tEZ answers /&#124;rChristopher Locke and David Weinberger &#8211;&#124;tPost-apocalypso /&#124;rChristopher Locke.</td>
</tr>
<tr>
<th>650</th>
<td>#0&#124;aElectronic commerce&#124;xSocial aspects.</td>
</tr>
<tr>
<th>650</th>
<td>#0&#124;aCustomer relations&#124;xTechnological innovations.</td>
</tr>
<tr>
<th>650</th>
<td>#0&#124;aInternet marketing.</td>
</tr>
<tr>
<th>650</th>
<td>#0&#124;aIntranets (Computer networks)</td>
</tr>
<tr>
<th>650</th>
<td>#0&#124;aCorporate culture.</td>
</tr>
<tr>
<th>650</th>
<td>#0&#124;aInformation superhighway&#124;xEconomic aspects.</td>
</tr>
<tr>
<th>700</th>
<td>1#&#124;aLevine, Rick.</td>
</tr>
<tr>
<th>998</th>
<td>##&#124;d23521373&#124;b9780738204315&#124;b9780738204314&#124;cThecluetrainmanifestothee</td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<p>Typically when a library obtains a book, they go to OCLC to obtain the record.  Then the cataloger might add data specific to their library &#8211; for example an 099 local call number if it doesn&#8217;t use Dewey or LC.  OCLC is not free, however.  Also, the library cannot edit OCLC records.  It is not a collaborative effort, but a hierarchal procedure.</p>
<p>‡biblios.net, however, makes it possible to have collaborative records.  In the case of <em>Cluetrain Manifesto</em>, for example, there were 10 records from which to choose.  The library could choose whichever record suited its needs, and in fact submit a different record if it so chooses.  This is harnessing the collective intelligence &#8211; the &#8220;wisdom of crowds.&#8221;</p>
<p>Even a source seen as &#8220;authoritative&#8221; is not necessarily always correct.  Back in the 1960s when my husband was a teenager he was clamming in the bay near Westhampton with his father.  A small airplane caught its pontoons on some electric lines and crashed in the bay.  There was no one else around, so he and his father rowed over to the airplane and rescued the occupants, leaving them on the shore.   In the next issue of the local paper in the fire department blotter was a story about how the fire department had rescued the occupants of that plane!  This is just one example of why one cannot rely on any resource by itself as &#8220;the truth.&#8221;</p>
<p>Collective cataloging (like what is beginning to happen on ‡biblios.net) and moving away from a system where one source is seen as canonical, is perhaps a path to greater overall accuracy than the current dependence on traditional cataloging procedures and systems.</p>
<p>I would encourage you to listen to the podcast produced by the Library 2.0 Gang entitled <a href="http://librarygang.talis.com/2009/11/08/library-2-0-gang-1109-the-cataloguing-services-landscape/" target="_blank">The Cataloging Services Landscape</a>, where they discuss this issue and the ramifications of a more competitive cataloging landscape to libraries.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[discogs]]></title>
<link>http://51bpm.wordpress.com/2009/11/20/discogs/</link>
<pubDate>Fri, 20 Nov 2009 17:09:52 +0000</pubDate>
<dc:creator>51bpm</dc:creator>
<guid>http://51bpm.wordpress.com/2009/11/20/discogs/</guid>
<description><![CDATA[Just thought I&#8217;d introduce you to a usefull music tool&#8230; www.discogs.com! Discogs can be ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Just thought I&#8217;d introduce you to a usefull music tool&#8230; <a href="http://www.discogs.com" target="_blank">www.discogs.com</a>! Discogs can be thought of as the Wikipedia of music project liner notes, lyrics, album-label-disc art, songs, session-label-artist info, etc. Go ahead&#8230; throw in your favorite disc or album and take it for a spin!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[SWAT4LS2009 - Linking Open Drug Data to Cheminformatics abd Proteochemometrics]]></title>
<link>http://semanticscience.wordpress.com/2009/11/20/swat4ls2009-linking-open-drug-data-to-cheminformatics-abd-proteochemometrics/</link>
<pubDate>Fri, 20 Nov 2009 11:32:05 +0000</pubDate>
<dc:creator>na303</dc:creator>
<guid>http://semanticscience.wordpress.com/2009/11/20/swat4ls2009-linking-open-drug-data-to-cheminformatics-abd-proteochemometrics/</guid>
<description><![CDATA[Image via Wikipedia (Notes frm the presentation as it happens) Knowledge is not uni or bivariate, bu]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div class="zemanta-img" style="display:block;margin:1em;">
<div>
<dl class="wp-caption alignright">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:VitaminC.svg"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/60/VitaminC.svg/300px-VitaminC.svg.png" alt="Structure of ascorbic acid also called vitamin C" title="Structure of ascorbic acid also called vitamin C" width="300" height="225"></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution">Image via <a href="http://commons.wikipedia.org/wiki/Image:VitaminC.svg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>(Notes frm the presentation as it happens)</p>
<p>Knowledge is not uni or bivariate, but we think of it as such: this leads to information loss.</p>
<p>Naming things: showing example of a trivial name, an IUPAC systematic name and an <a class="zem_slink" href="http://en.wikipedia.org/wiki/International_Chemical_Identifier" title="International Chemical Identifier" rel="wikipedia">InChI</a> and points out that these have different information content.</p>
<p>Points out scaling problem: <a class="zem_slink" href="http://en.wikipedia.org/wiki/Drug_discovery" title="Drug discovery" rel="wikipedia">drug discovery</a> is multivariate and happens in a space of approx 10<sup>16</sup> <a class="zem_slink" href="http://en.wikipedia.org/wiki/Molecule" title="Molecule" rel="wikipedia">molecules</a> (all molecules that are feasible and thought to be drug-like). Information loss occurs as you traverse this space backwards and forwards.</p>
<p>Now talks about molecular information in <a class="zem_slink" href="http://en.wikipedia.org/wiki/Resource_Description_Framework" title="Resource Description Framework" rel="wikipedia">RDF</a>: http://rdf.openmolecules.net for the provision of derefernceable <a class="zem_slink" href="http://en.wikipedia.org/wiki/Uniform_Resource_Identifier" title="Uniform Resource Identifier" rel="wikipedia">URIs</a> for molecules&#8230;.and plugging the <a href="http://sourceforge.net/apps/mediawiki/cdk/index.php?title=Main_Page">Chemistry Development Kit</a> (CDK) as a means for cnverting between multiple representations of a molecule. Now moves on to <a class="zem_slink" href="http://www.bioclipse.net/" title="Bioclipse" rel="homepage">Bioclipse</a> as an integrating tool that allows chemical <a class="zem_slink" href="http://en.wikipedia.org/wiki/Data" title="Data" rel="wikipedia">data</a> transformations and the tracking of vwhy these transformations occur (version-controllable scripts to drive Bioclipse).</p>
<p>RDF extension to bioclipse: local RDF storage, read/write RDF, run SPARQL queries and extract RDF from XHTTML/RDFa.</p>
<p>Now shows an example of the expression of the CDK data model using ontologies but no details. Brief mention of his recent descriptor ontology.</p>
<div style="margin-top:10px;height:15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/a0093563-12f4-4678-a13f-61b92a0b891a/" title="Reblog this post [with Zemanta]"><img style="border:medium none;float:right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=a0093563-12f4-4678-a13f-61b92a0b891a" alt="Reblog this post [with Zemanta]"></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[SWAT4LS2009 - Matthias Loebe: TIM A semantic web application for the specification of metadata items in clinical research]]></title>
<link>http://semanticscience.wordpress.com/2009/11/20/swat4ls2009-matthias-loebe-tim-a-semantic-web-application-for-the-specification-of-metadata-items-in-clinical-research/</link>
<pubDate>Fri, 20 Nov 2009 09:57:41 +0000</pubDate>
<dc:creator>na303</dc:creator>
<guid>http://semanticscience.wordpress.com/2009/11/20/swat4ls2009-matthias-loebe-tim-a-semantic-web-application-for-the-specification-of-metadata-items-in-clinical-research/</guid>
<description><![CDATA[(Again, these are live notes as bullet points.) Problems with the Specification of Clinical Trials D]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>(Again, these are live notes as bullet points.)</strong></p>
<p><strong>Problems with the Specification of <a class="zem_slink" href="http://en.wikipedia.org/wiki/Clinical_trial" title="Clinical trial" rel="wikipedia">Clinical Trials</a></strong></p>
<ul>
<li> Development of trial protocol</li>
<li> Preparation of study centres</li>
<li> Registration of patients etc&#8230;..</li>
<li> Case report Forms capture data at different time points (lab results, therapy outcomes, treatment history etc..) relevant for answering clinical questions</li>
<li> Misconceptions and misinterpretations of data occur frequently either through underspecification or lack of <a class="zem_slink" href="http://en.wikipedia.org/wiki/Metadata" title="Metadata" rel="wikipedia">metadata</a></li>
</ul>
<p><strong>Benefits of Detailing and Reusing Items</strong></p>
<ul>
<li> Efficiency</li>
<li> Data Quality</li>
<li> Metaanalysis</li>
</ul>
<p><strong>Requirements for an Item Data Model</strong></p>
<ul>
<li>Expressiveness &#8211; Items consist of subitems</li>
<li>Adaptable system of rules &#8211; validity and consistency checking</li>
<li>Supporting context</li>
<li>Providing views &#8211; facests. Different information requirements for different types ofusers.</li>
<li>Exploiting conceptual relations</li>
<li>Mapping to terminologies</li>
</ul>
<p><strong>Architecture of Trial Item Manager</strong></p>
<ul>
<li>Application behaviour is <a class="zem_slink" href="http://en.wikipedia.org/wiki/Ontology_%28information_science%29" title="Ontology (information science)" rel="wikipedia">ontology</a> driven&#8230;</li>
<li>working data stored as rdf in separate model</li>
<li>multiple rdf models (combined, raw, inferred)</li>
</ul>
<p>Showing the specification of various trial items in rdf&#8230;..and examples of the ontology driving the app&#8230;</p>
<p><strong>Advantage of th Semantic Approach</strong></p>
<ul>
<li>open <a class="zem_slink" href="http://en.wikipedia.org/wiki/Linked_Data" title="Linked Data" rel="wikipedia">linked data</a>, referencability</li>
<li>extensible rules</li>
<li>user guidence using <a class="zem_slink" href="http://en.wikipedia.org/wiki/Semantics" title="Semantics" rel="wikipedia">semantics</a> but invisible to user</li>
<li>rapid response to change</li>
<li>import external item sets</li>
<li>personalisation on a per-user/user type basis</li>
<li>navigation</li>
<li><a class="zem_slink" href="http://en.wikipedia.org/wiki/Semantic_search" title="Semantic search" rel="wikipedia">semantic search</a></li>
</ul>
<p><strong>Caveats:</strong></p>
<ul>
<li>Open world reasoning sometimes gives unexpected results&#8230;..;-)</li>
<li>No unique name assumption</li>
<li>Performance</li>
</ul>
<div style="margin-top:10px;height:15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/068d98c5-9453-45cd-a6d3-4ceb94ecda61/" title="Reblog this post [with Zemanta]"><img style="border:medium none;float:right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=068d98c5-9453-45cd-a6d3-4ceb94ecda61" alt="Reblog this post [with Zemanta]"></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to add Navigation Hierarchies]]></title>
<link>http://sptwentyten.wordpress.com/2009/11/19/how-to-add-navigation-hierarchies/</link>
<pubDate>Thu, 19 Nov 2009 03:45:42 +0000</pubDate>
<dc:creator>sptwentyten</dc:creator>
<guid>http://sptwentyten.wordpress.com/2009/11/19/how-to-add-navigation-hierarchies/</guid>
<description><![CDATA[Locating information quickly and efficiently is the goal for any successful organization. SharePoint]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Locating information quickly and efficiently is the goal for any successful organization. SharePoint 2010 handles this task brilliantly with its metadata service, refinement searches, tags, etc. On top of that, I believe this nice little addition of configuring navigation hierarchies for lists and documents libraries will be one of the first things utilized out of the gates. Think about a library with thousands of items and being only a few clicks away from the document you need! Here is a walkthrough on how to configure navigation hierarchies:</p>
<p><strong>Limitations:<br />
</strong></p>
<ul>
<li>Navigation hierarchies can only be based off of the following column types: content type, single-value choice field, or managed metadata field</li>
</ul>
<p><strong>What we have to start with:<br />
</strong></p>
<ul>
<li>A document library storing companywide policies and standards</li>
<li>
<div>A single-value choice field column called Division for each branch or department in my company</div>
<p>&#160;</p>
</li>
</ul>
<p style="text-align:center;"><img src="http://sptwentyten.files.wordpress.com/2009/11/111909_0345_howtoaddnav12.png" alt="" /></p>
<p style="text-align:center;margin-left:36pt;"> </p>
<p style="text-align:center;margin-left:36pt;"> </p>
<p><strong>Now, let&#8217;s configure the navigation hierarchy:<br />
</strong></p>
<p style="text-align:center;margin-left:36pt;"><strong>From the ribbon UI, click Library Settings under the Library tab<br />
</strong></p>
<p style="text-align:center;"><img src="http://sptwentyten.files.wordpress.com/2009/11/111909_0345_howtoaddnav22.png" alt="" /><strong><br />
</strong></p>
<p style="text-align:center;margin-left:36pt;"><strong>Select Metadata navigation settings<br />
</strong></p>
<p style="text-align:center;margin-left:36pt;"><img src="http://sptwentyten.files.wordpress.com/2009/11/111909_0345_howtoaddnav32.png" alt="" /><strong><br />
</strong></p>
<p style="text-align:center;margin-left:36pt;"> </p>
<p style="text-align:center;margin-left:36pt;"><strong>Under Configure Navigation Hierarchies, add the column over to the Selected Hierarchy Fields and click Ok<br />
</strong></p>
<p style="text-align:center;margin-left:36pt;"><img src="http://sptwentyten.files.wordpress.com/2009/11/111909_0345_howtoaddnav42.png" alt="" /><strong><br />
</strong></p>
<p style="text-align:center;margin-left:36pt;"> </p>
<p style="text-align:center;margin-left:36pt;"><strong>Go back to your list or document library and you will see on the left hand side a tree view listing your field<br />
</strong></p>
<p style="text-align:center;margin-left:36pt;"><img src="http://sptwentyten.files.wordpress.com/2009/11/111909_0345_howtoaddnav52.png" alt="" /><strong><br />
</strong></p>
<p style="text-align:center;margin-left:36pt;"> </p>
<p style="text-align:center;margin-left:36pt;"><strong>Click the field to expand its values<br />
</strong></p>
<p style="text-align:center;margin-left:36pt;"><img src="http://sptwentyten.files.wordpress.com/2009/11/111909_0345_howtoaddnav62.png" alt="" /><strong><br />
</strong></p>
<p style="text-align:center;margin-left:36pt;"> </p>
<p style="text-align:center;margin-left:36pt;"><strong>Click on one of the metadata values to filter the list view!<br />
</strong></p>
<p style="text-align:center;margin-left:36pt;"><img src="http://sptwentyten.files.wordpress.com/2009/11/111909_0345_howtoaddnav72.png" alt="" /><strong><br />
</strong></p>
<p style="text-align:center;margin-left:36pt;"> </p>
<p style="text-align:center;margin-left:36pt;"> </p>
<p style="margin-left:36pt;">And within five minutes you have a list or library that can be filtered!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Document Retention What? Metadata What? (Quick! Hide that! Shove it under the bed!)]]></title>
<link>http://paperlesstrail.wordpress.com/2009/11/18/document-retention-what-metadata-what-quick-hide-that-shove-it-under-the-bed/</link>
<pubDate>Wed, 18 Nov 2009 15:42:18 +0000</pubDate>
<dc:creator>PaperWise</dc:creator>
<guid>http://paperlesstrail.wordpress.com/2009/11/18/document-retention-what-metadata-what-quick-hide-that-shove-it-under-the-bed/</guid>
<description><![CDATA[Introduction What are these metadata things anyway?  A friend once told us in a meeting that there w]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h3><a href="http://paperlesstrail.wordpress.com/files/2009/11/laptop2.jpg"><img class="alignright size-full wp-image-457" title="laptop2" src="http://paperlesstrail.wordpress.com/files/2009/11/laptop2.jpg" alt="" width="302" height="306" /></a>Introduction</h3>
<p>What are these <em>metadata</em> things anyway?  A friend once told us in a meeting that there was a cool name for those fields we associate with documents in our document management system.  He said, this data is called <em>metadata</em>.  Naturally, we had used the term for many years in R&#38;D and QA, so we knew what metadata were…<a href="http://en.wikipedia.org/wiki/Meta-data#Document_metadata"><em>metadata</em></a> are data that describe data; until that point however, I had always associated the word <em>metadata</em> with XML schema or the attributes that define columns in tables in databases.</p>
<p>If you accept the WikiPedia definition of <em>metadata</em>, or what appears to be the socially and legally accepted definition, then here are some examples of metadata:</p>
<ul>
<li>Properties of Microsoft Office documents, such as Author, Title, Subject, Keywords, Category, Status, and Comments.</li>
<li>Original creation dates and times for documents.</li>
<li>Change history of Microsoft Office documents, including history in the <strong><em>non-visible</em></strong> text as well as visible.</li>
<li>Change history of documents on file systems.</li>
<li>Change history of documents in document management systems.</li>
<li>Headers in email messages, including both visible and <strong>non-visible</strong> text.</li>
<li>Visible and non-visible <em>field values</em> associated with documents in document management systems.</li>
</ul>
<p>This is a very incomplete list, because there is likely a plethora of examples of information that we could consider <em>metadata.</em>  And, when we talk about document retention policies, the subject of metadata rarely comes up.  There appears to be a legal trend abounding, though, making your metadata part of the discovery process.  Federal Rules of Civil Procedure (<a href="http://www.law.cornell.edu/rules/frcp/Rule26.htm">FRCP Rule 26</a>) state that materials required for discovery must be delivered within <em>fourteen days</em> of the Rule 26 conference, and within <em>thirty</em> days for those that enter into litigation following the conference.  (Naturally, these timeframes may be adjusted by the courts, but … gasp!)</p>
<p>Wow, if you’re sitting out there without some kind of document management or records management system, and you’ve got a warehouse full of paper, imagine the cost associated with a single discovery!  Referring back to <a href="http://www.law.cornell.edu/rules/frcp/Rule26.htm">FRCP Rule 26</a>, discovery involves producing any information that may be relevant to either side of litigation, with only a handful of exceptions.</p>
<p>On the other hand, if you have a document management or records management system, and document retention policies that don’t include indexing information, then you might want to rethink your strategy.</p>
<h3>News and Opinions</h3>
<p>Here are some links regarding retention management and metadata.  While there is some dissention among the ranks, such as New York, Florida, Alabama, and the District of Columbia, metadata appears discoverable for the most part.</p>
<h4>American Bar Association</h4>
<p><a href="http://www.lctjournal.washington.edu/Vol4/a13Reznikov.html">http://www.lctjournal.washington.edu/Vol4/a13Reznikov.html</a></p>
<p>In 2006, the American Bar Association rules that searching metadata for information regarding comments, history, etc, is ethical.  The ABA’s decision contradictions the ethical decisions made by states like New York, Florida, and Alabama, as well as the District of Columbia.</p>
<h4>Arizona Supreme Court</h4>
<p><a href="http://aiimknowledgecenter.typepad.com/weblog/2009/11/do-you-know-where-your-metadata-is.html">http://aiimknowledgecenter.typepad.com/weblog/2009/11/do-you-know-where-your-metadata-is.html</a></p>
<p>Arizona Supreme Court overrules lower courts by agreeing that metadata is subject to discovery.  The state of Washington has rules stating that metadata is discoverable, as do many other states.</p>
<h4>Vermont Bar Assocation</h4>
<p><a href="http://69.39.146.6/Upload%20Files/WebPages/Attorney%20Resources/aeopinions/Advisory%20Ethics%20Opinions/Electronic%20Documents/09-01.pdf">http://69.39.146.6/Upload%20Files/WebPages/Attorney%20Resources/aeopinions/Advisory%20Ethics%20Opinions/Electronic%20Documents/09-01.pdf</a></p>
<p>Vermont Bar Association concludes that lawyers can search the metadata of documents supplied by opposing counsel.  They conclude, however, that attorneys must disclose accidental exposure of confidential information included in metadata.  (Some document formats track changes and the dates and times those changes were made.  In addition, some document formats include user comments in metadata.)  Metadata is also included as discoverable information in litigation.</p>
<h4>Alabama Bar Assocation</h4>
<p><a href="http://www.alabar.org/ogc/fopDisplay.cfm?oneId=412">http://www.alabar.org/ogc/fopDisplay.cfm?oneId=412</a></p>
<p>Alabama Bar Association is of the opinion that the searching of metadata is not ethical because it may violate attorney-client privilege.  They go on to warn, though, that certain types of metadata may be considered discoverable by the courts.</p>
<h3>Retention Strategies</h3>
<p>So, what should your retention policies look like?  Maybe that is the subject for further research and follow-up articles specific to certain industries.  In the meantime, you should research the document retention requirements for your particular industry and make sure that you are a) mitigating your risk, while b) complying with associated regulatory legislation and guidelines, and c) managing the effective lifetime of your documents and metadata to keep your workers efficient.  As well, any document retention policies that you create <strong>should include your backup media</strong>!</p>
<h3>PaperWise Features</h3>
<p>For those of you who are PaperWise customers, there are a few tools available that can help you manage discoverability and your document retention policies.</p>
<h3>Archive</h3>
<p>Archive gives you the ability purge documents, as well as index values or metadata, as they meet lifetime criteria.  You can do this based upon the document types of your documents.  For example, you might want to delete bank statements older than seven years, provided that they have not been accessed within the past ninety days.  Set up as many archive jobs as you need to in order to support your document retention policies.</p>
<h3>Container Compression (TCK Compression)</h3>
<p>Unless you’re storing your documents in database volumes, they are stored securely in container files.  They are compressed and possibly encrypted using AES (Advanced Encryption Standard.)  We do that in order to protect them from unauthorized access.  As documents are deleted from containers, <em>Archive</em> can destroy them in such a way that they are not retrievable.  The space is left occupied, however, in the containers.  You can gain that space back and further ensure the non-recoverability of your documents using the <em>TCK Compression</em>, or container compression.</p>
<h3>Full-text Search</h3>
<p>While <em>Archive</em> and <em>TCK Compression</em> can help you with document retention policies, and information lifecycle, what happens if you are the subject of litigation?  Naturally, you can search for relevant documents using the index values, or metadata, associated with your documents.  There could be discoverable information included in the actual documents in PaperWise, as well.  Full-text Search can help you with this problem!  Using full-text search, you can find relevant information in the text of Microsoft Office documents, emails, PDF files, and images that have been OCR’d (<a href="http://en.wikipedia.org/wiki/Optical_character_recognition">Optical Character Recognition</a>.)  As well, PaperWise scrapes the textual data from less common file formats.</p>
<h3>Conclusion</h3>
<p>In conclusion, you should research the regulatory requirements regarding document retention and discovery for your industry.  If you do not already have some sort of document management system in place, even if it’s a series of folders on a file system, then you should get one or create one.  Make sure that whatever system you employ is easily searchable, so that you can comply with the discovery process.  Chances are very good that you will be the subject of some kind of litigation at some point, so create document retention policies for your documents and make sure your employees follow them consistently!</p>
<p>–Markus Pope, MCSD</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Hello World And Little Ships....]]></title>
<link>http://gunar.wordpress.com/2009/11/18/hello-world-and-little-ships/</link>
<pubDate>Wed, 18 Nov 2009 03:26:08 +0000</pubDate>
<dc:creator>Gunar</dc:creator>
<guid>http://gunar.wordpress.com/2009/11/18/hello-world-and-little-ships/</guid>
<description><![CDATA[Hello World. Yes, the standard geek greeting for new endeavors.  Having left Adobe just last week, t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hello World.</p>
<p>Yes, the standard geek greeting for new endeavors.  Having left Adobe just last week, this is my new blog that continues on from my <a href="http://blogs.adobe.com/gunar/">old one</a>.  I am still very much passionate about metadata and new ways to communicate.</p>
<p>My experience at Adobe has been fantastic, it has been a great run. But&#8230; as with any big company, it is becomes harder and harder to get your ideas implemented when the machine is focused on optimization of what it knows best.  I have always said that Adobe is a big ship that is hard to course correct quickly but also realizes that it can build an ecosystem of little ships that can speed ahead and define new pathways.  I&#8217;m looking forward to speeding out ahead of the big ship and defining a new course .</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=ecdbf2b6-722f-8fa0-beee-254faea91cfa" alt="" /></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The role of standards in Bibliosight]]></title>
<link>http://bibliosightnews.wordpress.com/2009/11/17/the-role-of-standards-in-bibliosight/</link>
<pubDate>Tue, 17 Nov 2009 11:25:20 +0000</pubDate>
<dc:creator>drpdouglas</dc:creator>
<guid>http://bibliosightnews.wordpress.com/2009/11/17/the-role-of-standards-in-bibliosight/</guid>
<description><![CDATA[Standards play a significant role in supporting the process detailed in an earlier post; specificall]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Standards play a significant role in supporting the process detailed in an earlier post; specifically, allowing metadata records (retrieved from Web of Science) to be transformed and deposited into the Leeds Met institutional repository (intraLibrary).</p>
<p>The method of depositing into intraLibrary is SWORD (see <a href="http://www.swordapp.org/" target="_blank">http://www.swordapp.org</a>). SWORD is a profile of the Atom Publishing Protocol which was developed as part of a JISC funded project. Simply put, SWORD allows for content packages or metadata records to be deposited into a repository from outside of that repository. Previous to SWORD there was not a standard way of doing this.</p>
<p>Leeds Metropolitan University uses intraLibrary 3.1 which uses version 1.2 of SWORD.</p>
<p>IntraLibrary 3.2, due for release sometime in the new year will support SWORD 1.3. A SWORD 1.3 reference implementation of intraLibrary can be found at <a href="http://www.swordapp.org/sword/demonstrators" target="_blank">http://www.swordapp.org/sword/demonstrators</a>. Note that while intraLibrary is being used in Bibliosight, there are other repositories which use SWORD &#8211; see <a href="http://www.swordapp.org" target="_blank">http://www.swordapp.org</a> for more information.</p>
<p>For Bibliosight we are depositing metadata records and, again, this relies on standards. The format of the metadata record being deposited is LOM (Learning Object Metadata &#8211; see h<a href="//wiki.cetis.ac.uk/What_is_IEEE_LOM/IMS_LRM" target="_blank">ttp://wiki.cetis.ac.uk/What_is_IEEE_LOM/IMS_LRM</a> for a good overview of LOM) with bibliographic citation extensions. From  version 3.0 onwards, intraLibrary provides extensions of the LOM Identifier fields for describing bibliographic citation data about a resource.  The metadata fields used in this extension conform to DCMI&#8217;s Guidelines for Encoding Bibliographic Citation Information in Dublin Core Metadata &#8211; see <a href="http://www.dublincore.org/documents/dc-citation-guidelines/" target="_blank">http://www.dublincore.org/documents/dc-citation-guidelines/</a>.</p>
<p>An example of a metadata record including bibliographic citation metadata can be seen at the end of this article. This shows the format of a metadata record which can be deposited into intraLibrary using SWORD. The Bibliosight project will be taking the XML record which WoS returns and converting this to the format shown below using XSLT. The Bibliosight team are currently working on a crosswalk between the WoS-formatted metadata and the LOM record we require for deposit (see <a href="http://bibliosightnews.wordpress.com/2009/11/16/mapping-fields-from-wos-api-lom/" target="_blank">Nick&#8217;s post on Nov 16th</a>).</p>
<p>Note that the following example also includes XCRI (course information) extensions and CLA reporting extensions but those are not required in the Bibliosight project.</p>
<div id="_mcePaste">&#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&#62;</div>
<div id="_mcePaste">&#60;lom:lom xmlns:lom=&#8221;http://ltsc.ieee.org/xsd/LOM&#8221; xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8221; xmlns:ns1=&#8221;http://www.intrallect.com/metadata_model/xcri&#8221; xmlns:ns2=&#8221;http://www.intrallect.com/metadata_model/claReporting&#8221; xmlns:ns0=&#8221;http://www.intrallect.com/metadata_model/bibliographicCitation&#8221; xsi:schemaLocation=&#8221;http://ltsc.ieee.org/xsd/LOM http://ltsc.ieee.org/xsd/lomv1.0/lomLoose.xsd&#8221;&#62;</div>
<div id="_mcePaste">&#60;!&#8211;Generated by transforming IMS 1.2.1</div>
<div id="_mcePaste">metadata to IEEE LOM Metadata&#8211;&#62;</div>
<div id="_mcePaste">&#60;lom:general&#62;</div>
<div id="_mcePaste">&#60;!&#8211;General Section&#8211;&#62;</div>
<div id="_mcePaste">&#60;lom:identifier&#62;</div>
<div id="_mcePaste">&#60;lom:catalog&#62;http://edinburgh.intralibrary.com:8080/IntraLibrary-OAI&#60;/lom:catalog&#62;</div>
<div id="_mcePaste">&#60;lom:entry&#62;oai:com.intrallect.edinburgh:10&#60;/lom:entry&#62;</div>
<div id="_mcePaste">&#60;ns0:bibliographicCitation xmlns:imsmd=&#8221;http://www.imsglobal.org/xsd/imsmd_v1p2&#8243;&#62;</div>
<div id="_mcePaste">&#60;ns0:genre&#62;</div>
<div id="_mcePaste">&#60;ns0:source&#62;Bibliographic Citation&#60;/ns0:source&#62;</div>
<div id="_mcePaste">&#60;ns0:value&#62;book&#60;/ns0:value&#62;</div>
<div id="_mcePaste">&#60;/ns0:genre&#62;</div>
<div id="_mcePaste">&#60;ns0:title&#62;</div>
<div id="_mcePaste">&#60;ns0:string language=&#8221;en&#8221;&#62;In and Out of Morocco: Smuggling and Migration&#60;/ns0:string&#62;</div>
<div id="_mcePaste">&#60;/ns0:title&#62;</div>
<div id="_mcePaste">&#60;ns0:spage&#62;64&#60;/ns0:spage&#62;</div>
<div id="_mcePaste">&#60;ns0:epage&#62;97&#60;/ns0:epage&#62;</div>
<div id="_mcePaste">&#60;/ns0:bibliographicCitation&#62;</div>
<div id="_mcePaste">&#60;ns0:bibliographicCitation xmlns:imsmd=&#8221;http://www.imsglobal.org/xsd/imsmd_v1p2&#8243;&#62;</div>
<div id="_mcePaste">&#60;ns0:genre&#62;</div>
<div id="_mcePaste">&#60;ns0:source&#62;Bibliographic Citation&#60;/ns0:source&#62;</div>
<div id="_mcePaste">&#60;ns0:value&#62;book&#60;/ns0:value&#62;</div>
<div id="_mcePaste">&#60;/ns0:genre&#62;</div>
<div id="_mcePaste">&#60;ns0:title&#62;</div>
<div id="_mcePaste">&#60;ns0:string language=&#8221;en&#8221;&#62;In and Out of Morocco: Smuggling and Migration&#60;/ns0:string&#62;</div>
<div id="_mcePaste">&#60;/ns0:title&#62;</div>
<div id="_mcePaste">&#60;ns0:spage&#62;64&#60;/ns0:spage&#62;</div>
<div id="_mcePaste">&#60;ns0:epage&#62;97&#60;/ns0:epage&#62;</div>
<div id="_mcePaste">&#60;/ns0:bibliographicCitation&#62;</div>
<div id="_mcePaste">&#60;/lom:identifier&#62;</div>
<div id="_mcePaste">&#60;lom:title&#62;</div>
<div id="_mcePaste">&#60;lom:string language=&#8221;en&#8221;&#62;The Impact of Migration on Status Distinctions&#60;/lom:string&#62;</div>
<div id="_mcePaste">&#60;/lom:title&#62;</div>
<div id="_mcePaste">&#60;lom:description&#62;</div>
<div id="_mcePaste">&#60;lom:string language=&#8221;en&#8221;&#62;Chapter 4 pp64-97 + endnotes pp166-169&#60;/lom:string&#62;</div>
<div id="_mcePaste">&#60;/lom:description&#62;</div>
<div id="_mcePaste">&#60;lom:language&#62;en&#60;/lom:language&#62;</div>
<div id="_mcePaste">&#60;/lom:general&#62;</div>
<div id="_mcePaste">&#60;lom:lifeCycle&#62;</div>
<div id="_mcePaste">&#60;!&#8211;Lifecycle Section&#8211;&#62;</div>
<div id="_mcePaste">&#60;lom:contribute&#62;</div>
<div id="_mcePaste">&#60;lom:role&#62;</div>
<div id="_mcePaste">&#60;lom:source&#62;LOMv1.0&#60;/lom:source&#62;</div>
<div id="_mcePaste">&#60;lom:value&#62;author&#60;/lom:value&#62;</div>
<div id="_mcePaste">&#60;/lom:role&#62;</div>
<div id="_mcePaste">&#60;lom:entity&#62;BEGIN:vcard</div>
<div id="_mcePaste">FN:David McMurray</div>
<div id="_mcePaste">END:vcard&#60;/lom:entity&#62;</div>
<div id="_mcePaste">&#60;lom:date&#62;</div>
<div id="_mcePaste">&#60;lom:dateTime&#62;2008-12-18T10:11:07.608&#60;/lom:dateTime&#62;</div>
<div id="_mcePaste">&#60;/lom:date&#62;</div>
<div id="_mcePaste">&#60;/lom:contribute&#62;</div>
<div id="_mcePaste">&#60;lom:contribute&#62;</div>
<div id="_mcePaste">&#60;lom:role&#62;</div>
<div id="_mcePaste">&#60;lom:source&#62;LOMv1.0&#60;/lom:source&#62;</div>
<div id="_mcePaste">&#60;lom:value&#62;publisher&#60;/lom:value&#62;</div>
<div id="_mcePaste">&#60;/lom:role&#62;</div>
<div id="_mcePaste">&#60;lom:entity&#62;BEGIN:vcard</div>
<div id="_mcePaste">FN:University of Minnesota Press, Minneapolis</div>
<div id="_mcePaste">END:vcard&#60;/lom:entity&#62;</div>
<div id="_mcePaste">&#60;lom:date&#62;</div>
<div id="_mcePaste">&#60;lom:dateTime&#62;2000-04-05T00:00:00Z&#60;/lom:dateTime&#62;</div>
<div id="_mcePaste">&#60;/lom:date&#62;</div>
<div id="_mcePaste">&#60;/lom:contribute&#62;</div>
<div id="_mcePaste">&#60;ns1:course xmlns:imsmd=&#8221;http://www.imsglobal.org/xsd/imsmd_v1p2&#8243;&#62;</div>
<div id="_mcePaste">&#60;ns1:courseIdentifier&#62;CAWA&#60;/ns1:courseIdentifier&#62;</div>
<div id="_mcePaste">&#60;ns1:courseTitle&#62;</div>
<div id="_mcePaste">&#60;ns1:string language=&#8221;en&#8221;&#62;Arab World Studies&#60;/ns1:string&#62;</div>
<div id="_mcePaste">&#60;/ns1:courseTitle&#62;</div>
<div id="_mcePaste">&#60;ns1:coursePresentation&#62;</div>
<div id="_mcePaste">&#60;ns1:coursePresentationCohort&#62;10&#60;/ns1:coursePresentationCohort&#62;</div>
<div id="_mcePaste">&#60;/ns1:coursePresentation&#62;</div>
<div id="_mcePaste">&#60;/ns1:course&#62;</div>
<div id="_mcePaste">&#60;/lom:lifeCycle&#62;</div>
<div id="_mcePaste">&#60;lom:metaMetadata&#62;</div>
<div id="_mcePaste">&#60;!&#8211;Metametadata Section&#8211;&#62;</div>
<div id="_mcePaste">&#60;lom:identifier&#62;</div>
<div id="_mcePaste">&#60;lom:catalog&#62;ISBN/ISSN&#60;/lom:catalog&#62;</div>
<div id="_mcePaste">&#60;lom:entry&#62;9780816625079&#60;/lom:entry&#62;</div>
<div id="_mcePaste">&#60;/lom:identifier&#62;</div>
<div id="_mcePaste">&#60;lom:contribute&#62;</div>
<div id="_mcePaste">&#60;lom:role&#62;</div>
<div id="_mcePaste">&#60;lom:source&#62;LOMv1.0&#60;/lom:source&#62;</div>
<div id="_mcePaste">&#60;lom:value&#62;creator&#60;/lom:value&#62;</div>
<div id="_mcePaste">&#60;/lom:role&#62;</div>
<div id="_mcePaste">&#60;lom:entity&#62;BEGIN:vcard</div>
<div id="_mcePaste">FN:Charles Duncan</div>
<div id="_mcePaste">ORG:Intrallect Ltd</div>
<div id="_mcePaste">EMAIL:C.Duncan@intrallect.com</div>
<div id="_mcePaste">END:vcard&#60;/lom:entity&#62;</div>
<div id="_mcePaste">&#60;lom:date&#62;</div>
<div id="_mcePaste">&#60;lom:dateTime&#62;2008-12-18T10:11:07.610&#60;/lom:dateTime&#62;</div>
<div id="_mcePaste">&#60;/lom:date&#62;</div>
<div id="_mcePaste">&#60;/lom:contribute&#62;</div>
<div id="_mcePaste">&#60;lom:metadataSchema&#62;IEEE LOM 1.0&#60;/lom:metadataSchema&#62;</div>
<div id="_mcePaste">&#60;lom:language&#62;en&#60;/lom:language&#62;</div>
<div id="_mcePaste">&#60;/lom:metaMetadata&#62;</div>
<div id="_mcePaste">&#60;lom:technical&#62;</div>
<div id="_mcePaste">&#60;!&#8211;Technical Section&#8211;&#62;</div>
<div id="_mcePaste">&#60;lom:format&#62;application/pdf&#60;/lom:format&#62;</div>
<div id="_mcePaste">&#60;lom:size&#62;2182217&#60;/lom:size&#62;</div>
<div id="_mcePaste">&#60;lom:location&#62;test&#60;/lom:location&#62;</div>
<div id="_mcePaste">&#60;/lom:technical&#62;</div>
<div id="_mcePaste">&#60;lom:rights&#62;</div>
<div id="_mcePaste">&#60;!&#8211;Rights Section&#8211;&#62;</div>
<div id="_mcePaste">&#60;lom:copyrightAndOtherRestrictions&#62;</div>
<div id="_mcePaste">&#60;lom:source&#62;LOMv1.0&#60;/lom:source&#62;</div>
<div id="_mcePaste">&#60;lom:value&#62;yes&#60;/lom:value&#62;</div>
<div id="_mcePaste">&#60;/lom:copyrightAndOtherRestrictions&#62;</div>
<div id="_mcePaste">&#60;lom:description&#62;</div>
<div id="_mcePaste">&#60;lom:string language=&#8221;en&#8221;&#62;University of Minnesota Press, Minneapolis, 2000&#60;/lom:string&#62;</div>
<div id="_mcePaste">&#60;/lom:description&#62;</div>
<div id="_mcePaste">&#60;/lom:rights&#62;</div>
<div id="_mcePaste">&#60;lom:relation&#62;</div>
<div id="_mcePaste">&#60;!&#8211;Relations Section&#8211;&#62;</div>
<div id="_mcePaste">&#60;ns2:claReporting xmlns:imsmd=&#8221;http://www.imsglobal.org/xsd/imsmd_v1p2&#8243;&#62;</div>
<div id="_mcePaste">&#60;ns2:claCodeA&#62;</div>
<div id="_mcePaste">&#60;ns2:claCodeASource&#62;</div>
<div id="_mcePaste">&#60;ns2:source&#62;CLA&#60;/ns2:source&#62;</div>
<div id="_mcePaste">&#60;ns2:value&#62;A&#60;/ns2:value&#62;</div>
<div id="_mcePaste">&#60;/ns2:claCodeASource&#62;</div>
<div id="_mcePaste">&#60;ns2:claCodeASourceInstitution&#62;University of Edinburgjh&#60;/ns2:claCodeASourceInstitution&#62;</div>
<div id="_mcePaste">&#60;/ns2:claCodeA&#62;</div>
<div id="_mcePaste">&#60;/ns2:claReporting&#62;</div>
<div id="_mcePaste">&#60;ns2:claReporting xmlns:imsmd=&#8221;http://www.imsglobal.org/xsd/imsmd_v1p2&#8243;&#62;</div>
<div id="_mcePaste">&#60;ns2:claCodeA&#62;</div>
<div id="_mcePaste">&#60;ns2:claCodeASource&#62;</div>
<div id="_mcePaste">&#60;ns2:source&#62;CLA&#60;/ns2:source&#62;</div>
<div id="_mcePaste">&#60;ns2:value&#62;A&#60;/ns2:value&#62;</div>
<div id="_mcePaste">&#60;/ns2:claCodeASource&#62;</div>
<div id="_mcePaste">&#60;ns2:claCodeASourceInstitution&#62;University of Edinburgh&#60;/ns2:claCodeASourceInstitution&#62;</div>
<div id="_mcePaste">&#60;/ns2:claCodeA&#62;</div>
<div id="_mcePaste">&#60;/ns2:claReporting&#62;</div>
<div id="_mcePaste">&#60;/lom:relation&#62;</div>
<div id="_mcePaste">&#60;lom:classification&#62;</div>
<div id="_mcePaste">&#60;!&#8211;Classification Section&#8211;&#62;</div>
<div id="_mcePaste">&#60;lom:purpose&#62;</div>
<div id="_mcePaste">&#60;lom:source&#62;LOMv1.0&#60;/lom:source&#62;</div>
<div id="_mcePaste">&#60;lom:value&#62;discipline&#60;/lom:value&#62;</div>
<div id="_mcePaste">&#60;/lom:purpose&#62;</div>
<div id="_mcePaste">&#60;lom:taxonPath&#62;</div>
<div id="_mcePaste">&#60;lom:source&#62;</div>
<div id="_mcePaste">&#60;lom:string language=&#8221;en&#8221;&#62;intrallect&#60;/lom:string&#62;</div>
<div id="_mcePaste">&#60;/lom:source&#62;</div>
<div id="_mcePaste">&#60;lom:taxon&#62;</div>
<div id="_mcePaste">&#60;lom:id&#62;b00&#60;/lom:id&#62;</div>
<div id="_mcePaste">&#60;lom:entry&#62;</div>
<div id="_mcePaste">&#60;lom:string language=&#8221;en&#8221;&#62;Books&#60;/lom:string&#62;</div>
<div id="_mcePaste">&#60;/lom:entry&#62;</div>
<div id="_mcePaste">&#60;/lom:taxon&#62;</div>
<div id="_mcePaste">&#60;/lom:taxonPath&#62;</div>
<div id="_mcePaste">&#60;/lom:classification&#62;</div>
<div id="_mcePaste">&#60;/lom:lom&#62;</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to retrieve a single entity from CRM]]></title>
<link>http://dynamicsexpert.wordpress.com/2009/11/17/how-to-retrieve-a-single-entity-from-crm/</link>
<pubDate>Tue, 17 Nov 2009 07:49:20 +0000</pubDate>
<dc:creator>dynamicsexpert</dc:creator>
<guid>http://dynamicsexpert.wordpress.com/2009/11/17/how-to-retrieve-a-single-entity-from-crm/</guid>
<description><![CDATA[MetadataService metadataService = GetMetadataService(&#8220;contoso&#8221;); RetrieveEntityRequest r]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>MetadataService metadataService = GetMetadataService(&#8220;contoso&#8221;);</p>
<p>RetrieveEntityRequest request = new RetrieveEntityRequest();<br />
request.EntityItems = EntityItems.All;</p>
<p>request.RetrieveAsIfPublished = true;</p>
<p>request.LogicalName = &#8220;account&#8221;;<br />
RetrieveEntityResponse response = (RetrieveEntityResponse)metadataService.Execute(request);<br />
http://www.dynamicsexchange.com/Technology%20Resources/#Workflow  go to section  devloper tutorial for crm tutorials</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[BOA: tesi di dottorato e nuove funzionalità]]></title>
<link>http://bonariabiancu.wordpress.com/2009/11/16/boa-tesi-di-dottorato-e-nuove-funzionalita/</link>
<pubDate>Mon, 16 Nov 2009 19:15:23 +0000</pubDate>
<dc:creator>bonaria</dc:creator>
<guid>http://bonariabiancu.wordpress.com/2009/11/16/boa-tesi-di-dottorato-e-nuove-funzionalita/</guid>
<description><![CDATA[BOA (Bicocca Open Archive), il repository istituzionale dell&#8217;Università di Milano-Bicocca ha r]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.boa.unimib.it" target="_blank"><strong>BOA (Bicocca Open Archive)</strong></a>, il repository istituzionale dell&#8217;<strong><a href="http://www.unimib.it" target="_blank">Università di Milano-Bicocca</a></strong> ha rilasciato nuove, importanti funzionalità. Dopo cinque mesi di lavoro, presentiamo agli utenti in questi giorni le seguenti innovazioni:</p>
<ul>
<li><strong>Deposito delle tesi di dottorato in formato elettronico</strong></li>
<li><strong>Export delle citazioni delle pubblicazioni nei  principali formati bibliografici</strong></li>
<li><strong>Aumento dell&#8217;utenza potenziale e dell&#8217;inserimento pubblicazioni</strong></li>
<li><strong>Servizio di verifica delle policy editoriali</strong></li>
<li><strong>Miglioramento del sistema di notifica</strong></li>
<li><strong>Miglioramento del sistema di alerting</strong></li>
<li><strong>Miglioramento di alcuni aspetti del layout</strong></li>
</ul>
<p>In realtà, per alcune funzionalità sono stati necessari ben più di cinque mesi di lavoro (es.:<strong> tesi di dottorato</strong>) così come su altre lavoriamo all&#8217;incirca dall&#8217;entrata in produzione dell&#8217;archivio (es.: il <strong>servizio di verifica delle policy editoriali</strong>). Se volete saperne di più, potete consultare la <a href="http://www.biblio.unimib.it/XML/contenuti/news/dett.jsp?_cid=c613786c&#38;param1=91434430&#38;param2=682020802&#38;_crc=ac3b5b1a" target="_blank"><strong>news dedicata</strong></a> sul <a href="http://www.biblio.unimib.it" target="_blank"><strong>sito della Biblioteca</strong></a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[New Music Search Engine Strays From the Herd]]></title>
<link>http://laurenrugani.wordpress.com/2009/11/16/herd_it/</link>
<pubDate>Mon, 16 Nov 2009 18:39:50 +0000</pubDate>
<dc:creator>Lauren Rugani</dc:creator>
<guid>http://laurenrugani.wordpress.com/2009/11/16/herd_it/</guid>
<description><![CDATA[Searching for new music can be a daunting task. Services like Apple’s iTunes or the website last.fm ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Searching for new music can be a daunting task. Services like <a href="http://www.apple.com/itunes/overview/" target="_blank">Apple’s iTunes</a> or the website <a href="http://www.last.fm/" target="_blank">last.fm</a> make it relatively easy to find music similar to songs or artists you already listen to. But type in “instrumentals for yoga class” and you probably won’t get very far.</p>
<p><a href="http://cosmal.ucsd.edu/~lbarring/" target="_blank"> Luke Barrington</a>, a PhD student at the University of California San Diego, plans to change that with the beta version of his music search engine, <a href="http://herdit.org/music/" target="_blank">Herd It</a>, which he launched last week. His goal is to find and recommend music based on natural-language searches, providing users with both familiar and new songs that share acoustic qualities.</p>
<p>When he recently pitted his recommendation software against Apple’s music recommendation system, Genius, he found that users were equally satisfied with playlists suggested by both methods.</p>
<p>Genius is what Barrington labels a “metadata-based” system. The software associates music with information not necessarily related to the audio content, such as the name of the song, artist and album, and then averages statistics about how many users purchase and play each track. In other words, Genius is just telling you, “the people that listen to this song also listen to that song,” and suggests you do the same.</p>
<p>Barrington’s approach is more similar to the <a href="http://www.pandora.com/#/about" target="_blank">Pandora Radio</a> model, or what he calls a content-based system, which builds playlists with songs that have similar sounds. Humans assign semantic descriptors to each of Pandora’s more than one million songs based on genre, emotion, instruments or vocals. For example, typing “<a href="http://www.kingsofleon.com/" target="_blank">Kings of Leon</a>” into the search box produces a playlist featuring “electric rock instrumentation, a subtle use of vocal harmony, mild rhythmic syncopation, major key tonality and electric rhythm guitars.”</p>
<p>Herd It builds upon both Apple’s <a href="http://en.wikipedia.org/wiki/Crowdsourcing" target="_blank">crowdsourcing</a> mentality and Pandora’s natural-language song characterization, but incorporates machine learning to go beyond the capabilities of either system. Barrington created an algorithm to identify acoustic patterns in a song that predict a semantic tag. It then finds similar patterns in other songs and applies the tag automatically, eliminating the need to tag every song separately.</p>
<p>To this end, Barrington created a <a href="http://apps.facebook.com/herd-it/" target="_blank">game on Facebook</a> that allows users to ascribe qualities to thirty-second long clips of popular songs in a variety of genres. There are nearly 150 tags related to instrumentation, vocals, style, emotion, and even where you would prefer to listen to a song (relaxing at the beach, dancing at a party, while driving, etc.). When enough people independently agree on the same tag for a song, the algorithm learns to assign that tag to songs with similar acoustic patterns.</p>
<p>&#8220;Your definition of why a song is cool or why it goes well with another song may be quite different from mine,&#8221; Barrington said. &#8220;We&#8217;re hoping that the demographic information that we get from <span id="lw_1258392733_6" class="yshortcuts">Facebook</span> will help us to use Herd It data to learn demographic-specific representations of tags, like &#8216;teenage girls from San Diego think that this song rocks&#8217; or &#8216;middleaged housewives from Europe would find this tune romantic&#8217;.&#8221; As the algorithm evolves, Herd It could one day provide personalized recommendations.</p>
<p>The machine gets smarter as more people play the game and as more music is available. Herd It&#8217;s current database is relatively small (about 10,000 songs) but Barrington hopes to partner with a major license holder for access to a more comprehensive collection. Since the algorithm is trained to read only acoustic qualities, it can be compatible with any music service. So while existing music recommendation engines build playlists around a specific song or artist, Herd It, in theory, should be able to create a playlist based on the query, “jazz trumpet melodies for a romantic dinner.”</p>
<p>There is even an option on Herd It for artists to upload their own music, which automatically receives relevant tags and is just as likely to appear on a playlist as any popular song with the same tags – an attribute not available through Genius, which requires that any new song they wish to add to their collection must first be listened to by a large number of users.</p>
<p>Barrington&#8217;s ultimate music recommendation engine would incorporate aspects of Genius&#8217; <a href="http://en.wikipedia.org/wiki/Collaborative_filtering" target="_blank"><span id="lw_1258395589_5" class="yshortcuts" style="border-bottom:1px dashed #0066cc;cursor:pointer;">collaborative filtering</span></a> that leverage huge amounts of user ratings and information that is hard to extract from just listening to the audio (e.g., popularity, release data, artist similarity, etc.), into Herd It so that any new song can immediately be added and recommended in the same context as older or more popular tunes. “Our system doesn&#8217;t know anything that the average music fan is aware of,&#8221; said Barrington. &#8220;Once we add that information in, we think we can build something that is really smarter than Genius.&#8221;</p>
<p><em>Play the Herd It game on Facebook at <a href="http://apps.facebook.com/herd-it/" target="_blank">http://apps.facebook.com/herd-it/</a> or request to try out the Herd It music discovery engine <a href="http://herdit.org/music/#" target="_blank">here</a>.<br />
</em></p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:163px;width:1px;height:1px;">Genius requires that any new song they wish to add to their collection must first be listened to by a large number of users.</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Guide for converting DVDs to MP4]]></title>
<link>http://ohgoodthevoicesareback.wordpress.com/2009/11/14/guide-for-converting-dvds-to-mp4/</link>
<pubDate>Sat, 14 Nov 2009 21:46:36 +0000</pubDate>
<dc:creator>ogtvab</dc:creator>
<guid>http://ohgoodthevoicesareback.wordpress.com/2009/11/14/guide-for-converting-dvds-to-mp4/</guid>
<description><![CDATA[I have been asked numerous times about how to encode purchased DVDs into the video equivalent of MP3]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:left;">I have been asked numerous times about how to encode purchased DVDs into the video equivalent of MP3. For me, and many others, this is MP4.</p>
<p style="text-align:center;"><img class="alignnone size-medium wp-image-344" title="DVD to MP4" src="http://ohgoodthevoicesareback.wordpress.com/files/2009/11/dvd_to_mp4_icon.png?w=300" alt="DVD to MP4" width="300" height="122" /></p>
<p>The below steps will explain how to convert a DVD into a MP4 format, complete with metadata and artwork. (The process is nearly identical on Windows and Mac &#8211; Sorry Linux fans, I have yet to dabble with this on that platform, but I&#8217;m sure it&#8217;s almost the same too)</p>
<p>Even though you own the DVD, the act of ripping it and converting to another format is still very much a legal grey area. (I hope this guide doesn&#8217;t get pulled because of this!)</p>
<p style="padding-left:30px;"><strong>You will need a few applications;<br />
</strong><a title="MacTheRipper" href="http://www.versiontracker.com/dyn/moreinfo/macosx/22715" target="_blank">MacTheRipper</a> (Mac) or <a title="DVDShrink" href="http://www.dvdshrink.org/" target="_blank">DVDShrink</a> (Windows)<br />
<a title="Handbrake" href="http://handbrake.fr/" target="_blank"> Handbrake</a> (Mac &#38; <a title="Windows version of MetaX" href="http://www.danhinsley.com/MetaX.htm" target="_blank">Windows</a>)<br />
<a title="MetaX" href="http://www.kerstetter.net/index.php/projects/software/metax" target="_blank"> MetaX</a> (Mac &#38; Windows) or <a title="Subler" href="http://code.google.com/p/subler/" target="_blank">Subler</a> (Mac)</p>
<p style="padding-left:30px;"><strong>And a few sites to help with obtaining the metadata;</strong><br />
<a title="The Internet Move Database" href="http://www.imdb.com/" target="_blank"> IMDb</a> (General Data)<br />
<a title="Netflix" href="http://www.netflix.com/BrowseSelection" target="_blank"> Netflix</a> (Genre and Outline)<br />
<a title="Barnes &#38; Noble" href="http://video.barnesandnoble.com/dvds/index.asp?" target="_blank"> Barnes &#38; Noble</a> (Chapters)<br />
<a title="tagChimp" href="http://www.tagchimp.com/" target="_blank">tagChimp</a> (General Data and Chapters)<br />
<a title="Wikipedia" href="http://en.wikipedia.org" target="_blank"> Wikipedia</a> (General Data)<br />
<a title="Get Video Artwork" href="http://www.getvideoartwork.com/" target="_blank"> Get Video Artwork</a> (High resolution artwork)<br />
<a title="Blockbuster UK" href="http://www.blockbuster.co.uk/" target="_blank"> Blockbuster</a> (UK Ratings)<br />
<a title="Internet Movie Poster DataBase" href="http://www.movieposterdb.com/" target="_blank"> Internet Movie Poster Database</a> (Last resort if you cannot find decent artwork)</p>
<h2 style="text-align:center;">Ripping the DVD</h2>
<p>Handbrake can convert straight form the physical disk itself, but I prefer to rip it to my Hard Drive first.</p>
<p>With MacTheRipper, it&#8217;s easier to insert the disk and click &#8220;Go!&#8221;. This will rip the entire contents of the DVD, allowing you to pick out the parts you need later. Ripping a specific Title can be a bit fiddly.</p>
<p>DVDShrink can do the same thing via the &#8220;Entire Disk&#8221; button. But it is much easier to rip just the Title of the Main Feature using the Re-Author option.</p>
<p>To save getting into unnecessary detail, for the purpose of this guide, rip the whole Disk.</p>
<h2 style="text-align:center;">Encoding the Movie</h2>
<p style="text-align:center;"><a href="http://ohgoodthevoicesareback.wordpress.com/files/2009/11/handbrake_main_screen.png" target="_blank"><img class="alignnone size-medium wp-image-333" title="Handbrake Main Screen" src="http://ohgoodthevoicesareback.wordpress.com/files/2009/11/handbrake_main_screen.png?w=300" alt="Handbrake Main Screen" width="300" height="252" /></a></p>
<p><strong><span style="color:#ff0000;">1.</span></strong> <strong>Launch Handbrake</strong>. You should be prompted for the Source File(s). If not, select <strong>File</strong>&#62;<strong>Open</strong>.</p>
<p><strong><span style="color:#ff0000;">2.</span></strong> Handbrake will scan the Contents. Once finished, open the Preset tray and select <strong>Universal</strong>.</p>
<p><strong><span style="color:#ff0000;">3.</span></strong> In the main screen <strong>pick the Title</strong> you want to encode. This is usually the longest one for the main feature. Play the DVD elsewhere and take note of the Title number to be sure.</p>
<p><strong><span style="color:#ff0000;">4.</span></strong> <strong>Type in the location and name of your desired output file</strong> (for the Windows version, all special characters must be removed. You can change the filename after).</p>
<p>The default setup here should be fine for most people, so it is safe to skip onto the Audio and Subtitles Step &#8211; you will be left with a perfectly acceptable video file. If you&#8217;re interested in some of the finer points, read on&#8230;</p>
<p><strong><span style="color:#ff0000;">5.</span></strong> In the <strong>Video tab</strong> click <strong>Picture Settings</strong>.</p>
<p style="text-align:center;"><a href="http://ohgoodthevoicesareback.wordpress.com/files/2009/11/handbrake_picture_settings.jpg" target="_blank"><img class="alignnone size-medium wp-image-338" title="HandBrake Picture Settings" src="http://ohgoodthevoicesareback.wordpress.com/files/2009/11/handbrake_picture_settings.jpg?w=300" alt="HandBrake Picture Settings" width="300" height="162" /></a></p>
<p><strong><span style="color:#ff0000;">5a</span></strong><span style="color:#ff0000;">.</span> Set Anamorphic to <strong>Strict</strong> &#8211; this will force Handbrake to keep a pixel-for-pixel resolution of the original (no scaling like with the loose option)</p>
<p>Because of this, you have to adjust the Cropping to keep the video the correct shape;</p>
<p><strong><span style="color:#ff0000;">5b.</span></strong> Set the crop to <strong>Custom</strong> and adjust the numbers so that they are <strong>multiples of 16 </strong>(this is to do with <a title="Handbrake - macroblocks" href="http://trac.handbrake.fr/wiki/AnamorphicGuide#macro" target="_self">macroblocks</a> &#8211; there are numerous post online explaining this, but for now trust me, 16 is the magic number) <strong>and even numbers</strong> (e.g. if you find you have 71 and 73 for the top and bottom, you should change them to 72 and 72 &#8211; this is to do with efficient encoding).</p>
<p>Keep note of how much of the video you are cutting away or adding back. adding too much back may leave more black edges than you would have liked. Cutting too much away may take away too much of the film. The last one is highly unlikely as, when overscan on CRT TVs was an issue, the extreme edges of the film were cut off anyway.</p>
<p><strong><span style="color:#ff0000;">5c.</span></strong> If your source is interlaced or Telecined (again, <a title="Handbrake - Telecine" href="http://trac.handbrake.fr/wiki/Telecine" target="_blank">plenty of posts about this elsewhere</a>) <strong>select the relevant Filters</strong>. Decomb can be left on if you are unsure, as this is like a &#8217;safe&#8217; de-interlacer that will only be brought into effect if needed.</p>
<p><strong><span style="color:#ff0000;">5d.</span></strong> Now check your Source, Output and Anamorphic numbers;</p>
<p>The Output should be the source minus your crop values, exactly. The Anamorphic should with the same height as the Output. <em>This can be ignored if you have chosen &#8220;Loose Anamorphic&#8221;. I prefer strict as you are left with an exact pixel-for-pixel copy of the original without any scaling.</em></p>
<p><strong><span style="color:#ff0000;">6.</span></strong> Onto the <strong>Audio and Subtitles Tab</strong>.</p>
<p style="text-align:center;"><a href="http://ohgoodthevoicesareback.wordpress.com/files/2009/11/handbrake_audio_subs.png" target="_blank"><img class="alignnone size-medium wp-image-331" title="Handbrake Audio and Subtitles" src="http://ohgoodthevoicesareback.wordpress.com/files/2009/11/handbrake_audio_subs.png?w=300" alt="Handbrake Audio and Subtitles" width="300" height="151" /></a></p>
<p><strong><span style="color:#ff0000;">6a.</span></strong> The default here is for track 1 to be an <strong>AAC Pro Logic II </strong>mix-down of the 5.1 AC3 source, with Tack 2 being a <strong>passthru</strong> of the source. <strong>This is fine in nearly every case</strong>.</p>
<p>The two tracks are for compatibility. The Apple TV and Media Players can pick off the AC3 5.1 track (Amplifier friendly) whereas the iPhone and iPods can use the Pro Logic II track, as it&#8217;s just stereo. The ProLogic II allows those with PLII amps to playback the pseudo-5.1 from the portable devices too.</p>
<p>Ideally you would do away with both of these and choose the 6-Channel discrete AAC, as this is the ideal equivalent to AC3 5.1. But due to a slow uptake on this standard we are forced to use the 2-Track method above, breaking the MP4 standards. Plex and XBMC can down-sample 6-Channel discrete AAC to AC3 5.1, but they are the only ones, leaving you with a file un-playable on the iPods and iPhone and a mix-down to something non-AC3 from the Apple TV. A real shame, but what can you do?</p>
<p>You can set the 2nd Track to None <strong>if the source is only Stereo or Dolby Surround</strong> (no point have two sets of 2-Channel tracks).</p>
<p><strong><span style="color:#ff0000;">6b.</span></strong> Choose any <strong>subtitles</strong> you would like hard-encoded to the movie file. These will be &#8216;burnt&#8217; onto the video itself so be sure before you choose any (such as Forces Subtitles where some Movies may have translated scenes).<em> I will post another guide for adding soft-subs to your files once I have found a bullet-proof method.</em></p>
<p><span style="color:#ff0000;"><strong>7.</strong></span> The <strong>Chapters Tab.</strong></p>
<p style="text-align:center;"><strong><a href="http://ohgoodthevoicesareback.wordpress.com/files/2009/11/handbrake_chapters.png" target="_blank"><img class="alignnone size-medium wp-image-332" title="HandBrake Chapters" src="http://ohgoodthevoicesareback.wordpress.com/files/2009/11/handbrake_chapters.png?w=300" alt="HandBrake Chapters" width="300" height="151" /></a></strong></p>
<p><span style="color:#ff0000;"><strong>7a.</strong></span> <strong>Fill in the chapters</strong> via whichever method suites you (copy and pasting from one of the sites listed above, manually from the DVD box, or choose your own by watching the movie).</p>
<p>The <strong>Advanced Tab</strong> can be <strong>left alone</strong>, as this is really reserved for the hard-core tinkeres.</p>
<p><strong><span style="color:#ff0000;">8.</span></strong> Click <strong>Add To Queue</strong> or <strong>Start</strong> depending on how many DVDs you are encoding. Depending on your Computer, the encoding process can take anywhere from 1 hour to 1 day (yes my 8 year old PC used to take a whole day to do this!).</p>
<h2 style="text-align:center;">Adding the Metadata, or &#8216;tags&#8217;</h2>
<p>If you&#8217;re only interested in a file to playback the Movie, indifferent to cataloguing your collection, you can skip adding any data to the file. I, however, like having all the information stored within the file, like with MP3s (it&#8217;s only Apple Media players and various Operating Systems that can read this data for now, but this will change).</p>
<p><strong>Open</strong> your weapon of choice, be it <strong>MetaX</strong>, <strong>Subler</strong> or one of the more obscure ones and <strong>populate all the required fields</strong>. The sites listed above are great for this.</p>
<p>Once complete, <strong>Save</strong>/<strong>Write</strong> the data to the file.</p>
<p><strong>You&#8217;re done!</strong></p>
<p style="text-align:center;"><strong><a href="http://ohgoodthevoicesareback.wordpress.com/files/2009/11/tutorial_movie_screenshot.jpg" target="_blank"><img class="alignnone size-medium wp-image-341" title="Tutorial Movie Screenshot" src="http://ohgoodthevoicesareback.wordpress.com/files/2009/11/tutorial_movie_screenshot.jpg?w=300" alt="Tutorial Movie Screenshot" width="300" height="158" /></a></strong></p>
<p>The file you are left with is about 33% to 50% the size of the DVD Title and can be imported to iTunes with all the data intact. It will be exactly the same resolution as the original (if you choose the &#8217;strict&#8217; method) and can be played back on almost any device &#8211; one file the rule them all!</p>
<p>I will post a guide for Blu-ray and High Def rips once that process has been more streamlined and standardised.</p>
<h2 style="text-align:center;">Some likely questions and things to note</h2>
<p><strong>Why choose the &#8216;Universal&#8217; Preset?<br />
</strong>This is the most compatible format to use. It leaves out all the unnecessary &#8216;extras&#8217; that make it un-playable on some devices. One example is the <a title="Bi-directional predicted frames (or slices,) a.k.a. B pictures" href="http://en.wikipedia.org/wiki/Video_compression_picture_types#Bi-directional_predicted_frames_.28or_slices.2C.29_a.k.a._B_pictures" target="_blank">B-frames</a> added for the Apple TV preset &#8211; this only saves about 10% more file space but makes no improvements to video quality.<br />
The consoles are always changing their requirements and therefore rendering their presets useless too often. They are being removed from the next release I believe.<br />
The AVI container is a dying format and will also be removed from the next release of Handbrake.<br />
The device-specific presets reduce the resolution for playback via the device&#8217;s screen only &#8211; too low for TV use really.</p>
<p><strong>Be careful of blank chapters at the end of a Title.<br />
</strong>Some DVDs are authored with a chapter at the end of the movie no more than about 3 seconds long. This is to help with the menu navigation (I think) and can be left out (select the previous Chapter as the last one in Handbrake&#8217;s main screen). leaving it in will result in an unwanted entry at the end of your Chapter List &#8211; not a huge deal, but irritating non the less.</p>
<p><strong>Double-check your Movie duration once encoding is complete.<br />
</strong>Handbrake will add or remove a few frames here and there to keep things in sync (nothing that can be spotted during playback, don&#8217;t worry) so the output file&#8217;s duration should be the same as the original, give or take a few seconds at the most. The movie studios are very aware that programs like Handbrake can circumvent most attempts to prevent encoding, so have started adding deliberate errors to the DVDs. These errors are handled by stand-alone players no problem, and skipped over, but many can cause Handbrake to choke. I am suffering from this issue with Iron Man &#8211; selecting the subtitle track for the bits of translation at various scenes causes Handbrake to drop whole scenes from the movie, leaving me with a file a full 15 minutes too short. This is because they haven&#8217;t kept that particular subtitle track&#8217;s time-stamp in sync with the main movie&#8230; sneaky cretins.</p>
<p><strong>You can set the Constant Quality to anything from 59% to 62%.<br />
</strong>Anything lower will result in noticeable artefacts. Any higher and you are wasting space. In this version of Handbrake, the percentage is in relation to the original film source, not the DVD &#8211; setting it to 80% will result in a file the same size as the original DVD, any higher and the size balloons. In comparison, a Blu-ray is considered 95% percent of the original film source.</p>
<p><strong>The same method can be followed for TV Shows and 4:3 sources.<br />
</strong>Just select the required Title, or Chapter range, that relates to the episode you&#8217;re wanting.</p>
<p><strong>Some DVDs will flat-out refuse to rip.<br />
</strong>For these you can plump out for <a title="DVDFab" href="http://www.dvdfab.com/" target="_blank">DVDFab</a>.</p>
<p style="text-align:center;"><strong>Please post any questions relating to this guide in the comments below.<br />
I will respond as best I can.</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Code Generator]]></title>
<link>http://kuclukblog.wordpress.com/2009/11/13/code-generator/</link>
<pubDate>Fri, 13 Nov 2009 15:40:44 +0000</pubDate>
<dc:creator>kuclukblog</dc:creator>
<guid>http://kuclukblog.wordpress.com/2009/11/13/code-generator/</guid>
<description><![CDATA[Code generator adalah konstruksi software yang menghasilkan kode, merupakan sekumpulan kode yang men]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><em>Code generator</em> adalah konstruksi <em>software</em> yang menghasilkan kode, merupakan sekumpulan kode yang menghasilkan kode. <em>Code generation</em> adalah sebuah teknik yang umum digunakan dalam sebuah proyek pengembangan perangkat lunak.<em> </em></p>
<p><em>1. </em><em>Passive Code Generator</em></p>
<p><em>Passive code generator</em> dikembangkan satu kali dalam pengembangan perangkat lunak. Aplikasi ini menghasilkan kode yang kemudian akan dimodifikasi berulang kali oleh pengembang perangkat lunak.</p>
<p><em>2. </em><em>Active Code Generator</em></p>
<p><em>Code generator</em> yang termasuk dalam kategori ini menghasikan kode dimana <em>code generator</em> terus diubah menurut kebutuhan pengembang dalam sebuah proyek perangkat lunak.</p>
<p>Perbedaan dasar dari <em>active code generator</em> dan <em>passive code generator</em> adalah pada bagaimana kode yang dihasilkan direkayasa oleh pengembang, jika <em>code generator</em> menghasilkan kode yang baru setiap kali dijalankan, maka <em>code generator</em> merupakan bentuk aktif, sedangkan jika kode yang dihasilkan di ambil oleh pengembang, diubah dan direkayasa berarti kita menggunakan <em>code generator</em> bentuk pasif.</p>
<p><em>Active Code Generator</em> Dan <em>Generative Programming</em></p>
<p><em>Active Code Generator</em> memiliki kemampuan untuk menghasilkan produktifitas yang tinggi. Berbeda dengan <em>passive code generator</em>, <em>active code generator</em> tidak bergantung pada pengembang perangkat lunak untuk merekayasa kode yang dihasilkan oleh <em>code generator</em>. <em>Active code generator</em> biasanya terdiri dari tiga bagian :</p>
<ul>
<li><em>Metadata</em></li>
</ul>
<p><em>Metadata</em> adalah data yang menggambarkan data yang lain, untuk itu metadata memberikan bentuk atau form dari data.</p>
<ul>
<li><em>Pattern Template</em></li>
</ul>
<p><em>Pattern template</em> digunakan oleh code generator untuk menterjemahkan data yang dideskripsikan dari metadata menjadi bentuk yang lain.</p>
<ul>
<li><em>Code Generator</em></li>
</ul>
<p><em>Code generator</em> mengikat <em>metadata</em> dengan <em>pattern template</em> untuk menghasilkan kode yang diinginkan.</p>
<p>Dikemukakan oleh krzysztov czarnecky dan ulrich eisenecker dalam bukunya, <em>Generative Programming</em>: <em>Methods, Tools and Application</em>. <em>Generative Programming </em>menggunakan <em>active code generator </em>untuk menyelesaikan masalah dari rekayasa perangkat lunak.</p>
<p>Adapapun <em>active code generator </em>memiliki beberapa poin kunci berikut penjelasannya sebagai berikut :</p>
<ol>
<li>Hasilkan kode sebagai bagian dari proses eksekusi <em>code generator</em>.</li>
<li>Jaga kode yang dihasilkan terpisah dari kode sumber yang lain.</li>
<li>Jangan menempatkan kode yang dihasilkan <em>code generator </em>yang aktif dibawah kontrol  sumber.</li>
<li>Hindari penggabungan <em>active </em>dan <em>passive code generator.</em></li>
</ol>
<p>Sumber : http://www.ittelkom.ac.id/library/index.php?view=article&#38;catid=20%3Ainformatika&#38;id=169%3Acode-generator&#38;option=com_content&#38;Itemid=15FirefoxHTML\Shell\Open\Command</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Metadata: Rain, internet connections, and Andersonville]]></title>
<link>http://sesquicentennialmadness.wordpress.com/2009/11/13/metadata-rain-internet-connections-and-andersonville/</link>
<pubDate>Fri, 13 Nov 2009 09:50:14 +0000</pubDate>
<dc:creator>slave2tehtink</dc:creator>
<guid>http://sesquicentennialmadness.wordpress.com/2009/11/13/metadata-rain-internet-connections-and-andersonville/</guid>
<description><![CDATA[Apologies for the radio silence, the remains of Tropical Storm Ida have parked themselves over the M]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Apologies for the radio silence, the remains of Tropical Storm Ida have parked themselves over the Manor of Mixed Blessings and refuse to move.  This presents a problem for my internet life, because the Manor of Mixed Blessings is so far out in the boonies that I rely on satellite broadband for my internet connection.  Satellite is great under any number of conditions, but when heavy clouds and rain are overhead, my connectivity sucks.</p>
<p>That being said, I have managed to do some random surfing, and found <a href="http://www.angelfire.com/biz/toysoldierhq/BMC1.html">this place</a> which is selling, I shit you not, a 1/32 scale Andersonville prison playset.  Scroll down to the middle of the page.  One set contains the stockade and guard towers, and then the &#8220;Andersonville accessories&#8221; contains 24 little plastic Union POWs, tents and shebangs for them, and 8 teeny plastic Confederate guards.</p>
<p>I just keep looking at it.  I think I&#8217;m balanced nearly perfectly between &#8220;Oh. My. God. Who the hell even thinks that a toy version of the most deadly prison camp on American soil is a <i>good</i> idea?&#8221; and &#8220;Holy shit, I need the accessories set at the <i>very least</i> for my desk at work.&#8221;</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
