/**
 * $Header: //depot/Projects/CIMIT/website/web/quickViewBios.js#8 $
 *
 * COPYRIGHT:
 *
 * This software is Copyright (c) 2006-2008 Marc Davignon
 *                         <mpdavig@users.sourceforge.net>
 *
 * LICENSE:
 *
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of Version 2 of the GNU General Public License as published by the
 * Free Software Foundation.
 *
 * Data file for use with lib/dropdown.js. You can create new versions of
 * this file and include them in your HTML to keep independent bios, on
 * independent web pages, with independent lists of bios.
 *
 * Example:
 * Within your HTML head:
 *  <script language="JavaScript" type="text/javascript" src="lib/dropdown.js"></script>
 *  <script language="JavaScript" type="text/javascript" src="quickViewBios.js"></script>
 *
 * Within your HTML body:
 * <div class="qvContainer">
 *   <a id="bioJs" class="textlink">[js file bio]</a>
 *   <script class="iescriptfix" type="text/javascript">at_attach('bioJs', 'bioJsChild', 'hover', 'x', 'pointer', 'menu', 'auto', 20, 10, 'absolute');</script>
 * </div>
 */


// Do not rename
var bioListArray = [
    // Events should be formatted like you see below surrounded by square
    // brackets, ending with a comma, and each entry surrounded by double
    // quotes. If you require a double quote in your text, escape it with a
    // backslash \" or use a single '
    // For readability you may want an entry to span multiple lines. For
    // JavaScript this is done by ending a line with a backslash \
    ["Bio ID","Bio CSS Class", "Bio HTML Content"],

["bioJsChild","quickViewBioForum","<img src='images/about/Leadership/parrish_122x121.jpg' width='122' height='121' hspace='5' align='left'/> \
		    <span class='purple'>Richard L. Ehman, MD<br/> \
Professor of Radiology, Mayo Clinic, Rochester, MN</span><p/> \
\
Dr. Ehman is Professor of Radiology at the Mayo Clinic and pursues research and clinical \
radiology there. He received his M.D. from the University of Saskatchewan, Canada in 1979 \
and completed residency training in Diagnostic Radiology at the University of Calgary in 1983. \
After a research fellowship at the University of California, San Francisco, he joined \
the Mayo Clinic staff in 1985.<p/> \
\
He holds more than 30 US and foreign patents for his inventions and was awarded the Gold \
Medal of the International Society for Magnetic Resonance in Medicine in 1995 for his research \
contributions. He received the Outstanding Researcher Award of the Radiological Society of \
North America in 2006.<p/> \
\
He is vice-chair of the Mayo Clinic Rochester Executive Board and a member of the Mayo Clinic \
Board of Trustees. Dr. Ehman served as President of the International Society for Magnetic \
Resonance in Medicine in 2002-2003 and is a current member of the Advisory Council of the \
National Institute of Biomedical National Institute of Biomedical Imaging of the NIH."],



["bioJsMandl","quickViewBioForum","<img src='images/forum/headshots/mandl_ken.jpg' hspace='5' align='left'/> \
 <span class='purple'>Kenneth D. Mandl, MD, MPH<br/> \
Associate Professor, Children's Hospital Boston|Harvard Medical School, Harvard-MIT Health\
Sciences and Technology</span><p/> \
\
Kenneth D. Mandl, MD, MPH is an Associate Professor at Harvard Medical School and Director of \
the Intelligent Health Laboratory at the Children’s Hospital Informatics Program in Boston \
Massachusetts. <p/> \
\
A pioneer in both consumer informatics and population health monitoring, Dr. Mandl has \
innovated and published extensively in the areas of personally controlled health records, \
disease outbreak detection, public health surveillance, and national health information \
infrastructure. Recognized for his teaching and research, he has received the Barger Award for \
Excellence in Mentoring at Harvard Medical School and the Presidential Early Career Award for \
Scientists and Engineers, the highest honor bestowed by the United States government to \
outstanding scientists and engineers. Mandl co-directs a CDC Center of Excellence in Public \
Health Informatics. He works with the FDA to translate biosurveillance approaches to \
pharmacosurveillance. He has been confirmed by the Secretary of Health and Human Services \
as member of the Advisory Committee to the Director of the CDC. He is also a faculty member \
of the Harvard Medical School Center for Biomedical Informatics and affiliated faculty at the \
Harvard-MIT Division of Health Sciences and Technology."],


["bioJsMoore","quickViewBioForum","<img src='images/forum/headshots/moore_john copy.jpg' hspace='5' align='left'/> \
 <span class='purple'>John Moore, MD<br/> \
Research Assistant, New Media Medicine,  \ MIT Media Lab</span><p/><br/> \
\
John Moore MD is a Research Assistant in the New Media Medicine group \
(newmed.media.mit.edu) at the MIT Media Lab. He aims to design technology that \
fundamentally changes the role that patients can play in their care by empowering them with \
knowledge, understanding, confidence, and channels for communication. His research goal is \
to study the effect that new paradigms in doctor-patient collaboration mediated by technology \
can have on education, adherence, and behavior change. <p/> \
\
Prior to his position at MIT, Moore studied medicine at Boston University and completed an \
transitional internship that gave him diverse clinical experience. Before that, Moore worked in \
biomedical engineering. He did research in electromyographic (EMG) signal processing and \
worked as a consultant in the field. He was also a Fulbright Scholar to Belgium, where he did \
clinical engineering studies in order to gain insight into neurological movement disorders."],





    ["DoNotRemove Bio ID","DoNotRemove Bio CSS Class","DoNotRemove Bio HTML Content"] // delete comma at the end of the last item
]; // var bioListArray

