<?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>Random Thoughts</title>
	<atom:link href="http://oasistcadmin.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://oasistcadmin.wordpress.com</link>
	<description>... about Specification authoring, editing and publishing</description>
	<lastBuildDate>Thu, 16 Oct 2008 23:03:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='oasistcadmin.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Random Thoughts</title>
		<link>http://oasistcadmin.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://oasistcadmin.wordpress.com/osd.xml" title="Random Thoughts" />
	<atom:link rel='hub' href='http://oasistcadmin.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Test Post</title>
		<link>http://oasistcadmin.wordpress.com/2008/10/16/test-post/</link>
		<comments>http://oasistcadmin.wordpress.com/2008/10/16/test-post/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 23:03:04 +0000</pubDate>
		<dc:creator>Mary McRae</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://oasistcadmin.wordpress.com/?p=37</guid>
		<description><![CDATA[SRU/CQL 2.0 Proposals October 2008 The Table below shows the current proposals for version 2.0 of SRU and CQL (current as of the above date).  These have been proposed by the OASIS Search Web Services Technical Committee. For some proposals there is not yet consensus on an approach, and more than one approach is listed. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oasistcadmin.wordpress.com&amp;blog=911146&amp;post=37&amp;subd=oasistcadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>SRU/CQL 2.0 Proposals</h1>
<h1>October 2008</h1>
<p>The Table below<br />
shows the current proposals for version 2.0 of SRU and CQL (current as<br />
of the above date).  These  have been proposed by the OASIS<br />
Search Web Services Technical Committee.</p>
<p>For some proposals there is not yet consensus on an approach, and more<br />
than one approach is listed.</p>
<table border="1" width="689">
<tbody>
<tr>
<td colspan="2">
<h2><strong> Feature </strong></h2>
</td>
<td width="566">
<h2><strong>Description</strong></h2>
</td>
</tr>
<tr>
<td width="27" valign="top">1.</td>
<td width="74" valign="top">Element selection</td>
<td>
<h4>Example: Client wants MODS records, but only the single element &#8220;dateIssued&#8221;.</h4>
<p>Two possible approaches.</p>
<ol>
<li>Via element set names.</li>
<li>Create a new schema with just those elements.</li>
</ol>
<p>Approach 1 would require a protocol change. Approach 2 would not.</p>
<p><em>This requirement comes from an attempt to represent select<br />
clauses. Consider</em><em> the following geospatial example,<br />
</em></p>
<p><em> </em><em></em></p>
<p><em></em>&#8221; select the geometry and depth from the HYDROGRAPHY<br />
feature for the area of the Grand Banks.  The Grand<br />
Banks are bounded by the following box: [-57.9118,46.2023,-46.6873,51.8145]. &#8220;<em></em></p>
<p><em>In CQL, that might be partially expressed as:</em></p>
<p><em>geo.feature=hydrography AND geo.bbox=/nwse<br />
</em></p>
<p><em> &#8220;-57.9118,46.2023,-46.6873,51.8145&#8243;</em></p>
<p><em>But  &#8220;select the geometry and depth&#8221; cannot<br />
be represented within the CQL expression, it could only be represented<br />
within the SRU request outside of the query.</em></td>
</tr>
<tr>
<td valign="top">2.</td>
<td valign="top">Same container</td>
<td>
<h4>The classic example: &#8220;find &#8216;A&#8217; and &#8216;B&#8217; within the same<br />
container element  &#8216;C&#8217;&#8221;</h4>
<p>Introduce a new context set, &#8216;element&#8217;</p>
<ol>
<li> A   PROX/element.container=C  B<br />
or</li>
<li> A PROX/element.unit=container/distance=0/ element.containerName=C<br />
B</li>
</ol>
</td>
</tr>
<tr>
<td valign="top">3.</td>
<td valign="top">&#8216;window&#8217; relation</td>
<td>
<h4>Find &#8216;A&#8217;, &#8216;B&#8217;, &#8216;C&#8217; &#8230;.. within a span of X words.</h4>
<p>examples:</p>
<p>* dc.title window/distance&lt;5/unit=word &#8220;fries salt<br />
vinegar&#8221;</p>
<p><em>fries, salt, and vinegar all within a span of 5 words </em></td>
</tr>
<tr>
<td valign="top">4.</td>
<td valign="top">boolean modifier &#8216;prox&#8217;</td>
<td>
<h4>A not near B</h4>
<p>Example:</p>
<p>A not/prox/unit=word/distance=3/ordered B</p>
<p>Find occurences of A that are not following within 3 words by<br />
B</td>
</tr>
<tr>
<td valign="top">5.</td>
<td valign="top">faceted search</td>
<td>Two possible approaches.</p>
<ol>
<li><strong>Via scan</strong><br />
Add the capability within the Scan operation to scan a result<br />
set: Eliminate the scan clause, add a query parameter and<br />
enrich the scan response. The facets would then be the terms<br />
in the scan response, but only for the records that  match<br />
the query.</li>
<li><strong>Via searchRetrieve</strong>Add a response parameter, &#8220;facetResults&#8221;, or more<br />
general, &#8220;additionalSearchInfo&#8221;.  Develop a &#8220;facet&#8221; schema<br />
(or more general  &#8220;additionalSearchInfo&#8221; schema).    Perhaps<br />
add a request parameter to indicate that faceted results are<br />
requested, and which facets.</li>
</ol>
</td>
</tr>
<tr>
<td valign="top">6.</td>
<td valign="top">multiple query types</td>
<td>Two possible approaches.</p>
<ol>
<li><strong> queryType parameter</strong><br />
Optional.  If omitted, there would be a default. (Either<br />
a standard-wide  default, i.e.  &#8220;cql&#8221;, or server-specific.<br />
specified by Explain)</li>
<li><strong>Query parameter name implies query type</strong>The list of supported query parameter names is specified<br />
by explain.</li>
</ol>
</td>
</tr>
<tr>
<td valign="top">7.</td>
<td valign="top">Alternative Response Format</td>
<td>Two possible approaches.</p>
<ol>
<li> <strong>Request parameter</strong>Add a request parameter responseFormat.</li>
<li><strong>Bound to a binding</strong>Thus for SRU 2.0, the response format would always be the SRU<br />
2.0 response format defined in the protocol.   There could<br />
be a different binding for RSS, etc.</li>
</ol>
</td>
</tr>
<tr>
<td valign="top">8.</td>
<td valign="top">Depricate ‘operation’ and ‘version’ parameters</td>
<td>Make these optional for compatibility with earlier version.</td>
</tr>
<tr>
<td valign="top">9.</td>
<td valign="top">Non-XML Records</td>
<td>Allow non-xml data in the response records, including value<br />
by reference. These would be signaled by additional values for<br />
the recordPacking parameter.  Exisiting values (&#8216;string&#8217;,<br />
&#8216;xml&#8217;) would be retained, a value of &#8216;uri&#8217; to indicate value by<br />
reference, or &#8216;base64&#8242; for base 64, or in general a MIME Content<br />
Transfer Encoding type.</td>
</tr>
<tr>
<td valign="top">10.</td>
<td valign="top">Result size precision</td>
<td>Allow the client to indicate how much effort the server should<br />
take to determine or estimate the number of records in the result<br />
set. Similarly, allow the response to indicate the (estimated)<br />
accuracy of  the result-set-size reported.</p>
<p>The server may be able to determine the exact number of records,<br />
or provide a realistic estimate, but it may be an expensive process.<br />
The server might prefer not go through that process unless the<br />
client requests that it does so. Or the client might want to<br />
explicitly request that the server go through, or not go through,<br />
that process.</p>
<p>The client might want the first 10 records, or any 10 records,<br />
regardless of how many records there are. In that case if the server<br />
goes through the process of determining how many records there<br />
are, it may go through an expensive process for nothing.</p>
<p>Or perhaps the server cannot determine or estimate the number<br />
of records in the result set. The server should be able to report<br />
this condition.</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oasistcadmin.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oasistcadmin.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oasistcadmin.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oasistcadmin.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oasistcadmin.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oasistcadmin.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oasistcadmin.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oasistcadmin.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oasistcadmin.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oasistcadmin.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oasistcadmin.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oasistcadmin.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oasistcadmin.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oasistcadmin.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oasistcadmin.wordpress.com&amp;blog=911146&amp;post=37&amp;subd=oasistcadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oasistcadmin.wordpress.com/2008/10/16/test-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ba1a0aa562a307d2811a64bcf70a603?s=96&#38;d=identicon" medium="image">
			<media:title type="html">oasistcadmin</media:title>
		</media:content>
	</item>
		<item>
		<title>How long will it take &#8230;</title>
		<link>http://oasistcadmin.wordpress.com/2008/08/22/how-long-will-it-take/</link>
		<comments>http://oasistcadmin.wordpress.com/2008/08/22/how-long-will-it-take/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 14:22:23 +0000</pubDate>
		<dc:creator>Mary McRae</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://oasistcadmin.wordpress.com/?p=33</guid>
		<description><![CDATA[&#8230; from the time you submit your specification for Public Review to come up for OASIS organizational membership ballot and the results to be announced? Well now there&#8217;s an easy way to find out. The same workbook that contains the Technical Committee Formation Scheduler (see prior post) has another tab entitled &#8220;PR to OS&#8221; and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oasistcadmin.wordpress.com&amp;blog=911146&amp;post=33&amp;subd=oasistcadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8230; from the time you submit your specification for Public Review to come up for OASIS organizational membership ballot and the results to be announced? Well now there&#8217;s an easy way to find out. The same workbook that contains the Technical Committee Formation Scheduler (<a title="What's that date again?" href="http://oasistcadmin.wordpress.com/2008/08/22/whats-that-date-again/" target="_blank">see prior post</a>) has another tab entitled &#8220;PR to OS&#8221; and calculates the absolute minimum &#8211; that is, the earliest possible &#8211; timeline from Public Review submission to announcement of membership ballot results.</p>
<p>The worksheet has two tables &#8211; one for a 60-day Public Review and the second for a 15-day Public Review, should additional reviews be required or requested.</p>
<p>I’ve created a <a title="TC Scheduler Video Tutorial" href="http://docs.oasis-open.org/templates/TCHandbook/TCScheduler/TCScheduler.htm" target="_blank">video tutorial</a> to go along with the spreadsheet; the spreadsheet itself is available in both <a title="TCScheduler ODS" href="http://docs.oasis-open.org/templates/TCHandbook/TCScheduler.ods" target="_blank">.ods</a> and <a title="TCScheduler XLS" href="http://docs.oasis-open.org/templates/TCHandbook/TCScheduler.xls" target="_blank">.xls</a> formats.</p>
<p>Try it out, and let me know what you think.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oasistcadmin.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oasistcadmin.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oasistcadmin.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oasistcadmin.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oasistcadmin.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oasistcadmin.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oasistcadmin.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oasistcadmin.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oasistcadmin.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oasistcadmin.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oasistcadmin.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oasistcadmin.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oasistcadmin.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oasistcadmin.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oasistcadmin.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oasistcadmin.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oasistcadmin.wordpress.com&amp;blog=911146&amp;post=33&amp;subd=oasistcadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oasistcadmin.wordpress.com/2008/08/22/how-long-will-it-take/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ba1a0aa562a307d2811a64bcf70a603?s=96&#38;d=identicon" medium="image">
			<media:title type="html">oasistcadmin</media:title>
		</media:content>
	</item>
		<item>
		<title>What&#8217;s that date again?</title>
		<link>http://oasistcadmin.wordpress.com/2008/08/22/whats-that-date-again/</link>
		<comments>http://oasistcadmin.wordpress.com/2008/08/22/whats-that-date-again/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 14:10:45 +0000</pubDate>
		<dc:creator>Mary McRae</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[TC Process]]></category>

		<guid isPermaLink="false">http://oasistcadmin.wordpress.com/?p=28</guid>
		<description><![CDATA[It seems that we&#8217;ve been launching new Technical Committees at an amazing pace and that&#8217;s a good thing. The OASIS TC Process has some very strict rules around the timing of a new Technical Committee launch to ensure that the requisite steps are completed as quickly as possible. All those rules can lead to quite [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oasistcadmin.wordpress.com&amp;blog=911146&amp;post=28&amp;subd=oasistcadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">It seems that we&#8217;ve been launching new Technical Committees at an amazing pace and that&#8217;s a good thing. The <a title="OASIS TC Process" href="http://www.oasis-open.org/committees/process-2008-06-19.php#formation" target="_blank">OASIS TC Process</a> has some very strict rules around the timing of a new Technical Committee launch to ensure that the requisite steps are completed as quickly as possible. All those rules can lead to quite a bit of confusion, particularly when trying to plan backwards &#8211; say, from the date of the first meeting, or the Call for Participation announcement. My notebook is full of such scenarios &#8211; each time a new date is suggested the planning starts again.</p>
<p style="text-align:left;">In an effort to make your life easier, as well as mine, I&#8217;ve built (with the help of Rob Weir at IBM) a spreadsheet that does all the calculations automagically. Enter a date in a yellow cell and each of the other milestones will display not only a date, but the day of the week (scheduling a conference call on a Saturday afternoon could result in poor attendance). There are three separate tables on the first worksheet tab:</p>
<ol style="text-align:left;">
<li>Submission Date Scheduler &#8211; enter the date of the planned/actual draft charter submission the OASIS TC Administrator to see the dates for each following step</li>
<li>Meeting Date Scheduler &#8211; enter the planned date for the first meeting (either teleconference or face-to-face) and the charter submission date as well as all interim dates are created</li>
<li>Call for Participation Scheduler &#8211; enter the planned date for the Call for Participation announcement and all prior and following dates are displayed</li>
</ol>
<p style="text-align:left;">I&#8217;ve created a <a title="TC Scheduler Video Tutorial" href="http://docs.oasis-open.org/templates/TCHandbook/TCScheduler/TCScheduler.htm" target="_blank">video tutorial</a> to go along with the spreadsheet; the spreadsheet itself is available in both <a title="TCScheduler ODS" href="http://docs.oasis-open.org/templates/TCHandbook/TCScheduler.ods" target="_blank">.ods</a> and <a title="TCScheduler XLS" href="http://docs.oasis-open.org/templates/TCHandbook/TCScheduler.xls" target="_blank">.xls</a> formats.</p>
<p style="text-align:left;">There&#8217;s another tab in the workbook that will show the minimum timeline from Public Review through OASIS Standard ballot results announcement. More on that in the <a title="How long will it take ..." href="http://oasistcadmin.wordpress.com/2008/08/22/how-long-will-it-take/" target="_blank">next post</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oasistcadmin.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oasistcadmin.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oasistcadmin.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oasistcadmin.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oasistcadmin.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oasistcadmin.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oasistcadmin.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oasistcadmin.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oasistcadmin.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oasistcadmin.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oasistcadmin.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oasistcadmin.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oasistcadmin.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oasistcadmin.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oasistcadmin.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oasistcadmin.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oasistcadmin.wordpress.com&amp;blog=911146&amp;post=28&amp;subd=oasistcadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oasistcadmin.wordpress.com/2008/08/22/whats-that-date-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ba1a0aa562a307d2811a64bcf70a603?s=96&#38;d=identicon" medium="image">
			<media:title type="html">oasistcadmin</media:title>
		</media:content>
	</item>
		<item>
		<title>Joining a Technical Committee</title>
		<link>http://oasistcadmin.wordpress.com/2008/08/04/joining-a-technical-committee/</link>
		<comments>http://oasistcadmin.wordpress.com/2008/08/04/joining-a-technical-committee/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 00:09:42 +0000</pubDate>
		<dc:creator>Mary McRae</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[Join TC]]></category>
		<category><![CDATA[KAVI]]></category>
		<category><![CDATA[Members]]></category>

		<guid isPermaLink="false">http://oasistcadmin.wordpress.com/?p=16</guid>
		<description><![CDATA[If you&#8217;re new to OASIS, there are two separate steps involved to join a Technical Committee. The first is to get an OASIS login and password. Once you have that, you can then sign up for one or more committees &#8211; TCs for short. If you want to actively participate in the work of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oasistcadmin.wordpress.com&amp;blog=911146&amp;post=16&amp;subd=oasistcadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re new to OASIS, there are <span style="color:#800080;">two separate steps</span> involved to join a Technical Committee. The first is to get an OASIS login and password. Once you have that, you can then sign up for one or more committees &#8211; TCs for short.</p>
<p>If you want to <span style="color:#800080;">actively participate </span>in the work of the TC you&#8217;ll need to join as a &#8220;member&#8221; &#8211; this gives you read/write privileges. Alternatively, you may just want to keep up-to-date with the work of the committee, in which case you can join as an &#8220;observer.&#8221; Observers are, in effect, &#8220;read only.&#8221;</p>
<p>This very short video shows the steps:</p>
<p><a href="http://www.screencast.com/t/7D9Fn8qC">Joining a TC</a></p>
<p>Once you&#8217;ve completed the above process, there&#8217;s one <span style="color:#800080;">final confirmation</span> required before your name is added to the membership roster. You must be &#8220;approved&#8221; by your organization&#8217;s Primary Representative. If you are an individual or associate member, you will receive an email instructing you to visit a specific page and either approve or deny the request. You must complete this action. Once approved, you&#8217;ll receive an email to let you know that you have been added to the roster.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oasistcadmin.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oasistcadmin.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oasistcadmin.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oasistcadmin.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oasistcadmin.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oasistcadmin.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oasistcadmin.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oasistcadmin.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oasistcadmin.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oasistcadmin.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oasistcadmin.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oasistcadmin.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oasistcadmin.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oasistcadmin.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oasistcadmin.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oasistcadmin.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oasistcadmin.wordpress.com&amp;blog=911146&amp;post=16&amp;subd=oasistcadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oasistcadmin.wordpress.com/2008/08/04/joining-a-technical-committee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ba1a0aa562a307d2811a64bcf70a603?s=96&#38;d=identicon" medium="image">
			<media:title type="html">oasistcadmin</media:title>
		</media:content>
	</item>
		<item>
		<title>Webinars?</title>
		<link>http://oasistcadmin.wordpress.com/2007/09/27/webinars/</link>
		<comments>http://oasistcadmin.wordpress.com/2007/09/27/webinars/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 23:22:39 +0000</pubDate>
		<dc:creator>Mary McRae</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://oasistcadmin.wordpress.com/2007/09/27/webinars/</guid>
		<description><![CDATA[I&#8217;m currently experimenting with Acrobat Connect (formerly Macromedia Breeze). Duane Nickull was kind enough to secure an enterprise license for OASIS. Hopefully technical committees will be able to avail themselves of this free resource soon. One of the nice features is the wide range of supported platforms &#8211; including Windows, Mac, Linux and Solaris. I&#8217;m [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oasistcadmin.wordpress.com&amp;blog=911146&amp;post=14&amp;subd=oasistcadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently experimenting with <a href="http://www.adobe.com/resources/breeze/" title="Acrobat Breeze">Acrobat Connect</a> (formerly Macromedia Breeze). Duane Nickull was kind enough to secure an enterprise license for OASIS. Hopefully technical committees will be able to avail themselves of this free resource soon. One of the nice features is the wide range of supported <a href="http://www.adobe.com/products/connect/productinfo/systemreqs/">platforms</a> &#8211; including Windows, Mac, Linux and Solaris.</p>
<p>I&#8217;m also working on a Kavi training webinar that will highlight each of the components of the groupware application. The intended audience is all users; another webinar will highlight the additional functionality that&#8217;s available to Technical Committee Chairs and Secretaries. I hope to have it available as a download so members can view it at their convenience. I&#8217;m experimenting with another new tool (at least new to me) &#8211; Camtasia Studio &#8211; to do the screen recording. It&#8217;s actually quite easy to use and I think will work well for mini-tutorials. The final result can be saved in a number of formats, including Flash, Windows Media Player, and iPod, so hopefully I can accomodate our entire membership.</p>
<p>Wish me luck.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oasistcadmin.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oasistcadmin.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oasistcadmin.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oasistcadmin.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oasistcadmin.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oasistcadmin.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oasistcadmin.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oasistcadmin.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oasistcadmin.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oasistcadmin.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oasistcadmin.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oasistcadmin.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oasistcadmin.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oasistcadmin.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oasistcadmin.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oasistcadmin.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oasistcadmin.wordpress.com&amp;blog=911146&amp;post=14&amp;subd=oasistcadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oasistcadmin.wordpress.com/2007/09/27/webinars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ba1a0aa562a307d2811a64bcf70a603?s=96&#38;d=identicon" medium="image">
			<media:title type="html">oasistcadmin</media:title>
		</media:content>
	</item>
		<item>
		<title>Public vs Member-only URIs</title>
		<link>http://oasistcadmin.wordpress.com/2007/08/08/public-vs-member-only-uris/</link>
		<comments>http://oasistcadmin.wordpress.com/2007/08/08/public-vs-member-only-uris/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 21:17:37 +0000</pubDate>
		<dc:creator>Mary McRae</dc:creator>
				<category><![CDATA[spec writing]]></category>
		<category><![CDATA[spec-related]]></category>
		<category><![CDATA[TC Process]]></category>

		<guid isPermaLink="false">http://oasistcadmin.wordpress.com/2007/08/08/public-vs-member-only-uris/</guid>
		<description><![CDATA[When trying to access an information asset created by an OASIS Technical Committee and uploaded to the OASIS document repository, you may be challenged to enter a user name and password. The OASIS Technical Committee Process requires that all work of any technical committee must always be publicly available. So where&#8217;s the disconnect? Like many [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oasistcadmin.wordpress.com&amp;blog=911146&amp;post=13&amp;subd=oasistcadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When trying to access an information asset created by an OASIS Technical Committee and uploaded to the OASIS document repository, you may be challenged to enter a user name and password. The <a href="http://www.oasis-open.org/committees/process.php#2.8" title="OASIS TC Process" target="_blank">OASIS Technical Committee Process</a> requires that all work of any technical committee must always be publicly available. So where&#8217;s the disconnect?</p>
<p>Like many content content creation systems, the software in use by OASIS Technical Committees was designed around a notion of &#8220;workgroups&#8221; where only those who are part of the group can view the information stored. When an information asset of any kind is uploaded into the document repository, a URI is generated in the following format:</p>
<blockquote><p> http://www.oasis-open.org/apps/org/workgroup/{tc-abbreviation}/<br />
download.php/{uid}/{filename}</p></blockquote>
<p>where:</p>
<ul>
<li> {tc-abbreviation} represents the short name of the technical committee (i.e. dita),</li>
<li>{uid} represents a 5-digit unique identifier, and</li>
<li>{filename} represents the actual name of the information asset.</li>
</ul>
<p>This URI is only accessible by OASIS members; that is, someone with an OASIS login and password.</p>
<p>There&#8217;s a little trick that will convert any URI in the format above into one that is publicly accessible. Replace &#8220;apps/org/workgroup/{tc-abbreviation}/&#8221; with &#8220;committees&#8221; and the resource will become accessible by all.</p>
<blockquote><p> http://www.oasis-open.org/committees/<br />
download.php/{uid}/{filename}</p></blockquote>
<p>If you are passing along a URI for information that has been uploaded into the document repository, please be sure to use the publicly-accessible version. If you are trying to access a document but are asked to enter a user name and password, convert the URI to bypass the challenge.</p>
<p>NOTE: All information assets uploaded to the OASIS Library (docs.oasis-open.org) are publicly accessible; there is no notion of &#8220;workgroup.&#8221;</p>
<blockquote></blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oasistcadmin.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oasistcadmin.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oasistcadmin.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oasistcadmin.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oasistcadmin.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oasistcadmin.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oasistcadmin.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oasistcadmin.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oasistcadmin.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oasistcadmin.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oasistcadmin.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oasistcadmin.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oasistcadmin.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oasistcadmin.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oasistcadmin.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oasistcadmin.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oasistcadmin.wordpress.com&amp;blog=911146&amp;post=13&amp;subd=oasistcadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oasistcadmin.wordpress.com/2007/08/08/public-vs-member-only-uris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ba1a0aa562a307d2811a64bcf70a603?s=96&#38;d=identicon" medium="image">
			<media:title type="html">oasistcadmin</media:title>
		</media:content>
	</item>
		<item>
		<title>Face 2 Face Time</title>
		<link>http://oasistcadmin.wordpress.com/2007/07/30/face-2-face-time/</link>
		<comments>http://oasistcadmin.wordpress.com/2007/07/30/face-2-face-time/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 12:58:41 +0000</pubDate>
		<dc:creator>Mary McRae</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://oasistcadmin.wordpress.com/2007/07/30/face-2-face-time/</guid>
		<description><![CDATA[I&#8217;ll be attending OASIS face-to-face meetings this week &#8211; staff, Board of Directors and Technical Advisory Board. I&#8217;ll be checking email when I can, and I apologize in advance if I&#8217;m delayed in responding to your requests. The following week I&#8217;ll be in Montreal for four days &#8211; attending eXtreme. If any of you are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oasistcadmin.wordpress.com&amp;blog=911146&amp;post=12&amp;subd=oasistcadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll be attending OASIS face-to-face meetings this week &#8211; staff, Board of Directors and Technical Advisory Board. I&#8217;ll be checking email when I can, and I apologize in advance if I&#8217;m delayed in responding to your requests.</p>
<p>The following week I&#8217;ll be in Montreal for four days &#8211; attending eXtreme. If any of you are planning on attending, be sure to say hello!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oasistcadmin.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oasistcadmin.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oasistcadmin.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oasistcadmin.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oasistcadmin.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oasistcadmin.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oasistcadmin.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oasistcadmin.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oasistcadmin.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oasistcadmin.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oasistcadmin.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oasistcadmin.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oasistcadmin.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oasistcadmin.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oasistcadmin.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oasistcadmin.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oasistcadmin.wordpress.com&amp;blog=911146&amp;post=12&amp;subd=oasistcadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oasistcadmin.wordpress.com/2007/07/30/face-2-face-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ba1a0aa562a307d2811a64bcf70a603?s=96&#38;d=identicon" medium="image">
			<media:title type="html">oasistcadmin</media:title>
		</media:content>
	</item>
		<item>
		<title>Why You Can&#8217;t Post to the e-Mail List</title>
		<link>http://oasistcadmin.wordpress.com/2007/07/26/why-you-cant-post-to-the-e-mail-list/</link>
		<comments>http://oasistcadmin.wordpress.com/2007/07/26/why-you-cant-post-to-the-e-mail-list/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 03:10:14 +0000</pubDate>
		<dc:creator>Mary McRae</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://oasistcadmin.wordpress.com/2007/07/26/why-you-cant-post-to-the-e-mail-list/</guid>
		<description><![CDATA[When someone tries &#8211; unsuccessfully &#8211; to post to one of our e-mail lists I usually hear about it. With a little bit of investigation I can fairly quickly determine the problem and send a note with the requisite instructions. Here&#8217;s the most common problems and their resolution &#8211; hopefully I can help some of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oasistcadmin.wordpress.com&amp;blog=911146&amp;post=10&amp;subd=oasistcadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When someone tries &#8211; unsuccessfully &#8211; to post to one of our e-mail lists I usually hear about it. With a little bit of investigation I can fairly quickly determine the problem and send a note with the requisite instructions. Here&#8217;s the most common problems and their resolution &#8211; hopefully I can help some of you avoid the frustration caused by a bounced message.</p>
<p><font color="#800080">Trying to send to a Technical Committee Mail List</font></p>
<ul>
<li>you&#8217;re not a member of the TC. Only members can post; that is, someone with the role of member, voting member, chair, secretary, or leave of absence.
<ul>
<li>if you&#8217;re an <font color="#800080">observer</font>, you&#8217;ll need to:
<ul>
<li>leave the group</li>
<li>join the group, indicating &#8220;member&#8221;</li>
<li>await your organization&#8217;s Primary Representative&#8217;s approval</li>
</ul>
</li>
<li>if you&#8217;re an <font color="#800080">OASIS member</font> but not on the TC roster, you&#8217;ll need to:
<ul>
<li>join the group, indicating &#8220;member&#8221;</li>
<li>await your organization&#8217;s Primary Representative&#8217;s approval</li>
</ul>
</li>
<li> if you&#8217;re <font color="#800080">not an OASIS member</font>, we&#8217;d love to welcome you. Please visit the <font color="#800080"><a href="http://www.oasis-open.org/join/" title="Join OASIS" target="_blank">Join</a></font> page. As an alternative, you can submit your comment, feedback, concern or request to the <font color="#800080">technical committee comment list</font>. You can find out more information by going to the Technical Committee&#8217;s home page and selecting the &#8220;Send a Comment&#8221; button.</li>
<li>NOTE: if you are an <font color="#800080">individual or associate member</font>, you will receive a message containing a link to the approval page. You must authorize yourself to participate in the TC before you will be added to the roster.</li>
</ul>
</li>
<li>you are a member of the TC. Chances are you&#8217;re sending from a different email address than the one registered on our groupware application. Please check <a href="http://www.oasis-open.org/members/user_tools/" title="OASIS Member Account">your account</a> &#8211; note that you can set up a secondary email address.</li>
</ul>
<p><font color="#800080">Trying to send to a TC Subcommittee Mail List</font></p>
<ul>
<li>you&#8217;re not a member of the subcommittee. Only members can post; that is, someone with the role of member, voting member, chair, secretary, or leave of absence.
<ul>
<li>if you&#8217;re an <font color="#800080">observer</font> on the SC but a <font color="#800080">member</font> of the parent TC, you&#8217;ll need to:
<ul>
<li>leave the group</li>
<li>join the group, indicating &#8220;member&#8221;</li>
</ul>
</li>
<li>if you&#8217;re an <font color="#800080">observer</font> on the SC as well as the parent SC, you&#8217;ll need to:
<ul>
<li>leave the parent TC</li>
<li>join the parent TC, indicating &#8220;member&#8221;</li>
<li>await your organization&#8217;s Primary Representative&#8217;s approval</li>
<li>once approved and on the parent TC roster, join the subcommittee as a &#8220;member&#8221;</li>
</ul>
</li>
<li>if you&#8217;re a <font color="#800080">member</font> of the TC but are not on the subcommittee roster, you&#8217;ll need to:
<ul>
<li>join the subcommittee, indicating &#8220;member&#8221;</li>
</ul>
</li>
<li>if you&#8217;re an <font color="#800080">OASIS member</font> but not a member of the parent TC, you&#8217;ll need to:
<ul>
<li>join the parent TC, indicating &#8220;member&#8221;</li>
<li>await your organization&#8217;s Primary Representative&#8217;s approval</li>
<li>once approved and on the parent TC roster, join the subcommittee as a &#8220;member&#8221;</li>
</ul>
</li>
</ul>
</li>
<li> you are a member of the TC. Chances are you&#8217;re sending from a different email address than the one registered on our groupware application. Please check <a href="http://www.oasis-open.org/members/user_tools/" title="OASIS Member Account">your account</a> &#8211; note that you can set up a secondary email address.</li>
</ul>
<p>If you&#8217;re still having difficulties, feel free to send me an email and I&#8217;ll do my best to make sure the problem is resolved as quickly as possible.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oasistcadmin.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oasistcadmin.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oasistcadmin.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oasistcadmin.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oasistcadmin.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oasistcadmin.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oasistcadmin.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oasistcadmin.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oasistcadmin.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oasistcadmin.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oasistcadmin.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oasistcadmin.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oasistcadmin.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oasistcadmin.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oasistcadmin.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oasistcadmin.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oasistcadmin.wordpress.com&amp;blog=911146&amp;post=10&amp;subd=oasistcadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oasistcadmin.wordpress.com/2007/07/26/why-you-cant-post-to-the-e-mail-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ba1a0aa562a307d2811a64bcf70a603?s=96&#38;d=identicon" medium="image">
			<media:title type="html">oasistcadmin</media:title>
		</media:content>
	</item>
		<item>
		<title>You Have an Issue With that?</title>
		<link>http://oasistcadmin.wordpress.com/2007/07/10/you-have-an-issue-with-that/</link>
		<comments>http://oasistcadmin.wordpress.com/2007/07/10/you-have-an-issue-with-that/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 00:33:29 +0000</pubDate>
		<dc:creator>Mary McRae</dc:creator>
				<category><![CDATA[spec-related]]></category>
		<category><![CDATA[template usage]]></category>

		<guid isPermaLink="false">http://oasistcadmin.wordpress.com/2007/07/10/you-have-an-issue-with-that/</guid>
		<description><![CDATA[Whether you&#8217;re just starting to work on a new specification or you&#8217;re working on Version 5.0, chances are you have some issues, problem spots, holes, or other things that need to be captured, tracked, discussed, and resolved before you call it a day. Oftentimes a question will pop up on a list that will identify [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oasistcadmin.wordpress.com&amp;blog=911146&amp;post=8&amp;subd=oasistcadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Whether you&#8217;re just starting to work on a new specification or you&#8217;re working on Version 5.0, chances are you have some issues, problem spots, holes, or other things that need to be captured, tracked, discussed, and resolved before you call it a day. Oftentimes a question will pop up on a list that will identify a weakness or inaccuracy, or it could be something someone said on a conference call.  Having a system in place can not only make everyone&#8217;s lives easier (no &#8220;lost&#8221; issues, no &#8220;backtracking&#8221; previously-resolved issues, the ability to track progress, focus discussions, etc.) it can also provide a public record of work to be done and decisions made to date.</p>
<p>Here are several options that are currently in use by various TCs.</p>
<p><font color="#008000">XML</font></p>
<p><font color="#000000">This one is my favorite. There&#8217;s a schema and a stylesheet that produces a wonderful report full of both internal as well as external hypertext links back to source documents or resolutions. You can always view the most recent list, or you can select any of the historical versions from the directory listing. In order to take advantage of this solution you&#8217;ll need someone to volunteer as Issues List Editor and be willing to work in XML.</font></p>
<blockquote><p><a href="http://docs.oasis-open.org/ws-sx/issues/Issues.xml" title="WS-SX Issues List" target="_blank"> http://docs.oasis-open.org/ws-sx/issues/Issues.xml</a></p></blockquote>
<p><font color="#008000">Spreadsheet</font></p>
<p>This is probably the low-tech solution &#8212; you&#8217;ll be hard-pressed to find someone who isn&#8217;t familiar with using a spreadsheet for tabular information. The spreadsheet itself may be made available in several formats simply by uploading the file to the group&#8217;s document repository or by sending to me for upload in the OASIS Library (a/k/a &#8220;docs&#8221;). The advantage to the OASIS Library is that a single URI can be bookmarked that will always deliver the most recent version while retaining version-specific URIs; the downside is that until development is further along, upload access is restricted to the TC Admin.</p>
<blockquote><p>(spreadsheet example)</p></blockquote>
<p><font color="#008000">Wiki</font></p>
<p>The wiki solution makes it easy for any TC member to add/update the  Issues List. OASIS provides a wiki for each TC upon request. Previous versions can be viewed/compared.</p>
<blockquote><p><a href="http://wiki.oasis-open.org/xacml/IssuesList" title="XACML Issues List" target="_blank">http://wiki.oasis-open.org/xacml/IssuesList</a></p></blockquote>
<p>Hopefully that gives you some ideas and you&#8217;ll find one of these methods perfect for your participants. If you&#8217;d like more help, you know where to ask.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oasistcadmin.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oasistcadmin.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oasistcadmin.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oasistcadmin.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oasistcadmin.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oasistcadmin.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oasistcadmin.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oasistcadmin.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oasistcadmin.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oasistcadmin.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oasistcadmin.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oasistcadmin.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oasistcadmin.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oasistcadmin.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oasistcadmin.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oasistcadmin.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oasistcadmin.wordpress.com&amp;blog=911146&amp;post=8&amp;subd=oasistcadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oasistcadmin.wordpress.com/2007/07/10/you-have-an-issue-with-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ba1a0aa562a307d2811a64bcf70a603?s=96&#38;d=identicon" medium="image">
			<media:title type="html">oasistcadmin</media:title>
		</media:content>
	</item>
		<item>
		<title>SLAs</title>
		<link>http://oasistcadmin.wordpress.com/2007/06/28/slas/</link>
		<comments>http://oasistcadmin.wordpress.com/2007/06/28/slas/#comments</comments>
		<pubDate>Thu, 28 Jun 2007 18:52:23 +0000</pubDate>
		<dc:creator>Mary McRae</dc:creator>
				<category><![CDATA[TC Process]]></category>

		<guid isPermaLink="false">http://oasistcadmin.wordpress.com/2007/06/28/slas/</guid>
		<description><![CDATA[Are you aware that there are published SLAs (a/k/a turnaround times) for TC Administration tasks? While the TC Process defines several explicit SLAs, we have tried to fill in the gaps. If you&#8217;re planning your schedule to target a particular date, you&#8217;ll want to take these into consideration. Of course my goal is to turnaround [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oasistcadmin.wordpress.com&amp;blog=911146&amp;post=7&amp;subd=oasistcadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Are you aware that there are published SLAs (a/k/a turnaround times) for TC Administration tasks? While the TC Process defines several explicit SLAs, we have tried to fill in the gaps. If you&#8217;re planning your schedule to target a particular date, you&#8217;ll want to take these into consideration. Of course my goal is to turnaround requests as quickly as possible, but oftentimes there&#8217;s already a queue.</p>
<p>Here they are:</p>
<ul>
<li>Announcement of Public Review: 5 business days</li>
<li>Launch Committee Specification Ballot: 5 business days</li>
<li>Launch other Special Majority Ballots: 3 business days</li>
<li>Create Subcommittee: 3 business days</li>
<li>Announce ballot results: 3 business days</li>
<li>Requests to use external facility resources (such as systems support): 5 business days</li>
<li>Publish standing rules: 5 business days</li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oasistcadmin.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oasistcadmin.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oasistcadmin.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oasistcadmin.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oasistcadmin.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oasistcadmin.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oasistcadmin.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oasistcadmin.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oasistcadmin.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oasistcadmin.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oasistcadmin.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oasistcadmin.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oasistcadmin.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oasistcadmin.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oasistcadmin.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oasistcadmin.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oasistcadmin.wordpress.com&amp;blog=911146&amp;post=7&amp;subd=oasistcadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oasistcadmin.wordpress.com/2007/06/28/slas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ba1a0aa562a307d2811a64bcf70a603?s=96&#38;d=identicon" medium="image">
			<media:title type="html">oasistcadmin</media:title>
		</media:content>
	</item>
	</channel>
</rss>
