index.html 56.9 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta charset="UTF-8" />
<title>Semantic Web Health Care and Life Sciences (HCLS) Interest Group</title>
<meta name="viewport" content="width=device-width" />	
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="http://www.w3.org/blog/hcls/wp-content/themes/sw_blog/style.css" />
<link rel="stylesheet" type="text/css" media="handheld, only screen and (max-device-width: 480px)"  href="http://www.w3.org/blog/SW/wp-content/themes/sw_blog/mstyle.css" />
<link rel="stylesheet" type="text/css" media="screen and (min-device-width: 481px) and (max-device-width: 799px)" href="http://www.w3.org/blog/SW/wp-content/themes/sw_blog/mstyle.css" />	
<link rel="pingback" href="http://www.w3.org/blog/hcls/xmlrpc.php" />
<!--[if lt IE 9]>
<script src="http://www.w3.org/blog/hcls/wp-content/themes/sw_blog/html5.js" type="text/javascript"></script>
<![endif]-->

<link rel="alternate" type="application/rss+xml" title="Semantic Web Health Care and Life Sciences (HCLS) Interest Group &raquo; Feed" href="http://www.w3.org/blog/hcls/feed/" />
<link rel="alternate" type="application/rss+xml" title="Semantic Web Health Care and Life Sciences (HCLS) Interest Group &raquo; Comments Feed" href="http://www.w3.org/blog/hcls/comments/feed/" />
<script type='text/javascript' src='http://www.w3.org/blog/hcls/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
<script type='text/javascript' src='http://www.w3.org/blog/hcls/wp-content/plugins/collapsing-archives/collapsFunctions.js?ver=1.7'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.w3.org/blog/hcls/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.w3.org/blog/hcls/wp-includes/wlwmanifest.xml" /> 
<link rel='index' title='Semantic Web Health Care and Life Sciences (HCLS) Interest Group' href='http://www.w3.org/blog/hcls/' />
<meta name="generator" content="WordPress 3.0.5" />
<style type='text/css'>
    
    </style>
<style type='text/css'>
#widget-collapscat-3-top span.collapsing.categories {
        border:0;
        padding:0; 
        margin:0; 
        cursor:pointer;
} 

#widget-collapscat-3-top li.widget_collapscat h2 span.sym {float:right;padding:0 .5em}
#widget-collapscat-3-top li.collapsing.categories.self a {font-weight:bold}
#widget-collapscat-3-top:before {content:'';} 
#widget-collapscat-3-top  li.collapsing.categories:before {content:'';} 
#widget-collapscat-3-top  li.collapsing.categories {list-style-type:none}
#widget-collapscat-3-top  li.collapsing.categories{
       padding:0 0 0 1em;
       text-indent:-1em;
}
#widget-collapscat-3-top li.collapsing.categories.item:before {content: '\00BB \00A0' !important;} 
#widget-collapscat-3-top li.collapsing.categories .sym {
   cursor:pointer;
   font-size:1.1em;
   font-family:Arial, Helvetica;
    padding-right:5px;}</style>
<meta id="syntaxhighlighteranchor" name="syntaxhighlighter-version" content="3.1.3" />
</head>

<body class="home blog">
	<header id="branding" role="banner">		
		
					<a href="http://www.w3.org/blog/hcls/" title="Semantic Web Health Care and Life Sciences (HCLS) Interest Group" rel="home"><img src="http://www.w3.org/blog/hcls/wp-content/themes/sw_blog/images/headers/w3c-header.jpg" width="940" height="198" alt="" /></a>
				</header><!-- #branding -->
			
<div id="wrapper" class="hfeed">
	<div id="header">
		<div id="masthead">			
					
		<h1 id="site-title">		
			<a href="http://www.w3.org/blog/hcls/" title="Semantic Web Health Care and Life Sciences (HCLS) Interest Group" rel="home">Semantic Web Health Care and Life Sciences (HCLS) Interest Group</a>
		</h1>			
			<div id="site-description">		
						</div>
			<nav id="access" role="navigation">
			  				<div class="skip-link screen-reader-text"><a href="#content" title="Skip to content">Skip to content</a></div>
								<div class="menu"><ul><li class="current_page_item"><a href="http://www.w3.org/blog/hcls/" title="Home">Home</a></li></ul></div>
			</nav><!-- #access -->
			<div class="triangle-l"></div>
			<div class="triangle-r"></div>
		</div><!-- #masthead -->
	</div><!-- #header -->

	<div id="main">
		<section id="container">
			<div id="content" role="main">

			

			<div id="header-widget-area" role="complementary">

				<div id="first">
						<aside id="text-2" class="widget-container widget_text">			<div class="textwidget"><header class="entry-title"><h2>Introduction</h2></header>
	
<div class="intro">

      <p class="mission">
	The <strong>mission</strong> of the Semantic Web Health Care and Life Sciences Interest Group (HCLS IG) is to develop, advocate for, and support the use of Semantic Web technologies across <a href="/2011/09/HCLSIGCharter#hcare">health care</a>, <a href="/2011/09/HCLSIGCharter#lisci">life sciences</a>, clinical research and <a href="/2011/09/HCLSIGCharter#translat">translational medicine</a>.
	These domains stand to gain tremendous benefit from intra- and inter-domain application of Semantic Web technologies as they depend on the interoperability of information from many disciplines.
	Please see the accompanying <a href="/2011/05/HCLSIGUseCases">Use Cases and Rationale</a> document.
      </p>

      <p>The group will:</p>

      <ul>
	<li>Continue to develop high level (e.g. <a href="http://precedings.nature.com/documents/3686/version/1">TMO</a>) and architectural (e.g. <a href="http://www.w3.org/TR/hcls-swan/">SWAN</a>) vocabularies.</li>
	<li>Implement proof-of-concept demonstrations and industry-ready code.</li>

	<li>Document guidelines to accelerate the adoption of the technology.</li>
	<li>Disseminate information about the group's work at government, industry, academic events and by participating in community initiatives.</li>
      </ul>

</div>

</div>
		</aside><aside id="text-3" class="widget-container widget_text">			<div class="textwidget"><header class="entry-title"><h2 id="Participation">Participation</h2></header>
<div class="intro">	
<p>Communications of the HCLS&nbsp;IG are public. 
This includes public meeting records and
access to the archives of the <a href="http://lists.w3.org/Archives/Public/public-semweb-lifesci/">public-semweb-lifesci@w3.org</a> mailing 
list.</p>


<p>The HCLS&nbsp;IG welcomes active participation from representatives of W3C Member organizations. If you are part of a W3C 
Member organization, please <a href="http://www.w3.org/Help/Account/MailPassword/">verify</a> or <a href="http://www.w3.org/Help/Account/Request/Member">create</a> your W3C web account, then ask your <a href="http://www.w3.org/Member/ACList">Advisory Committe representative</a> (member-only) to <a href="/2004/01/pp-impl/38539/join">join the HCLS&nbsp;IG</a> and <a href="http://www.w3.org/2004/01/pp-impl/38539/change">nominate you to participate</a>. <a href="http://www.w3.org/2004/01/pp-impl/38539/instructions">More detailed instructions</a> are available.</p>

<p>If your company is not a member, please follow the instructions on <a href="http://www.w3.org/Consortium/join">how to become a W3C Member</a>. 
Active participation means participating at the weekly phone meetings, joining the discussions on the mailing list and,
possibly, and participating at the face to face meetings.</p>

