Difference between revisions of "Quantitative Microbial Risk Assessment (QMRA) Wiki"
From QMRAwiki
Kyle Enger (talk | contribs) m (Fixed fax #) |
|||
(128 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | <html> | + | <html><head><link href='http://fonts.googleapis.com/css?family=Roboto:400,100italic,100,300,300italic,400italic,500,500italic,700,700italic,900' rel='stylesheet' type='text/css'> |
− | <style> | + | <script> |
− | + | ||
− | font-family: | + | |
− | font-size: | + | var alertmessage="If you're new to QMRAwiki check out QMRA basics!" |
+ | |||
+ | |||
+ | var once_per_session=1 | ||
+ | |||
+ | |||
+ | function get_cookie(Name) { | ||
+ | var search = Name + "=" | ||
+ | var returnvalue = ""; | ||
+ | if (document.cookie.length > 0) { | ||
+ | offset = document.cookie.indexOf(search) | ||
+ | if (offset != -1) { // if cookie exists | ||
+ | offset += search.length | ||
+ | // set index of beginning of value | ||
+ | end = document.cookie.indexOf(";", offset); | ||
+ | // set index of end of cookie value | ||
+ | if (end == -1) | ||
+ | end = document.cookie.length; | ||
+ | returnvalue=unescape(document.cookie.substring(offset, end)) | ||
+ | } | ||
+ | } | ||
+ | return returnvalue; | ||
+ | } | ||
+ | |||
+ | function alertornot(){ | ||
+ | if (get_cookie('alerted')==''){ | ||
+ | loadalert() | ||
+ | document.cookie="alerted=yes" | ||
+ | } | ||
+ | } | ||
+ | |||
+ | function loadalert(){ | ||
+ | alert(alertmessage) | ||
+ | } | ||
+ | |||
+ | if (once_per_session==0) | ||
+ | loadalert() | ||
+ | else | ||
+ | alertornot() | ||
+ | |||
+ | </script> | ||
+ | <style></head> | ||
+ | body { | ||
+ | font-family:'Roboto', sans-serif; | ||
+ | font-weight:300; | ||
+ | font-size:110%; | ||
} | } | ||
a:link { | a:link { | ||
+ | font-family:'Roboto', sans-serif; | ||
+ | font-weight:300; | ||
text-decoration: none; | text-decoration: none; | ||
color: #555555; | color: #555555; | ||
Line 13: | Line 60: | ||
} | } | ||
a.selected { | a.selected { | ||
− | + | background-color:#DFDFDF; | |
} | } | ||
a.visited { | a.visited { | ||
Line 29: | Line 76: | ||
width: 930px; | width: 930px; | ||
position: relative; | position: relative; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
#introcallout { | #introcallout { | ||
Line 95: | Line 124: | ||
display: block; | display: block; | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 355px; |
right: 115px; | right: 115px; | ||
width: 700px; | width: 700px; | ||
Line 101: | Line 130: | ||
color: #666666; | color: #666666; | ||
background: #FFFFFF; | background: #FFFFFF; | ||
− | + | text-align: left; | |
+ | padding-top: 17px; | ||
} | } | ||
div.iconbox:hover span{ | div.iconbox:hover span{ | ||
Line 110: | Line 140: | ||
margin-top: 20px; | margin-top: 20px; | ||
display: block; | display: block; | ||
+ | text-align: left; | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 355px; |
right: 115px; | right: 115px; | ||
width: 700px; | width: 700px; | ||
Line 117: | Line 148: | ||
color: #666666; | color: #666666; | ||
background: #FFFFFF; | background: #FFFFFF; | ||
− | + | padding-top: 17px; | |
} | } | ||
img.iconriskman { | img.iconriskman { | ||
− | + | margin-bottom: 4px; | |
} | } | ||
img.iconriskman:hover { | img.iconriskman:hover { | ||
− | + | opacity: 0.7; | |
} | } | ||
img.iconrisk { | img.iconrisk { | ||
position: relative; | position: relative; | ||
left: 4px; | left: 4px; | ||
+ | padding-bottom: 2px; | ||
} | } | ||
img.iconrisk:hover { | img.iconrisk:hover { | ||
− | + | opacity: 0.7; | |
} | } | ||
img.iconexposure { | img.iconexposure { | ||
− | + | margin-bottom: 4px; | |
} | } | ||
img.iconexposure:hover { | img.iconexposure:hover { | ||
− | + | opacity: 0.7; | |
} | } | ||
img.icondose { | img.icondose { | ||
− | + | margin-bottom: 4px; | |
} | } | ||
img.icondose:hover { | img.icondose:hover { | ||
− | + | opacity: 0.7; | |
} | } | ||
img.iconhazard { | img.iconhazard { | ||
position: relative; | position: relative; | ||
− | left: | + | left: 2px; |
+ | padding-bottom: 2px; | ||
} | } | ||
img.iconhazard:hover { | img.iconhazard:hover { | ||
− | + | opacity: 0.7; | |
} | } | ||
img.iconcasestudies { | img.iconcasestudies { | ||
height: 102%; | height: 102%; | ||
− | margin-bottom: | + | margin-bottom: 6px; |
padding-top: 12px; | padding-top: 12px; | ||
padding-bottom: 8px; | padding-bottom: 8px; | ||
Line 159: | Line 192: | ||
} | } | ||
img.iconcasestudies:hover { | img.iconcasestudies:hover { | ||
− | + | opacity: 0.7; | |
} | } | ||
#threeboxes { | #threeboxes { | ||
− | + | min-height: 230px; | |
− | + | margin-top: 20px; | |
} | } | ||
.bookbox, .bookbox1 { | .bookbox, .bookbox1 { | ||
− | + | width: 30%; | |
− | + | margin-right: 14px; | |
− | + | background-color:#F6F6F6; | |
− | + | float: left; | |
− | + | padding-top: 5px; | |
− | + | padding-right: 10px; | |
− | + | padding-bottom: 10px; | |
− | + | padding-left: 10px; | |
− | + | min-height: 200px; | |
− | |||
− | |||
− | |||
} | } | ||
.bookbox2 { | .bookbox2 { | ||
− | + | width: 30%; | |
− | + | padding-top: 5px; | |
− | + | padding-right: 10px; | |
− | + | padding-bottom: 10px; | |
− | + | padding-left: 10px; | |
− | + | background-color:#F6F6F6; | |
− | + | float: left; | |
− | + | min-height: 200px; | |
} | } | ||
.exploretext { | .exploretext { | ||
− | + | margin-top: 25px; | |
} | } | ||
#header a { | #header a { | ||
Line 209: | Line 239: | ||
top: 10px; | top: 10px; | ||
left: 20px; | left: 20px; | ||
− | + | z-index: 20; | |
} | } | ||
#header #navtop li { | #header #navtop li { | ||
Line 219: | Line 249: | ||
} | } | ||
.left { | .left { | ||
− | + | float: left; | |
− | + | margin-top: 5px; | |
− | + | margin-right: 10px; | |
− | + | margin-bottom: 5; | |
− | + | margin-left: 0; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
+ | |||
#footer2 { | #footer2 { | ||
− | + | text-align: center; | |
+ | clear: both; | ||
+ | background-color: #F6F6F6; | ||
+ | |||
− | + | padding-right: 20px; | |
− | + | padding-bottom: 3px; | |
− | + | padding-left: 10px; | |
− | + | min-height: 185px; | |
− | + | padding-top: 0px; | |
− | |||
− | |||
} | } | ||
ul#social | ul#social | ||
− | + | { | |
− | + | width: 520px; | |
− | + | height: 50px; | |
− | + | list-style: none; | |
− | + | border-bottom-width: 1px; | |
− | + | border-bottom-style: solid; | |
− | + | border-bottom-color: #999; | |
− | + | float: left; | |
− | + | margin-top: 10px; | |
− | + | margin-right: 0px; | |
− | + | margin-bottom: 5px; | |
− | + | margin-left: 45px; | |
} | } | ||
ul#organizations | ul#organizations | ||
− | + | { | |
− | + | width: 440px; | |
− | + | height: 100px; | |
− | + | list-style: none; | |
− | + | float: left; | |
− | + | margin-top: 10px; | |
− | + | margin-right: 0px; | |
− | + | margin-bottom: 10px; | |
− | + | margin-left: 127px; | |
− | + | color: #666; | |
− | + | font-size: 12px; | |
} | } | ||
ul#social li, ul#organizations li | ul#social li, ul#organizations li | ||
− | + | { | |
− | + | float: left; | |
− | + | margin-right: 25px; | |
} | } | ||
ul#social li a { | ul#social li a { | ||
Line 288: | Line 305: | ||
ul#organizations li a { | ul#organizations li a { | ||
outline: none; display: block; width: 65px; height: 65px; background-position: center center; background-repeat: no-repeat; text-indent: -9999px; | outline: none; display: block; width: 65px; height: 65px; background-position: center center; background-repeat: no-repeat; text-indent: -9999px; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
#soc_chat a { | #soc_chat a { | ||
− | + | background-image: url("../images/Soc_chat.png"); | |
} | } | ||
#org_dhs a { | #org_dhs a { | ||
− | + | background-image: url("../images/Icon-msu2.jpg"); | |
− | + | margin-left: 10px; | |
} | } | ||
#org_line { | #org_line { | ||
− | + | margin-top: 20px; | |
} | } | ||
#org_epa a { | #org_epa a { | ||
− | + | background-image: url("../images/Icon-du2.jpg"); | |
+ | } | ||
+ | #org_tem a { | ||
+ | background-image: url("../images/Icon-TU2.jpg"); | ||
+ | margin-left: 10px; | ||
} | } | ||
#address p { | #address p { | ||
− | + | float: right; | |
− | + | width: 290px; | |
− | + | text-align: left; | |
− | + | font-size: 12px; | |
− | + | color: #666; | |
− | + | margin-top: 20px; | |
} | } | ||
Line 321: | Line 335: | ||
#navhorizontal { | #navhorizontal { | ||
− | + | font-family:'Roboto', sans-serif; | |
− | + | font-weight:400; | |
− | + | margin-top: 10px; | |
− | + | margin-bottom: 10px; | |
− | + | text-align: center; | |
− | + | padding-top: 8px; | |
+ | padding-bottom: 6px; | ||
+ | background-color: #FFF; | ||
+ | border-bottom:2px solid #777777; | ||
margin-left: 150px; | margin-left: 150px; | ||
+ | |||
} | } | ||
#navhorizontal li { | #navhorizontal li { | ||
− | + | display: inline; | |
− | + | margin-top: 7px; | |
} | } | ||
#navhorizontal li.nopipe { | #navhorizontal li.nopipe { | ||
− | + | list-style: none; | |
− | + | border-style: none; | |
} | } | ||
#navhorizontal a { | #navhorizontal a { | ||
− | + | color: #333; | |
− | + | font-size: 17px; | |
− | + | padding-left: 10px; | |
− | + | padding-right: 10px; | |
− | + | padding-top: 8px; | |
− | + | padding-bottom: 3px; | |
− | + | text-shadow: 0.05em 0.05em #FFF; | |
} | } | ||
#navhorizontal a:hover { | #navhorizontal a:hover { | ||
− | + | background-color: #FFF; | |
− | + | color: #666; | |
} | } | ||
#getstarted { | #getstarted { | ||
− | + | float: left; | |
− | + | margin-bottom: 25px; | |
} | } | ||
#getstarted p { | #getstarted p { | ||
− | + | text-align: justify; | |
− | + | margin-left: 30px; | |
− | + | margin-right: 30px; | |
} | } | ||
td img {display: block;} | td img {display: block;} | ||
+ | |||
+ | #framework{ | ||
+ | font-family:'Roboto', sans-serif; | ||
+ | font-weight:300; | ||
+ | color:#333; | ||
+ | border:2px solid #777777; | ||
+ | background-color: white; | ||
+ | padding-top: 6px; | ||
+ | padding-bottom: 6px; | ||
+ | padding-left: 15px; | ||
+ | padding-right: 15px; | ||
+ | font-size: 1.4em; | ||
+ | position: absolute; | ||
+ | top: 155px; | ||
+ | left: 234px; | ||
+ | } | ||
+ | |||
+ | #framework:hover { | ||
+ | background-color:#EEE; | ||
+ | color: #666; | ||
+ | } | ||
div.horizontalline { | div.horizontalline { | ||
− | + | display: inline; | |
− | + | float: left; | |
− | + | border-top: 2px solid #777777; | |
− | + | position: relative; | |
− | + | width: 510px; | |
− | + | left: 128px; | |
} | } | ||
div.verticalline { | div.verticalline { | ||
− | + | float: left; | |
− | + | position: relative; | |
− | + | border-left: 2px solid #777777; | |
− | + | border-right: 2px solid #777777; | |
− | + | width: 506px; | |
− | + | left: 128px; | |
− | + | height: 20px; | |
} | } | ||
</style> | </style> | ||
+ | <script type="text/javascript"> | ||
+ | function myFunction() { | ||
+ | alert("Please check out QMRA basics if you're new to the website!"); | ||
+ | } | ||
+ | </script> | ||
+ | |||
− | < | + | <body> |
<div id="wrapper"> | <div id="wrapper"> | ||
− | + | <p>The QMRA Wiki is a community portal for current quantitative information and knowledge developed for the Quantitative Microbial Risk Assessment (QMRA) field. It is an evolving knowledge repository intended to be the go to reference source for the microbial risk assessment community. To learn more about how to contribute edit the wiki, please follow the instructions <a href='Making_A_Contribution'><b>here</b></a>.</p> | |
− | |||
− | |||
− | |||
<div id="getstarted"> | <div id="getstarted"> | ||
− | + | <ul id="navhorizontal"> | |
− | + | <li class="nopipe"><a href="http://qmrawiki.canr.msu.edu/index.php/Quantitative_Microbial_Risk_Assessment"><strong><ins>QMRA Basics</ins></strong></a></li> | |
− | + | <li><a href="About_QMRA_Wiki"><strong><ins>About Wiki</ins></strong></a></li> | |
− | <li><a href="http:// | + | <li><a href="http://qmrawiki.canr.msu.edu/index.php/QMRA_Apps_and_Calculators"><strong><ins>Apps & Calculators</ins></strong></a></li> |
− | <li><a href="http://scholar.google.com/scholar?hl=en&as_sdt=0,23&q=%22microbial+risk+assessment%22&scisbd=1" target="_blank"> | + | <li><a href="http://scholar.google.com/scholar?hl=en&as_sdt=0,23&q=%22microbial+risk+assessment%22&scisbd=1" target="_blank"><strong><ins>QMRA News</ins></strong></a></li> |
− | <li><a href="http:// | + | <li><a href="http://qmrawiki.canr.msu.edu/index.php/Help"><strong><ins>Editing Help</ins></strong></a></li> |
− | <li><a href="http:// | + | <li><a href="http://qmrawiki.canr.msu.edu/index.php/Suggestions"><strong><ins>Suggestions</ins></strong></a></li> |
− | + | </ul> | |
− | + | </div><!-- end getstarted --> | |
<br> | <br> | ||
<br> | <br> | ||
Line 405: | Line 447: | ||
<br> | <br> | ||
<br> | <br> | ||
− | <div class="horizontalline"></div><a | + | <div class="horizontalline"></div><a id="framework" href="http://qmrawiki.canr.msu.edu/index.php/Quantitative_Microbial_Risk_Assessment">Explore the Risk Framework</a> |
<div class="verticalline"></div> | <div class="verticalline"></div> | ||
<br> | <br> | ||
<br> | <br> | ||
− | + | <div id="midtext"> | |
− | + | <div id="iconrow"> | |
− | + | <div class="iconbox"><a href="http://qmrawiki.canr.msu.edu/index.php/Hazard_Identification_(Home_Page)"> | |
− | + | <img src="../images/Icon-hazard.png" alt="Hazard ID" class="iconhazard" /></a><p> | |
− | + | <a href="http://qmrawiki.canr.msu.edu/index.php/Hazard_Identification_(Home_Page)">Hazard<br>Identification<span>Hazard ID comprises general information about the microbial agent (pathogens) and the adverse consequences to the host from infection and incorporates a wide array of information about the infectious agents.</span></a></p></div> | |
+ | |||
+ | <div class="iconbox"><a href="http://qmrawiki.canr.msu.edu/index.php/Dose_Response_(Home_Page)"> | ||
+ | <img src="../images/Icon-dose.png" alt="Dose Response" class="icondose" /></a> <p><a href="http://qmrawiki.canr.msu.edu/index/Dose_Response_(Home_Page)">Dose<br>Response<span>Dose-response estimates the risk of a response (for example, infection, illness or death) given a known dose of a pathogen. Dose response models are mathematical functions that describe the dose response relationship for specific pathogens, transmission routes, and hosts.</span></a></p></div> | ||
+ | |||
+ | |||
+ | |||
− | + | <div class="iconbox"><a href="http://qmrawiki.canr.msu.edu/index.php/Exposure_Assessment_(Home_Page)"> | |
− | + | <img src="../images/Icon-exposure.png" alt="Exposure Assessment" class="iconexposure" /></a> <p><a href="http://qmrawiki.canr.msu.edu/index.php/Exposure_Assessment_(Home_Page)">Exposure<br>Assessment<span>Exposure at the simplest level is the dose of the pathogen that an individual ingests, inhales, or comes in contact with. This number feeds into the dose-response models to predict the probability of infection.</span></a></p></div> | |
− | + | <div class="iconbox"><a href="http://qmrawiki.canr.msu.edu/index.php/Risk_Characterization_(Home_Page)"> | |
− | + | <img src="../images/Icon-risk.png" alt="Risk Characterization" class="iconrisk" /></a> <p><a href="http://qmrawiki.canr.msu.edu/index.php/Risk_Characterization">Risk<br>Characterization<span>Risk characterization is the integration of information on how much dose was received (from the Exposure Assessment) with how much risk is associated with different doses (from the Dose Response Assessment) to estimate a probability of harm (that is, risk).</span></a></p></div> | |
− | |||
− | + | <div class="iconbox"><a href="http://qmrawiki.canr.msu.edu/index.php/Risk_Management_(Home_Page)"> | |
− | + | <img src="../images/Icon-riskman.png" alt="Dose Response" class="iconriskman" /></a> <p><a href="http://qmrawiki.canr.msu.edu/index.php/Risk_Management_(Home_Page)">Risk<br>Management<span>The goal of risk management is to reduce or eliminate risks and the negative consequences associated with risks. Risk can be managed using many different strategies and is most effective when it is informed through risk characterization.</span></a></p></div> | |
− | |||
− | |||
− | |||
− | |||
− | + | <div class="iconbox"><img src="../images/Line.png" /></div> | |
− | + | <div class="iconbox"><a href="http://qmrawiki.canr.msu.edu/index.php/Case_Studies_(Home_Page)"> | |
− | + | <img src="../images/Icon-Case Studies.png" alt="Case Studies" class="iconcasestudies" /><span>Case studies provide real world examples of the risk assessment framework put into action.</a><p> | |
− | + | <a href="http://qmrawiki.canr.msu.edu/index.php/Case_Studies_(Home_Page)">Case<br>Studies</a></p></div> | |
− | + | </div><!-- end iconrow --> | |
</div><!-- end midtext --> | </div><!-- end midtext --> | ||
Line 444: | Line 487: | ||
<br> | <br> | ||
<div id="threeboxes"> | <div id="threeboxes"> | ||
− | + | <div class="bookbox1"> | |
− | < | + | <font size="4"><u>QMRA Library</u></font> |
− | + | <p>Check out this extensive library of QMRA-related articles, databases, videos, etc.</p> | |
− | + | <a href="http://qmrawiki.canr.msu.edu/index.php/QMRA_Library"><b>Enter the library</b></a><br> | |
− | + | </div><!-- end bookbox --> | |
− | + | <div class="bookbox"> | |
− | + | <font size="4"><u><a href="http://qmrawiki.canr.msu.edu/index.php/Monograph">Dose Response Monograph</a></u></font> | |
− | < | + | <p> Find out more about the first compendium of dose-response models. If you would like to order a copy of the monograph in pdf or hard copy form which is associated with the QMRAwiki content, please follow this link to send an email to Dr. Joan Rose:<br><a href="mailto:camra@msu.edu"><b>Order a copy</b></a>.</p> |
− | + | </div><!-- end bookbox1 --> | |
− | <p>If you would like to order a copy of QMRAwiki content, please follow this link:<br><a href="">Order a copy</ | ||
− | |||
− | |||
<div class="bookbox2"> | <div class="bookbox2"> | ||
− | < | + | <font size="4"><u>Order the QMRA Textbook</u></font> |
− | <p> | + | <p>On Amazon: <a href="http://www.amazon.com/Quantitative-Microbial-Risk-Assessment-Charles/dp/1118145291/ref=sr_1_1?ie=UTF8&qid=1418670550&sr=8-1&keywords=quantitative+microbial+risk+assessment" target="_blank"><b>Here</b></a></p> |
− | </div><!-- end | + | </div><!-- end bookbox2 --> |
</div><!-- end threeboxes --> | </div><!-- end threeboxes --> | ||
Line 471: | Line 511: | ||
Tel: 517-353-9858 · Fax: 517-353-9807</p> | Tel: 517-353-9858 · Fax: 517-353-9807</p> | ||
</div> | </div> | ||
− | + | <ul id="social"> | |
− | + | <li id="soc_chat"><a href="http://qmrawiki.canr.msu.edu/wiki/Special%3AWebChat" title="Live Chat">Live Chat</a></li> | |
− | + | </ul> | |
<ul id="organizations"> | <ul id="organizations"> | ||
− | <li id="org_line">Supporting | + | <li id="org_line">Supporting Institutes</li> |
− | + | <li id="org_dhs"><a href="http://www.msu.edu" target="_blank" title="Michigan State University">Michigan State University</a></li> | |
− | <li id="org_epa"><a href="http://www. | + | <li id="org_epa"><a href="http://www.drexel.edu/" target="_blank" title="Drexel University">Drexel University</a></li> |
+ | <li id="org_tem"><a href="http://www.temple.edu" target="_blank" title="Temple University">Temple University</a></li> | ||
</ul> | </ul> | ||
− | |||
</div><!-- end footer2 --> | </div><!-- end footer2 --> | ||
</div><!-- end wrapper --> | </div><!-- end wrapper --> | ||
− | </ | + | <br> |
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | </body> | ||
</html> | </html> |
Latest revision as of 03:21, 23 January 2015
The QMRA Wiki is a community portal for current quantitative information and knowledge developed for the Quantitative Microbial Risk Assessment (QMRA) field. It is an evolving knowledge repository intended to be the go to reference source for the microbial risk assessment community. To learn more about how to contribute edit the wiki, please follow the instructions here.
Explore the Risk Framework
QMRA Library
Check out this extensive library of QMRA-related articles, databases, videos, etc.
Enter the library
Dose Response Monograph
Find out more about the first compendium of dose-response models. If you would like to order a copy of the monograph in pdf or hard copy form which is associated with the QMRAwiki content, please follow this link to send an email to Dr. Joan Rose:
Order a copy.
Order the QMRA Textbook
On Amazon: Here