Difference between revisions of "Team:Virginia/Public engagement"

Line 1: Line 1:
<html><head>
+
<html><head></head><body>
    <meta charset="utf-8"/>
+
    <meta content="width=device-width" name="viewport"/>
+
    <title>Manifold</title>
+
    <link href="images/thickIconBlack.svg" rel="icon" type="image/svg"/>
+
 
+
    <!-- Font Declarations -->
+
    <link href="Fonts/Montserrat-Black.ttf" rel="stylesheet"/>
+
    <link href="Fonts/THICCCBOI.woff2" rel="stylesheet"/>
+
    <link href="Fonts/THICCCBOI-Bold.woff2" rel="stylesheet"/>
+
    <link href="Fonts/THICCCBOI-Thin.woff2" rel="stylesheet"/>
+
    <link href="THICCCBOI-SemiBold.woff2" rel="stylesheet"/>
+
 
+
    <!-- Style Sheets -->
+
    <link href="https://2020.igem.org/Template:Virginia/styles/igem-resetCSS?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css"/>
+
    <link href="https://2020.igem.org/Template:Virginia/styles/headerCSS?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css"/>
+
    <link href="https://2020.igem.org/Template:Virginia/styles/footerCSS?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css"/>
+
    <link href="https://2020.igem.org/Template:Virginia/styles/mainCSS?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css"/>
+
    <link href="https://2020.igem.org/Template:Virginia/styles/genpageCSS?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css"/>
+
    <link href="https://2020.igem.org/Template:Virginia/styles/hoverCSS?action=raw&amp;ctype=text/css" media="all" rel="stylesheet"/>
+
 
+
    <!-- Scripts -->
+
    <!-- This must be the first script referenced in the head -->
+
    <script src="https://2020.igem.org/Template:Virginia/scripts/mainJS?action=raw&amp;ctype=text/javascript" type="text/javascript"></script>
+
    <script src="https://2020.igem.org/Template:Virginia/scripts/genpageJS?action=raw&amp;ctype=text/javascript" type="text/javascript"></script>
+
    <!---------------------------------------------------------->
+
 
+
  </head>
+
  <body>
+
    <!--headerstart-->
+
    <div class="topnavholder">
+
      <img class="menuimg hvr-grow-rotate" src="https://static.igem.org/mediawiki/2020/b/b9/T--Virginia--images--thickIcon.svg"/>
+
      <div class="menuholder1">
+
      <div class="menulogo">MANIFOLD</div>
+
        <div class="topnav">
+
          <div class="dropdown">
+
            <a class="active mainitem" href="#home">HOME</a>
+
            <div class="dropdown-content">
+
              <a class="hvr-sweep-to-right" href="index.html#">Main</a>
+
              <a class="hvr-sweep-to-right" href="index.html#abstract">Abstract</a>
+
              <a class="hvr-sweep-to-right" href="index.html#problem">Problem</a>
+
              <a class="hvr-sweep-to-right" href="index.html#solution">Solution</a>
+
            </div>
+
          </div>
+
          <div class="dropdown">
+
            <a class="mainitem" href="#project">PROJECT</a>
+
            <div class="dropdown-content">
+
              <a class="hvr-sweep-to-right" href="#">Inspiration</a>
+
              <a class="hvr-sweep-to-right" href="#">Description</a>
+
              <a class="hvr-sweep-to-right" href="#">Design</a>
+
              <a class="hvr-sweep-to-right" href="#">Experiments</a>
+
              <a class="hvr-sweep-to-right" href="#">Results</a>
+
              <a class="hvr-sweep-to-right" href="#">Modeling</a>
+
              <a class="hvr-sweep-to-right" href="#">Device</a>
+
              <a class="hvr-sweep-to-right" href="#">Notebook</a>
+
              <a class="hvr-sweep-to-right" href="#">Safety</a>
+
            </div>
+
          </div>
+
          <div class="dropdown">
+
            <a class="mainitem" href="#parts">PARTS</a>
+
            <div class="dropdown-content">
+
              <a class="hvr-sweep-to-right" href="#">New Parts</a>
+
              <a class="hvr-sweep-to-right" href="#">Utilized Parts</a>
+
            </div>
+
          </div>
+
          <div class="dropdown">
+
            <a class="mainitem" href="#outreach">OUTREACH</a>
+
            <div class="dropdown-content">
