Difference between revisions of "Team:Greece/home"

 
(162 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
<head>
+
<head>
<link type='text/css' rel='stylesheet' href='navigation_bar.css' />
+
<script src="https://2015.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
</head>
+
<script>alert('Hover on the green one')</script>
<body>
+
</head>
        <script>
+
<body>
 +
 
 +
<object id='test_svg' data="https://static.igem.org/mediawiki/2017/5/5a/Greekom_test_svg.svg" type="image/svg+xml"></object>
 +
 
 +
<script>
 +
window.onload = function(){
 +
var graph = document.getElementById('test_svg').contentDocument;
 +
graph.getElementById('gene_xA0_Image_1_').addEventListener('mouseover',
 +
    function(){
 +
          graph.getElementById('rtTA_xA0_Image_1_').style.display = 'block';
 +
       
 +
    })
 +
graph.getElementById('gene_xA0_Image_1_').addEventListener('mouseleave',
 +
    function(){
 +
          graph.getElementById('rtTA_xA0_Image_1_').style.display = 'none';
 +
    })
 +
}
 +
</script>
 +
 
 +
<script>
 +
$.getJSON('https://2017.igem.org/Template:Greece/samples/data/json/map?callback=?', function (data) {
 +
  try{
 +
    alert(typeof(data));
 +
  }catch(e){
 +
      alert(e.message);
 +
  }
 +
})
 +
</script>
 +
 
 +
 
 +
\[E = \frac{{stress}}{{strain}} = \frac{{F{L_0}}}{{A({L_n} - {L_0})}}\]
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
$$\frac{dN}{dt}= rN \left(1 - \left(\frac{N}{N_{max}}\right)^m\right)\left(1 - \left(\frac{N_{min}}{N}\right)^n\right)$$
 +
 
 +
 
 +
$$x^2=2 \Rightarrow x=\pm2$$
 +
 
 +
<div style='border: 1px solid black'>
 +
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
 +
  <msup>
 +
    <mi>x</mi>
 +
    <mn>2</mn>
 +
  </msup>
 +
  <mo>=</mo>
 +
  <mn>2</mn>
 +
  <mo stretchy="false">&#x21D2;<!-- ⇒ --></mo>
 +
  <mi>x</mi>
 +
  <mo>=</mo>
 +
  <mo>&#x00B1;<!-- ± --></mo>
 +
  <mn>2</mn>
 +
</math>
 +
</div>
 +
 
 +
\[\mathop {\lim }\limits_{x \to \infty } x\]
 +
<div style='position:absolute; z-index:1000; background-color: #ffffff; margin:150px 0px 0px 300px; width:250px; height:250px; text-align: center;'>
 +
 
 +
<p><h1>Testing MathJax</h1></p>
 +
 
 +
<math style='position:absolute; z-index:99; border:none; font-size:25px;' display='block'>
 +
<mrow>
 +
  <mfrac>
 +
  <mrow>
 +
    <mo>&#x2212;</mo><mi>b</mi><mo>&#x00B1;</mo><msqrt>
 +
    <mrow>
 +
      <msup>
 +
      <mi>b</mi>
 +
      <mn>2</mn>
 +
      </msup>
 +
      <mo>&#x2212;</mo><mn>4</mn><mi>a</mi><mi>c</mi>
 +
    </mrow>
 +
    </msqrt>
 +
   
 +
  </mrow>
 +
  <mrow>
 +
    <mn>2</mn><mi>a</mi>
 +
  </mrow>
 +
  </mfrac>
 +
</mrow>
 +
</math>
 +
 
 +
<math style='position:absolute; z-index: 1000; font-size:20px; border:none; margin-top:20px;' display='block'>
 +
<mrow>
 +
  <mi>x</mi><mo>+</mo><mi>y</mi><mo>+</mo><mi>z</mi><mo>=</mo><mi>k</mi>
 +
</mrow>
 +
</math>
 +
 
 +
<math display='block'>
 +
<mrow>
 +
  <munder>
 +
  <mrow>
 +
    <mi>lim</mi>
 +
  </mrow>
 +
  <mrow>
 +
    <mi>x</mi><mo>&#x2192;</mo><mi>&#x221E;</mi>
 +
  </mrow>
 +
  </munder>
 +
  <msup>
 +
  <mi>x</mi>
 +
  <mn>2</mn>
 +
  </msup>
 +
 
 +
</mrow>
 +
</math>
 +
 
 +
 
 +
</div>
 +
 
 +
<style>
 +
#math_section{ font-size: 25px; }
 +
</style>
 +
<div style="border:2px solid #000000; width:500px; height:500px">
 +
</html>
 +
 
 +
{{Greece/notebok}}
 +
 
 +
<html>
 +
</div>
 +
<script>
 
//Changes shall apply under void()
 
//Changes shall apply under void()
 
// Upper black toolbar stays there id = 'top_menu_14'  -> Could be display:block
 
// Upper black toolbar stays there id = 'top_menu_14'  -> Could be display:block
Line 15: Line 144:
  
 
// Small icon in the top black toolbar id = 'bars_item' -> Apply display: none
 
// Small icon in the top black toolbar id = 'bars_item' -> Apply display: none
void(document.getElementById('sideMenu').style.display = 'none');
 
 
void(document.getElementById('bars_item').style.display = 'none');
 
void(document.getElementById('bars_item').style.display = 'none');
 
// Same application for it's side effect (display an ugly div by default)
 
// Same application for it's side effect (display an ugly div by default)
  
 +
void(document.getElementById('user_item').style.display = 'none');
 +
void(document.getElementById('sideMenu').style.display = 'none');
 +
var element = document.getElementById('home_logo');
 +
element.outerHTML = '';
 +
delete element;
 +
</script>
 +
</body>
  
        </script>
 
<div class='menu_wrap'>
 
<nav class='menu'>
 
<ul class='clearfix' id='list'>
 
<li><a target='_self' href='https://2017.igem.org/Team:Greece/home'><img class='logo' id='logo' src='https://scontent-frt3-2.xx.fbcdn.net/v/t1.0-9/19958885_1575130715842572_3023263663008633684_n.jpg?oh=13c4b45d9bf11af4fdcd2d267316f773&oe=59D52271' /></a></li>
 
<!--<li class='li_indiv'><a target='_self' href='https://2017.igem.org/Team:Greece/home'>HOME</a></li>-->
 
<div id='just_to_align'>
 
<li style='width:' class='li_indiv'><a target='_self' href='https://2017.igem.org/Team:Greece/our_project'>PROJECT</a></li>
 
<li style='width:' class='li_indiv'><a target='_self' href='https://2017.igem.org/Team:Greece/modeling'>MODELING</a></li>
 
<li style='width:' class='li_indiv'><a target='_self' href='https://2017.igem.org/Team:Greece/human_practices'>HUMAN PRACTICES</a></li>
 
<li style='width:' class='li_indiv'><a target='_self' href='https://2017.igem.org/Team:Greece/contribution'>CONTRIBUTION</a></li>
 
<li style='width:' class='li_indiv'><a target='_self' href='https://2017.igem.org/Team:Greece/our_team'>TEAM</a></li>
 
</div>
 
</ul>
 
</nav>
 
</div>
 
<style>
 
/************************************************************
 
THE NAVIGATION MENU
 
************************************************************/
 
body{ background: #ffffff }
 
a{
 
text-decoration:none;
 
color:#000000
 
}
 
 
.clearfix:after {
 
    display:block;
 
    clear:both;
 
}
 
.menu_wrap {
 
position:absolute;
 
text-align:center;
 
right:5px;
 
left:5px;
 
height:70px;
 
    box-shadow:0px 1px 3px rgba(0,0,0,0.2);
 
    background:#ffffff;
 
z-index:1000;
 
/*border:1px solid black;*/
 
}
 
.menu {
 
position:relative;
 
    width:100%;
 
    left:0%;
 
}
 
 
.menu li {
 
position:relative;
 
padding:0px;
 
    margin-right:0px;
 
    list-style:none;
 
height:35px;
 
/*border-right:1px solid #428bca;*/
 
display:inline-block;
 
}
 
 
.menu a{
 
    transition:all linear 0.25s;
 
    color:#868383;
 
font-size:15px;
 
font-family:Century Gothic;
 
font-size: 17px;
 
}
 
 
.menu li:hover > a{
 
    text-decoration:none;
 
    color:#000000;
 
}
 
.menu > ul > li {
 
    float:left;
 
margin-left:8px;
 
    display:inline-block;
 
    position:relative;
 
    font-size:18px;
 
line-height:30px;
 
}
 
 
.menu ul li a {
 
    padding:4px 25px;
 
    display:inline-block;
 
    text-shadow:0px 1px 0px rgba(0,0,0,0.3);
 
}
 
 
/* Logo */
 
 
.logo{
 
position:fixed;
 
margin:-27px 0px 0px -55px;
 
width:85px;
 
height:85px;
 
/*border:1px solid grey;*/
 
text-align:left;
 
box-shadow:0px 1px 3px rgba(0,0,0,0.2);
 
z-index:1000;
 
}
 
 
#just_to_align{
 
position:absolute;
 
right:10px;
 
width:100%;
 
margin:12px 10px 0px 0px;
 
/*border:1px solid black;*/
 
text-align:right;
 
}
 
 
.li_indiv{
 
position:relative;
 
text-align:center;
 
margin:0px 35px 0px 0px;
 
/*word-wrap: break-word;*/
 
/*border:1px solid black;*/
 
}
 
 
.li_indiv a{
 
position:relative;
 
top:5px;
 
}
 
 
/************************************************************
 
 
************************************************************/
 
</style>
 
</body>
 
 
</html>
 
</html>

Latest revision as of 01:00, 1 November 2017

\[E = \frac{{stress}}{{strain}} = \frac{{F{L_0}}}{{A({L_n} - {L_0})}}\] $$\frac{dN}{dt}= rN \left(1 - \left(\frac{N}{N_{max}}\right)^m\right)\left(1 - \left(\frac{N_{min}}{N}\right)^n\right)$$ $$x^2=2 \Rightarrow x=\pm2$$

x 2 = 2 x = ± 2
\[\mathop {\lim }\limits_{x \to \infty } x\]

Testing MathJax

b± b 2 4ac 2a x+y+z=k lim x x 2


    INTERACTIVITY CONTROLS
  • Move the graph by clicking and dragging in a blank area
  • Zoom in or out with your mouse wheel
  • Hover on the nodes to see the team's name
  • Click on the rectangular notes for more information on the collaboration project