Difference between revisions of "Team:UI-Indonesia/Integrated Practices"

Line 1: Line 1:
{{UI-Indonesia}}
+
{{:Template:UI-Indonesia/wiki_reset}}
 +
{{:Template:UI-Indonesia/css/wiki_default_settings}}
 +
{{:Template:UI-Indonesia/css/menu_bar}}
 +
 
 +
<!DOCTYPE html>
 
<html>
 
<html>
 +
<head>
 +
    <title>Home - Hi,Vax! UI iGEM Team 2016</title>
 +
</head>
 +
<body>
 +
    <meta charset="UTF-8">
 +
    <meta content="width=device-width, initial-scale=1.0" name="viewport">
 +
    <meta content="Hi,Vax! Wiki - UI iGEM Team 2016 Project" name="description">
 +
    <meta content="Arief Purnama Muharram (UI iGEM Team 2016 - Faculty of Medicine Universitas Indonesia)" name="author">
 +
    <link href="https://2016.igem.org/Template:UI-Indonesia/prototype01/style_css?action=raw&ctype=text/css" rel="stylesheet" type="text/css">
 +
    <link href="https://2016.igem.org/Template:UI-Indonesia/prototype01/bootstrap_min_css?action=raw&ctype=text/css" rel="stylesheet" type="text/css">
 +
    <!-- the wiki settings in the section immediately below are from UC San Diego 2015 -->
 +
    <style type="text/css">
 +
        /* WIKI SETTINGS*/
 +
       
 +
        /* Hide first heading */
 +
            .firstHeading {
 +
                display: none;
 +
            }
  
  
 +
        /*-- Remove borders, float content left and remove padding/margin */
 +
            #globalWrapper, #content{
 +
                background-color: transparent;
 +
                border: none;
 +
                float: center;
 +
                                width: 101%;
 +
                margin-left: -3px;
 +
                margin-top: -35px;
 +
                padding: auto;
 +
            }
  
<p>Do you want to be considered for the <a href="https://2016.igem.org/Judging/Awards#SpecialPrizes">Best Integrated Human Practices award</a>? Help the judges consider your team for this award by describing your work on this page.</p>
+
        /*left align Black Menu Bar */
 +
            #top_menu_inside {
 +
                margin-left: 0px;
 +
            }
 +
    .centerImage
 +
    {
 +
    text-align:center;
 +
    display:block;
 +
    }
 +
    .wraptocenter {
 +
    display: table-cell;
 +
    text-align: center;
 +
    vertical-align: middle;
 +
    width: 200px;
 +
    height: 200px;
 +
    background-color: #999;
 +
    }
 +
    .wraptocenter * {
 +
    vertical-align: middle;
 +
    }
  
 +
    <!-- TAB STYLE -->
  
<p>Here are two examples of excellent Integrated Human Practices work from 2015:</p>
+
    ul.tab {
<ul>
+
    list-style-type: none;
<li><a href="https://2015.igem.org/Team:Bielefeld-CeBiTec/Practices">Bielefeld 2015</a></li>
+
    margin: 0;
<li><a href="https://2015.igem.org/Team:Edinburgh/Practices">Edinburgh 2015</a></li>
+
    padding: 0;
</ul>
+
    overflow: hidden;
 +
    border: 1px solid #ccc;
 +
    background-color: #f1f1f1;
 +
    }
  