+
              <a class="hvr-sweep-to-right" href="#">Human Practices</a>
+
              <a class="hvr-sweep-to-right" href="#">Public Engagement</a>
+
              <a class="hvr-sweep-to-right" href="#">Collaborations</a>
+
              <a class="hvr-sweep-to-right" href="#">Meet Ups</a>
+
            </div>
+
          </div>
+
          <div class="dropdown">
+
            <a class="mainitem" href="#team">TEAM</a>
+
            <div class="dropdown-content">
+
              <a class="hvr-sweep-to-right" href="https://2020.igem.org/Team:Virginia/Members">Members</a>
+
              <a class="hvr-sweep-to-right" href="#">Attributions</a>
+
              <a class="hvr-sweep-to-right" href="#">Gallery</a>
+
            </div>
+
          </div>
+
          <div class="dropdown">
+
            <a class="mainitem" href="#awards">AWARDS</a>
+
            <div class="dropdown-content">
+
              <a class="hvr-sweep-to-right" href="#">Awards</a>
+
              <a class="hvr-sweep-to-right" href="#">Medals</a>
+
            </div>
+
          </div>
+
          <div class="dropdown">
+
            <a class="mainitem" href="#about">RESOURCES</a>
+
            <div class="dropdown-content">
+
              <a class="hvr-sweep-to-right" href="#">Papers</a>
+
              <a class="hvr-sweep-to-right" href="#">Nucleic Acids</a>
+
              <a class="hvr-sweep-to-right" href="#">Protocols</a>
+
              <a class="hvr-sweep-to-right" href="#">Software</a>
+
            </div>
+
          </div>
+
        </div>
+
      </div>
+
      <div class="progress-container">
+
        <div class="progress-bar" id="myBar"></div>
+
      </div>
+
    </div>
+
    <div class="headerspacer"></div>
+
    <!--headerstop-->
+
 
