Team:KULeuven

From 2008.igem.org

(Difference between revisions)
m
m
Line 138: Line 138:
<div id="bioscenter-1">
<div id="bioscenter-1">
<p>
<p>
-
<a href="http://syntheticbiology.org">Synthetic biology</a> is a new challenge in biosciences. It combines biology and engineering principles to design and build new biological functions and systems. Examples are abound: cancer cell invading bacteria, microbes that take pictures, antimalarial drug producers,... The advantage of using living systems for these purposes is that, once they are designed and built, they are self-reproducible. The challenge, however lies exactly within the design and construction: making biological circuits and devices as robust and predictive as their electrical counterparts. <a href="http://www.kuleuven.be/bioscenter/igem/?go=syntheticbiology">...</a>
+
<a href="http://syntheticbiology.org">Synthetic biology</a> is a new challenge in biosciences. It combines biology and engineering principles to design and build new biological functions and systems. Examples are abound: cancer cell invading bacteria, microbes that take pictures, antimalarial drug producers,... The advantage of using living systems for these purposes is that, once they are designed and built, they are self-reproducible. The challenge, however, lies exactly within the design and construction: making biological circuits and devices as robust and predictive as their electrical counterparts. <a href="http://www.kuleuven.be/bioscenter/igem/?go=syntheticbiology">...</a>
</p>
</p>
<ul class="more">
<ul class="more">
Line 191: Line 191:
<div id="team-1">
<div id="team-1">
<p>
<p>
-
The KULeuven team consists of 12 enthusiastic students selected out of three faculties, 4 civil engineers, 4 bio-engineers and 4 biochemists. More information on the team members can be found on the <a href="https://2008.igem.org/Team:KULeuven/Team/Students">Students homepage</a> or by scrolling over the heads of the students.
+
The KULeuven team consists of 12 enthusiastic students selected out of three faculties, 4 civil engineers, 4 bio-engineers and 4 biochemists. More information on the team members can be found on the <a href="https://2008.igem.org/Team:KULeuven/Team/Students">Students page</a> or by scrolling over the heads of the students.
</p>
</p>
<script>
<script>
Line 363: Line 363:
<img class="floatright" width="140" heigth="170" src="https://static.igem.org/mediawiki/2008/4/4e/Model_homepage.PNG" />
<img class="floatright" width="140" heigth="170" src="https://static.igem.org/mediawiki/2008/4/4e/Model_homepage.PNG" />
<p>
<p>
-
The most important assets of our project are the different control mechanisms. Since these are very much dependent on kinetic and other constants, Dr. Coli heavily relies on proper <a href="https://2008.igem.org/Team:KULeuven/Model/Overview">modeling</a>. Our Dry-Lab team has spend its summer setting up a computational model of Dr. Coli to completely simulate his actions. We constructed models of all the subsystems (components) in both CellDesigner and Matlab. All these subsystems have been characterised by their ODE's and have been simulated thoroughly. Together they form our <a href="https://2008.igem.org/Team:KULeuven/Model/FullModel">full model</a> of Dr. Coli. These models are only capable of simulating the behaviour of one Dr. Coli cell, so we implemented our own Software Tool that can work with <a href="https://2008.igem.org/Team:KULeuven/Model/MultiCell">multi cellular models</a>.
+
The most important assets of our project are the different control mechanisms. Since these are very much dependent on kinetic and other constants, Dr. Coli heavily relies on proper <a href="https://2008.igem.org/Team:KULeuven/Model/Overview">modeling</a>. Our Dry-Lab team has spent its summer setting up a computational model of Dr. Coli to completely simulate his actions. We constructed models of all the subsystems (components) in both CellDesigner and Matlab. All these subsystems have been characterised by their ODE's and have been simulated thoroughly. Together they form our <a href="https://2008.igem.org/Team:KULeuven/Model/FullModel">full model</a> of Dr. Coli. These models are only capable of simulating the behaviour of one Dr. Coli cell, so we implemented our own Software Tool that can work with <a href="https://2008.igem.org/Team:KULeuven/Model/MultiCell">multi cellular models</a>.
</p>
</p>
</div>
</div>

