Biomod/2013/Dresden/outreach: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(New page: {{style}} <html> <script type="text/javascript" src="http://biomod2013.googlecode.com/svn/trunk/js/fb/jquery.fancybox.pack.js"></script> <script type="text/javascript" src="http://bi...)
(No difference)

Revision as of 09:40, 25 October 2013

<html>


 <script type="text/javascript" src="http://biomod2013.googlecode.com/svn/trunk/js/fb/jquery.fancybox.pack.js"></script>
 <script type="text/javascript" src="http://biomod2013.googlecode.com/svn/trunk/js/fb/helpers/jquery.fancybox-buttons.js"></script>
 <script type="text/javascript" src="http://biomod2013.googlecode.com/svn/trunk/js/fb/helpers/jquery.fancybox-media.js"></script>
 <script type="text/javascript" src="http://biomod2013.googlecode.com/svn/trunk/js/fb/helpers/jquery.fancybox-thumbs.js"></script>
 <script type="text/javascript" src="http://biomod2013.googlecode.com/svn/trunk/js/jquery.easing.min.js"></script>
 <script type="text/javascript" src="http://biomod2013.googlecode.com/svn/trunk/js/jquery.scrollUp.min.js"></script>
 <script src="http://biomod2013.googlecode.com/svn/trunk/js/jflickrfeed.min.js"></script>
 
 	 <section id="outreach">

<div class="interlude"><h2>Outreach</h2></div> <div class="outreach_box">

<p>We tried to advertise our project as good as we can. Therefore, we gave many presentations to explain our project.</p> <p>We also participated at the 'Long Night of Science' at CRTD Dresden and could present our project to the public.</p> <p>You can find pictures from the 'Long Night of Science' and our posters in the gallery.</p> <p>An article about our project has been published:</p> <ul> <li>'Dresdner Neueste Nachrichten' on October 8th, 2013, you can find the article <a href="http://www.dnn-online.de/dresden/web/dresden-nachrichten/detail/-/specific/Dresdner-Studenten-fahren-mit-Minifabriken-gegen-Krebs-in-die-USA-1537847972">here</a></li>

<li>'Der Computer-Oiger' on October 9th, 2013, you can find the article <a href="http://computer-oiger.de/2013/10/09/junge-dresdner-falten-minifabriken-gegen-krebs/25005">here</a></li>

<li>'Dresdner Universitätsjournal' on October 15th, 2013, edition 16, you can find the article <a href="http://tu-dresden.de/die_tu_dresden/rektoratskollegium/stk/sg57/uj/pdf/document_view">here</a></li>


</div> <div class="clear"></div> </section>


 <section id="content">

<div class="interlude"><h2>Gallery</h2></div>

        <div id="gallery" class="clearfix"></div>


 </section> <!-- #content -->
 <script>
   $(function(){

$('#gallery').jflickrfeed({ limit: 20, qstrings: { id: '105941992@N02' }, itemTemplate: '<div class="box clickable"><a class="fb" rel="gallery" href="{{image_b}}"><img src="{{image_m}}" alt="{{title}}" /></a></div>' }, function(data) { $(".fb").fancybox({ openEffect : 'elastic', closeEffect : 'elastic', helpers : { title : { type : 'inside' }, overlay: { locked: false } } }); var $container = $('#gallery');

     $container.isotope({
       itemSelector : '.box',
               columnWidth: 220,
               sortBy : 'random',
               gutterWidth: 10,
               cornerStampSelector: '.logo',
               category : function( $elem ) {
                               return $elem.attr('data-category');
                       },
               sortBy: 'category'
     });

});


   });
 </script>

</html>