+
    <!-- Start writing body here (don't delete mainContainer )-->
+
    <div class="mainContainer">
+
      <div class="TOCholder">
+
        <div class="TOC">
+
          <div class="TOCHeader">
+
            Index:
+
          </div>
+
        </div>
+
      </div>
+
      <div class="contentHolder">
+
          <div class="genTitle">
+
            <div>Public Engagement</div>
+
          </div>
+
          <div class="sectionTitle" id="Section 1">Mick and Mates Podcast</div>
+
          <div class="bar"></div>
+
          <div class="section">
+
            <div class="paragraph">
+
                In an effort to broaden the horizons of the general public in regards to Synthetic Biology, team member Eddie Micklovic began a podcast, meant to elaborate on the work being done in the synthetic biology field, the opposing viewpoints that arise from that work, and how we all can stay informed. In the inaugural episode of the podcast, Eddie interviews Hank Greely, professor of law and director of  the Stanford Center for Law and the Biosciences, breaking down some of the legal and political ramifications that Synthetic Biology has posed. In his second episode, Eddie talks to UVA student Jacob Anish to discuss and explain Synthetic Biology from a surface-level perspective. These episodes are informative and enjoyable, and helped us to develop how we speak about the field itself. We hope you enjoy them as well.
+
 
+
                **** find out how to add these youtube links***
+
 
+
                https://youtu.be/11FMLxPIu2s.  --------
+
 
+
https://youtu.be/kS7IT3Czoho
+
 
+
            </div>
+
          </div>
+
          <div class="sectionTitle" id="Section 2">Code of Ethical Conduct</div>
+
          <div class="bar"></div>
+
          <div class="section">
+
            <div class="paragraph">
+
              Over the course of the summer, our team turned our focus internally in order to grapple with the current state of our country and the obligation and responsibility we have as scientists. As it turns out, our team has tons of diverse perspectives, and many of the routes we considered for HP research arose from these differing opinions.
+
            </div>
+
            <div class="paragraph">
+
              Large scale BLM protests in late May initially inspired internal discussions about the role of scientists in social movements. We established formal, seminar-style discussions about how we as a team could respond and help to be part of the solution, and out of these discussions came an obvious need for a set of agreed team values. As a result, we sought to solidify our understanding through the writing of our own Code of Ethical Conduct. This document is a collection of our team’s stances and represents our dedication to standing by these principles. In this document, we outline our statement of values, specific laws, Diversity &amp; Inclusion Rules, Safety and Security, and Implementation. We created this as a code applicable to all iGem teams, taking into account differing global perspectives and ideals in the everchanging bioethical landscape. We’ve checked this document through UVA faculty, including bioethicists and biology professors, and after a final review of our team members, it was ratified. Now we present it to all future iGEM teams to edit, debate, and implement as well. We hope you can take the framework this document provides and determine your own team values, all in the pursuit of being better, more conscious, scientists.
+
              </div>
+
            <div class="figureHolder">
+
              <img src="https://static.igem.org/mediawiki/2019/3/31/T--NCKU_Tainan--CBMB-Amplification.png"/>
+
              <div>
+
              <b>Fig 1.</b> Figure taken from iGEM Tainan 2019 for demo purposes. Notice how the figure is much longer than it is wide, and two images are coupled together to achive this. Try to do that as well so it looks good.
+
              </div>
+
            </div>
+
            <div class="paragraph">
+
              Additionally, protein linkers are usually present between this nucleic acid binding domain and the enzyme structure to prevent inhibition of enzyme activity. However the exact linker(s) used,  if any, is(are) also dependent on the specific use case of the invention. These pathway enzymes are attached to the nucleic acid scaffolds via their nucleic acid binding domains. The nucleic acid recognition sequences (22) are unique or semi-unique sequences of nucleic acid monomers on the nucleic acid scaffolds to which the utilized nucleic acid binding domains have some degree of molecular complementarity. These nucleic recognition sequences comprise most of the scaffold and mark the locations to which the DNA binding domains of the pathway enzymes attach to the scaffolds. The nucleic acid spacers (32) are relatively short sequences of nucleic acid monomers that are also present on the nucleic acid scaffolds, between the recognition sequences. The linkage between the nucleic acid scaffolds (18) and protein shell (10) provides a means by which the nucleic acid scaffolds are bound to the protein shell through direct or multi-molecule complementarity. This linkage is found between the nucleic acid scaffolds and the protein shell. One example is through the addition of a nucleic acid binding domain (24) to one or more of the shell proteins forming a nucleic acid binding domain, shell protein fusion (14). Like the pathway enzymes, this nucleic acid binding-domain can be either internal to the shell protein structure or at its N or C terminus, where the exact placement depends on the shell protein being utilized. Alternatively, one or more intermediate proteins can be used to adhere the nucleic acid scaffolds to the shell, where the region of the protein interacting with the shell binds the shell via protein-protein complementarity (28) with a given shell protein, and the region of the protein interacting with the nucleic acid scaffold binds another recognition sequence on the nucleic acid scaffold through another nucleic acid binding domain (30). This forms a shell protein binding, nucleic acid domain fusion (26).<br/><br/><br/>
+
            </div>
+
          </div>
+
      </div>
+
    </div>
+
    <!-- Stop writing body here -->
+
   
+
    <!--footerstart-->
+
    <div class="footerholder">
+
      <div class="bottomlogoholder">
+
        <div class="logoring" id="logoring" onclick="window.scrollTo({ top: 0, behavior: 'smooth' })">
+
          <img id="animationImg" src="https://static.igem.org/mediawiki/2020/d/d8/T--Virginia--logo-up-frames--21.svg"/>
+
        </div>
+
      </div>
+
      <div class="footer">
+
        <div class="sponsorflex">
+
          <div class="sponsoritem hexagon"><img src="https://static.igem.org/mediawiki/2020/d/d4/T--Virginia--sponsors--UVA.png"/></div>
+
          <div class="sponsoritem hexagon"><img src="https://static.igem.org/mediawiki/2020/c/c1/T--Virginia--sponsors--IDT.png"/></div>
+
          <div class="sponsoritem hexagon"><img src="https://static.igem.org/mediawiki/2020/c/c1/T--Virginia--sponsors--IDT.png"/></div>
+
          <div class="sponsoritem hexagon"><img src="https://static.igem.org/mediawiki/2020/c/c1/T--Virginia--sponsors--IDT.png"/></div>
+
          <div class="sponsoritem hexagon"><img src="https://static.igem.org/mediawiki/2020/c/c1/T--Virginia--sponsors--IDT.png"/></div>
+
          <div class="sponsoritem hexagon"><img src="https://static.igem.org/mediawiki/2020/c/c1/T--Virginia--sponsors--IDT.png"/></div>
+
          <div class="sponsoritem hexagon"><img src="https://static.igem.org/mediawiki/2020/c/c1/T--Virginia--sponsors--IDT.png"/></div>
+
          <div class="sponsoritem hexagon"><img src="https://static.igem.org/mediawiki/2020/c/c1/T--Virginia--sponsors--IDT.png"/></div>
+
          <div class="sponsoritem hexagon"><img src="https://static.igem.org/mediawiki/2020/c/c1/T--Virginia--sponsors--IDT.png"/></div>
+
          <div class="sponsoritem hexagon"><img src="https://static.igem.org/mediawiki/2020/c/c1/T--Virginia--sponsors--IDT.png"/></div>
+
          <div class="sponsoritem hexagon"><img src="https://static.igem.org/mediawiki/2020/d/dc/T--Virginia--sponsors--GenScript.png"/></div>
+
        </div>
+
        <div class="socialholder">
+
          <div class="menulogo">MANIFOLD</div>
+
          <div class="followus">FOLLOW US:</div>
+
          <div class="sociallink"><div style="color:#7496D2;margin-right: 1em;">FACEBOOK:</div>@VIRGINIAiGEM2020</div>
+
          <div class="sociallink"><div style="color:#FF99FF;margin-right: 1em;">INSTAGRAM: </div>@iGEM.AT.UVA</div>
+
          <div class="sociallink"><div style="color:#A3E7FF;margin-right: 1em;">TWITTER: </div>@VIRGINIAiGEM2020</div>
+
        </div>
+
    </div>
+
    </div>
+
    <!-- pre-load all images used in the animation to fix lag on the first run -->
+
    <div style="display: none;">
+
      <img src="https://static.igem.org/mediawiki/2020/1/17/T--Virginia--logo-up-frames--2.svg"/>
+
      <img src="https://static.igem.org/mediawiki/2020/9/95/T--Virginia--logo-up-frames--3.svg"/>
+
      <img src="https://static.igem.org/mediawiki/2020/3/35/T--Virginia--logo-up-frames--4.svg"/>
+
      <img src="https://static.igem.org/mediawiki/2020/b/bc/T--Virginia--logo-up-frames--5.svg"/>
+
      <img src="https://static.igem.org/mediawiki/2020/9/9b/T--Virginia--logo-up-frames--6.svg"/>
+
      <img src="https://static.igem.org/mediawiki/2020/6/65/T--Virginia--logo-up-frames--7.svg"/>
+
      <img src="https://static.igem.org/mediawiki/2020/a/ab/T--Virginia--logo-up-frames--8.svg"/>
+
      <img src="https://static.igem.org/mediawiki/2020/b/b4/T--Virginia--logo-up-frames--9.svg"/>
+
      <img src="https://static.igem.org/mediawiki/2020/f/f4/T--Virginia--logo-up-frames--10.svg"/>
+
      <img src="https://static.igem.org/mediawiki/2020/0/0e/T--Virginia--logo-up-frames--11.svg"/>
+
      <img src="https://static.igem.org/mediawiki/2020/e/e0/T--Virginia--logo-up-frames--12.svg"/>
+
      <img src="https://static.igem.org/mediawiki/2020/4/45/T--Virginia--logo-up-frames--13.svg"/>
+
      <img src="https://static.igem.org/mediawiki/2020/f/fd/T--Virginia--logo-up-frames--14.svg"/>
+
      <img src="https://static.igem.org/mediawiki/2020/2/2e/T--Virginia--logo-up-frames--15.svg"/>
+
      <img src="https://static.igem.org/mediawiki/2020/8/8b/T--Virginia--logo-up-frames--16.svg"/>
+
      <img src="https://static.igem.org/mediawiki/2020/7/7c/T--Virginia--logo-up-frames--17.svg"/>
+
      <img src="https://static.igem.org/mediawiki/2020/2/27/T--Virginia--logo-up-frames--18.svg"/>
+
      <img src="https://static.igem.org/mediawiki/2020/e/e2/T--Virginia--logo-up-frames--19.svg"/>
+
      <img src="https://static.igem.org/mediawiki/2020/0/04/T--Virginia--logo-up-frames--20.svg"/>
+
      <img src="https://static.igem.org/mediawiki/2020/d/d8/T--Virginia--logo-up-frames--21.svg"/>
+
      <img src="https://static.igem.org/mediawiki/2020/e/e6/T--Virginia--logo-up-frames--22.svg"/>
+
    </div>
+
    <!--footerstop-->
+
 
+
 
+
 
    
 
    
 
     <meta charset="utf-8"/>
 
     <meta charset="utf-8"/>

Revision as of 06:45, 21 October 2020

Manifold

Index:
Public Engagement
Mick and Mates Podcast
In an effort to broaden the horizons of the general public in regards to Synthetic Biology, team member Eddie Micklovic began a podcast, meant to elaborate on the work being done in the synthetic biology field, the opposing viewpoints that arise from that work, and how we all can stay informed. In the inaugural episode of the podcast, Eddie interviews Hank Greely, professor of law and director of the Stanford Center for Law and the Biosciences, breaking down some of the legal and political ramifications that Synthetic Biology has posed. In his second episode, Eddie talks to UVA student Jacob Anish to discuss and explain Synthetic Biology from a surface-level perspective. These episodes are informative and enjoyable, and helped us to develop how we speak about the field itself. We hope you enjoy them as well. **** find out how to add these youtube links*** https://youtu.be/11FMLxPIu2s. -------- https://youtu.be/kS7IT3Czoho
Code of Ethical Conduct
Over the course of the summer, our team turned our focus internally in order to grapple with the current state of our country and the obligation and responsibility we have as scientists. As it turns out, our team has tons of diverse perspectives, and many of the routes we considered for HP research arose from these differing opinions.
Large scale BLM protests in late May initially inspired internal discussions about the role of scientists in social movements. We established formal, seminar-style discussions about how we as a team could respond and help to be part of the solution, and out of these discussions came an obvious need for a set of agreed team values. As a result, we sought to solidify our understanding through the writing of our own Code of Ethical Conduct. This document is a collection of our team’s stances and represents our dedication to standing by these principles. In this document, we outline our statement of values, specific laws, Diversity & Inclusion Rules, Safety and Security, and Implementation. We created this as a code applicable to all iGem teams, taking into account differing global perspectives and ideals in the everchanging bioethical landscape. We’ve checked this document through UVA faculty, including bioethicists and biology professors, and after a final review of our team members, it was ratified. Now we present it to all future iGEM teams to edit, debate, and implement as well. We hope you can take the framework this document provides and determine your own team values, all in the pursuit of being better, more conscious, scientists.
Fig 1. Figure taken from iGEM Tainan 2019 for demo purposes. Notice how the figure is much longer than it is wide, and two images are coupled together to achive this. Try to do that as well so it looks good.
Additionally, protein linkers are usually present between this nucleic acid binding domain and the enzyme structure to prevent inhibition of enzyme activity. However the exact linker(s) used, if any, is(are) also dependent on the specific use case of the invention. These pathway enzymes are attached to the nucleic acid scaffolds via their nucleic acid binding domains. The nucleic acid recognition sequences (22) are unique or semi-unique sequences of nucleic acid monomers on the nucleic acid scaffolds to which the utilized nucleic acid binding domains have some degree of molecular complementarity. These nucleic recognition sequences comprise most of the scaffold and mark the locations to which the DNA binding domains of the pathway enzymes attach to the scaffolds. The nucleic acid spacers (32) are relatively short sequences of nucleic acid monomers that are also present on the nucleic acid scaffolds, between the recognition sequences. The linkage between the nucleic acid scaffolds (18) and protein shell (10) provides a means by which the nucleic acid scaffolds are bound to the protein shell through direct or multi-molecule complementarity. This linkage is found between the nucleic acid scaffolds and the protein shell. One example is through the addition of a nucleic acid binding domain (24) to one or more of the shell proteins forming a nucleic acid binding domain, shell protein fusion (14). Like the pathway enzymes, this nucleic acid binding-domain can be either internal to the shell protein structure or at its N or C terminus, where the exact placement depends on the shell protein being utilized. Alternatively, one or more intermediate proteins can be used to adhere the nucleic acid scaffolds to the shell, where the region of the protein interacting with the shell binds the shell via protein-protein complementarity (28) with a given shell protein, and the region of the protein interacting with the nucleic acid scaffold binds another recognition sequence on the nucleic acid scaffold through another nucleic acid binding domain (30). This forms a shell protein binding, nucleic acid domain fusion (26).