Revision as of 14:38, 10 September 2008

Result:

To have a dropdown for your own team copy over all of the content below. It might be needed to adjust a thing or two. Comments have been added throughout the code what must be changed.

Inspirational websites:

The dropdown has been created and developed by the KULeuven team.

<html>

<style type="text/css">
#content {z-index:4;}
#ddwrapper * {z-index:8 !important;}

div#ddwrapper {
	margin:0;
	padding:0;
	height:28px;
	width:945px;				/* change to adjust imperfections in width */
}
div#ddnav {
	margin:0 auto;				/* needed to center the dropdown */
	padding:0;
	top:5px;
	/* width: 965px */
	visibility:hidden;			/* dropdown is hidden until properly initalised by javascript */
}
div#ddtoggle {
	margin:0;
	position:fixed;
	right:2px;
	top:15px;
	height:10px;
	width:10px;
	z-index:100;
}

#ddnav ul {
	display:table-row;			/* works only for firefox, later adjusted by javascript for IE */
	margin:0 auto;
	padding:0;
}
#ddnav ul li {
	display:table-cell;			/* works only for firefox, later adjusted by javascript for IE */
	list-style:none;
	margin:0;
	padding:0 !important;
	border-right:1px solid #FFF;		/* creates illusion of spacing between tabs */
}
#ddnav ul li:last-child{border-right:none;}
#ddnav a{
	display:block;
	margin:0;
	padding:4px 14px;			/* play with dimensions for size of tabs */
	background-color:#075A90;		/* background color for tabs */
	color:#FFF !important;			/* font color for text in tabs */
	text-align:center;			/* aligning for text in tabs */
	text-decoration:none !important;
	font:bold 10pt Trebuchet MS;		/* font properties for text in tabs */
	outline:0;
}
#ddnav ul li a:hover {background-color:#99CCFF;}/* background color for tabs on mouseover */
#ddnav li a:active {outline:none;}		/* remove standard dotted border for links when clicked (IE) */
#ddnav li a:focus {-moz-outline-style:none;}	/* remove standard dotted border for links when clicked (FF) */
#ddnav div {
	display:none;
	position:absolute;
	width:9em;
	background-color:#000;			/* bug solution, do not change ! */
	border:1px solid #5970B2;		/* border color for dropdown menus */
	opacity:0.9;				/* transparancy of the dropdown menus (FF) */
	filter:alpha(opacity=90);		/* transparancy of the dropdown menus (IE) */
}
#ddnav div a {
	display:block;
	padding:5px 10px;			/* play with dimensions of block element in dropdown menus */
	position:relative;
	font:normal 8pt arial;			/* font properties for text in dropdown menus */
	text-align:left;			/* aligning of text in dropdown menus */
	cursor:pointer;
}
#ddnav div a:hover, #ddnav span a:hover {color:#000 !important;}	/* text color on mouseover */
#ddnav span div {
	position:relative;
	border:none;
	border-bottom:2px groove #5970B2;	/* separator for submenus, groove does not work in FF */
	opacity:1.0;				/* avoid stacking transparancy for submenus (FF) */
	filter:alpha(opacity=100);		/* avoid stacking transparancy for submenus (IE) */
}

/* may want to upload the following pictures to a new location */
.expand {background: url('https://static.igem.org/mediawiki/2008/e/ef/Icon-expand.png') no-repeat 95% 50%;}
.collapse {background: url('https://static.igem.org/mediawiki/2008/c/cd/Icon-collapse.png') no-repeat 95% 50%;}