<h3 id="ie">Invited Experts</h3>
<p>W3C also invites some individuals to participate as <a href="http://www.w3.org/2004/08/invexp">Invited Experts</a>.
If you would like to apply, please 
<a href="http://www.w3.org/Help/Account/MailPassword/">verify</a> or <a href="http://www.w3.org/Help/Account/Request/Public">create</a> your W3C web account, 

<a href="http://www.w3.org/2002/09/wbs/1/ieapp/">apply for IE status</a>, and, if accepted, 
<a href="http://www.w3.org/2004/01/pp-impl/38539/join">join the HCLS IG</a>.</p>

</div></div>
		</aside><aside id="text-4" class="widget-container widget_text">			<div class="textwidget"><hr/><header class="entry-title"><h2>News, Announcements</h2></header></div>
		</aside>				</div><!-- #first .widget-area -->

			</div><!-- #header-widget-area -->

			
<!--	<div id="nav-above" class="navigation">
		<div class="nav-previous"><a href="http://www.w3.org/blog/hcls/page/2/" ><span class="meta-nav">&larr;</span> Older posts</a></div>
		<div class="nav-next"></div>
	</div>
-->




			<article id="post-6" class="post-6 post type-post hentry category-group-logistics">
			<header><h2 class="entry-title"><a href="http://www.w3.org/blog/hcls/2011/04/01/semantic_web_japan_personalized_medicine/" title="Permalink to Semantic Web Japan, Personalized Medicine, and Knowledge Explorer" rel="bookmark">Semantic Web Japan, Personalized Medicine, and Knowledge Explorer</a></h2></header>

			<div class="entry-meta">
				<span class="meta-prep meta-prep-author">Posted on</span> <a href="http://www.w3.org/blog/hcls/2011/04/01/semantic_web_japan_personalized_medicine/" title="8:18 pm" rel="bookmark"><span class="entry-date">April 1, 2011</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://www.w3.org/blog/hcls/author/mmarshal/" title="View all posts by M. Scott Marshall">M. Scott Marshall</a></span>			</div><!-- .entry-meta -->

				<div class="entry-content">
				<p>I recently had the good fortune of being invited to give a keynote at the <a href="http://s-web.sfc.keio.ac.jp/conference2011/">Japanese Semantic Web conference</a>, held at Keio University in beautiful city of Tokyo, Japan. The speaker before me, Tetsuro Toyoda, described how Semantic Web was being used at <a href="http://www.base.riken.jp/english/">RIKEN </a>(The Institute of Physical and Chemical Research). Many of these interesting activities can be found at <a href="http://database.riken.jp">RIKEN database</a>, such as <a href="https://database.riken.jp/sw/links/en/cria160s1ria160s5i/#concept">Semantic-JSON</a> and <a href="http://semantictable.org">Semantic Table</a>. There was a healthy showing of commercial interest present at the conference, as well as a demonstration of a (Japanese) medical terminology system that made use of OWL and could provide English translations. I wish our Japanese colleagues a quick recovery from the recent earthquake and tsunami. Although Tokyo was not hit as hard as other areas, it has still been severely affected, with power blackouts causing many delays in a return to normality.
</p>
<p>After Tokyo, I traveled to beautiful city of Vancouver to speak at the <a href="http://www.b2pm.org/B2PM_Conference/Agenda.html">Best Practices in Personalized Medicine Workshop</a>, which was held as part of the <a href="http://fest.heartandlung.ca/">Heart + Lung Research &amp; Education FEST</a>. The Semantic Web session where I spoke also had nicely complimentary talks from Xavier Lopez (Oracle) and Mark Wilkinson (UBC). At B2PM, Leroy Hood opened with a keynote expanding on P4 &#8211; his description of a <a href="http://www.technologyreview.com/biomedicine/24703/?a=f">new approach to medicine</a> that is &#8220;powerfully predictive, personalized, preventative &#8212; meaning we&#8217;ll shift the focus to wellness &#8212; and participatory&#8221; and described recent progress. B2PM attendees presented and discussed how to achieve the goals of personalized medicine. Many participants have expressed interest in making use of the established network to further the cause of personalized medicine.
</p>
<p>I have been learning about the Sentient Knowledge Explorer from <a href="http://io-informatics.com/">IO Informatics</a>. Knowledge Explorer has some very useful features and functionality that includes the <a href="http://www.w3.org/2001/sw/sweo/public/UseCases/IOInformatics/figure4.png">generation of SPARQL queries from user selected sub-networks</a> without requiring knowledge of SPARQL. A full description can be found at the W3C use case description <a href="http://www.w3.org/2001/sw/sweo/public/UseCases/IOInformatics/">&#8220;Case Study: Applied Semantic Knowledgebase for Detection of Patients at Risk of Organ Failure through Immune Rejection&#8221;</a>.</p>
							</div><!-- .entry-content -->
	
			<footer class="entry-utility">
									<span class="cat-links">
						<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://www.w3.org/blog/hcls/category/group-logistics/" title="View all posts in group logistics" rel="category tag">group logistics</a>					</span>
					<span class="meta-sep">|</span>
												<span class="comments-link"><a href="http://www.w3.org/blog/hcls/2011/04/01/semantic_web_japan_personalized_medicine/#respond" title="Comment on Semantic Web Japan, Personalized Medicine, and Knowledge Explorer">Leave a comment</a></span>
							</footer><!-- .entry-utility -->
		</article><!-- #post-## -->

		
	


			<article id="post-7" class="post-7 post type-post hentry category-group-logistics">
			<header><h2 class="entry-title"><a href="http://www.w3.org/blog/hcls/2011/02/22/c_shals_2011/" title="Permalink to C-SHALS 2011" rel="bookmark">C-SHALS 2011</a></h2></header>

			<div class="entry-meta">
				<span class="meta-prep meta-prep-author">Posted on</span> <a href="http://www.w3.org/blog/hcls/2011/02/22/c_shals_2011/" title="5:19 pm" rel="bookmark"><span class="entry-date">February 22, 2011</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://www.w3.org/blog/hcls/author/mmarshal/" title="View all posts by M. Scott Marshall">M. Scott Marshall</a></span>			</div><!-- .entry-meta -->

				<div class="entry-content">
				<p>The Conference on Semantics in Health Care and Life Sciences (<a href="http://www.iscb.org/cshals2011-program">C-SHALS</a>) is being held in Cambridge, MA 23-25 February 2011. The C-SHALS conference provides a forum for advancing the application of Semantic Web Technologies in the Life Sciences.  Representatives from W3C&#8217;s Health Care and Life Sciences Interest Group will be participating by giving both tutorials and presentations, as well as an impressive lineup of speakers from the HCLS and pharma community. Chris Bouton&#8217;s <a href="http://triplemap.com/">TripleMap </a>will be presented there too, having opened up a Public Alpha version in time for C-SHALS. I expect this year&#8217;s C-SHALS to be very interesting!</p>
							</div><!-- .entry-content -->
	
			<footer class="entry-utility">
									<span class="cat-links">
						<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://www.w3.org/blog/hcls/category/group-logistics/" title="View all posts in group logistics" rel="category tag">group logistics</a>					</span>
					<span class="meta-sep">|</span>
												<span class="comments-link"><a href="http://www.w3.org/blog/hcls/2011/02/22/c_shals_2011/#respond" title="Comment on C-SHALS 2011">Leave a comment</a></span>
							</footer><!-- .entry-utility -->
		</article><!-- #post-## -->

		
	


			<article id="post-8" class="post-8 post type-post hentry category-group-logistics">
			<header><h2 class="entry-title"><a href="http://www.w3.org/blog/hcls/2011/01/31/2010_a_good_year/" title="Permalink to 2010 &#8211; A good year." rel="bookmark">2010 &#8211; A good year.</a></h2></header>

			<div class="entry-meta">
				<span class="meta-prep meta-prep-author">Posted on</span> <a href="http://www.w3.org/blog/hcls/2011/01/31/2010_a_good_year/" title="11:26 pm" rel="bookmark"><span class="entry-date">January 31, 2011</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://www.w3.org/blog/hcls/author/mmarshal/" title="View all posts by M. Scott Marshall">M. Scott Marshall</a></span>			</div><!-- .entry-meta -->

				<div class="entry-content">
				<p>2010 was a good year for the Semantic Web, which has especially gained momentum in health care and life sciences. I will just mention a few of the reasons it was a good year. Semantic Web and Linked Data have become a clear choice for projects that have a special interest in interoperability and data sharing across enterprises and between project partners. This includes the European Innovative Medicine Initiatives (IMI), in which a number of projects that will want to share results and information across several domains including drug discovery, electronic patient records, clinical trials, tissue banking, etc. The Pistoia Alliance SESL project has also moved things forward, showing how to add value to data through linking microarray data with claims in literature and other public domain resources. Great news: With another 5 years of NIH funding, NCBO is well-positioned to contribute to collaborative science and translational research.
