Team:UEA-JIC Norwich/Human practices/Media
From 2011.igem.org
(Difference between revisions)
Line 15: | Line 15: | ||
<p><br/><a href="http://www.edp24.co.uk/news/norwich_scientists_pave_way_for_truly_green_lighting_1_965755"> Our interview in the regional newspaper</a></p> | <p><br/><a href="http://www.edp24.co.uk/news/norwich_scientists_pave_way_for_truly_green_lighting_1_965755"> Our interview in the regional newspaper</a></p> | ||
- | |||
- | |||
- | |||
<script src="http://widgets.twimg.com/j/2/widget.js"></script> | <script src="http://widgets.twimg.com/j/2/widget.js"></script> | ||
<script> | <script> | ||
Line 23: | Line 20: | ||
version: 2, | version: 2, | ||
type: 'profile', | type: 'profile', | ||
- | rpp: | + | rpp: 30, |
- | interval: | + | interval: 30000, |
width: 250, | width: 250, | ||
height: 300, | height: 300, | ||
theme: { | theme: { | ||
shell: { | shell: { | ||
- | background: '# | + | background: '#036124', |
color: '#ffffff' | color: '#ffffff' | ||
}, | }, | ||
tweets: { | tweets: { | ||
- | background: '# | + | background: '#ffffff', |
- | color: '# | + | color: '#000000', |
- | links: '# | + | links: '#267505' |
} | } | ||
}, | }, | ||
features: { | features: { | ||
- | scrollbar: | + | scrollbar: true, |
loop: false, | loop: false, | ||
live: false, | live: false, | ||
Line 49: | Line 46: | ||
}).render().setUser('UEAJIC_IGEM').start(); | }).render().setUser('UEAJIC_IGEM').start(); | ||
</script> | </script> | ||
- |
Revision as of 11:26, 19 September 2011
UNIVERSITY OF EAST ANGLIA-JOHN INNES CENTRE
SOCIAL MEDIA
<a href="http://www.edp24.co.uk/news/norwich_scientists_pave_way_for_truly_green_lighting_1_965755"> Our interview in the regional newspaper</a>
<script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({
version: 2, type: 'profile', rpp: 30, interval: 30000, width: 250, height: 300, theme: { shell: { background: '#036124', color: '#ffffff' }, tweets: { background: '#ffffff', color: '#000000', links: '#267505' } }, features: { scrollbar: true, loop: false, live: false, hashtags: true, timestamp: true, avatars: false, behavior: 'all' }
}).render().setUser('UEAJIC_IGEM').start(); </script>