.docked {background: #99ccff url("https://static.igem.org/mediawiki/2008/6/62/Ddnavundock.png") no-repeat 50% 50%;}
.undocked {background: #99ccff url("https://static.igem.org/mediawiki/2008/e/e4/Ddnavdock.png") no-repeat 50% 50%;}
</style>

<!-- IMPORTANT: save following script under a personalized webspace or download the library at www.jquery.com -->
<script type="text/javascript" src="http://student.kuleuven.be/~s0173901/wiki/js/jquery.js"></script>
<script type="text/javascript">
	function ddnav() {
		$('#ddnav ul li').hover(
			function () {
				$(this).find('div:first').css('display','block');},
			function () {
				$(this).find('div:first').css('display','none');}
		);
	}
			
	function ddnavsub() {
		$('#ddnav span > a').toggle(
			function () {
				$(this).removeClass("#ddnav expand").addClass("#ddnav collapse");
				$(this).parent().find('div:first').slideDown('fast');
				$(this).hover(
					function (){$(this).css('background-color','#99AAFF');},
					function (){$(this).css('background-color','#99AAFF');});},
			function () {
				$(this).removeClass("#ddnav collapse").addClass("#ddnav expand");
				$(this).parent().find('div:first').css('display','none');
				$(this).hover(
					function (){$(this).css('background-color','#99CCFF');},
					function (){$(this).css('background-color','#075A90');});}
		).addClass("#ddnav expand");
	}
	
	/* If you wish to omit the docking feature, remove following function ddtoggle() */	
	function ddtoggle() {
		$('#ddtoggle').toggle(
			function () {
				$(this).removeClass('undocked').addClass('docked');
				$('#ddnav').css('position','fixed');},
			function () {
				$(this).removeClass('docked').addClass('undocked');
				$('#ddnav').css('position','static');}
		);
	}

	function ddalign() {
		var _windowWidth = $(window).width();
		var _leftOffset = (_windowWidth - 965)/2;

		$('div#ddnav').css('left',_leftOffset);
	}
			
	function ddmsie() {
		$('#ddnav a').hover(
			function () {$(this).css('background-color','#99ccff');},
			function () {$(this).css('background-color','#075a90');}
		);
				
		/* toggle doesn't work yet */
		$('#ddtoggle').css('display','none');
				
		$('#ddnav ul').css('display','inline-block');
		$('#ddnav ul li').css('display','inline');
		$('#ddnav ul li').css('position','relative');
		$('#ddnav ul li>a').css('display','inline-block');
		$('#ddnav ul li>a').css('margin-right','-4px');
				
		$('#ddnav div').css('left','0');
		$('#ddnav div').css('top','100%');
		$('#ddnav span div').css('top','0');
	}
			
	function ddmozilla() {
		ddtoggle();
		$(window).bind('resize', function() {ddalign();});
	}

	$(function () {
		ddnav();
		ddnavsub();

		if(jQuery.browser.msie) ddmsie();
		if(jQuery.browser.mozilla) ddmozilla();

		$('#ddnav').css('visibility','visible');
	});
</script>

<!-- If you wish to omit the docking feature omit following line (div with id ddtoggle) -->
<div id="ddtoggle" class="undocked"></div>
<div id="ddwrapper">
<!-- Here the actual links are defined, simply replace with your own links in the appropriate sections -->
<div id="ddnav" align="center">
<ul>
	<li>
		<a href="https://2008.igem.org/Team:KULeuven">Home</a>
	</li>
	<li>
		<a>The Team</a>
		<div>
			<a href="https://2008.igem.org/Team:KULeuven/Team/LabsandGroups">Research Labs and Groups</a>
			<a href="https://2008.igem.org/Team:KULeuven/Team/Students">Students</a>
			<a href="https://2008.igem.org/Team:KULeuven/Team/Instructors">Instructors</a>
			<a href="https://2008.igem.org/Team:KULeuven/Team/Advisors">Advisors</a>
                        <a href="https://2008.igem.org/Team:KULeuven/Team/Pictures">Pictures</a>
		</div>
	</li>
	<li>
		<a>The Project</a>
		<div>
			<a href="https://2008.igem.org/Team:KULeuven/Project">Summary</a>
			<span>
				<a>Components</a>
				<div>
					<a href="https://2008.igem.org/Team:KULeuven/Project/Input">Input</a>
					<a href="https://2008.igem.org/Team:KULeuven/Project/Output">Output</a>
					<a href="https://2008.igem.org/Team:KULeuven/Project/Filter">Filter</a>
					<a href="https://2008.igem.org/Team:KULeuven/Project/Inverter">Invertimer</a>
					<a href="https://2008.igem.org/Team:KULeuven/Project/Reset">Reset</a>
					<a href="https://2008.igem.org/Team:KULeuven/Project/CellDeath">Cell Death</a>
					<a href="https://2008.igem.org/Team:KULeuven/Project/Memory">Memory</a>
				</div>
			</span>
                        <a href="https://2008.igem.org/Team:KULeuven/Evaluation">End Evaluation</a>
			<a href="https://2008.igem.org/Team:KULeuven/Literature">Literature</a>
                        <a href="https://2008.igem.org/Team:KULeuven/Brainstorm">Brainstorm</a>
		</div>
	</li>
        <li>
		<a>Ethics</a>
		<div>

		</div>
	</li>
	<li>
		<a>Submitted Parts</a>
		<div>
			<a href="https://2008.igem.org/Team:KULeuven/Parts">Listing</a>
			<a href="http://partsregistry.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2008&group=KULeuven">Sandbox</a>
		</div>
	</li>
	<li>
		<a>Modeling</a>
		<div>
			<a href="https://2008.igem.org/Team:KULeuven/Model/Overview">Overview</a>
			<a href="https://2008.igem.org/Team:KULeuven/Model/KineticConstants">Kinetic Constants</a>
			<span>
				<a>Components</a>
				<div>
					<a href="https://2008.igem.org/Team:KULeuven/Model/Output">Output</a>
					<a href="https://2008.igem.org/Team:KULeuven/Model/Filter">Filter</a>
					<a href="https://2008.igem.org/Team:KULeuven/Model/Inverter">Invertimer</a>
					<a href="https://2008.igem.org/Team:KULeuven/Model/Reset">Reset</a>
					<a href="https://2008.igem.org/Team:KULeuven/Model/CellDeath">Cell Death</a>
					<a href="https://2008.igem.org/Team:KULeuven/Model/Memory">Memory</a>
				</div>
			</span>
			<a href="https://2008.igem.org/Team:KULeuven/Model/FullModel">Full Model</a>
                        <a href="https://2008.igem.org/Team:KULeuven/Model/Sensitivity">Sensitivity Analysis</a>
			<a href="https://2008.igem.org/Team:KULeuven/Model/MultiCell">Multi-cell Model</a>
			<a href="https://2008.igem.org/Team:KULeuven/Model/Diffusion">Diffusion</a>
		</div>
	</li>
	<li>
		<a>Data Analysis</a>
		<div>
			<a href="https://2008.igem.org/Team:KULeuven/Data/Overview">Overview</a>
			<span>
				<a>New Parts</a>
				<div>
					<a href="https://2008.igem.org/Team:KULeuven/Data/GFP">GFP (LVA-tag)</a>
					<a href="https://2008.igem.org/Team:KULeuven/Data/T7">T7 (UmuD-tag)</a>
					<a href="https://2008.igem.org/Team:KULeuven/Data/Antisense">Antisense LuxI</a>
					<a href="https://2008.igem.org/Team:KULeuven/Data/ccdB">Celldeath (ccdB)</a>
					<a href="https://2008.igem.org/Team:KULeuven/Data/HybridProm">Hybrid Promotor</a>
				</div>
			</span>
                        <span>
				<a>Components</a>
				<div>
					<a href="https://2008.igem.org/Team:KULeuven/Data/Input">Input</a>
					<a href="https://2008.igem.org/Team:KULeuven/Data/Output">Output</a>
					<a href="https://2008.igem.org/Team:KULeuven/Data/Filter">Filter</a>
					<a href="https://2008.igem.org/Team:KULeuven/Data/Inverter">Invertimer</a>
					<a href="https://2008.igem.org/Team:KULeuven/Data/Reset">Reset</a>
					<a href="https://2008.igem.org/Team:KULeuven/Data/CellDeath">Cell Death</a>
					<a href="https://2008.igem.org/Team:KULeuven/Data/Memory">Memory</a>
				</div>
			</span>
			<a href="https://2008.igem.org/Team:KULeuven/Data/FullModel">Full Model</a>
		</div>
	</li>
        <li>
		<a>Software</a>
		<div>
			<a href="https://2008.igem.org/Team:KULeuven/Software/MultiCell">Multi-cell Toolbox</a>
			<a href="https://2008.igem.org/Team:KULeuven/Software/Simbiology2LaTeX">Simbiology2LaTeX Toolbox</a>
		</div>
	</li>
	<li>
		<a>Notebook</a>
		<div>
			<a href="https://2008.igem.org/Team:KULeuven/Meeting_Calendar">Calendar</a>
                        <a href="https://2008.igem.org/Team:KULeuven/SummerHolidays">Summer Holidays</a>
			<span>
				<a>Reports</a>
				<div>
					<a href="https://2008.igem.org/Team:KULeuven/Meeting Reports">Daily</a>
					<a href="https://2008.igem.org/Team:KULeuven/Weekly Meetings">Weekly</a>
				</div>
			</span>
			<span>
				<a>Lab Data</a>
				<div>
					<a href="https://2008.igem.org/Team:KULeuven/Freezer">Freezer</a>
					<a href="https://2008.igem.org/Team:KULeuven/Primers">Primers</a>
					<a href="https://2008.igem.org/Team:KULeuven/Ligation">Ligation</a>
				</div>
			</span>
			<a href="https://2008.igem.org/Team:KULeuven/Tools">Tools</a>
			<a href="https://2008.igem.org/Team:KULeuven/Press">Press</a>
			<a href="https://2008.igem.org/Team:KULeuven/Guestbook">Guestbook</a>
                        
		</div>
	</li>
        
</ul>
</div>
</div>
</html>


Welcome to the KULeuven IGEM 2008 Homepage!

Enjoy the hard work we delivered, and feel free to contact us at igem@kuleuven.be or leave a message in our Guestbook, we would sincerely appreciate it!

Synthetic Biology: BioSCENTer and iGEM

Synthetic biology is a new challenge in biosciences. It combines biology and engineering principles to design and build new biological functions and systems. Examples are abound: cancer cell invading bacteria, microbes that take pictures, antimalarial drug producers,... The advantage of using living systems for these purposes is that, once they are designed and built, they are self-reproducible. The challenge, however, lies exactly within the design and construction: making biological circuits and devices as robust and predictive as their electrical counterparts. ...

The international Genetically Engineered Machine competition (iGEM) or iGEM competition is a synthetic biology competition for multidisciplinary teams of undergraduate students. It was first organized in 2004 by Drew Endy, Randy Rettberg and Tom Knight of MIT with two goals in mind: to yield new ideas in synthetic biology and to form the future researchers in this new scientific community. Whereas 5 US teams competed in 2004, the 2007 edition already had 750 students and advisors grouped in 54 teams from 19 countries. This year, the competition already counts 83 teams!

The core of the iGEM competition is to design and build a “new genetic machine” with BioBricks. BioBricks are standardized, off the shelf biological parts that are used by genetic network designers. All BioBricks that were made during previous iGEM competitions are registered and documented in the Registry of Standard Biological Parts. Each iGEM competition thus starts from the efforts of the previous years.

Leuven

The University of Leuven was founded almost six hundred years ago. Throughout the centuries people have always occupied center stage at the Catholic University of Leuven. The University's academic fame has attracted scholars and scientists as Justus Lipsius, Gerard Mercator and Andreas Vesalius who have all made valuable contribution to the European intellectual life. The University of Leuven can look back on a glorious past, but it also moves with the times. The University's educational concept is modern, with research activities focused on the needs and aspirations of contemporary people and society. The University of Leuven is famous not just within the borders of Belgium, but far beyond as well. Being a very lively city of and for students, Leuven aspires to maintain that reputation. In contrast to most university cities, Leuven does not have a closed campus. The University buildings are spread throughout the city and were originally built for completely different purposes.

The Team

The KULeuven team consists of 12 enthusiastic students selected out of three faculties, 4 civil engineers, 4 bio-engineers and 4 biochemists. More information on the team members can be found on the Students page or by scrolling over the heads of the students.

Maarten Breckpot
Maarten Breckpot

Studies:
1st Master of Applied Sciences and Engineering – Mathematical Engineering
Country:
Belgium
Nick Van Damme
Nick Van Damme

Studies:
1st Master of Applied Sciences and Engineering – Mathematical Engineering
Country:
Belgium
Benjamien Moeyaert
Benjamien Moeyaert

Studies:
3rd Bachelor of Biochemistry and Biotechnology
Country:
Belgium
Stefanie Roberfroid
Stefanie Roberfroid

Studies:
3rd Bachelor of Bioscience Engineering – Biomolecular Engineering
Country:
Belgium
Dries Vercruysse
Dries Vercruysse

Studies:
1st Master of Applied Sciences and Engineering - Nanoscience and Nanotechnology
Country:
Belgium
Andim Doldurucu
Andim Doldurucu

Studies:
1st Master of Bioscience Engineering – Nanoscience and Nanotechnology
Country:
Turkey
Hanne Tytgat
Hanne Tytgat

Studies:
3rd Bachelor of Biochemistry and Biotechnology
Country:
Belgium
Elke Van Assche
Elke Van Assche

Studies:
3rd Bachelor of Bioscience Engineering – Biomolecular Engineering
Country:
Belgium
Jan Mertens
Jan Mertens

Studies:
1st Master of Bioscience Engineering – Biomolecular Engineering
Country:
Belgium
Nathalie Busschaert
Nathalie Busschaert

Studies:
3rd Bachelor of Chemistry
Country:
Belgium
Jonas Demeulemeester
Jonas Demeulemeester

Studies:
1st Master of Biochemistry and Biotechnology
Country:
Belgium
Antoine Vandermeersch
Antoine Vandermeersch

Studies:
2nd and 3rd Bachelor of Applied Sciences and Engineering – Electrical and Materials Engineering
Country:
Belgium

The Project

Our team’s project is Dr. Coli, an E. coli bacterium that produces a drug when and where it is needed in the human body. It does this in an intelligent way, such that the drug production meets the individual patient’s needs. And when the patient is cured, Dr. Coli eliminates itself from the body. To achieve this goal we divided our project into several subsystems. A detailed description about every subsystem can be found by clicking on one of the following pictograms.




scroll over the pictograms to get a short description or click on them to go to the corresponding page

Modeling

The most important assets of our project are the different control mechanisms. Since these are very much dependent on kinetic and other constants, Dr. Coli heavily relies on proper modeling. Our Dry-Lab team has spent its summer setting up a computational model of Dr. Coli to completely simulate his actions. We constructed models of all the subsystems (components) in both CellDesigner and Matlab. All these subsystems have been characterised by their ODE's and have been simulated thoroughly. Together they form our full model of Dr. Coli. These models are only capable of simulating the behaviour of one Dr. Coli cell, so we implemented our own Software Tool that can work with multi cellular models.

Parameters are everything

After building the model frame, it was time to add the physical relevance to it. Kinetic constants were searched for and investigated by means of previous iGEM teams (e.g. ETHZ 2007), the parts characterizations on the Registry of Standard Biological Parts and popular biological literature databases such as Hubmed, ... Our own contribution would revolve around data analysis of the produced parts.

Dilbert.com

Working with concepts as modularity and abstraction, we worked out every subsystem (Output, Memory, Filter, ...) to eventually merge them all in our full model. By trial and error the system was adapted to achieve desired output quantities (amount of molecules, proteins, ...) given a representative input.

To take it a step further, a multi-cell model was build, to analyse crucial steps in cell division (e.g. Memory inheritance). A diffusion model was made to investigate HSL diffusion towards neighbouring cells and see what effects this generated on their Invertimer system.


Search in our wiki pages:

Custom Search (KUleuven)

Visitors         Visitor locations

  • Amount:   Amount of visitors
  • Locations of visitors to this page