</p>
<p>Biobanking provides Semantic Web with an ideal resource sharing application &#8211; one that makes the added value of linked data more concrete for bench scientists, who understand the immediate need of sharing tissue libraries in order to move certain types of research forward. A keynote speaker at BBMRI meetings in the Netherlands and the <a href="http://www.momentum2010.nl/">Life Sciences Momentum 2010 conference</a>, <a href="http://www.momentum2010.nl/speaker_cox.html">David Cox</a> (Pfizer) provides a business case for biobanking, couched in a solid research strategy that is mutually beneficial to pharmaceutical companies and their academic partners. In the strategy outlined by Cox, a transparent policy of public domain knowledge and intellectual property is key to make biobanking and drug development work well for academic and pharmaceutical partners. Although David Cox does not focus on data sharing in his presentation, it plays an implicit central role in biobanking and matching biobanking resources with drug development goals. Please see the interview with David Cox <a href="http://www.bbmri.nl/images/stories/hub2_web.pdf">“Collaborate in order to understand the biology”</a>.
</p>
<p>In the HCLS Interest Group, we have progressed on several fronts: an approach to creating semantic views on distributed data sources, including both relational databases and triplestores (see the<a href="http://precedings.nature.com/documents/5538/"> SWObjects federated query tutorial</a> at SWAT4LS), published about how we applied the Translational Medicine Ontology to patient records in Indivo format and were able to pose cross-domain queries on the results, <a href="http://purl.org/net/biordfmicroarray/demo">demonstrated </a>and published about a <a href="http://people.csail.mit.edu/pcm/tempISWC/workshops/SWPM2010/InvitedPaper_6.pdf">federated approach to microarray study results in RDF</a> at the <a href="http://wiki.knoesis.org/index.php/SWPM-2010">Provenance Workshop</a> at ISWC, further defined several ontologies for describing discourse and annotations, in the process of documenting best practices for linked data, <a href="http://esw.w3.org/HCLSIG/Terminology/PathRadCorrelation">checking correspondence of radiology and pathology reports for breast cancer</a>, with more publications, demonstrations, and W3C notes on the way. Look for a Best Practices document from the Linked Open Drug Data task force and a specification of microarray RDF practices from BioRDF / Scientific Discourse task forces in the coming months.
</p>
<p>Did I mention being impressed by <a href="http://triplemap.com/">TripleMap</a>? It makes it possible to create maps of interest using Linked Open Drug Data in a very nice user interface geared toward essential concerns such as compounds, disease, genes, etc.</p>
							</div><!-- .entry-content -->
	
			<footer class="entry-utility">
									<span class="cat-links">
						<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://www.w3.org/blog/hcls/category/group-logistics/" title="View all posts in group logistics" rel="category tag">group logistics</a>					</span>
					<span class="meta-sep">|</span>
												<span class="comments-link"><a href="http://www.w3.org/blog/hcls/2011/01/31/2010_a_good_year/#respond" title="Comment on 2010 &#8211; A good year.">Leave a comment</a></span>
							</footer><!-- .entry-utility -->
		</article><!-- #post-## -->

		
	


			<article id="post-9" class="post-9 post type-post hentry category-group-logistics">
			<header><h2 class="entry-title"><a href="http://www.w3.org/blog/hcls/2010/09/24/ncbo_pharmait_pistoia_biobanking_and_pub/" title="Permalink to NCBO, PharmaIT, Pistoia, Biobanking and publishing opportunities" rel="bookmark">NCBO, PharmaIT, Pistoia, Biobanking and publishing opportunities</a></h2></header>

			<div class="entry-meta">
				<span class="meta-prep meta-prep-author">Posted on</span> <a href="http://www.w3.org/blog/hcls/2010/09/24/ncbo_pharmait_pistoia_biobanking_and_pub/" title="7:56 pm" rel="bookmark"><span class="entry-date">September 24, 2010</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://www.w3.org/blog/hcls/author/mmarshal/" title="View all posts by M. Scott Marshall">M. Scott Marshall</a></span>			</div><!-- .entry-meta -->

				<div class="entry-content">
				<p>I recently returned home to the Netherlands after visiting <a href="http://www.bioontology.org/">NCBO</a> for 7 months. It was inspiring to see such a well-coordinated group and a great opportunity to meet and work with the <a href="http://www.bioontology.org/">NCBO </a>team as well as <a href="http://bmir.stanford.edu/projects/view.php/protg">Protégé </a>and others in <a href="http://bmir.stanford.edu/">Biomedical Informatics Research</a> at Stanford. Special thanks to <a href="http://bmir.stanford.edu/people/view.php/mark_a_musen">Mark Musen</a>. I and my wife are very grateful that our respective Dutch employers (LUMC and UMC) supported and sponsored our visit (to NCBO and Genentech respectively).</p>
