OpenWetWare:Presentations/NCI-ICBP: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
 
(58 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Slides}}
{{Slides}}


{{:OpenWetWare:Presentations/default.css}}
{{:OpenWetWare:Presentations/jmuhlich1.css}}


<div class="background">  
<div class="background">  
Line 8: Line 8:
<div class="slide cover">  
<div class="slide cover">  
{|
{|
|rowspan=10|[[Image:OWWEmblem.png]]  
|[[Image:OWWEmblem.png]]  
|-
|
|-
<h1>''OpenWetWare''</h1>
|-
 
|-
<h2>''A wiki for capturing and sharing biological knowledge''</h2>
|<h1>''OpenWetWare''</h1>
 
|-
<h2>''[[User:Reshma_P._Shetty|Reshma P. Shetty]] and [[User:Jmuhlich|Jeremy Muhlich]]''</h2>
|<h2>''A wiki for biology &amp; biological engineering''</h2>
|-
|<h2>''[[User:Reshma_P._Shetty|Reshma P. Shetty]]''</h2>
|-
|-
|-
|-
|}
|}
</div>  
</div>  


<div class="slide">
<div class="slide">
<h1>OpenWetWare</h1>
=Problem=
''Much of the knowledge produced by biological research is passed down by oral tradition.''
 
''This makes it difficult for newcomers to enter the field.''
 
</div>
 
<div class="slide">
 
=Solution: OpenWetWare=
[[Image:Openwetwarehomepage.png|800px]]
 
</div>
 
<div class="slide">
=OpenWetWare's contributions=
 
{|
|[[Image:CirEmblemHandwriteLogo2.png]]
|
# ''Easy and collaborative content generation''
# ''Community discourse''
|}
</div>
 
<div class="slide">
 
=Labs on OpenWetWare=
 
[[Image:SilverLabhomepage.png|800px]]
 
</div>
 
<div class="slide">
 
=Integrating OpenWetWare into research=
 
[[Image:SilverProtocolshomepage.png|800px]]
 
</div>
 
 
<div class="slide">
=Examining Communication=
'''Ethnomethodology:'''
A sociological discipline which focuses on the ways in which people make sense of their world, display this understanding to others, and produce the mutually shared social order in which they live. ''(Wikipedia)''
 
'''Discourse Analysis'''
</div>
 
<div class="slide">
=Dysfunctionality of Model Publishing=
[[Image:Icbp-talk-pyramid.png]]
'''figure: Ty Thomson'''
</div>
 
<div class="slide">
=Systematization and Data Standards=
<html><img src="http://www.fotosearch.com/thumb/ICL/ICL154/BIM_116.jpg"</img></html>


''OpenWetWare is an effort to promote the sharing of information, know-how, and wisdom among researchers and groups who are working in biology & biological engineering.''
* Standards for models
** MIRIAM - Minimum Information Requested in the Annotation of Biochemical Models
** SBML - Systems Biology Markup Language


''OpenWetWare seeks to capture information not usually recorded in biological research and offers a complement to traditional publishing mediums.''
* Communicating with computers, not people
* Rigid, one-way "conversation"
</div>
</div>


<div class="slide">
<div class="slide">
<h1>Motivation</h1>
=Literate Programming=
Donald Knuth, 1981


''As engineers learning biology, we struggle with the fact that much of biological research can't be learned from books and papers.''
Write programs primarily for humans, not computers
</div>
</div>


<div class="slide">
<div class="slide">
<h1>OpenWetWare's contributions</h1>
=YeastPheromoneModel.org=
''Ty Thomson, MIT''
 
[[Image:Yeastpheromonemodel home page.png]]
</div>


#''Democratizing and disseminating content generation''
<div class="slide">
#''Digitization of biological knowledge, as it is generated''
=YeastPheromoneModel.org=
#''Making biological research easier''
[[Image:Yeastpheromonemodel reaction page.png]]
</div>
</div>


<div class="slide">
<div class="slide">
<h1>Courses on OpenWetWare</h1>
=80-20 Rule / Pareto Principle=
[[Image:Pareto.png]]
</div>


''[[20.109]], [[Talk:20.109(S07): Measuring calcium in vivo|Student-recorded data]]''
<div class="slide">
=How do we communicate the final 20% ?=
* Verbal, email, etc.
* Wiki


''"The wiki has also been unspeakably useful in developing curricula with my fellow teaching faculty and teaching assistants. Finally, with all the course material public, researchers and teachers around the world have stumbled into the site and have subsequently contacted me to discuss implemented parts of the curriculum in other settings. Other electronic teaching platforms exist, but none is so collaborative and open."''
Conversation is robust, and necessary anyway
</div>


