Line 2: | Line 2: | ||
<html> | <html> | ||
<head> | <head> | ||
− | <title> | + | <title>Integrated practices</title> |
<link rel="stylesheet" | <link rel="stylesheet" | ||
href="//2016.igem.org/Team:Slovenia/libraries/semantic-min-css?action=raw&ctype=text/css"> | href="//2016.igem.org/Team:Slovenia/libraries/semantic-min-css?action=raw&ctype=text/css"> | ||
Line 40: | Line 40: | ||
</head> | </head> | ||
<body> | <body> | ||
− | <div id="example"> | + | <script> |
− | <div class="pusher"> | + | $(document).ready( |
− | + | function () { | |
− | + | var getImgs = function () { | |
+ | var imgs = []; | ||
+ | $('img').each(function () { | ||
+ | console.log("image detected"); | ||
+ | var data = $(this).data('alt'); | ||
+ | imgs.push(data); | ||
+ | }); | ||
+ | return imgs; | ||
+ | }; | ||
+ | var imgs = getImgs(); | ||
+ | //preload images | ||
+ | var image = []; | ||
+ | $.each(imgs, function (index) { | ||
+ | console.log("loading resource"); | ||
+ | image[index] = new Image(); | ||
+ | image[index].src = imgs[index]; | ||
+ | }); | ||
+ | } | ||
+ | ); | ||
+ | function loadImage(sourceImage, name) { | ||
+ | console.log(sourceImage); | ||
+ | var image = document.getElementById("starScheme"); | ||
+ | image.src = sourceImage; | ||
+ | } | ||
+ | function setTekst(name) { | ||
+ | var myId = document.getElementById("tekst"); | ||
+ | if(name == 'patients') { | ||
+ | if(myId.data == "patients") { | ||
+ | myId.data = "empty"; | ||
+ | myId.innerHTML = '<h3 id="THEstar">For content click on THE star</h3>'; | ||
+ | } | ||
+ | else { | ||
+ | myId.data = "patients" | ||
+ | myId.innerHTML = '<h4>Patients</h4><p>Above all, we wanted to talk to the final users of our project, the patients who could potentially be using it in the future. Since they will be the ones to actually live with it every day, their opinion is paramount as the negative attitude of the end users towards medical application of synthetic biology would make the efforts to develop applications vain. \ | ||
+ | According to the WHO, the number of diabetics has risen to 422 million by 2014. While we might not realize in everyday lives, diabetics are our friends, our grandparents, our uncles, our doctors, our postmen, our clerks, our hairdressers… As persons who do not suffer from a chronic disease, we cannot completely ourselves from our privileged position, as being a part of the community requires the experience of the life and hardship the members face. But we wanted to be allies to this community. Allyship is about being a humble guest in somebody else’s struggle, listening and learning from it, and doing what you can to help. For this reason we decided to get to know people living with diabetes and learn what we could from them, at the same time introducing our research efforts, not as a device that will at once end all their difficulties, but as a small beacon of hope. In the name of medical information confidentiality we omitted naming them or showing their pictures. \ | ||
+ | Having lived with a chronic disease for most of their lives, the patients were perfectly willing to try another method that could help. More than anything they were excited over the possibility of not having to prick themselves with a needle several times a day. While we mostly presented the potential foundational advantages of the system and explained that arriving to the final working device might take years, they were kind enough to highlight some of their concerns connected to the system and suggestions we could integrate in the design. Understandably, they were mostly interested in safety and the way the device would be integrated into the body. They wanted to know in what ways their bodies would be protected from the modified cells and in how the cells in the device would be protected, as well as how we would make sure the system is not triggered randomly. While years from a possible final device, we paid attention and tried to find the solutions to their concerns. To separate the modified cells in the device from patient’s unaltered ones, we suggest microencapsulation of cells in alginate capsule, which do not trigger the immune system and were proven to work by many researchers in their publications and also by the <a href="https://2012.igem.org/Team:Slovenia/Team">2012 Slovenian iGEM team</a>. In that project students already introduced several safety mechanisms, which still seem effective. To make sure the system is not induced randomly, by walking under a blue light at a party or being examined by ultrasound, we realized that we could use the <a href="https://2016.igem.org/Team:Slovenia/Protease_signaling/Logic">logic operations</a>, so two different inputs are needed for activation, which strongly decreases the possibility of an unwanted activation. Alternatively, one of the inputs can be used to recognize the correct type of cells or cell state and the other to recognize when it should be induced.</p>'; | ||
+ | } | ||
+ | } | ||
+ | else if(name == 'scientists') { | ||
+ | if(myId.data == "scientists") { | ||
+ | myId.data = "empty"; | ||
+ | myId.innerHTML = '<h3 id="THEstar">For content click on THE star</h3>'; | ||
+ | } | ||
+ | else { | ||
+ | myId.innerHTML = '<h4>Social scientists</h4><div style = "float:left;"> \ | ||
+ | <figure id = "fig1"> \ | ||
+ | <img class="ui medium image" src="//2016.igem.org/wiki/images/b/b5/T--Slovenia--HP-6.png" > \ | ||
+ | <figcaption><b>Figure 1: Discussion with culturologists prof. Franc Mali and doc. Toni Pustovrh, involved in SynErgene on the societal implications of our project.</b><br/></figcaption> \ | ||
+ | </figure> </div> <p>Mostly communicating with MDs, researchers in natural science, and among ourselves, we realized we could quickly fall in the trap of having a limited view of synthetic biology and our project, living in a sort of confirmation microbubble composed of approving scientist, but excluding the general public and their opinion. In order to tackle this, we wanted to talk to people who can understand the greater impact of science on society and how that is perceived by the general public. Taking into account the societal impacts of synthetic biology allows for more dynamic, varied solutions in the project. \ | ||
+ | We consulted prof. dr. Franc Mali and doc. dr. Toni Pustovrh, two culturologists from the University of Ljubljana, whose field of expertise is the sociology of science. We presented our project to them and they shared with us some excellent insights. Consultations with them indeed opened our horizons –having only best intentions we did not think of the potential misuse of our system, such as bypassing the doping regulations in professional sport by enhancing one’s own cells. The conversation later shifted to the wider filed of synthetic biology and its role in ensuring social justice, which impassioned us and educated our Social Engagement and Education segment <a href = "#fig1">Figure 1</a>. </p>'; | ||
+ | myId.data = "scientists"; | ||
+ | } | ||
+ | } | ||
+ | else if(name == 'iGEMers') { | ||
+ | if(myId.data == "iGEMers") { | ||
+ | myId.data = "empty"; | ||
+ | myId.innerHTML = '<h3 id="THEstar">For content click on THE star</h3>'; | ||
+ | } | ||
+ | else { | ||
+ | myId.innerHTML = '<h4>iGEMers</h4> \ | ||
+ | <div style = "float:left;"> <figure id = "fig2"> \ | ||
+ | <img class="ui medium image" src="//2016.igem.org/wiki/images/9/92/T--Slovenia--HP-1.png" > \ | ||
+ | <figcaption><b>Figure 1: One of our brainstorming meetings</b><br/></figcaption> \ | ||
+ | </figure> \ | ||
+ | </div> <p>iGEMers, be it students or advisors, together with researchers, form the base of our star. iGEMers are the individuals who imagine a design and make it come to life; the ones who put in the theoretical and practical work and therefore best understand the outline of their specific project, it’s unique possibilities, requirements and limitations. iGEMers do not know everything there is to know about the field and themselves only one of the impactors on the idea of the project, but can know more and be inspired trough conversation and idea exchange with their colleagues, mentors and peers. With this in mind we decided to write down our ides and brainstorm very early in the project, after the first discussions with researchers who <a href="https://2016.igem.org/Team:Slovenia/Notebook/Proposals">inspired us</a> to work on our project <a href = "#fig2">Figure 1</a>. </p> <p style = "clear:both;"></p>'; | ||
+ | myId.data = "iGEMers"; | ||
+ | } | ||
+ | } | ||
+ | else if(name == 'researches') { | ||
+ | if(myId.data == "researches") { | ||
+ | myId.data = "empty"; | ||
+ | myId.innerHTML = '<h3 id="THEstar">For content click on THE star</h3>'; | ||
+ | } | ||
+ | else { | ||
+ | myId.innerHTML = '<h4>Researchers</h4><div style = "float:left">\ | ||
+ | <figure id = "fig3"> \ | ||
+ | <img class="ui medium image" src="//2016.igem.org/wiki/images/7/7e/T--Slovenia--HP-2.png" > \ | ||
+ | <figcaption><b>Figure 1: Consultation with prof. dr. Marko Živin and Kaja Kolmarič</b><br/> </figcaption> \ | ||
+ | </figure> \ | ||
+ | </div> \ | ||
+ | <p>Researchers are scientist concerned with the basic idea of the project, with the possibility of execution of it, with the proof of the concept - in short, people who advise if the effort is even feasible/worth it. They do not need to necessarily be synthetic biologists as the teams are encouraged to search among other fields as well. Medical doctors, mechanical and electrical engineers, biologists, biotechnologists, (bio)chemists, computer scientists and many others have great and important ideas and considerations to contribute to the field. \ | ||
+ | With the aim of designing foundational technology that could be some day applied to treatment of disease such as the Parkinson’s disease and diabetes we searched for appropriate experts in the field. We consulted prof. dr. Marko Živin, MD who deals with damage, plasticity and regeneration of nerves and muscles and his junior researcher, Kaja Kolmarič. They were extremely receptive to our idea of threating neurological disease with release of therapeutic protein from patient’s own cells, but suggested that optogenetic approach might be too invasive for an organ as sensitive and crucial as the brain, while chemical inducers of dimerization might have many side effects. It was their own research with ultrasound that inspired us and led to a shift in the emphasis of our project and resulted in ultrasound stimulation (US) becoming the focus of it. After exposure to the ideas on the potential use of ultrasound, team members returned to the drawing board and each came up with a project idea mainly tailored to ultrasound stimulation but still incorporating our <a href="https://2016.igem.org/Team:Slovenia/Notebook/Proposals">initial idea of fast response</a> <a href = "#fig3">Figure 1</a>. </p><p style = "clear:both;"></p> '; | ||
+ | myId.data = "researches"; | ||
+ | } | ||
+ | } | ||
+ | else if(name == 'doctors') { | ||
+ | if(myId.data == "doctors") { | ||
+ | myId.data = "empty"; | ||
+ | myId.innerHTML = '<h3 id="THEstar">For content click on THE star</h3>'; | ||
+ | } | ||
+ | else { | ||
+ | myId.innerHTML = '<h4>Medical doctors</h4><div style = "float:left"> \ | ||
+ | <figure id = "fig4"> \ | ||
+ | <img class="ui medium image" src="//2016.igem.org/wiki/images/4/44/T--Slovenia--HP-4.png" > \ | ||
+ | <figcaption><b>Figure 1: Team members in discussions with radiologist doc. dr. Katarina Šurlan Popovič.</b><br/></figcaption> \ | ||
+ | </figure> \ | ||
+ | </div> \ | ||
+ | <p>Whereas researchers are interested primarily on foundational advance, medical doctors who work with patients every day are more prone to search for readily applicable and patient oriented implications. \ | ||
+ | After deciding to focus on ultrasound stimulation we decided to consult medical experts in the field of radiology for advice and consultation. For that reason, we talked to doc. dr. Katarina Šurlan Popovič, MD, radiologist in order to present her our idea and hear her ideas. She was fascinated with potential connection of computed tomography (CT) and ultrasound (US) in order to obtain the benefit for patients. We are quoting her “I would really like to see you develop the model for US stimulation and be the first to try it!”. We took her eagerness to heart and decided to develop a model of ultrasound propagation through the tissue which could show us how in the future an individualized approach could be used. For instance, CT would be obtained for each patient and program would identify the tissue by their characteristics and position the US probes to obtain <a href="https://2016.igem.org/Team:Slovenia/Model">focused regions of high pressure on the selected part of the brain</a> <a href = "#fig4">Figure 1</a>. </p> \ | ||
+ | <div style = "clear: both; float:left"> \ | ||
+ | <figure id = "fig5"> \ | ||
+ | <img class="ui medium image" src="//2016.igem.org/wiki/images/f/fa/T--Slovenia--HP-5.png" > \ | ||
+ | <figcaption><b>Figure 2: Team members presenting and discussing the Sonicell project with a hematologist dr. Matjaž Sever.</b><br/></figcaption> \ | ||
+ | </figure> \ | ||
+ | </div> \ | ||
+ | <p>By exploring further potential applications and reading the literature, asist. dr. Matjaž Sever, MD hematologist offered us help in his area of expertise. He went even a step further – by acknowledging how demanding the project is and how incredible it seems to develop it in half a year, he suggested making the list of all the potential hormones, peptides and proteins which might benefit if secreted by our quick system. Even when the iGEM competition finishes, our work does not – it is just a new beginning for more amazing findings to happen. It is not realistic to expect from us to start a project from scratch and develop something completely new in that short amount of time and optimize everything for medical usage. For that reason, our human practice investigation helped us realize how potentially beneficial our project can be in medicine and make long term partnerships and plans. If one could make a significant medical application, that person should have started from already known foundations. We did not. Instead, we are making the paradigm shift which will for sure find several applications in near future, maybe even by some future iGEM teams <a href = "#fig5">Figure 2</a>. </p><p style = "clear:both;"></p>'; | ||
+ | myId.data = "doctors"; | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | </script> | ||
+ | |||
+ | <div id="example"> | ||
+ | <div class="pusher"> | ||
+ | <div class="full height"> | ||
+ | <div class="banana"> | ||
<a href = "//2016.igem.org/Team:Slovenia"> | <a href = "//2016.igem.org/Team:Slovenia"> | ||
<img class="ui medium sticky image" src="//2016.igem.org/wiki/images/d/d1/T--Slovenia--logo.png"> | <img class="ui medium sticky image" src="//2016.igem.org/wiki/images/d/d1/T--Slovenia--logo.png"> | ||
</a> | </a> | ||
− | + | <div class="ui vertical sticky text menu"> | |
− | + | <a class="item" href="#intro" style="margin-left: 10%"> | |
− | + | <i class="selected radio icon"></i> | |
− | + | <b>Project</b> | |
− | + | </a> | |
− | + | <a class="item" href="#achievements" style="margin-left: 10%"> | |
− | + | <i class="selected radio icon"></i> | |
− | + | <b>Achievements</b> | |
− | + | </a> | |
− | + | <a class="item" href="#requirements" style="margin-left: 10%"> | |
− | + | <i class="selected radio icon"></i> | |
− | + | <b>Medal requirements</b> | |
− | + | </a> | |
− | + | <a class="item" href="idea"> | |
− | + | <i class="chevron circle right icon"></i> | |
− | + | <b>Idea</b> | |
− | + | </a> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | |||
− | + | </div> | |
− | + | <div class="article" id="context"> | |
− | + | <!-- menu goes here --> | |
− | + | <!-- content goes here --> | |
− | + | <div class="main ui citing justified container"><h1 class = "ui left dividing header"><span class="section"> </span>Integrated Practices</h1> | |
− | + | <div class = "ui segment"> | |
− | + | <p>Various extraordinary synthetic biology projects can be depicted as boats and ships, seeking the safety of a harbor in the wide ocean, their main purpose | |
− | + | finding the final destination.</p> | |
− | + | <p>No matter how different or fascinating the boat is, its main purpose is to safely arrive to the harbor. Before there were modern GPS systems, sailors | |
− | + | had to rely on using natural events and signs. One of the main was the lodestar, the most shining star, which is always a good orientation point.</p> | |
− | + | <p>Similarly, many research projects can struggle no matter how fascinating they are. They might lose the feeling of reality and just travel for the sake of travel.</p> | |
− | + | <p>In order to give the right coordinates, which showed to be of high importance in our case, we developed a new symbol for future iGEM teams who might apply their | |
− | + | projects to the medical field – community oriented lodestar. No matter if the team is competing in the foundational advance or medical application section, maximization | |
− | + | of benefit to society should be the number one priority.</p> | |
− | + | ||
− | + | <div style = "display:block; width: 100%; margin-left:auto; margin-right:auto;" align = "center"> | |
− | + | <div style = "width:40%;"> | |
− | + | <img width="100%" onresize="relativeCoordsStar();" onload="relativeCoordsStar();" | |
− | + | style="border-radius: 15px;" | |
− | + | src="//2016.igem.org/wiki/images/3/30/T--Slovenia--LoadStar-v5-01.png" | |
− | + | alt="project scheme" usemap="#starMap" id="starScheme"/> | |
− | + | <map name="starMap"> | |
− | + | <area id="patients" shape="poly" coords="" alt="patients" | |
− | + | onmouseover="loadImage('//2016.igem.org/wiki/images/4/4b/T--Slovenia--LoadStar-v5-1-01.png', 'patients')" | |
− | + | onmouseout="loadImage('//2016.igem.org/wiki/images/3/30/T--Slovenia--LoadStar-v5-01.png', 'patients')" onClick = "setTekst('patients');"> | |
− | + | <area id="scientists" shape="poly" coords="" alt="scientists" | |
− | + | onmouseover="loadImage('//2016.igem.org/wiki/images/1/14/T--Slovenia--LoadStar-v5-2-01.png', 'scientists')" | |
− | + | onmouseout="loadImage('//2016.igem.org/wiki/images/3/30/T--Slovenia--LoadStar-v5-01.png', 'scientists')" onClick = "setTekst('scientists');"> | |
− | + | <area id="iGEMers" shape="poly" coords="" alt="iGEMers" | |
− | + | onmouseover="loadImage('//2016.igem.org/wiki/images/b/b7/T--Slovenia--LoadStar-v5-3-01.png', 'iGEMers')" | |
− | + | onmouseout="loadImage('//2016.igem.org/wiki/images/3/30/T--Slovenia--LoadStar-v5-01.png', 'iGEMers')" onClick = "setTekst('iGEMers');"> | |
− | + | <area id="researches" shape="poly" coords="" alt="researches" | |
− | + | onmouseover="loadImage('//2016.igem.org/wiki/images/e/e7/T--Slovenia--LoadStar-v5-4-01.png', 'researches')" | |
− | + | onmouseout="loadImage('//2016.igem.org/wiki/images/3/30/T--Slovenia--LoadStar-v5-01.png', 'researches')" onClick = "setTekst('researches');"> | |
− | + | <area id="doctors" shape="poly" coords="" alt="doctors" | |
− | + | onmouseover="loadImage('//2016.igem.org/wiki/images/2/2d/T--Slovenia--LoadStar-v5-5-01.png', 'doctors')" | |
− | + | onmouseout="loadImage('//2016.igem.org/wiki/images/3/30/T--Slovenia--LoadStar-v5-01.png', 'doctors')" onClick = "setTekst('doctors');"> | |
− | + | </map> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | </div> | |
− | + | <div class = "ui segment"> | |
− | + | <div id = "tekst" data = "empty"><h3 id="THEstar">For content click on THE star</h3></div> | |
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | + | <p style = "clear:both;"><br />Consequently, if ever lost, teams should just find the shining star and orient in respect to it. By thorough discussions and careful implementation of ideas | |
− | < | + | provided by all the participants involved in dialogue, iGEM team should be able to present at the Giant Jamboree the most of the project –completely analyzed project |
− | <p style=" | + | in real life. It’s not only the idea that influences the minds and thinking of individuals involved, but the relationship is reciprocal. The people involved have a great |
− | </p> | + | deal of influence over the idea itself as well. The concept will be explained on our example. While we are competing in the foundational advance track we have considered |
− | </ | + | many possible medical applications of our project, particularly diabetes, Parkinson’s disease and hemorrhagic diseases, since medicine is the field of study of several |
− | </ | + | students and other students and mentors have a soft spot for this direction. .</p> |
+ | |||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
− | |||
− | |||
</div> | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<div> | <div> | ||
<a href="//igem.org/Main_Page"> | <a href="//igem.org/Main_Page"> | ||
<img border="0" alt="iGEM" src="//2016.igem.org/wiki/images/8/84/T--Slovenia--logo_250x250.png" width="5%" style = "position: fixed; bottom:0%; right:1%;"> | <img border="0" alt="iGEM" src="//2016.igem.org/wiki/images/8/84/T--Slovenia--logo_250x250.png" width="5%" style = "position: fixed; bottom:0%; right:1%;"> | ||
</a> | </a> | ||
− | </div> | + | </div> |
</body> | </body> | ||
</html> | </html> |
Revision as of 21:07, 18 October 2016
Integrated Practices
Various extraordinary synthetic biology projects can be depicted as boats and ships, seeking the safety of a harbor in the wide ocean, their main purpose finding the final destination.
No matter how different or fascinating the boat is, its main purpose is to safely arrive to the harbor. Before there were modern GPS systems, sailors had to rely on using natural events and signs. One of the main was the lodestar, the most shining star, which is always a good orientation point.
Similarly, many research projects can struggle no matter how fascinating they are. They might lose the feeling of reality and just travel for the sake of travel.
In order to give the right coordinates, which showed to be of high importance in our case, we developed a new symbol for future iGEM teams who might apply their projects to the medical field – community oriented lodestar. No matter if the team is competing in the foundational advance or medical application section, maximization of benefit to society should be the number one priority.
For content click on THE star
Consequently, if ever lost, teams should just find the shining star and orient in respect to it. By thorough discussions and careful implementation of ideas
provided by all the participants involved in dialogue, iGEM team should be able to present at the Giant Jamboree the most of the project –completely analyzed project
in real life. It’s not only the idea that influences the minds and thinking of individuals involved, but the relationship is reciprocal. The people involved have a great
deal of influence over the idea itself as well. The concept will be explained on our example. While we are competing in the foundational advance track we have considered
many possible medical applications of our project, particularly diabetes, Parkinson’s disease and hemorrhagic diseases, since medicine is the field of study of several
students and other students and mentors have a soft spot for this direction. .