<p>Last week, I gave a presentation about the HCLS approach to linked data federation at the <a href="http://www.pharmatechnology-summit.com/">Pharmaceutical Technology IT Summit</a> in London. <a href="http://uk.linkedin.com/in/ianharrow">Ian Harrow</a> of Pfizer presented the <a href="http://www.pistoiaalliance.org/">Pistoia Alliance</a> project &#8220;SESL&#8221;, which aims to apply text mining and a federation of triplestores to enhance sharing of precompetitive data. The HCLS BioRDF task force recently submitted a <a href="http://esw.w3.org/HCLSIG_BioRDF_Subgroup/QueryFederation2">federated approach to microarray data</a> to Workshop on the role of Semantic Web in Provenance Management <a href="http://wiki.knoesis.org/index.php/SWPM-2010#Important_Dates">(SWPM-2010)</a> that should be directly applicable in the SESL project.</p>
<p>This week, I have been attending the <a href="http://www.bbmri.eu/index.php/home">&#8220;BBMRI &#8211; Biobanking for Science&#8221; Conference</a>. We have discussed biobanking as an demo application for Semantic Web and attending this conference has convinced me that biobanking is the perfect storm for Semantic Web. Another interpretation could be that biobanking has similar requirements to translational medicine and shares the inherent value of data stewardship that seem intrinsically tied to data sharing.</p>
<p>Conference on Semantics in Healthcare and Life Sciences <a href="http://www.iscb.org/cshals2011">(CSHALS) </a> is <a href="http://www.iscb.org/cms_addon/conferences/cshals2011/call_pres.php">open for submissions</a> and Semantic Web Applications for the Life Sciences <a href="http://www.swat4ls.org/2010/">(SWAT4LS) </a>is <a href="http://www.swat4ls.org/2010/call.php">open for submissions</a> and I hear that the <a href="http://www.jbiomedsem.com/">Journal of Biomedical Semantics</a> could use a few more articles in its pipeline.</p>
							</div><!-- .entry-content -->
	
			<footer class="entry-utility">
									<span class="cat-links">
						<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://www.w3.org/blog/hcls/category/group-logistics/" title="View all posts in group logistics" rel="category tag">group logistics</a>					</span>
					<span class="meta-sep">|</span>
												<span class="comments-link"><a href="http://www.w3.org/blog/hcls/2010/09/24/ncbo_pharmait_pistoia_biobanking_and_pub/#respond" title="Comment on NCBO, PharmaIT, Pistoia, Biobanking and publishing opportunities">Leave a comment</a></span>
							</footer><!-- .entry-utility -->
		</article><!-- #post-## -->

		
	


			<article id="post-10" class="post-10 post type-post hentry category-group-logistics">
			<header><h2 class="entry-title"><a href="http://www.w3.org/blog/hcls/2010/08/19/rdf_symposium_at_acs_meeting_and_data_sh/" title="Permalink to RDF Symposium at ACS Meeting and Data Sharing hits the papers" rel="bookmark">RDF Symposium at ACS Meeting and Data Sharing hits the papers</a></h2></header>

			<div class="entry-meta">
				<span class="meta-prep meta-prep-author">Posted on</span> <a href="http://www.w3.org/blog/hcls/2010/08/19/rdf_symposium_at_acs_meeting_and_data_sh/" title="1:13 am" rel="bookmark"><span class="entry-date">August 19, 2010</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://www.w3.org/blog/hcls/author/mmarshal/" title="View all posts by M. Scott Marshall">M. Scott Marshall</a></span>			</div><!-- .entry-meta -->

				<div class="entry-content">
				<p>Next week, Eric Prud&#8217;hommeaux will present an &#8220;Overview of the linking open drug data task&#8221; at the <a href="http://egonw.github.com/acsrdf2010/#program">RDF Symposium</a> of the American Chemical Society on August 22 and 23 in Boston. The RDF Symposium is co-organized by HCLS member Egon Willighagen, who will also present &#8220;Linking the Resource Description Framework to Cheminformatics and Proteochemometrics&#8221;.</p>
<p>A recent article about Data Sharing appeared in the New York Times! The article describes a project that led to biomarker discovery for Alzheimer&#8217;s Disease, see <a href="http://www.nytimes.com/2010/08/13/health/research/13alzheimer.html">Sharing of Data Leads to Progress on Alzheimer&#8217;s</a>. There has been some <a href="http://lists.w3.org/Archives/Public/public-semweb-lifesci/2010Aug/0026.html">discussion</a> about it on the HCLS mailing list.</p>
<p>At the Semantic Technology conference in San Francisco in June, in a session organized by Christine Golbreich and M. Scott Marshall, <a href="http://semtech2010.semanticuniverse.com/sessionPop.cfm?confid=42&amp;proposalid=3271">Applications of Biomedical Ontologies and Resources</a> was presented by the trio HCLS/NCBO/NIF. M. Scott Marshall introduced ontologies from both an ontology building perspective (including the Foundational Model of Anatomy and the Translational Medicine Ontology) and an application perspective, while Mark Musen presented on the National Center for Biomedical Ontologies (NCBO) and Jeffrey Grethe presented on the NeuroInformatics Framework (NIF). Together, the presentations provided an overview of the range of general to specific applications of ontologies and Semantic Web. Note also that both NCBO and NIF provide a SPARQL endpoint to their resources: <a href="http://sparql.bioontology.org/webui/">http://sparql.bioontology.org/webui/</a> and <a href="http://neurolex.org/wiki/SparqlEndPoint">http://neurolex.org/wiki/SparqlEndPoint</a></p>
							</div><!-- .entry-content -->
	
			<footer class="entry-utility">
									<span class="cat-links">
						<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://www.w3.org/blog/hcls/category/group-logistics/" title="View all posts in group logistics" rel="category tag">group logistics</a>					</span>
					<span class="meta-sep">|</span>
												<span class="comments-link"><a href="http://www.w3.org/blog/hcls/2010/08/19/rdf_symposium_at_acs_meeting_and_data_sh/#respond" title="Comment on RDF Symposium at ACS Meeting and Data Sharing hits the papers">Leave a comment</a></span>
							</footer><!-- .entry-utility -->
		</article><!-- #post-## -->

		
	


			<article id="post-11" class="post-11 post type-post hentry category-group-logistics">
			<header><h2 class="entry-title"><a href="http://www.w3.org/blog/hcls/2010/05/14/hcls_trends_and_ncbo_s_sparql_endpoint/" title="Permalink to HCLS trends and NCBO&#8217;s SPARQL endpoint!" rel="bookmark">HCLS trends and NCBO&#8217;s SPARQL endpoint!</a></h2></header>

			<div class="entry-meta">
				<span class="meta-prep meta-prep-author">Posted on</span> <a href="http://www.w3.org/blog/hcls/2010/05/14/hcls_trends_and_ncbo_s_sparql_endpoint/" title="1:32 am" rel="bookmark"><span class="entry-date">May 14, 2010</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://www.w3.org/blog/hcls/author/mmarshal/" title="View all posts by M. Scott Marshall">M. Scott Marshall</a></span>			</div><!-- .entry-meta -->

				<div class="entry-content">
				<p>Our recent HCLS gatherings went very well in both Boston and Raleigh, with both dinners and discussions. In Boston, we had a fun chat, with a group of people somewhat diminished in size due to the volcano effect. We talked about opportunities presented by the ARRA and increased attention to Electronic Health Records. EHR&#8217;s have remained a topic of discussion and HCLS is now looking to create a demo that employs EHR scenarios. We are now actively seeking clinical data that could be used build a Semantic Web demo that is realistic to clinical practitioners. Offers of data or help of any kind will be welcomed.</p>
