IGEM:Kyoto/2010/home: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
Naoi Okada (talk | contribs)
No edit summary
Naoi Okada (talk | contribs)
No edit summary
Line 6: Line 6:


[[../contact|Contact]]
[[../contact|Contact]]
<html>
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 250,
  height: 300,
  theme: {
    shell: {
      background: '#333333',
      color: '#ffffff'
    },
    tweets: {
      background: '#000000',
      color: '#ffffff',
      links: '#4aed05'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('iGEMkyoto').start();
</script>
</html>
----
----

Revision as of 04:08, 7 October 2010

<html> <head> <style type="text/css"> </style> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

<script type="text/javascript"> </script> </head> </html>

IGEM Kyotoは合成生物学の国際大会[[../about|IGEM]]に参加する京都大学チームです。

メンバー募集

iGEM Kyotoでは新規メンバーを募集しています。回生、学部、国籍は問いません。実験はもちろんのこと、ウェブサイト作成・資金集め・シミュレーションなど活動内容は多岐にわたります。また、院生や教官の方もアドバイザーとして募集しています。アドバイザーの役割としては、学部生メンバーの実験面でのサポートや、テーマ決定・実験計画の作成の際の指導などがあります。是非iGEM Kyotoの一員になりませんか?

[[../contact|Contact]]

<html> <script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({

 version: 2,
 type: 'profile',
 rpp: 4,
 interval: 6000,
 width: 250,
 height: 300,
 theme: {
   shell: {
     background: '#333333',
     color: '#ffffff'
   },
   tweets: {
     background: '#000000',
     color: '#ffffff',
     links: '#4aed05'
   }
 },
 features: {
   scrollbar: false,
   loop: false,
   live: false,
   hashtags: true,
   timestamp: true,
   avatars: false,
   behavior: 'all'
 }

}).render().setUser('iGEMkyoto').start(); </script> </html>