Widget:Frontpagegallery3: Difference between revisions
From CSDMS
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
<!--Widget:Frontpagegallery--> | <!--Widget:Frontpagegallery--> | ||
<style type="text/css"> | <style type="text/css"> | ||
# | #myGallery { } | ||
/* GALLERY CONTAINER */ | /* GALLERY CONTAINER */ | ||
Line 64: | Line 64: | ||
</style> | </style> | ||
<script type="text/javascript" src="/mediawiki | <script type="text/javascript" src="/mediawiki-beta/skins/csdmsskin_18/GalleryView-3.0/js/jquery.easing.1.3.js"></script> | ||
<script type="text/javascript" src="/mediawiki-beta/skins/csdmsskin_18/GalleryView-3.0/js/jquery.galleryview-3.0-dev.js"></script> | |||
<script type="text/javascript" src="/mediawiki/skins/csdmsskin_18/ | <script type="text/javascript" src="/mediawiki-beta/skins/csdmsskin_18/GalleryView-3.0/js/jquery.timers-1.2.js"></script> | ||
<script type="text/javascript" src="/mediawiki/skins/csdmsskin_18/ | <link type="text/css" rel="stylesheet" href="/mediawiki-beta/skins/csdmsskin_18/GalleryView-3.0/css/jquery.galleryview-3.0-dev.css" /> | ||
<link type="text/css" rel="stylesheet" href="/mediawiki/skins/csdmsskin_18/ | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(function(){ | $(function(){ | ||
$('#myGallery').galleryView({ | $('#myGallery').galleryView({ | ||
panel_width: 680, | |||
panel_height: 313, | |||
infobar_opacity: 1.0, | |||
show_captions: false, | |||
show_panel_nav: true, | |||
enable_overlays: true, | |||
show_filmstrip_nav: false, | |||
autoplay: true, | |||
filmstrip_style: 'showall', | |||
filmstrip_position: 'top', | |||
panel_animation: 'crossfade', | |||
frame_opacity: 0.4, | |||
frame_gap: 2, | |||
show_infobar: false, | |||
}); | }); | ||
}); | }); | ||
Line 87: | Line 91: | ||
<ul id="myGallery"> | <ul id="myGallery"> | ||
<!--Meeting 2013--> | |||
<li><img src='/mediawiki/images/Frontpage_meeting_madeby_TEDxBoulder.jpg' title='<a href="/wiki/Form:CSDMS_annual_meeting">CSDMS 2013 meeting, March 23-25<sup>th</sup></a>' data-description="CSDMS 2.0: Moving Forward. Registration deadline: February 14<sup>th</sup>" /> | |||
</li> | |||
<!--Standard-names--> | <!--Standard-names--> | ||
<li> | <li><img src='/mediawiki/images/Standard-names.png' title='<a href="/wiki/CSDMS_Standard_Names">CSDMS Standard Names</a>' data-description="Mapping input and output variable names to CSDMS Standard Names in your source code" /> | ||
</li> | </li> | ||
<!--Student modeling award 2012--> | <!--Student modeling award 2012--> | ||
<!-- <li><img src='/mediawiki/images/Student-modeling-award.jpg' title='<a href="/wiki/Student_Modeler_Award_2012">Student modeler award</a>' data-description="Apply for the CSDMS annual student modeler award; now open till December 31<sup>st</sup>, 2012." /> | |||
</li>--> | |||
</li> | |||
<!--Wordle for DOI--> | <!--Wordle for DOI--> | ||
<li> | <li><img src='/mediawiki/images/Wordle-DOI.png' title='<a href="/wiki/Doi for models">DOI for models</a>' data-description="Models in the CSDMS repository now have their own digital identifier" /> | ||
</li> | </li> | ||
<!-- | <!--Elected-WG-chairs--> | ||
<li><img src='/mediawiki/images/WG-elected-chairs.png' title='<a href="/wiki/CSDMS_organization#CSDMS_Executive_Committee"> Working Group Chairs</a>' data-description="Meet the new and continuing chairs of your Working Group " /> | |||
</li> | </li> | ||
<!--CMT modeling Tool--> | <!--CMT modeling Tool--> | ||
<li> | <li><img src='/mediawiki/images/Globe_puzzle.jpg' title='<a href="/wiki/CMT_information">CSDMS Modeling Tool (CMT)</a>' data-description="CSDMS has developed a user friendly GUI (CMT) to couple and run modules on the CSDMS supercomputer. Find out more on how to download and use the CMT tool." /> | ||
</li> | </li> | ||
<!--beach CSDMS HPC cluster--> | <!--beach CSDMS HPC cluster--> | ||
<li> | <li><img src='/mediawiki/images/Beach2a_(ippei_+_janine_Creative_commons_license_Flickr).jpg' title='<a href="/wiki/Help:CSDMS_HPCC">High Performance Computing Cluster (Code name: beach)</a>' data-description="CSDMS High Performance Computing Cluster (Beach) is freely available for CSDMS members." /> | ||
</li> | </li> | ||
</ul> | </ul> | ||
</includeonly> | </includeonly> |
Revision as of 12:04, 2 January 2013
This widget displays a gallery of images for the main page.