<p>
Also, especially since C-SHALS, provenance has become a key theme of research. The BioRDF task force has been working on the best way to model the origins of microarray data (gene lists, experimental conditions, etc.). The Scientific Discourse task has been looking at how to model the origins of both statements made in discussion groups and computational experiments such as those stored at myExperiment.org and Research Objects. BioRDF and SciDisc have recently begun a joint teleconference to discuss provenance overlaps. Translational Medicine Ontology task force has also begun looking at provenance issues.</p>
<p>
Great news! NCBO has made it possible for linked data projects to link directly to NCBO hosted ontologies via an *experimental* SPARQL endpoint. Point your browsers at http://sparql.bioontology.org:8080/webui/ and your programs at http://sparql.bioontology.org:8080/sparql/ . This is great news to HCLS because we can build demonstration applications that make direct use of these knowledge resources (includes all of OBO and more)! Although feature requests will be collected, please don&#8217;t expect too much of this young but valuable resource at this early stage. It&#8217;s a prototype!</p>
							</div><!-- .entry-content -->
	
			<footer class="entry-utility">
									<span class="cat-links">
						<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://www.w3.org/blog/hcls/category/group-logistics/" title="View all posts in group logistics" rel="category tag">group logistics</a>					</span>
					<span class="meta-sep">|</span>
												<span class="comments-link"><a href="http://www.w3.org/blog/hcls/2010/05/14/hcls_trends_and_ncbo_s_sparql_endpoint/#respond" title="Comment on HCLS trends and NCBO&#8217;s SPARQL endpoint!">Leave a comment</a></span>
							</footer><!-- .entry-utility -->
		</article><!-- #post-## -->

		
	


			<article id="post-12" class="post-12 post type-post hentry category-group-logistics">
			<header><h2 class="entry-title"><a href="http://www.w3.org/blog/hcls/2010/04/09/hcls_gatherings_1/" title="Permalink to HCLS Gatherings" rel="bookmark">HCLS Gatherings</a></h2></header>

			<div class="entry-meta">
				<span class="meta-prep meta-prep-author">Posted on</span> <a href="http://www.w3.org/blog/hcls/2010/04/09/hcls_gatherings_1/" title="9:34 pm" rel="bookmark"><span class="entry-date">April 9, 2010</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://www.w3.org/blog/hcls/author/sstephen/" title="View all posts by Susie Stephens">Susie Stephens</a></span>			</div><!-- .entry-meta -->

				<div class="entry-content">
				<p>The <a href="http://www.w3.org/2001/sw/hcls/">HCLS IG </a>will be having two informal gatherings in April. The <a href="http://esw.w3.org/HCLSIG/Meetings/2010-04-22_F2F">first gathering </a>will be held at the <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=32+Vassar+Street.+Cambridge,+MA&amp;sll=42.370768,-71.088152&amp;sspn=0.020387,0.039825&amp;ie=UTF8&amp;ll=42.362143,-71.09268&amp;spn=0.010655,0.019913&amp;z=16">Stata Center</a>, MIT, on April 22, from 5pm. It is expected that many of the people who are attending <a href="http://www.bio-itworldexpo.com/">Bio-IT World</a> in Boston will be able to come along to this gathering.<br />
The <a href="http://esw.w3.org/HCLSIG/Meetings/2010-04-26_F2F">second gathering </a>will be held in Raleigh, NC, on April 26, from 6pm. It is expected that this meeting will largely be attended by participants at <a href="http://www2010.org/www/">WWW2010</a>. Please add your name to the wiki if you are able to attend either event. I&#8217;m looking forward to being able to see many of you in person soon.</p>
							</div><!-- .entry-content -->
	
			<footer class="entry-utility">
									<span class="cat-links">
						<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://www.w3.org/blog/hcls/category/group-logistics/" title="View all posts in group logistics" rel="category tag">group logistics</a>					</span>
					<span class="meta-sep">|</span>
												<span class="comments-link"><a href="http://www.w3.org/blog/hcls/2010/04/09/hcls_gatherings_1/#respond" title="Comment on HCLS Gatherings">Leave a comment</a></span>
							</footer><!-- .entry-utility -->
		</article><!-- #post-## -->

		
	


			<article id="post-13" class="post-13 post type-post hentry category-group-logistics">
			<header><h2 class="entry-title"><a href="http://www.w3.org/blog/hcls/2010/03/09/www2010_workshop_the_future_of_the_web_f_1/" title="Permalink to WWW2010 Workshop: The Future of the Web for Collaborative Science" rel="bookmark">WWW2010 Workshop: The Future of the Web for Collaborative Science</a></h2></header>

			<div class="entry-meta">
				<span class="meta-prep meta-prep-author">Posted on</span> <a href="http://www.w3.org/blog/hcls/2010/03/09/www2010_workshop_the_future_of_the_web_f_1/" title="8:48 pm" rel="bookmark"><span class="entry-date">March 9, 2010</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://www.w3.org/blog/hcls/author/sstephen/" title="View all posts by Susie Stephens">Susie Stephens</a></span>			</div><!-- .entry-meta -->

				<div class="entry-content">
				<p>The agenda for the <a href="http://www2010.org/www/">WWW2010</a> workshop on <a href="http://esw.w3.org/topic/HCLS/WWW2010/Workshop">The Future of the Web for Collaborative Science </a>is now available.<br />
Due to the large number of high quality submissions some difficult decisions had to be made. In total 9 papers were accepted, covering diverse topics including image annotation, a dashboard for systems chemical biology, a linked data framework, policy mediation, and exchange and reuse of research objects.<br />
We look forward to seeing you in April in Raleigh, NC.</p>
							</div><!-- .entry-content -->
	
			<footer class="entry-utility">
									<span class="cat-links">
						<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://www.w3.org/blog/hcls/category/group-logistics/" title="View all posts in group logistics" rel="category tag">group logistics</a>					</span>
					<span class="meta-sep">|</span>
												<span class="comments-link"><a href="http://www.w3.org/blog/hcls/2010/03/09/www2010_workshop_the_future_of_the_web_f_1/#respond" title="Comment on WWW2010 Workshop: The Future of the Web for Collaborative Science">Leave a comment</a></span>
							</footer><!-- .entry-utility -->
		</article><!-- #post-## -->

		
	


			<article id="post-14" class="post-14 post type-post hentry category-group-logistics">
			<header><h2 class="entry-title"><a href="http://www.w3.org/blog/hcls/2010/02/02/cshals_tutorial/" title="Permalink to CSHALS Tutorial" rel="bookmark">CSHALS Tutorial</a></h2></header>

			<div class="entry-meta">
				<span class="meta-prep meta-prep-author">Posted on</span> <a href="http://www.w3.org/blog/hcls/2010/02/02/cshals_tutorial/" title="1:14 pm" rel="bookmark"><span class="entry-date">February 2, 2010</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://www.w3.org/blog/hcls/author/sstephen/" title="View all posts by Susie Stephens">Susie Stephens</a></span>			</div><!-- .entry-meta -->

				<div class="entry-content">
				<p>W3C&#8217;s HCLS group is going to be giving a tutorial at the upcoming <a href="http://www.iscb.org/cshals2010-program">Conference on Semantics in Healthcare and Life Sciences </a>(CSHALS), which is being held on February 24-26, in Cambridge, MA. Lee Feigenbaum (Cambridge Semantics) is going to start off the tutorial by giving background information on all of the key Semantic Web standards. Scott Marshall (University of Amsterdam) is then going to give an introduction to the HCLS IG. This will be followed by Elgar Pichler (AstraZeneca), Vipul Kashyap (Cigna), and Tim Clark (Harvard) describing applications of the Semantic Web that they have developed within pharma, healthcare, and scientific publishing respectively. The tutorial will conclude with John Madden (Duke) and Kei Cheung (Yale) describing some of the most cutting edge uses of the technology within terminology and federated query. I&#8217;m looking forward to catching up with many people at the conference.</p>
							</div><!-- .entry-content -->
	
			<footer class="entry-utility">
									<span class="cat-links">
						<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://www.w3.org/blog/hcls/category/group-logistics/" title="View all posts in group logistics" rel="category tag">group logistics</a>					</span>
					<span class="meta-sep">|</span>
												<span class="comments-link"><a href="http://www.w3.org/blog/hcls/2010/02/02/cshals_tutorial/#respond" title="Comment on CSHALS Tutorial">Leave a comment</a></span>
							</footer><!-- .entry-utility -->
		</article><!-- #post-## -->

		
	


			<article id="post-15" class="post-15 post type-post hentry category-group-logistics">
			<header><h2 class="entry-title"><a href="http://www.w3.org/blog/hcls/2010/01/20/looking_back_at_2009_and_forward_to_2010/" title="Permalink to Looking back at 2009 and forward to 2010" rel="bookmark">Looking back at 2009 and forward to 2010</a></h2></header>

			<div class="entry-meta">
				<span class="meta-prep meta-prep-author">Posted on</span> <a href="http://www.w3.org/blog/hcls/2010/01/20/looking_back_at_2009_and_forward_to_2010/" title="2:22 am" rel="bookmark"><span class="entry-date">January 20, 2010</span></a> <span class="meta-sep">by</span> <span class="author vcard"><a class="url fn n" href="http://www.w3.org/blog/hcls/author/mmarshal/" title="View all posts by M. Scott Marshall">M. Scott Marshall</a></span>			</div><!-- .entry-meta -->

				<div class="entry-content">
				<p>The HCLS IG had a good year in 2009, with lots of interaction, demonstration, and outreach. HCLS was involved in: C-SHALS Tutorial, Shared Names, Bio-IT World (in Boston and Hannover), Concept Web Alliance (CWA), PRISM Forum SIG, AMIA conferences, 7th Annual Pharma Technology IT Summit, the Data Integration for the Life Sciences (DILS) Workshop, and SWAT4LS.</p>