</div>
+
    /* Float the list items side by side */
 +
    ul.tab li {float: left;}
  
 +
    /* Style the links inside the list items */
 +
    ul.tab li a {
 +
    display: inline-block;
 +
    color: black;
 +
    text-align: center;
 +
    padding: 14px 16px;
 +
    text-decoration: none;
 +
    transition: 0.3s;
 +
    font-size: 17px;
 +
    }
  
 +
    /* Change background color of links on hover */
 +
    ul.tab li a:hover {
 +
    background-color: #ddd;
 +
    }
  
 +
    /* Create an active/current tablink class */
 +
    ul.tab li a:focus, .active {
 +
    background-color: #ccc;
 +
    }
  
 +
    /* Style the tab content */
 +
    .tabcontent {
 +
    display: none;
 +
    padding: 6px 12px;
 +
    -webkit-animation: fadeEffect 1s;
 +
    animation: fadeEffect 1s;
 +
    }
  
 +
    @-webkit-keyframes fadeEffect {
 +
    from {opacity: 0;}
 +
    to {opacity: 1;}
 +
    }
  
 +
    @keyframes fadeEffect {
 +
    from {opacity: 0;}
 +
    to {opacity: 1;}
 +
    }
 +
 +
    <!-- TAB STYLE -->
 +
    </style><!-- header section -->
 +
    <header>
 +
        <div id="nav-box">
 +
            <div id="cssmenu">
 +
                <ul>
 +
                    <li class='active'>
 +
                        <a href='#top'>Home</a>
 +
                    </li>
 +
                    <li>
 +
                        <a href="#our-project">Our Project</a>
 +
                    </li>
 +
                    <li>
 +
                        <a href='https://2016.igem.org/team:UI-Indonesia/Parts'>Parts</a>
 +
                    </li>
 +
                    <li>
 +
                        <a href='#modelling'>Modelling</a>
 +
                    </li>
 +
                    <li class='has-sub'>
 +
                        <a href='#human-practice'>Human Practice</a>
 +
                        <ul>
 +
                            <li>
 +
                                <a href="https://2016.igem.org/Team:UI-Indonesia/HP/Silver">Resume</a>
 +
                            </li>
 +
                            <li>
 +
                                <a href="https://2016.igem.org/Team:UI-Indonesia/HP/Gold">Hand Book</a>
 +
                            </li>
 +
                            <li>
 +
                                <a href="https://2016.igem.org/Team:UI-Indonesia/Integrated_Practice">Integrated Human Practice</a>
 +
                            </li>
 +
                            <li>
 +
                                <a href="https://2016.igem.org/Team:UI-Indonesia/Engagement">Education and Public Engagement</a>
 +
                            </li>
 +
                        </ul>
 +
                    </li>
 +
                    <li>
 +
                        <a href='#medal-criteria'>Medal Criteria</a>
 +
                    </li>
 +
                    <li>
 +
                        <a href='#team'>Team</a>
 +
                    </li>
 +
                    <li>
 +
                        <a href='#result'>Result</a>
 +
                    </li>
 +
                    <li class='has-sub'>
 +
                        <a href='#references'>References</a>
 +
                        <ul>
 +
                            <li>
 +
                                <a href="#">Notebook</a>
 +
                            </li>
 +
                            <li>
 +
                                <a href="#">Safety</a>
 +
                            </li>
 +
                            <li>
 +
                                <a href='https://2016.igem.org/team:UI-Indonesia/Attributions'>Attributions</a>
 +
                            </li>
 +
                            <li>
 +
                                <a href="#">Photo Collection</a>
 +
                            </li>
 +
                        </ul>
 +
                    </li>
 +
                </ul>
 +
            </div>
 +
        </div>
 +
    </header>
 +
    <section class="contents" id="">
 +
        <div class="container">
 +
            <div class="row">
 +
                <!-- SPACE KOSONG -->
 +
    <h2>Integrated Human Practice</h2>
 +
    <p>As we do some research on our people’s background, we finally arrived to conclusion that the best way to approach Indonesian people is by categorizing them. That is because we are so plural and divided by different level of education. With each category, we define different methods to spread the knowledge about synthetic biology and HIV/AIDS related studies.</p>
 +
 +
<h3>ACADEMICS & COLLEGIATE </h3>
 +
<p>We are safe to say that academics and collegiate are well-educated people. Therefore, for this group we don’t need much effort to explain about the issue we are highlighting since they have already been exposed to information regarding to HIV/AIDS and synthetic biology. But, since we want to expand our target audience, we tried to formulate a youth-friendly event that could spark interest among students from various major. Therefore, we held Synbio Day 2016 which located in Universitas Indonesia. We also organized a school visit for junior highschoolers grade 8 and 9 at SMPN 184 Pekayon, East Jakarta. The materials we brought were about general synthetic biology and also education about HIV/AIDS as part of our core issue. The reasons why we need to reach this group of people are; (1) the junior highschoolers in Indonesia are first to experience science in more diverse subjects i.e. biology and physics, in other words they experience learning biology for the first time, thus we see this as the advantage to spark their interest in synthetic biology and introduce that there is more to learn in the realm of biology, (2) academics and collegiate are group that come from various majors and fields of study with certain level of knowledge, by knowing their perspective and feedback it would not only diversify our conclusion but also deepen it.</p>
 +
 +
<h3>CIVIL SOCIETY </h3>
 +
<p>Indonesia known as a country with a vast background ; tribes, beliefs and social values. This is the reason why our civil society has a different level of understanding the actual issue, in this case is health issue regarding to HIV/AIDS; what is it about, concern and how to overcome the disease. We tried to spark the civil society’s interest in HIV/AIDS by attending National Education Fair and making Synbio ID. National Education Fair was organized by our Ministry of Education that took place in FX Mall, Sudirman, Central Jakarta in last May. Our team introduced UI iGEM Team and this year’s project through gallery walk. The visitors came from many layers of society including student, research interest from I3L (International Indonesia Institute for Life Sciences), social activity interest and many more. Another effort we have done to reach civil society is through Synbio ID, a website we made for providing online ‘one-stop’ educational access to learn synthetic biology. There, netizen could find articles, trivia, updates and dictionary regarding to synthetic biology.</p>
 +
