Difference between revisions of "Team:Cork Ireland/Attributions"
(Prototype team page) |
|||
Line 2: | Line 2: | ||
<html> | <html> | ||
− | < | + | <head> |
+ | <title>Attributions</title> | ||
+ | </head> | ||
− | < | + | <style> |
+ | /* | ||
+ | * Basic structure removed | ||
+ | */ | ||
+ | .firstHeading{ | ||
+ | display: none; | ||
+ | } | ||
− | + | #globalWrapper, #content{ | |
+ | width: 100%; | ||
+ | border: 0px; | ||
+ | position: relative; | ||
+ | padding:0; | ||
+ | margin-bottom:0; | ||
+ | } | ||
− | + | #menuContainer{ | |
− | + | display: none; | |
− | + | } | |
+ | body { | ||
+ | font-family: Arial, Verdana, sans-serif; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | header { | ||
+ | padding: 15px 15px 10px; 15px; | ||
+ | background: #444444; | ||
+ | border-radius: 5px; | ||
+ | margin: 0; | ||
+ | } | ||
+ | header h1 { | ||
+ | margin: 0; | ||
+ | display: inline; | ||
+ | color: white; | ||
+ | font-size: 2em; | ||
+ | } | ||
+ | header img { | ||
+ | float: left; | ||
+ | } | ||
− | + | #igem_logo { | |
− | + | height: 13%; | |
− | + | width: 13%; | |
− | + | } | |
+ | #banner_pic { | ||
+ | border-radius: 25px; | ||
+ | border-bottom-right-radius: 0; | ||
+ | border-bottom-left-radius: 0; | ||
+ | width: 74.5%; | ||
+ | margin: 10px; | ||
+ | margin-bottom: 0; | ||
+ | } | ||
− | + | nav { | |
+ | clear: both; | ||
+ | text-align: center; | ||
+ | background: #3EDAAD; | ||
+ | border-radius: 10px; | ||
+ | min-width: 700px; | ||
+ | } | ||
+ | nav ul { | ||
+ | margin: 0; | ||
+ | display: inline; | ||
+ | } | ||
+ | |||
+ | nav ul a li { | ||
+ | list-style: none; | ||
+ | display: inline-block; | ||
+ | padding: 14px 14px; | ||
+ | } | ||
+ | |||
+ | nav ul a { | ||
+ | text-decoration: none; | ||
+ | color: black; | ||
+ | font-size: 1.1em; | ||
+ | } | ||
+ | |||
+ | nav ul a:visited { | ||
+ | text-decoration: none; | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | nav ul a:hover { | ||
+ | text-decoration: none; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | .content { | ||
+ | clear: both; | ||
+ | height: 100%; | ||
+ | } | ||
+ | |||
+ | .col { | ||
+ | float: left; | ||
+ | width: 12%; | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | #main_col { | ||
+ | background: white; | ||
+ | width: 74.5%; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | max-width: 800px; | ||
+ | min-width: 600px; | ||
+ | margin: auto; | ||
+ | } | ||
+ | |||
+ | #project h2 { | ||
+ | font-size: 2em; | ||
+ | padding: 10px; | ||
+ | margin: 10px; | ||
+ | color: #E02121; | ||
+ | } | ||
+ | |||
+ | #team h2 { | ||
+ | font-size: 2em; | ||
+ | color: white; | ||
+ | padding-left: 20px; | ||
+ | } | ||
+ | |||
+ | #project { | ||
+ | background: white; | ||
+ | width: 80%; | ||
+ | text-align: center; | ||
+ | margin: 10%; | ||
+ | font-size: 1.2em; | ||
+ | border-style: ridge; | ||
+ | } | ||
+ | |||
+ | #main_col p { | ||
+ | padding: 10px; | ||
+ | } | ||
+ | |||
+ | .team_desc { | ||
+ | border-style: outset; | ||
+ | margin: 15px; | ||
+ | font-size: 1.2em; | ||
+ | } | ||
+ | |||
+ | .team_desc h3 { | ||
+ | color: white; | ||
+ | font-size: 1.6em; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .team_desc img { | ||
+ | float: left; | ||
+ | background: yellow; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | .team_desc .right_img { | ||
+ | float: right; | ||
+ | background: red; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | .team_desc p { | ||
+ | padding: 10px; | ||
+ | margin: 10px; | ||
+ | background: green; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #Africa div, #corkSynBio div{ | ||
+ | border-style: groove; | ||
+ | padding: 15px; | ||
+ | margin: 15px; | ||
+ | } | ||
+ | |||
+ | #Africa img { | ||
+ | float: left; | ||
+ | border-style: double; | ||
+ | border-color: #CC9900; | ||
+ | margin: 10px; | ||
+ | } | ||
+ | |||
+ | #Africa, #corkSynBio { | ||
+ | text-align:center; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | #Africa p, #corkSynBio p { | ||
+ | text-align: left; | ||
+ | font-size: 1.2em; | ||
+ | } | ||
+ | |||
+ | #notebook { | ||
+ | font-size: 1.2em; | ||
+ | } | ||
+ | |||
+ | #notebook h2 { | ||
+ | text-align: center; | ||
+ | color: yellow; | ||
+ | } | ||
+ | |||
+ | #notebook h3 { | ||
+ | text-align: center; | ||
+ | color: #FF0000; | ||
+ | padding-top: 15px; | ||
+ | } | ||
+ | |||
+ | #notebook div p{ | ||
+ | padding-left: 15px; | ||
+ | padding-right: 15px; | ||
+ | } | ||
+ | |||
+ | #notebook div img { | ||
+ | display: block; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-top: 10px; | ||
+ | margin-bottom: 10px; | ||
+ | border-style: double; | ||
+ | border-color: #3399FF; | ||
+ | } | ||
+ | |||
+ | #fixed_menu { | ||
+ | position: fixed; | ||
+ | right: 0; | ||
+ | bottom: 0; | ||
+ | width: 10%; | ||
+ | } | ||
+ | |||
+ | #fixed_menu li, #fixed_menu2 li { | ||
+ | list-style: none; | ||
+ | border-style: solid; | ||
+ | border-color: #444444; | ||
+ | background: #3EDAAD; | ||
+ | font-size: 0.6em; | ||
+ | border-radius: 5px; | ||
+ | } | ||
+ | |||
+ | #fixed_menu a, #fixed_menu2 a{ | ||
+ | text-decoration: none; | ||
+ | color: black; | ||
+ | |||
+ | } | ||
+ | |||
+ | #fixed_menu a:hover, #fixed_menu2 a:hover { | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | #fixed_menu2 { | ||
+ | position:fixed; | ||
+ | right: -5%; | ||
+ | bottom: 0; | ||
+ | width: 10%; | ||
+ | } | ||
+ | |||
+ | #notebook div { | ||
+ | border-radius: 10px; | ||
+ | background-color: white; | ||
+ | margin: 15px; | ||
+ | } | ||
+ | |||
+ | #interlab div { | ||
+ | border-radius: 10px; | ||
+ | margin: 15px; | ||
+ | } | ||
+ | |||
+ | #interlab div h2 { | ||
+ | font-size: 1.5em; | ||
+ | text-align: center; | ||
+ | color: #E02121; | ||
+ | } | ||
+ | |||
+ | #interlab div h3 { | ||
+ | margin-left: 15px; | ||
+ | color: #E02121; | ||
+ | } | ||
+ | |||
+ | #interlab div p, #interlab div li { | ||
+ | font-size: 1.2em; | ||
+ | } | ||
+ | |||
+ | #interlab div img { | ||
+ | display: block; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-top: 10px; | ||
+ | margin-bottom: 10px; | ||
+ | border-style: double; | ||
+ | border-color: #E02121; | ||
+ | } | ||
+ | |||
+ | .question { | ||
+ | padding-bottom: 5px; | ||
+ | list-style: circle; | ||
+ | } | ||
+ | |||
+ | .answer { | ||
+ | padding-bottom: 15px; | ||
+ | list-style: square; | ||
+ | } | ||
+ | |||
+ | #interlab .result_pic { | ||
+ | float: left; | ||
+ | margin: 15px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #interlab figcaption { | ||
+ | text-align: center; | ||
+ | padding-bottom: 15px; | ||
+ | } | ||
+ | |||
+ | #achieve h2 { | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #gold, #gold_dis { | ||
+ | background: #FFD700; | ||
+ | border-style: double; | ||
+ | border-radius: 10px; | ||
+ | margin: 10px; | ||
+ | font-size: 1.2em; | ||
+ | } | ||
+ | |||
+ | #silver, #silver_dis { | ||
+ | background: #C0C0C0; | ||
+ | border-style: solid; | ||
+ | border-radius: 10px; | ||
+ | margin: 10px; | ||
+ | font-size: 1.2em; | ||
+ | } | ||
+ | |||
+ | #bronze, #bronze_dis { | ||
+ | background: #CD7F32; | ||
+ | border-style: dotted; | ||
+ | border-radius: 10px; | ||
+ | margin: 10px; | ||
+ | font-size: 1.2em; | ||
+ | } | ||
+ | |||
+ | .clearfix:after { | ||
+ | content: "."; | ||
+ | display: block; | ||
+ | height: 0; | ||
+ | clear: both; | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | |||
+ | .clearfix {display: inline-block;} | ||
+ | |||
+ | /* Hides from IE-mac \*/ | ||
+ | * html .clearfix {height: 1%;} | ||
+ | .clearfix {display: block;} | ||
+ | /* End hide from IE-mac */ | ||
+ | /* @end */ | ||
+ | |||
+ | footer { | ||
+ | clear: both; | ||
+ | text-align: center; | ||
+ | border-radius: 10px; | ||
+ | } | ||
+ | |||
+ | footer ul { | ||
+ | margin: 0; | ||
+ | display: inline; | ||
+ | text-align: center; | ||
+ | } | ||
+ | footer img { | ||
+ | display: inline; | ||
+ | } | ||
+ | footer ul a li { | ||
+ | list-style: none; | ||
+ | display: inline-block; | ||
+ | padding: 5px 15px; | ||
+ | } | ||
+ | |||
+ | footer ul a { | ||
+ | text-decoration: none; | ||
+ | color: #444444; | ||
+ | } | ||
+ | |||
+ | footer ul a:visited { | ||
+ | color: #444444; | ||
+ | } | ||
+ | |||
+ | footer ul a:hover { | ||
+ | text-decoration: none; | ||
+ | color: #E02121; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | <body> | ||
+ | <div id="globalWrapper"> | ||
+ | <div id='top_menu_under' class='noprint'></div> | ||
+ | <div id='top_menu_14' class='noprint'>Loading menubar.....</div> <!-- Will be replaced with the jQuery.load --> | ||
+ | |||
+ | <header> | ||
+ | <a href="https://www.igem.org/Main_Page"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/d/d7/Sysuchina_igemdeLogo.png" id="igem_logo"/> | ||
+ | </a> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/e3/InterlabCork.png" alt="Interlab banner" id="banner_pic"/> | ||
+ | <nav> | ||
+ | <ul> | ||
+ | <a href= "https://2015.igem.org/Team:Cork_Ireland"><li>Home</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:Cork_Ireland/Project"><li>Our Project</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:Cork_Ireland/Practices"><li>Outreach</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:Cork_Ireland/Team"><li>Team</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:Cork_Ireland/Notebook"><li>Notebook</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:Cork_Ireland/Parts"><li>Parts</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:Cork_Ireland/Collaborations"><li>Collaborations</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:Cork_Ireland/InterlabStudy"><li>Interlab Study</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:Cork_Ireland/Attributions"><li>Attributions</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:Cork_Ireland/Achievements"><li>Achievements</li></a> | ||
+ | </ul> | ||
+ | </nav> | ||
+ | </header> | ||
+ | <div id="content"> | ||
+ | <div class="col"> | ||
+ | <p></p> | ||
+ | </div> | ||
+ | <div id="main_col"> | ||
+ | <div> | ||
+ | <h2>Attributions</h2> | ||
+ | <p>The lab work throughout the summer was done by the students compromising the iGEM team 2015, however the iGEM team received support from numerous individuals without whom the work would never have successfully been completed. Our team is grateful for the support we received from our instructors and their colleagues which helped us achieve some of goals set at the start of the summer</p> | ||
+ | |||
+ | <h3>Instructor Name: Dr. Paul Young</h3> | ||
+ | <p>Biochemistry Department, UCC</p> | ||
+ | |||
+ | <h3>Instructor Name: Professor Tommie McCarthy</h3> | ||
+ | <p>Biochemistry Department, UCC</p> | ||
+ | |||
+ | <h3>Team Member Name: Leanne O’Sullivan</h3> | ||
+ | <ul> | ||
+ | <li>Researched pathogens that could be detected by the Basehunter System</li> | ||
+ | <li>Construction of the various detectors</li> | ||
+ | <li>Testing detector sensitivity</li> | ||
+ | <li>Primer and oligo design</li> | ||
+ | <li>Animation</li> | ||
+ | </ul> | ||
+ | |||
+ | <h3>Team Member Name: Amy Keane</h3> | ||
<ul> | <ul> | ||
− | <li> | + | <li>Researched pathogens that could be detected by the Basehunter System</li> |
− | <li> | + | <li>Testing detector specificity</li> |
− | <li> | + | <li>Oligo design</li> |
− | <li> | + | <li>Collaboration work</li> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</ul> | </ul> | ||
+ | <h3>Team Member Name: Aoife O’Brien-Horgan</h3> | ||
+ | <ul> | ||
+ | <li>Wiki construction</li> | ||
+ | <li>Assist in laboratory work</li> | ||
+ | <li>Image design</li> | ||
+ | <li>Jumper and shirt design</li> | ||
+ | </ul> | ||
− | < | + | <h3>Team Member Name: Brandon Malone</h3> |
− | + | ||
<ul> | <ul> | ||
− | <li>< | + | <li>Improving the colour readout of the system</li> |
− | <li>< | + | <li>Involved in cloning and assembling the detector plus fluorescent proteins</li> |
− | <li> | + | <li>Carried out the Interlab Study</li> |
− | <li> | + | <li>Research into,design and construction of the mycobacterium detector</li> |
+ | <li>Research into experiments that would help in determining the mechanisms behind the detector system and carrying out some of these experiments.</li> | ||
+ | <li>Experiments in determining whether the detector could be used in a real world application</li> | ||
</ul> | </ul> | ||
− | </div> | + | <h3>Team Member Name: Donnchadh O'Sullivan</h3> |
+ | <ul> | ||
+ | <li>Policies & practice work in Malawi</li> | ||
+ | <li>Collaboration work</li> | ||
+ | <li>IndieBio outreach</li> | ||
+ | </ul> | ||
+ | |||
+ | <h3>Team Member Name: Timothy O’Flynn</h3> | ||
+ | <ul> | ||
+ | <li>Team mentoring & advice</li> | ||
+ | </ul> | ||
+ | |||
+ | <h3>Team Member Name: Shama Chilakwad</h3> | ||
+ | <ul> | ||
+ | <li>Team mentoring & advice</li> | ||
+ | </ul> | ||
+ | |||
+ | <h3>Team Member Name: Russel Banta</h3> | ||
+ | <ul> | ||
+ | <li>Team mentoring & advice</li> | ||
+ | </ul> | ||
+ | |||
+ | <h2> Acknowledgements: <h2> | ||
+ | |||
+ | <ul> | ||
+ | <li>Prof. David Sheehan Head of School of Biochemistry and Cell Biology, University College Cork- Allowing the iGEM team to work in the school of Biochemistry labs throughout the summer. </li> | ||
+ | <li>College of medicine & Health- Supported our team financially.</li> | ||
+ | <li>College of science, Engineering and food science- supported our team financially.</li> | ||
+ | <li>Noreen Casey and Jenny Duane, Technical staff in the School of Biochemistry and Cell Biology, University College Cork. - Provided training in biochemistry and molecular biology techniques throughout the summer.</li> | ||
+ | <li>Eli Lilly.- Generously provided financial support to our team.</li> | ||
+ | <li>Janssen- Generously provided financial support to our team.</li> | ||
+ | <li>Dr. Justin McCarthy, School of Biochemistry and Cell Biology, University College Cork - Advice on fundraising (among other things)</li> | ||
+ | <li>Dr. Brigid Lucey, Senior Lecturer in Department of Biological Sciences, Cork Institute of Technology, chair of the research committee for the Academy of Clinical Science and <li>Laboratory Medicine (ACSLM) - advice on the development of the system for clinical use.</li> | ||
+ | <li>Daniel James, Genetics program, University College Cork. - Optimization experiments for SeeDNA.</li> | ||
+ | <li>Srijita Banerjee (UCC visiting student)- Doing experimentation on using digested genomic DNA as target for Sry Detector.</li> | ||
+ | <li>Christopher Harrington, Harrington Construction Ltd. - generously providing funding for travel.</li> | ||
+ | </ul> | ||
+ | |||
+ | |||
+ | <footer> | ||
+ | <div> | ||
+ | <ul> | ||
+ | <a href= "https://2015.igem.org/Team:Cork_Ireland"><li>Home</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:Cork_Ireland/Project"><li>Our Project</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:Cork_Ireland/Practices"><li>Outreach</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:Cork_Ireland/Team"><li>Team</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:Cork_Ireland/Notebook"><li>Notebook</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:Cork_Ireland/Parts"><li>Parts</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:Cork_Ireland/Collaborations"><li>Collaborations</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:Cork_Ireland/InterlabStudy"><li>Interlab Study</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:Cork_Ireland/Attributions"><li>Attributions</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:Cork_Ireland/Achievements"<li>Achievements</li></a> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div> | ||
+ | <a href="http://www.lilly.ie/en/index.aspx" TARGET=_BLANK> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/archive/2/21/20150901113248%21Rsz_m_dc.jpg" alt="Sponsored by Lilly"> | ||
+ | </a> | ||
+ | |||
+ | <a href="https://www.igem.org/Main_Page" TARGET=_Blank> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/6/6b/IGEM-animated.gif" alt="iGEM Main Page"> | ||
+ | </a> | ||
+ | |||
+ | <a href="http://www.janssen.ie/" TARGET=_Blank> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/2/21/Rsz_m_dc.jpg" alt="Sponsored by Jansen"> | ||
+ | </a> | ||
+ | |||
+ | <p>Cork iGEM 2015</p> | ||
+ | </div> | ||
+ | </footer> | ||
+ | </body> | ||
+ | |||
+ | </div> <div class="visualClear"></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
+ | |||
+ | |||
</html> | </html> |
Revision as of 16:02, 18 September 2015
Attributions
The lab work throughout the summer was done by the students compromising the iGEM team 2015, however the iGEM team received support from numerous individuals without whom the work would never have successfully been completed. Our team is grateful for the support we received from our instructors and their colleagues which helped us achieve some of goals set at the start of the summer
Instructor Name: Dr. Paul Young
Biochemistry Department, UCC
Instructor Name: Professor Tommie McCarthy
Biochemistry Department, UCC
Team Member Name: Leanne O’Sullivan
- Researched pathogens that could be detected by the Basehunter System
- Construction of the various detectors
- Testing detector sensitivity
- Primer and oligo design
- Animation
Team Member Name: Amy Keane
- Researched pathogens that could be detected by the Basehunter System
- Testing detector specificity
- Oligo design
- Collaboration work
Team Member Name: Aoife O’Brien-Horgan
- Wiki construction
- Assist in laboratory work
- Image design
- Jumper and shirt design
Team Member Name: Brandon Malone
- Improving the colour readout of the system
- Involved in cloning and assembling the detector plus fluorescent proteins
- Carried out the Interlab Study
- Research into,design and construction of the mycobacterium detector
- Research into experiments that would help in determining the mechanisms behind the detector system and carrying out some of these experiments.
- Experiments in determining whether the detector could be used in a real world application
Team Member Name: Donnchadh O'Sullivan
- Policies & practice work in Malawi
- Collaboration work
- IndieBio outreach
Team Member Name: Timothy O’Flynn
- Team mentoring & advice
Team Member Name: Shama Chilakwad
- Team mentoring & advice
Team Member Name: Russel Banta
- Team mentoring & advice
Acknowledgements:
- Prof. David Sheehan Head of School of Biochemistry and Cell Biology, University College Cork- Allowing the iGEM team to work in the school of Biochemistry labs throughout the summer.
- College of medicine & Health- Supported our team financially.
- College of science, Engineering and food science- supported our team financially.
- Noreen Casey and Jenny Duane, Technical staff in the School of Biochemistry and Cell Biology, University College Cork. - Provided training in biochemistry and molecular biology techniques throughout the summer.
- Eli Lilly.- Generously provided financial support to our team.
- Janssen- Generously provided financial support to our team.
- Dr. Justin McCarthy, School of Biochemistry and Cell Biology, University College Cork - Advice on fundraising (among other things)
- Dr. Brigid Lucey, Senior Lecturer in Department of Biological Sciences, Cork Institute of Technology, chair of the research committee for the Academy of Clinical Science and
- Laboratory Medicine (ACSLM) - advice on the development of the system for clinical use.
- Daniel James, Genetics program, University College Cork. - Optimization experiments for SeeDNA.
- Srijita Banerjee (UCC visiting student)- Doing experimentation on using digested genomic DNA as target for Sry Detector.
- Christopher Harrington, Harrington Construction Ltd. - generously providing funding for travel.
- Prof. David Sheehan Head of School of Biochemistry and Cell Biology, University College Cork- Allowing the iGEM team to work in the school of Biochemistry labs throughout the summer.
- College of medicine & Health- Supported our team financially.
- College of science, Engineering and food science- supported our team financially.
- Noreen Casey and Jenny Duane, Technical staff in the School of Biochemistry and Cell Biology, University College Cork. - Provided training in biochemistry and molecular biology techniques throughout the summer.
- Eli Lilly.- Generously provided financial support to our team.
- Janssen- Generously provided financial support to our team.
- Dr. Justin McCarthy, School of Biochemistry and Cell Biology, University College Cork - Advice on fundraising (among other things)
- Dr. Brigid Lucey, Senior Lecturer in Department of Biological Sciences, Cork Institute of Technology, chair of the research committee for the Academy of Clinical Science and
- Laboratory Medicine (ACSLM) - advice on the development of the system for clinical use.
- Daniel James, Genetics program, University College Cork. - Optimization experiments for SeeDNA.
- Srijita Banerjee (UCC visiting student)- Doing experimentation on using digested genomic DNA as target for Sry Detector.
- Christopher Harrington, Harrington Construction Ltd. - generously providing funding for travel.