<p>We held two Face2Face meetings (Boston,MA and Santa Clara,CA), organized the Workshop on Scientific Discourse at ISWC2009, and helped organize the Semantic Web Applications and Tools for the Life Sciences (SWAT4LS) in Amsterdam &#8211; all well-received. HCLS produced some deliverables such as a Translational Medicine Ontology, articles in journals and proceedings, lots of Linked Open Drug Data, three W3C Interest Group notes, an approach to query federation, and presented a new version of the Clinical Observations Interoperability demo. We also helped initiate Shared Names, participated in the development of the Concept Web Alliance demo, and won the Triplification Challenge of 2009. In 2009, several of our members have joined together to write grant proposals in both Europe and the U.S. which could provide more support for some HCLS activities. BTW, another way to support those activities is to join us (see top of page for instructions)!</p>
<p>A development that I am excited about is the collaborative effort involving HCLS and CWA and the Swiss Institute of Bioinformatics (SIB) to create a SPARQL endpoint for Uniprot. Such an endpoint could make it possible to perform essential bioinformatics information retrieval without ever leaving the comfort of your SPARQL query interface.</p>
<p>I&#8217;m writing to you from Stanford, California where I am visiting the <a href="http://bmir.stanford.edu/projects/lab.php/musen_lab">Musen Lab</a>, home of the <a href="http://www.bioontology.org/">National Center for Biomedical Computing (NCBO)</a>, and the creators of <a href="http://bioportal.bioontology.org/">BioPortal</a> and <a href="http://protege.stanford.edu/">Protégé</a>. NCBO just put in for a renewal grant so keep your fingers crossed! In HCLS, we hope to see continued support for the very valuable knowledge resources that have been made available to biomedical researchers by NCBO. HCLS is looking at how to incorporate BioPortal services into our demonstrations.</p>
							</div><!-- .entry-content -->
	
			<footer class="entry-utility">
									<span class="cat-links">
						<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://www.w3.org/blog/hcls/category/group-logistics/" title="View all posts in group logistics" rel="category tag">group logistics</a>					</span>
					<span class="meta-sep">|</span>
												<span class="comments-link"><a href="http://www.w3.org/blog/hcls/2010/01/20/looking_back_at_2009_and_forward_to_2010/#respond" title="Comment on Looking back at 2009 and forward to 2010">Leave a comment</a></span>
							</footer><!-- .entry-utility -->
		</article><!-- #post-## -->

		
	

				<nav id="nav-below" class="navigation">
					<div class="nav-previous"><a href="http://www.w3.org/blog/hcls/page/2/" ><span class="meta-nav">&larr;</span> Older posts</a></div>
					<div class="nav-next"></div>
				</nav><!-- #nav-below -->
			</div><!-- #content -->
		</section><!-- #container -->


		<div id="primary" class="widget-area" role="complementary">
			

<aside id="search-2" class="widget-container widget_search"><form role="search" method="get" id="searchform" action="http://www.w3.org/blog/hcls/" >
	<div><label class="screen-reader-text" for="s">Search for:</label>
	<input type="text" value="" name="s" id="s" />
	<input type="submit" id="searchsubmit" value="Search" />
	</div>
	</form></aside><aside id="text-5" class="widget-container widget_text"><header><h3 class="widget-title">Links</h3></header>			<div class="textwidget">  <ul>
    <li>Interest Group links:
    <ul>
      <li><a href="/2011/09/HCLSIGCharter">Group Charter</a></li>
      <li><a href="http://www.w3.org/wiki/HCLSIG">Public Wiki page</a></li>
      <!-- <li><a href="/2004/01/pp-impl/38539/instructions">Instructions on joining the IG</a></li> -->
      <li>Participants:<ul>
            <li><a href="/2004/01/pp-impl/38539/status">organizations</a></li>

      	    <li><a href="/2000/09/dbwg/details?group=38539">persons</a> (member only link)</li>
	  </ul></li>
      <li><a href="http://lists.w3.org/Archives/Public/public-semweb-lifesci/">Mailing list archives</a> </li>
    </ul>
    </li>
    <li>Documents:
    <ul>

      <li><a href="http://people.csail.mit.edu/pcm/tempISWC/workshops/SWPM2010/InvitedPaper_6.pdf">Provenance of Microarray Experiments for a Better Understanding of Experiment Results</a></p></li>
<!--
      <li><a href="/TR/hcls-swan/">Semantic Web Applications in Neuromedicine (SWAN) Ontology</a> - W3C Note 2009  <span class="anchor" id="line-47"></span></p></li>
      <li><a href="/TR/hcls-sioc/">SIOC, SIOC Types and Health Care and Life Sciences</a> - W3C Note 2009  <span class="anchor" id="line-48"></span></p></li>
 -->
      <li><a href="/TR/hcls-swansioc/">SWAN/SIOC: Alignment Between the SWAN and SIOC Ontologies</a> - W3C Note 2009  <span class="anchor" id="line-49"></span></li>
      <li><a href="http://www.biomedcentral.com/1471-2105/10/S10/S10">A journey to Semantic Web query federation in the life sciences</a> - BMC Bioinformatics Special Issue: "Semantic Web Applications and Tools for Life Sciences" 2009</li>