<h3>HIGH RISK POPULATION </h3>
 +
<p>East Jakarta is one of region in Indonesia with high prevalence of AIDS, exactly at Pekayon district in suburban area of Jakarta. We visited several small groups in October 2016 to see the real condition of society and their response towards people with AIDS and also perception to the treatment itself. We educated the society through focus group discussion and met some peer health conselor on that district. Unexpectedly, the society has a good interest in HIV/AIDS and even invited us to come again for conducting more discussion some other day.</p>
 +
 +
<img src=""
 +
 +
 +
    <!-- SPACE KOSONG -->
 +
       
 +
    </section><!-- footer starts here -->
 +
    <!-- script tags
 +
    ============================================================= -->
 +
    <script src="https://2016.igem.org/Template:UI-Indonesia/prototype01/smoothscroll_js?action=raw&ctype=text/javascript" type="text/javascript">
 +
    </script>
 +
    <script src="https://2016.igem.org/Template:UI-Indonesia/prototype01/bootstrap_min.js?action=raw&ctype=text/javascript" type="text/javascript">
 +
    </script>
 +
    <script src="https://2016.igem.org/Template:UI-Indonesia/prototype01/custom_js?action=raw&ctype=text/javascript" type="text/javascript">
 +
    </script>
 +
</body>
 
</html>
 
</html>
 +
 +
{{:Template:UI-Indonesia/css/wiki_footer}}

Revision as of 23:27, 19 October 2016

<!DOCTYPE html> Home - Hi,Vax! UI iGEM Team 2016

Integrated Human Practice

As we do some research on our people’s background, we finally arrived to conclusion that the best way to approach Indonesian people is by categorizing them. That is because we are so plural and divided by different level of education. With each category, we define different methods to spread the knowledge about synthetic biology and HIV/AIDS related studies.

ACADEMICS & COLLEGIATE

We are safe to say that academics and collegiate are well-educated people. Therefore, for this group we don’t need much effort to explain about the issue we are highlighting since they have already been exposed to information regarding to HIV/AIDS and synthetic biology. But, since we want to expand our target audience, we tried to formulate a youth-friendly event that could spark interest among students from various major. Therefore, we held Synbio Day 2016 which located in Universitas Indonesia. We also organized a school visit for junior highschoolers grade 8 and 9 at SMPN 184 Pekayon, East Jakarta. The materials we brought were about general synthetic biology and also education about HIV/AIDS as part of our core issue. The reasons why we need to reach this group of people are; (1) the junior highschoolers in Indonesia are first to experience science in more diverse subjects i.e. biology and physics, in other words they experience learning biology for the first time, thus we see this as the advantage to spark their interest in synthetic biology and introduce that there is more to learn in the realm of biology, (2) academics and collegiate are group that come from various majors and fields of study with certain level of knowledge, by knowing their perspective and feedback it would not only diversify our conclusion but also deepen it.

CIVIL SOCIETY

Indonesia known as a country with a vast background ; tribes, beliefs and social values. This is the reason why our civil society has a different level of understanding the actual issue, in this case is health issue regarding to HIV/AIDS; what is it about, concern and how to overcome the disease. We tried to spark the civil society’s interest in HIV/AIDS by attending National Education Fair and making Synbio ID. National Education Fair was organized by our Ministry of Education that took place in FX Mall, Sudirman, Central Jakarta in last May. Our team introduced UI iGEM Team and this year’s project through gallery walk. The visitors came from many layers of society including student, research interest from I3L (International Indonesia Institute for Life Sciences), social activity interest and many more. Another effort we have done to reach civil society is through Synbio ID, a website we made for providing online ‘one-stop’ educational access to learn synthetic biology. There, netizen could find articles, trivia, updates and dictionary regarding to synthetic biology.

HIGH RISK POPULATION

East Jakarta is one of region in Indonesia with high prevalence of AIDS, exactly at Pekayon district in suburban area of Jakarta. We visited several small groups in October 2016 to see the real condition of society and their response towards people with AIDS and also perception to the treatment itself. We educated the society through focus group discussion and met some peer health conselor on that district. Unexpectedly, the society has a good interest in HIV/AIDS and even invited us to come again for conducting more discussion some other day.