<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>MeCAT Management</title>
	<atom:link href="http://mecatproj.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mecatproj.wordpress.com</link>
	<description>The MEtadata CATalogue for ANSTO and the Australian Synchrotron</description>
	<lastBuildDate>Fri, 21 Oct 2011 11:30:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mecatproj.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>MeCAT Management</title>
		<link>http://mecatproj.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mecatproj.wordpress.com/osd.xml" title="MeCAT Management" />
	<atom:link rel='hub' href='http://mecatproj.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Access Controls &#8211; implementation</title>
		<link>http://mecatproj.wordpress.com/2011/04/27/access-controls-implementation/</link>
		<comments>http://mecatproj.wordpress.com/2011/04/27/access-controls-implementation/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 07:59:50 +0000</pubDate>
		<dc:creator>mecatproj</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Access Controls]]></category>

		<guid isPermaLink="false">http://mecatproj.wordpress.com/?p=90</guid>
		<description><![CDATA[I wrote about our Access Control requirements back in July last year.  Since then we&#8217;ve completed the design and basic implementation of the authentication and authorisation engines. The major elements of the access controls are: Access Controls are managed at the Experiment level, i.e. you either have access to the entire experiment or no access. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mecatproj.wordpress.com&#038;blog=14664978&#038;post=90&#038;subd=mecatproj&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I wrote about our Access Control requirements back in <a href="http://mecatproj.wordpress.com/2010/07/26/access-controls/">July last year</a>.  Since then we&#8217;ve completed the design and basic implementation of the authentication and authorisation engines.</p>
<p>The major elements of the access controls are:</p>
<ul>
<li>Access Controls are managed at the Experiment level, i.e. you either have access to the entire experiment or no access.</li>
<li>An Experiment can be flagged as public, allowing anonymous access to the experiment.</li>
<li>Supported Authentication methods currently include: Internal (Django), LDAP and VBL (Australian Synchrotron proprietary).  Additional methods can be added using an API.</li>
<li>Authorisation to experiments may be assigned to individual Users, (internal) Groups and External Groups (see below for an explanation).  Privileges currently include: Read Access, Write (Edit) and Data Owner (see below for a description).</li>
</ul>
<h3>Authentication</h3>
<p>MyTARDIS is built on Django, which has it own built in account management.  MyTARDIS supports the Django internal accounts, and has an API allowing additional authentication methods to be defined.  Users can have credentials from multiple user stores linked to a single Django account.  We currently support internal accounts, LDAP (Active Directory) and VBL (Australian Synchrotron proprietary) authentication.</p>
<h3>Authorisation</h3>
<p>We&#8217;ve modified the authorisation mechanism in Django to use ExperimentACLs.  The ExperimentACL defines access to an individual Experiment.</p>
<p>The three components of the ExperimentACL are:</p>
<ol>
<li>The ExperimentACL type</li>
<li>The rights being granted</li>
<li>The User, Group or External Group receiving the rights</li>
</ol>
<p>The ExperimentACL may either be a User ACL or System ACL. User ACLs are owned and managed by the Data Owner, while System ACLs are owned and managed by the system administrator.  This allows us to meet the use case of automatically granting read access to all experiments from a particular beamline to the beamline scientists (without the users being able to revoke that access).</p>
<p>The rights include:</p>
<ul>
<li>Read: the right to view the experiment</li>
<li>Write: the right to edit the metadata and add and remove new datafiles</li>
<li>Delete: the right to delete datasets or the entire experiment</li>
<li>Data Owner: the right to manage access for other users (User ExperimentACLs)</li>
</ul>
<p>As mentioned above, ExperimentACLs can assign rights to individual Users and internal Groups in the usual fashion.</p>
<p>External Groups provide an extensible authorisation mechanism, e.g. granting access based on location (IP address) or membership of a group in an LDAP repository.  A user&#8217;s external group membership is evaluated when they log on to the system.</p>
<p>One additional use case that hasn&#8217;t been addressed and which we are considering is temporary read access to an experiment.  This is useful when making a paper available for peer review prior to publication.  During the review period the researchers may want to make the data available to the reviewers as well.  Our current thinking is to provide a button that generates a time limited URL that has read access to the experiment, i.e. the URL embeds a time limited key.  Anyone who has access to the URL then has access to the experiment for a short period of time (which will be configurable).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mecatproj.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mecatproj.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mecatproj.wordpress.com&#038;blog=14664978&#038;post=90&#038;subd=mecatproj&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mecatproj.wordpress.com/2011/04/27/access-controls-implementation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1148219d1c289f7b9eb81be37dd63b67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mecatproj</media:title>
		</media:content>
	</item>
		<item>
		<title>Data Licensing</title>
		<link>http://mecatproj.wordpress.com/2011/04/27/data-licensing/</link>
		<comments>http://mecatproj.wordpress.com/2011/04/27/data-licensing/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 15:24:45 +0000</pubDate>
		<dc:creator>mecatproj</dc:creator>
				<category><![CDATA[Licensing]]></category>

		<guid isPermaLink="false">http://mecatproj.wordpress.com/?p=83</guid>
		<description><![CDATA[Data Licensing has slowly been growing as a topic within the MeCAT project.  From my perspective, adopting an existing license framework is the most attractive options as: Writing something from scratch will be expensive and time consuming. The existing framework should be well tested, thus more likely to meet expectations of data protection. An existing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mecatproj.wordpress.com&#038;blog=14664978&#038;post=83&#038;subd=mecatproj&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Data Licensing has slowly been growing as a topic within the MeCAT project.  From my perspective, adopting an existing license framework is the most attractive options as:</p>
<ul>
<li>Writing something from scratch will be expensive and time consuming.</li>
<li>The existing framework should be well tested, thus more likely to meet expectations of data protection.</li>
<li>An existing framework should be well known, i.e. users of the data will (hopefully) recognise the license and know what it means without further (time consuming) research of the license (thus promoting re-use of the data, which otherwise might simply be too much trouble).</li>
</ul>
<p>ANDS (our project funder) has a few pages on licensing, starting at <a href="http://ands.org.au/publishing/licensing.html">Data Re-use and Licensing Frameworks</a>.  Since they are paying the bills, it is an obvious place to start and a default first choice.  My understanding of where they are currently heading is <a href="http://www.gilf.gov.au/">GILF (AusGOAL)</a>, which is basically the Creative Commons licenses, a Restrictive License framework and a framework on how to apply it.</p>
<p>The <a href="http://www.dcc.ac.uk/resources/how-guides/license-research-data">UK Digital Curation Centre (DCC) How to License Research Data</a> provides a good summary of the various license frameworks.  Creative Commons certainly seems to be the leader based on my criteria above.</p>
<p>Creative Commons has been used for data and databases over the years, but data hasn&#8217;t been a focus for the organisation.  That appears to be changing, based on the Creative Commons blog entry <a href="http://creativecommons.org/weblog/entry/26283" target="_blank">CC and data[bases]: huge in 2011, what you can do</a>:  CC licenses are being encouraged and adapted for scientific data</p>
<p style="padding-left:30px;">&#8230; with the important caveat that CC 3.0 license conditions do not extend to “protect” a database that is otherwise uncopyrightable.</p>
<p>As others have pointed out (link needed), GILF is aimed at Government departments, and so while the basic framework seems appropriate, some of the <a href="http://www.gilf.gov.au/gilf-policy">GILF Policy</a> wording is potentially problematic in its reference to minimum requirements for agencies, employee requirements, etc.  ANDS is working with GILF to improve the wording.</p>
<p>So where does that leave MeCAT?  In the short term, I think we&#8217;ll use the CC 0 &#8211; 6 licenses as a starting point and review the decision as ANDS updates its position.  The Restrictive License would be useful as a starting point for researchers wanting to share data (only) with other researchers, however it isn&#8217;t an urgent consideration for us at the moment.</p>
<p>Attribution wording, liability, etc. are all still to be worked out.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mecatproj.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mecatproj.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mecatproj.wordpress.com&#038;blog=14664978&#038;post=83&#038;subd=mecatproj&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mecatproj.wordpress.com/2011/04/27/data-licensing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1148219d1c289f7b9eb81be37dd63b67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mecatproj</media:title>
		</media:content>
	</item>
		<item>
		<title>Brian Kelly on Mobile Technologies</title>
		<link>http://mecatproj.wordpress.com/2011/04/05/brian-kelly-on-mobile-technologies/</link>
		<comments>http://mecatproj.wordpress.com/2011/04/05/brian-kelly-on-mobile-technologies/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 14:41:49 +0000</pubDate>
		<dc:creator>mecatproj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mecatproj.wordpress.com/?p=74</guid>
		<description><![CDATA[Brian Kelly recently posted on Mobile Technologies: Why Library Staff Should be Interested.  It&#8217;s not directly related to MeCAT, but given the number of discussions and conferences on data management, it is of interest. My observation about the use of Twitter at conferences is that a large number of the tweets nominate a topic that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mecatproj.wordpress.com&#038;blog=14664978&#038;post=74&#038;subd=mecatproj&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Brian Kelly recently posted on <a href="http://ukwebfocus.wordpress.com/2011/03/21/seminar-on-mobile-technologies-why-library-staff-should-be-interested/" target="_blank">Mobile Technologies: Why Library Staff Should be Interested</a>.  It&#8217;s not directly related to MeCAT, but given the number of discussions and conferences on data management, it is of interest.</p>
<p>My observation about the use of Twitter at conferences is that a large number of the tweets nominate a topic that has been covered, but require the reader to follow up, meaning later search for the relevant information, if they really want to understand what is being discussed, requiring a significant investment of time, which is always in short supply.   Having tools to tweet within a specific context, e.g. the conference, or better the particular session, would be useful.</p>
<p>Brian also reminded me I should get a webcam compatible with Ubuntu (which I&#8217;ve recently switched to).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mecatproj.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mecatproj.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mecatproj.wordpress.com&#038;blog=14664978&#038;post=74&#038;subd=mecatproj&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mecatproj.wordpress.com/2011/04/05/brian-kelly-on-mobile-technologies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1148219d1c289f7b9eb81be37dd63b67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mecatproj</media:title>
		</media:content>
	</item>
		<item>
		<title>Experimental Equipment</title>
		<link>http://mecatproj.wordpress.com/2011/01/14/experimental-equipment/</link>
		<comments>http://mecatproj.wordpress.com/2011/01/14/experimental-equipment/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 03:50:56 +0000</pubDate>
		<dc:creator>mecatproj</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Schema]]></category>

		<guid isPermaLink="false">http://mecatproj.wordpress.com/?p=68</guid>
		<description><![CDATA[Part of the information we want to store about an experiment is the equipment used to conduct the experiment. Note that this is only used to identify and provide static information about the equipment, any information which is dynamic, such as configuration settings, will be stored as parameters against the relevant datafiles or datasets. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mecatproj.wordpress.com&#038;blog=14664978&#038;post=68&#038;subd=mecatproj&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Part of the information we want to store about an experiment is the equipment used to conduct the experiment.</p>
<p>Note that this is only used to identify and provide static information about the equipment, any information which is dynamic, such as configuration settings, will be stored as parameters against the relevant datafiles or datasets.</p>
<p>The benefits of explicitly identifying the equipment used in the experiment include:</p>
<ul>
<li>Being able to take any quirks of the equipment in to account when analysing the data.</li>
<li>Being able to find all data collected by a piece of equipment to facilitate analysis of the equipment performance.</li>
<li>Notifying users of any normalisation that needs to be performed on raw data, e.g. if part of the detector is accidentally burnt out.</li>
</ul>
<p>We considered a number of approaches to the design:</p>
<ol>
<li>Adding an Equipment table to TARDIS core schema</li>
<li>Extending ParameterSets to allow them to be shared between projects and creating an Equipment schema</li>
<li>Leaving Equipment out of TARDIS core functionality, implementing an Equipment register as a separate Django application and referencing the entry from a parameter</li>
</ol>
<p>We are currently working on the third approach, using a separate Equipment register, for the following reasons:</p>
<ul>
<li>A facility may already have an equipment register, or web pages describing the equipment, in which case the functionality is not required.</li>
<li> Maintaining information on equipment is not core functionality for TARDIS, which is about experimental metadata.</li>
<li>How the equipment information should be federated isn&#8217;t clear.  Using a separate register allows the link to be valid from any location while avoiding the replication problems.</li>
<li>Django&#8217;s architecture makes it easy to implement and deploy multiple small applications (such as an Equipment Register).</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mecatproj.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mecatproj.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mecatproj.wordpress.com&#038;blog=14664978&#038;post=68&#038;subd=mecatproj&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mecatproj.wordpress.com/2011/01/14/experimental-equipment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1148219d1c289f7b9eb81be37dd63b67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mecatproj</media:title>
		</media:content>
	</item>
		<item>
		<title>Press Release</title>
		<link>http://mecatproj.wordpress.com/2010/10/27/press-release/</link>
		<comments>http://mecatproj.wordpress.com/2010/10/27/press-release/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 03:08:43 +0000</pubDate>
		<dc:creator>mecatproj</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://mecatproj.wordpress.com/?p=63</guid>
		<description><![CDATA[MeCAT has an official press release: ANSTO and Australian Synchrotron choose Aussie software<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mecatproj.wordpress.com&#038;blog=14664978&#038;post=63&#038;subd=mecatproj&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>MeCAT has an official press release: <a href="http://www.ansto.gov.au/__data/assets/pdf_file/0007/48481/MR32-mytardis_f_4.pdf">ANSTO and Australian Synchrotron choose Aussie software</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mecatproj.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mecatproj.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mecatproj.wordpress.com&#038;blog=14664978&#038;post=63&#038;subd=mecatproj&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mecatproj.wordpress.com/2010/10/27/press-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1148219d1c289f7b9eb81be37dd63b67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mecatproj</media:title>
		</media:content>
	</item>
		<item>
		<title>IT Blog Awards 2010: Individual IT Professional Male</title>
		<link>http://mecatproj.wordpress.com/2010/10/25/it-blog-awards-2010-individual-it-professional-male/</link>
		<comments>http://mecatproj.wordpress.com/2010/10/25/it-blog-awards-2010-individual-it-professional-male/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 00:58:50 +0000</pubDate>
		<dc:creator>mecatproj</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://mecatproj.wordpress.com/?p=59</guid>
		<description><![CDATA[Brian Kelly&#8217;s UK Web Focus Blog has been nominated for the IT Blog Awards 2010: Individual IT Professional Male.  In his post, Brian quotes and makes reference to his Blog Policies.  My purpose in starting this blog was similar to Brian&#8217;s with an obvious focus on my current project, MeCAT, so I&#8217;ve taken the liberty [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mecatproj.wordpress.com&#038;blog=14664978&#038;post=59&#038;subd=mecatproj&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://ukwebfocus.wordpress.com/">Brian Kelly&#8217;s UK Web Focus Blog</a> has been nominated for the<a href="http://ukwebfocus.wordpress.com/2010/10/21/it-blog-awards-2010-individual-it-professional-male/"> IT Blog Awards 2010: Individual IT Professional Male</a>.  In his post, Brian quotes and makes reference to his <a href="http://ukwebfocus.wordpress.com/blog-policies/">Blog Policies</a>.  My purpose in starting this blog was similar to Brian&#8217;s with an obvious focus on my current project, MeCAT, so I&#8217;ve taken the liberty of adapting some of Brian&#8217;s points:</p>
<ul>
<li>The contents of the blog will primarily address issues related to the MeCAT project and its work on <a href="http://code.google.com/p/mytardis/">Tardis</a>, including issues around data and metadata management in the research sector.</li>
<li>The blog will also provide a test bed for experiments and for testing new services and provide access to discussions about the experiment.</li>
<li>The blog will provide an opportunity for me to ‘think out loud“: i.e. describe speculative ideas, thoughts which may occur to me, etc. which may be of interest to others or for which I would welcome feedback.</li>
<li>The blog will seek to both disseminate information and encourage discussion and debate.</li>
<li>The blog will be used as an open notebook, so that ideas, thoughts and opinions can be shared with others.</li>
</ul>
<p>Thanks Brian for articulating what had been a rather fuzzy set of ideas!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mecatproj.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mecatproj.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mecatproj.wordpress.com&#038;blog=14664978&#038;post=59&#038;subd=mecatproj&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mecatproj.wordpress.com/2010/10/25/it-blog-awards-2010-individual-it-professional-male/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1148219d1c289f7b9eb81be37dd63b67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mecatproj</media:title>
		</media:content>
	</item>
		<item>
		<title>Modeling Experimental Data &#8211; basic description</title>
		<link>http://mecatproj.wordpress.com/2010/10/22/modeling-experimental-data-basic-description/</link>
		<comments>http://mecatproj.wordpress.com/2010/10/22/modeling-experimental-data-basic-description/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 08:47:32 +0000</pubDate>
		<dc:creator>mecatproj</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[CSMD]]></category>

		<guid isPermaLink="false">http://mecatproj.wordpress.com/?p=43</guid>
		<description><![CDATA[The schema used in Tadis is based on the Core Scientific Metadata Model (CSMD) developed for the ICAT project. At the simplest level, the experimental data is simply a collection of files (Datafiles), which are grouped in to Datasets, which are grouped in to Experiments: (Please note that the schema is only partially shown in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mecatproj.wordpress.com&#038;blog=14664978&#038;post=43&#038;subd=mecatproj&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The schema used in Tadis is based on the <a href="http://code.google.com/p/icatproject/wiki/CSMD">Core Scientific Metadata Model (CSMD)</a> developed for the <a href="http://code.google.com/p/icatproject/">ICAT project</a>.</p>
<p>At the simplest level, the experimental data is simply a collection of files (Datafiles), which are grouped in to Datasets, which are grouped in to Experiments:</p>
<div class="wp-caption alignnone" style="width: 610px"><a href="http://mytardis.googlecode.com/svn/attachments/Experimental%20Data%20Model.png"><img class=" " title="Tardis High-level data model" src="http://mytardis.googlecode.com/svn/attachments/Experimental%20Data%20Model.png" alt="Tardis High-level data model" width="600" height="450" /></a><p class="wp-caption-text">Tardis High-level data model</p></div>
<p>(Please note that the schema is only partially shown in the diagram above)</p>
<p>At the top level, Tardis stores a flat list of Experiments.   Each Experiment contains one or more Datasets, and each Dataset contains one or more Datafiles.</p>
<p>At each level, Experiment, Dataset and Datafile, user defined parameters may be added, grouped in to Parameter Sets.</p>
<p>Tardis doesn&#8217;t impose any interpretation on what is considered an Experiment or Dataset.   Examples of how datasets may be grouped are: by sample, by instrument settings, or as a time sequence, e.g. artificially aging a material and investigating the effects.</p>
<p>In the last post I listed two metadata hierarchies: 1) The Core, Discipline and Project hierarchy from the University of Southampton, and 2) the Core, Instrument and Science hierarchy from STFC.  The core metadata schema is hard-coded in Tardis.  The Instrument, Science and Project schema&#8217;s can all be implemented using Parameter Sets.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mecatproj.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mecatproj.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mecatproj.wordpress.com&#038;blog=14664978&#038;post=43&#038;subd=mecatproj&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mecatproj.wordpress.com/2010/10/22/modeling-experimental-data-basic-description/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1148219d1c289f7b9eb81be37dd63b67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mecatproj</media:title>
		</media:content>

		<media:content url="http://mytardis.googlecode.com/svn/attachments/Experimental%20Data%20Model.png" medium="image">
			<media:title type="html">Tardis High-level data model</media:title>
		</media:content>
	</item>
		<item>
		<title>Metadata strategy</title>
		<link>http://mecatproj.wordpress.com/2010/10/06/metadata-strategy/</link>
		<comments>http://mecatproj.wordpress.com/2010/10/06/metadata-strategy/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 12:20:21 +0000</pubDate>
		<dc:creator>mecatproj</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[RelatedProjects]]></category>
		<category><![CDATA[CSMD]]></category>
		<category><![CDATA[Schema]]></category>

		<guid isPermaLink="false">http://mecatproj.wordpress.com/?p=48</guid>
		<description><![CDATA[The University of Southampton data management project has proposed a three-level metadata strategy, see their blog entry &#8220;Metadata strategy&#8220;: Project Discipline Core Tardis is based on the Core Scientific Metadata model (CSMD) developed within the Science &#38; Technology Facilities Council (STFC).  One metadata hierarchy they&#8217;ve adopted is (turned upside down to match Southampton&#8217;s): Science Specific [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mecatproj.wordpress.com&#038;blog=14664978&#038;post=48&#038;subd=mecatproj&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The University of Southampton data management project has proposed a three-level metadata strategy, see their blog entry &#8220;<a href="http://www.southamptondata.org/1/post/2010/07/metadat-strategy.html">Metadata strategy</a>&#8220;:</p>
<ol>
<li>Project</li>
<li>Discipline</li>
<li>Core</li>
</ol>
<p>Tardis is based on the <a href="http://code.google.com/p/icatproject/wiki/CSMD">Core Scientific Metadata model (CSMD)</a> developed within the Science &amp; Technology Facilities Council (STFC).  One metadata hierarchy they&#8217;ve adopted is (turned upside down to match Southampton&#8217;s):</p>
<ol>
<li>Science Specific</li>
<li>Instrument Specific</li>
<li>Core</li>
</ol>
<p>(This reminds me of Robert Pirsig&#8217;s Intellectual Scalpel)</p>
<p>We&#8217;re extending Tardis for use within the Australian Synchrotron and ANSTO, where the STFC model is more appropriate.  However, institutional use of Tardis may also be project based.</p>
<p>Tardis supports configurable schemas (parameter sets) at  the experiment, dataset and datafile level.  Appropriate use of the configurable schema should allow us to handle both models, or a combined model.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mecatproj.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mecatproj.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mecatproj.wordpress.com&#038;blog=14664978&#038;post=48&#038;subd=mecatproj&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mecatproj.wordpress.com/2010/10/06/metadata-strategy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1148219d1c289f7b9eb81be37dd63b67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mecatproj</media:title>
		</media:content>
	</item>
		<item>
		<title>ANDS Data Capture Briefing</title>
		<link>http://mecatproj.wordpress.com/2010/09/13/ands-data-capture-briefing/</link>
		<comments>http://mecatproj.wordpress.com/2010/09/13/ands-data-capture-briefing/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 04:07:56 +0000</pubDate>
		<dc:creator>mecatproj</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[ANDS]]></category>
		<category><![CDATA[RIF-CS]]></category>

		<guid isPermaLink="false">http://mecatproj.wordpress.com/?p=38</guid>
		<description><![CDATA[ANDS held a Data Capture Briefing in Melbourne on 2 Sep 2010.  It was great to see some of the other projects in progress, and that Tardis is a potential platform for some of those projects. There was also updates on RIF-CS, with version 1.2 coming soon.  The updated Service definitions should better meet the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mecatproj.wordpress.com&#038;blog=14664978&#038;post=38&#038;subd=mecatproj&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>ANDS held a Data Capture Briefing in Melbourne on 2 Sep 2010.  It was great to see some of the other projects in progress, and that Tardis is a potential platform for some of those projects.</p>
<p>There was also updates on RIF-CS, with version 1.2 coming soon.  The updated Service definitions should better meet the MeCAT project requirements.</p>
<p>One aspect that I think needs further thought in RIF-CS is Party lookup.  When making entries available for harvesting, Tardis should connect researchers with the collections they were involved with.  The lack of reliable automated Party lookup makes this difficult to guarantee.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mecatproj.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mecatproj.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mecatproj.wordpress.com&#038;blog=14664978&#038;post=38&#038;subd=mecatproj&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mecatproj.wordpress.com/2010/09/13/ands-data-capture-briefing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1148219d1c289f7b9eb81be37dd63b67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mecatproj</media:title>
		</media:content>
	</item>
		<item>
		<title>Data Bites : Ifs, ANDS and buts</title>
		<link>http://mecatproj.wordpress.com/2010/08/29/data-bites-ifs-ands-and-buts/</link>
		<comments>http://mecatproj.wordpress.com/2010/08/29/data-bites-ifs-ands-and-buts/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 11:04:17 +0000</pubDate>
		<dc:creator>mecatproj</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ANDS]]></category>

		<guid isPermaLink="false">http://mecatproj.wordpress.com/?p=33</guid>
		<description><![CDATA[There is now a blog for ANDS (The Australian National Data Service) funded projects at http://adfi.usq.edu.au/ands-partners/.  We may move across to the shared blog at a future date, but will stay here for now.  I &#8216;ve added the ANDS blog to the blogroll.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mecatproj.wordpress.com&#038;blog=14664978&#038;post=33&#038;subd=mecatproj&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>There is now a blog for ANDS (The Australian National Data Service) funded projects at <a href="http://adfi.usq.edu.au/ands-partners/">http://adfi.usq.edu.au/ands-partners/</a>.  We may move across to the shared blog at a future date, but will stay here for now.  I &#8216;ve added the ANDS blog to the blogroll.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mecatproj.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mecatproj.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mecatproj.wordpress.com&#038;blog=14664978&#038;post=33&#038;subd=mecatproj&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mecatproj.wordpress.com/2010/08/29/data-bites-ifs-ands-and-buts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1148219d1c289f7b9eb81be37dd63b67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mecatproj</media:title>
		</media:content>
	</item>
	</channel>
</rss>