<!-- 
      <li><a href="http://esw.w3.org/topic/HCLSIG?action=AttachFile&amp;do=get&amp;target=2009+Triplification+Challenge+-+LODD.pdf" title="attachment:2009 Triplification Challenge - LODD.pdf">Linking Open Drug Data</a> - iTriplification Challenge 2009</li>
      <li><a href="http://esw.w3.org/topic/HCLSIG?action=AttachFile&amp;do=get&amp;target=dils09poster" title="attachment:dils09poster">Linked Data for Connecting Traditional Chinese Medicine and Western Medicine</a> - Abstract for poster at DILS 2009</li>
      <li><a href="http://esw.w3.org/topic/HCLSIG?action=AttachFile&amp;do=get&amp;target=PharmaOntology_ICBO_09.pdf" title="attachment:PharmaOntology_ICBO_09.pdf">Pharma Ontology: Creating a Patient-centric Ontology for Translational Medicine</a> - Abstract for poster at ICBO 2009</li>
      <li><a href="http://esw.w3.org/topic/HCLSIG?action=AttachFile&amp;do=get&amp;target=Final_ldow2009.pdf" title="attachment:Final_ldow2009.pdf">Enabling Tailored Therapeutics with Linked Data</a> - LDOW Workshop, WWW 2009</li>
 -->
      <li><a href="http://www.w3.org/wiki/HCLSIG/Products#docs">… more documents …</a></li>

    </ul>
    </li>
    <li>Online Demonstrations:
    <ul>
      <li><a href="http://purl.org/net/biordfmicroarray/demo">Provenance of Microarray Experiments</a></li>
      <li><a href="http://hcls.deri.org/coi/demo/">Clinical Observations Interoperability Demo</a></li>
      <li><a href="http://www.w3.org/2009/08/7tmdemo">Description of the 7tm Receptor Demo</a></li>
      <li><a href="http://hcls.deri.org/hcls_demo.html">HCLS Knowledge Base: Examples</a></li>

    </ul>
    </li>
    <li>Other links:
    <ul>
      <li><a href="/2001/sw/">Semantic Web Activity Home </a></li>
      <li><a href="/2008/05/HCLSIGCharter">Previous Charter</a></li>
      <li><a href="http://www.w3.org/2001/sw/hcls/homepage-2005-2007">Previous Charter</a></li>
    </ul>

    </li>
  </ul></div>
		</aside><aside id="collapsarch-3" class="widget-container widget_collapsarch"><header><h3 class="widget-title">Archives</h3></header><ul id='widget-collapsarch-3-top
        ' class='collapsing archives list'>
  <li class='collapsing archives'><span title='click to expand' class='collapsing archives expand' onclick='expandCollapse(event, "[+] ", "[-] ", 0,"collapsing archives"); return false' ><span class='sym'>[+] </span></span><a href='http://www.w3.org/blog/hcls/2011/'>2011  <span class="yearCount">(3)</span>
</a>
    <ul style='display:none' id='collapsArch-2011:3'>
      <li class='collapsing archives'><a href='http://www.w3.org/blog/hcls/2011/04/' title='April'>April  <span class="monthCount">(1)</span>
</a>
      </li> <!-- close month --> 
      <li class='collapsing archives'><a href='http://www.w3.org/blog/hcls/2011/02/' title='February'>February  <span class="monthCount">(1)</span>
</a>
      </li> <!-- close month --> 
      <li class='collapsing archives'><a href='http://www.w3.org/blog/hcls/2011/01/' title='January'>January  <span class="monthCount">(1)</span>
</a>
      </li> <!-- close month --> 
    </ul>
  </li> <!-- end year -->
  <li class='collapsing archives'><span title='click to expand' class='collapsing archives expand' onclick='expandCollapse(event, "[+] ", "[-] ", 0,"collapsing archives"); return false' ><span class='sym'>[+] </span></span><a href='http://www.w3.org/blog/hcls/2010/'>2010  <span class="yearCount">(8)</span>
</a>
    <ul style='display:none' id='collapsArch-2010:3'>
      <li class='collapsing archives'><a href='http://www.w3.org/blog/hcls/2010/09/' title='September'>September  <span class="monthCount">(1)</span>
</a>
      </li> <!-- close month --> 
      <li class='collapsing archives'><a href='http://www.w3.org/blog/hcls/2010/08/' title='August'>August  <span class="monthCount">(1)</span>
</a>
      </li> <!-- close month --> 
      <li class='collapsing archives'><a href='http://www.w3.org/blog/hcls/2010/05/' title='May'>May  <span class="monthCount">(1)</span>
</a>
      </li> <!-- close month --> 
      <li class='collapsing archives'><a href='http://www.w3.org/blog/hcls/2010/04/' title='April'>April  <span class="monthCount">(1)</span>
</a>
      </li> <!-- close month --> 
      <li class='collapsing archives'><a href='http://www.w3.org/blog/hcls/2010/03/' title='March'>March  <span class="monthCount">(1)</span>
</a>
      </li> <!-- close month --> 
      <li class='collapsing archives'><a href='http://www.w3.org/blog/hcls/2010/02/' title='February'>February  <span class="monthCount">(1)</span>
</a>
      </li> <!-- close month --> 
      <li class='collapsing archives'><a href='http://www.w3.org/blog/hcls/2010/01/' title='January'>January  <span class="monthCount">(2)</span>
</a>
      </li> <!-- close month --> 
    </ul>
  </li> <!-- end year -->
  <li class='collapsing archives'><span title='click to expand' class='collapsing archives expand' onclick='expandCollapse(event, "[+] ", "[-] ", 0,"collapsing archives"); return false' ><span class='sym'>[+] </span></span><a href='http://www.w3.org/blog/hcls/2009/'>2009  <span class="yearCount">(9)</span>
</a>
    <ul style='display:none' id='collapsArch-2009:3'>
      <li class='collapsing archives'><a href='http://www.w3.org/blog/hcls/2009/12/' title='December'>December  <span class="monthCount">(1)</span>
</a>
      </li> <!-- close month --> 
      <li class='collapsing archives'><a href='http://www.w3.org/blog/hcls/2009/10/' title='October'>October  <span class="monthCount">(2)</span>
</a>
      </li> <!-- close month --> 
      <li class='collapsing archives'><a href='http://www.w3.org/blog/hcls/2009/09/' title='September'>September  <span class="monthCount">(2)</span>
</a>
      </li> <!-- close month --> 
      <li class='collapsing archives'><a href='http://www.w3.org/blog/hcls/2009/07/' title='July'>July  <span class="monthCount">(1)</span>
</a>
      </li> <!-- close month --> 
      <li class='collapsing archives'><a href='http://www.w3.org/blog/hcls/2009/05/' title='May'>May  <span class="monthCount">(1)</span>
</a>
      </li> <!-- close month --> 
      <li class='collapsing archives'><a href='http://www.w3.org/blog/hcls/2009/03/' title='March'>March  <span class="monthCount">(2)</span>
</a>
      </li> <!-- close month --> 
    </ul>
  </li> <!-- end year -->
  <li class='collapsing archives'><span title='click to expand' class='collapsing archives expand' onclick='expandCollapse(event, "[+] ", "[-] ", 0,"collapsing archives"); return false' ><span class='sym'>[+] </span></span><a href='http://www.w3.org/blog/hcls/2008/'>2008  <span class="yearCount">(3)</span>
