Difference between revisions of "Quantitative Microbial Risk Assessment (QMRA) Wiki"
From QMRAwiki
(29 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <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'>< | + | <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'> |
+ | <script> | ||
+ | |||
+ | 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 { | body { | ||
font-family:'Roboto', sans-serif; | font-family:'Roboto', sans-serif; | ||
Line 216: | Line 260: | ||
clear: both; | clear: both; | ||
background-color: #F6F6F6; | background-color: #F6F6F6; | ||
+ | |||
+ | |||
padding-right: 20px; | padding-right: 20px; | ||
padding-bottom: 3px; | padding-bottom: 3px; | ||
padding-left: 10px; | padding-left: 10px; | ||
− | min-height: | + | min-height: 185px; |
padding-top: 0px; | padding-top: 0px; | ||
} | } | ||
Line 238: | Line 284: | ||
ul#organizations | ul#organizations | ||
{ | { | ||
− | width: | + | width: 440px; |
− | height: | + | height: 100px; |
list-style: none; | list-style: none; | ||
float: left; | float: left; | ||
Line 264: | Line 310: | ||
} | } | ||
#org_dhs a { | #org_dhs a { | ||
− | background-image: url("../images/Icon- | + | background-image: url("../images/Icon-msu2.jpg"); |
margin-left: 10px; | margin-left: 10px; | ||
} | } | ||
Line 271: | Line 317: | ||
} | } | ||
#org_epa a { | #org_epa a { | ||
− | background-image: url("../images/Icon- | + | background-image: url("../images/Icon-du2.jpg"); |
+ | } | ||
+ | #org_tem a { | ||
+ | background-image: url("../images/Icon-TU2.jpg"); | ||
+ | margin-left: 10px; | ||
} | } | ||
#address p { | #address p { | ||
Line 307: | Line 357: | ||
#navhorizontal a { | #navhorizontal a { | ||
color: #333; | color: #333; | ||
− | font-size: | + | font-size: 17px; |
padding-left: 10px; | padding-left: 10px; | ||
padding-right: 10px; | padding-right: 10px; | ||
Line 369: | Line 419: | ||
} | } | ||
</style> | </style> | ||
+ | <script type="text/javascript"> | ||
+ | function myFunction() { | ||
+ | alert("Please check out QMRA basics if you're new to the website!"); | ||
+ | } | ||
+ | </script> | ||
+ | |||
+ | |||
<body> | <body> | ||
Line 377: | Line 434: | ||
<ul id="navhorizontal"> | <ul id="navhorizontal"> | ||
− | <li class="nopipe"><a href="http://qmrawiki.canr.msu.edu/index.php/Quantitative_Microbial_Risk_Assessment">QMRA Basics</a></li> | + | <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">About Wiki</a></li> | + | <li><a href="About_QMRA_Wiki"><strong><ins>About Wiki</ins></strong></a></li> |
− | <li><a href="http://qmrawiki.canr.msu.edu/index.php/QMRA_Apps_and_Calculators">Apps & Calculators</a></li> | + | <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">QMRA News</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"><strong><ins>QMRA News</ins></strong></a></li> |
− | <li><a href="http://qmrawiki.canr.msu.edu/index.php/Help">Editing Help</a></li> | + | <li><a href="http://qmrawiki.canr.msu.edu/index.php/Help"><strong><ins>Editing Help</ins></strong></a></li> |
− | <li><a href="http://qmrawiki.canr.msu.edu/index.php/Suggestions">Suggestions</a></li> | + | <li><a href="http://qmrawiki.canr.msu.edu/index.php/Suggestions"><strong><ins>Suggestions</ins></strong></a></li> |
</ul> | </ul> | ||
</div><!-- end getstarted --> | </div><!-- end getstarted --> | ||
Line 415: | Line 472: | ||
<div class="iconbox"><a href="http://qmrawiki.canr.msu.edu/index.php/Risk_Management_(Home_Page)"> | <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> | <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"><img src="../images/Line.png" /></div> | ||
Line 432: | Line 490: | ||
<font size="4"><u>QMRA Library</u></font> | <font size="4"><u>QMRA Library</u></font> | ||
<p>Check out this extensive library of QMRA-related articles, databases, videos, etc.</p> | <p>Check out this extensive library of QMRA-related articles, databases, videos, etc.</p> | ||
− | <a href="http://qmrawiki.canr.msu.edu/ | + | <a href="http://qmrawiki.canr.msu.edu/index.php/QMRA_Library"><b>Enter the library</b></a><br> |
</div><!-- end bookbox --> | </div><!-- end bookbox --> | ||
<div class="bookbox"> | <div class="bookbox"> | ||
− | <font size="4"><u><a href="http://qmrawiki.canr.msu.edu/ | + | <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: | + | <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 --> | </div><!-- end bookbox1 --> | ||
<div class="bookbox2"> | <div class="bookbox2"> | ||
<font size="4"><u>Order the QMRA Textbook</u></font> | <font size="4"><u>Order the QMRA Textbook</u></font> | ||
− | <p>On Amazon: <a href="http://www.amazon.com/Quantitative-Microbial-Risk-Assessment-Charles/dp/ | + | <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 bookbox2 --> | </div><!-- end bookbox2 --> | ||
</div><!-- end threeboxes --> | </div><!-- end threeboxes --> | ||
Line 457: | Line 515: | ||
</ul> | </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. | + | <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 --> |
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