--''[[User:Nkuldell|Natalie Kuldell]], Department of Biological Engineering, MIT''
<div class="slide">
=Agile Informatics effort=
[http://ome-sorger7.mit.edu/~jmuhlich/mwtest/ Wiki-based model documentation]


''with Brian Joughin, MIT/ICBP''


''"This course has turned out to be a big success.  I never expected that the students would engage so well in the class. One reason they have engaged so fully is that the students feel that they have some control over the content and they can see that the materials they post are creating a record and an organized resource. Hosting on OWW also allowed the more reserved students in the class to participate fully by writing down questions and comments on the wiki so they didn't have to depend so much on speaking in class."''
To be integrated into OWW


--''[[User:Hoatlinm|Maureen Hoatlin]], Department of Biochemistry and Molecular Biology, Oregon Health & Science University''
Part of a larger workflow:<br>
[[Image:OverallWorkflow.png]]
</div>


''See [[Courses|all OpenWetWare courses]]''
<div class="slide">
="Living" Models=
</div>
</div>


<div class="slide">
<div class="slide">
= Wiki-Based Model Construction and Documentation Efforts =
=OpenWetWare's success=
 
* ''2,800 contributors''
* ''100 labs''
* ''1.5 million pageviews per month''
* ''275,000 sessions per month''


* YeastPheromoneModel.org -- ''Ty Thomson, MIT''
<br>
* Agile Informatics project -- ''Jeremy Muhlich, HMS/CDP; Brian Joughin, MIT/ICBP''
<span style="font-size:300%;">http://openwetware.org</span>


</div>
</div>


__NOTOC__
__NOTOC__

Latest revision as of 07:09, 14 June 2007


<html> <script> function addStylesheet(url) {

   // presentation mode
   if (document.createStyleSheet) {
       document.createStyleSheet(url);
   }
   else {
       var styles = "@import url('" + url +  "');";
       var newSS=document.createElement('link');
       newSS.rel='stylesheet';
       newSS.href='data:text/css,'+escape(styles);
       document.getElementsByTagName("head")[0].appendChild(newSS);
   }

} if (location.href.indexOf('action=render') > 0) {

   document.write("<head><title>Presentation</title></head>"); // need this for some browsers for addStylesheet to work
   addStylesheet('http://www.w3.org/Talks/Tools/Slidy/slidy.css');
   addStylesheet("/skins/monobook/main.css");
   addStylesheet("/index.php?title=MediaWiki:Common.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000");
   addStylesheet("/index.php?title=MediaWiki:Monobook.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000");
   addStylesheet("/index.php?title=-&action=raw&gen=css&maxage=18000&smaxage=0&ts=20070606210926");
   document.write('<script src="http://www.w3.org/Talks/Tools/Slidy/slidy.js" type="text/javascript"><' + '/script>');
   document.write('<script type="text/javascript">wgBreakFrames = false;<' + '/script>'); // for wikibits.js
   document.write('<script src="/skins/common/wikibits.js" type="text/javascript"><' + '/script>');
   document.write('<script src="/index.php?title=-&action=raw&smaxage=0&gen=js" type="text/javascript"><' + '/script>');

} else {

   // wiki mode
   if (wgServer)
       document.write('<a href="' + wgServer + '/index.php?title=' + wgPageName + '&action=render"><b><em>=> Start web presentation</em></b></a>');

} </script> </html>



OpenWetWare

A wiki for capturing and sharing biological knowledge

Reshma P. Shetty and Jeremy Muhlich

Problem

Much of the knowledge produced by biological research is passed down by oral tradition.

This makes it difficult for newcomers to enter the field.

Solution: OpenWetWare

OpenWetWare's contributions

  1. Easy and collaborative content generation
  2. Community discourse

Labs on OpenWetWare

Integrating OpenWetWare into research


Examining Communication

Ethnomethodology: A sociological discipline which focuses on the ways in which people make sense of their world, display this understanding to others, and produce the mutually shared social order in which they live. (Wikipedia)

Discourse Analysis

Dysfunctionality of Model Publishing

figure: Ty Thomson

Systematization and Data Standards

<html><img src="http://www.fotosearch.com/thumb/ICL/ICL154/BIM_116.jpg"</img></html>

  • Standards for models
    • MIRIAM - Minimum Information Requested in the Annotation of Biochemical Models
    • SBML - Systems Biology Markup Language
  • Communicating with computers, not people
  • Rigid, one-way "conversation"

Literate Programming

Donald Knuth, 1981

Write programs primarily for humans, not computers

YeastPheromoneModel.org

Ty Thomson, MIT

YeastPheromoneModel.org

80-20 Rule / Pareto Principle

How do we communicate the final 20% ?

  • Verbal, email, etc.
  • Wiki

Conversation is robust, and necessary anyway

Agile Informatics effort

Wiki-based model documentation

with Brian Joughin, MIT/ICBP

To be integrated into OWW

Part of a larger workflow:

"Living" Models

OpenWetWare's success

  • 2,800 contributors
  • 100 labs
  • 1.5 million pageviews per month
  • 275,000 sessions per month


http://openwetware.org