| <!DOCTYPE html> | 
 | <html> | 
 | <head> | 
 | 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | 
 | 	<meta http-equiv="Content-language" content="en"> | 
 | 	<meta name="description" content="Graphical Editors for your DSL"> | 
 |  | 
 | 	<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script> | 
 | 	<script type="text/javascript" src="js/magnific-popup.min.js"></script> | 
 | 	<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular.min.js"></script> | 
 | 	<script src="angular/sirius.js"></script> | 
 | 	 | 
 | 	<link rel="icon" type="image/png" href="favicon.ico" /> | 
 | 	<title>Sirius - Lab</title> | 
 | 	<link type="text/css" rel="stylesheet" href="css/style.css" /> | 
 | 	<link type="text/css" rel="stylesheet" href="css/media.css" />	 | 
 | 	<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'> | 
 | 	<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300italic,700,300' rel='stylesheet' type='text/css'> | 
 | 	<link rel="stylesheet" href="https://use.fontawesome.com/ef6567f233.css"> | 
 | 	 | 
 | 	<!-- Eclipse Foundation Google Tag Manager --> | 
 | 	<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | 
 | 	new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | 
 | 	j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | 
 | 	'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | 
 | 	})(window,document,'script','dataLayer','GTM-5WLCZXC');</script> | 
 | 	<!-- End Google Tag Manager -->   | 
 | 	 | 
 | 	<!-- Eclipse Foundation cookie consent: --> | 
 | 	<link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" /> | 
 | 	<script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script> | 
 | 	<script type="text/javascript" src="js/ga.js"></script> | 
 | </head> | 
 |  | 
 | <body ng-app="sirius" ng-controller="main" class="cloak"> | 
 | <ng-include src="'angular/blocks/header.html'"></ng-include> | 
 |  | 
 | 	<div id="body_wrapper"> | 
 | 		<h1 class="page_title">Sirius Lab</h1> | 
 | 		<br /> | 
 |  | 
 | 		<div class="intro_gallery"> | 
 | 			<h2>Prototypes and proof of Concepts pushing Sirius further</h2> | 
 | 			<p>New features which have proven helpful and are looking for an interest to bring it at full maturity level.</p> | 
 | 		</div> | 
 |  | 
 | 		<div id="usecases"> | 
 | 			<div class="usecase"> | 
 | 				<div class="medias"> | 
 | 					<div class="popup-gallery-0"> | 
 | 						<a href="images/lab/animator-running.png"><img class="shadow" src="images/lab/animator-running.png" alt="Put image name here" width="520"></a> | 
 | 					</div> | 
 | 				</div> | 
 | 				<div class="infos"> | 
 | 					<div class="title"> | 
 | 						<h2>Sirius Animator</h2> | 
 | 					</div> | 
 | 					<div class="author"> | 
 | 						<p>Gemoc ANR Project #ANR-12-INSE-0011, Program INS</p> | 
 | 					</div> | 
 | 					<div class="tags taglist"> | 
 | 						<span class="tag_head"> </span> | 
 | 						<div class="tag"> | 
 | 							<i></i><span>Sirius 2.0</span><b></b> | 
 | 						</div> | 
 | 					</div> | 
 | 					<div class="descr"> | 
 | 						<p></p> | 
 | 						<p>Sirius Animator brings execution capabilities for your DSL or any EMF based models in a quick and flexible way.</p> | 
 | 					</div> | 
 | 					<div class="lnks"> | 
 | 						<h3 class="lnks_head">Known usages and maturity level</h3> | 
 | 						<p> | 
 | 							The Sirius Animator has been used in an experimental branch of <a href="https://github.com/mbats/arduino">Arduino Designer</a> to bring instant feedback on a given design without having to compile and deploy the program on the Arduino target. | 
 | 						</p> | 
 | 						<p>Plugins integrating UML Designer, an fUML engine and the Eclipse Debug API have also been prototyped.</p> | 
 |  | 
 | 					</div> | 
 | 					<div class="lnks"> | 
 | 						<h3 class="lnks_head">Related links</h3> | 
 | 						<ul> | 
 | 							<li><a href="http://www.gemoc.org" target="_blank">Gemoc Project page</a></li> | 
 | 							<li><a href="http://gemoc.org/breathe-life-into-your-designer" target="_blank">Breath Life Into your Designer !</a></li> | 
 | 							<li><a href="https://github.com/SiriusLab/SiriusAnimator" target="_blank">The source code</a></li> | 
 | 						</ul> | 
 | 					</div> | 
 | 				</div> | 
 | 			</div> | 
 | 			 | 
 | 		</div> | 
 |  | 
 | 	</div> | 
 | 	<!-- Fin body_wrapper --> | 
 |  | 
 | <div class="clear"></div> | 
 | <ng-include src="'angular/blocks/footer.html'"></ng-include> | 
 | <ng-include src="'angular/blocks/call2action.html'"></ng-include> | 
 | </body> | 
 | </html> |