</a>
    <ul style='display:none' id='collapsArch-2008:3'>
      <li class='collapsing archives'><a href='http://www.w3.org/blog/hcls/2008/11/' title='November'>November  <span class="monthCount">(1)</span>
</a>
      </li> <!-- close month --> 
      <li class='collapsing archives'><a href='http://www.w3.org/blog/hcls/2008/06/' title='June'>June  <span class="monthCount">(2)</span>
</a>
  </li> <!-- close month --></ul><!-- close year -->
</li> <!-- end of collapsing archives --><li style='display:none'><script type="text/javascript">
// <![CDATA[
/* These variables are part of the Collapsing Archives Plugin
   * version: 1.3.2
   * revision: $Id: collapsArch.php 328345 2011-01-03 18:33:01Z robfelty $
   * Copyright 2008 Robert Felty (robfelty.com)
           */
var expandSym="<img src='/wp-content/plugins/collapsing-archives/img/expand.gif' alt='expand' />";
var collapseSym="<img src='/wp-content/plugins/collapsing-archives/img/collapse.gif' alt='collapse' />";
try { collapsItems['catTest'] = 'test'; } catch (err) { collapsItems = new Object(); }
collapsItems['collapsArch-2011-4:3'] = '';
collapsItems['collapsArch-2011-2:3'] = '';
collapsItems['collapsArch-2011-1:3'] = '';
collapsItems['collapsArch-2010-9:3'] = '';
collapsItems['collapsArch-2010-8:3'] = '';
collapsItems['collapsArch-2010-5:3'] = '';
collapsItems['collapsArch-2010-4:3'] = '';
collapsItems['collapsArch-2010-3:3'] = '';
collapsItems['collapsArch-2010-2:3'] = '';
collapsItems['collapsArch-2010-1:3'] = '';
collapsItems['collapsArch-2009-12:3'] = '';
collapsItems['collapsArch-2009-10:3'] = '';
collapsItems['collapsArch-2009-9:3'] = '';
collapsItems['collapsArch-2009-7:3'] = '';
collapsItems['collapsArch-2009-5:3'] = '';
collapsItems['collapsArch-2009-3:3'] = '';
collapsItems['collapsArch-2008-11:3'] = '';
collapsItems['collapsArch-2008-6:3'] = 'collapsArch-2008-6:3';
// ]]>
</script></li>
</ul>
</aside><aside id="collapscat-3" class="widget-container widget_collapscat"><header><h3 class="widget-title">Categories</h3></header><ul id='widget-collapscat-3-top' class='collapsing categories list'>
      <li class='collapsing categories item'><a href='http://www.w3.org/blog/hcls/category/group-logistics/' title="View all posts filed under group logistics">group logistics</a> (23)      </li> <!-- ending category -->
<li style='display:none'><script type="text/javascript">
// <![CDATA[
/* These variables are part of the Collapsing Categories Plugin 
      *  Version: 2.0.2
      *  $Id: collapscat.php 458513 2011-11-02 04:04:56Z robfelty $
      * Copyright 2007 Robert Felty (robfelty.com)
      */
var expandSym='[+] ';
var collapseSym='[-] ';
try { collapsItems['catTest'] = 'test'; } catch (err) { collapsItems = new Object(); }
collapsItems['collapsCat-3:3'] = '<ul></ul>';
/*  Collapse Functions, version 2.0
 *
 *--------------------------------------------------------------------------*/
String.prototype.trim = function() {
  return this.replace(/^\s+|\s+$/g,"");
}

function createCookie(name,value,days) {
  if (days) {
    var date = new Date();
    date.setTime(date.getTime()+(days*24*60*60*1000));
    var expires = "; expires="+date.toGMTString();
  } else {
    var expires = "";
  }
  document.cookie = name+"="+value+expires+"; path=/";
}

function readCookie(name) {
  var nameEQ = name + "=";
  var ca = document.cookie.split(';');
  for(var i=0;i < ca.length;i++) {
    var c = ca[i];
    while (c.charAt(0)==' ') {
      c = c.substring(1,c.length);
    }
    if (c.indexOf(nameEQ) == 0) {
      return c.substring(nameEQ.length,c.length);
    }
  }
  return null;
}

function eraseCookie(name) {
  createCookie(name,"",-1);
}

function addExpandCollapse(id, expandSym, collapseSym, accordion) {
  jQuery('#' + id + ' .expand').live('click', function() {
    if (accordion==1) {
      var theDiv = jQuery(this).parent().parent().find('span.collapse').parent().find('div');
      jQuery(theDiv).hide('normal');
      jQuery(this).parent().parent().find('span.collapse').removeClass('collapse').addClass('expand');
        createCookie(theDiv.attr('id'), 0, 7);
    }
    jQuery('#' + id + ' .expand .sym').html(expandSym);
    expandCat(this, expandSym, collapseSym);
    return false;
  });
  jQuery('#' + id + ' .collapse').live('click', function() {
    collapseCat(this, expandSym, collapseSym);
    return false;
  });
}

function expandCat(symbol, expandSym, collapseSym) {
    var theDiv = jQuery(symbol).parent().find('div');
    jQuery(theDiv).html(collapsItems[jQuery(theDiv).attr('id')]).show('normal');
    jQuery(symbol).removeClass('expand').addClass('collapse');
    jQuery(symbol).find('.sym').html(collapseSym);
  createCookie(theDiv.attr('id'), 1, 7);
}
function collapseCat(symbol, expandSym, collapseSym) {
    var theDiv = jQuery(symbol).parent().find('div');
    jQuery(theDiv).hide('normal');
    jQuery(symbol).removeClass('collapse').addClass('expand');
    jQuery(symbol).find('.sym').html(expandSym);
  createCookie(theDiv.attr('id'), 0, 7);
}
addExpandCollapse('widget-collapscat-3-top','[+] ', '[-] ', 0)// ]]>
</script></li>
</ul>
</aside><aside id="meta-2" class="widget-container widget_meta"><header><h3 class="widget-title">Meta</h3></header>			<ul>
						<li><a href="https://www.w3.org/blog/hcls/wp-login.php">Log in</a></li>
			<li><a href="http://www.w3.org/blog/hcls/feed/" title="Syndicate this site using RSS 2.0">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li>
			<li><a href="http://www.w3.org/blog/hcls/comments/feed/" title="The latest comments to all posts in RSS">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li>
			<li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li>
						</ul>
</aside>			
		</div><!-- #primary .widget-area -->

	</div><!-- #main -->

	<footer id="footer" role="contentinfo">
		<div id="colophon">



			<div id="site-info">
				&nbsp; &nbsp;<a href="http://www.w3.org/blog/hcls/" title="Semantic Web Health Care and Life Sciences (HCLS) Interest Group" rel="home">
					Semantic Web Health Care and Life Sciences (HCLS) Interest Group				</a>
			</div><!-- #site-info -->

			<div id="site-generator">
								<a href="http://wordpress.org/"
						title="Semantic Personal Publishing Platform" rel="generator">
					Powered by WordPress.				</a>
			</div><!-- #site-generator -->
		</div><!-- #colophon -->
	</footer><!-- #footer -->

</div><!-- #wrapper -->


</body>
</html>