-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (63 loc) · 4.87 KB
/
Copy pathindex.html
File metadata and controls
73 lines (63 loc) · 4.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<html>
<!-- Set up mobile viewport and meta tag -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no">
<!-- Import CSS -->
<link href="http://2018.igem.org/Template:Washington/CSS?action=raw&ctype=text/css" type="text/css" rel="stylesheet" />
<!-- Create root div for React to inject information into -->
<div id="root">Please enable JavaScript to view this page. If you are viewing this page with javascript enabled, please contact
wkwok16@uw.edu and send a screenshot of the developer console. Here is our project abstract:<br /><br />
<h1>Chemically Induced Dimerization of Nanobodies for the Development of Versatile Biosensors</h1>
One of the pressing challenges of modern science is the detection of small molecule targets. This has applications in a variety
of fields, such as point-of-care diagnostics and metabolic engineering. Although most small molecules can be detected
through Enzyme-Linked Immunosorbent Assay (ELISA), accessibility is limited by the time-consuming nature of the procedure.
We hope to use a chemically induced dimerization system of nanobodies to detect small molecule targets and apply this
system to the development of simple diagnostic assays, such as lateral flow assays or fluorescent microarrays, and innovations
in metabolic engineering.<br /><br /> Nanobodies are antibody fragments from single domain antibodies found in camelids
and sharks. They are the variable regions of antibodies that are responsible for specific binding to target molecules.
Researchers in the Institute for Protein Design (IPD) at the University of Washington have created extensive libraries
of phages displaying nanobodies for high throughput screening of binding targets, making them a versatile tool for molecule
detection. We have partnered with Dr. Liangcai Gu from the IPD to investigate novel applications of a high-throughput
nanobody library numbering ten billion unique types. In our project, we will identify specific nanobodies that bind to
desired target molecules of high importance and demonstrate the application of nanobody technology to the development
of a biosensor.<br /><br /> Traditionally, monoclonal antibodies have been used to detect specific molecules and used
in products such as ELISA kits. However, one significant barrier to developing new monoclonal antibodies is that they
require introduction of an antigen to an animal before large scale production can begin. We are bypassing this expensive
and time-consuming step and the associated ethical concerns by screening through a pre-existing library of nanobodies
to rapidly identify those that can bind desired target molecules with high specificity. <br /><br /> Our team will be
screening our nanobody library against two chosen molecules to find binding nanobodies. Then, we will screen the library
for secondary nanobodies that bind to the primary nanobody-antigen complex, thus forming a dimer. After identifying these
nanobodies, these nanobodies can be fused to other proteins to form biosensors. Specifically, we intend to repurpose
activating and DNA binding domain proteins used in yeast 2-hybrid systems to create a transcriptional biosensor.
</div>
<!-- Add on-page javascript for destroying default iGEM CSS and adding a loading animation -->
<!-- I do it twice to run once so the page loading animation gets correct styling the first run -->
<!-- Second run is just to make sure everything gets ran -->
<script type="text/javascript">
$('link[rel="shortcut icon"]').attr('href', 'http://2018.igem.org/wiki/images/d/d9/T--Washington--HLogo1.png');
$('div#content').removeAttr('id').attr('id', 'contentBox');
$('a#top').remove();
$('div#top_title').remove();
$('div#HQ_page').removeAttr('id');
$('div.mw-body').removeAttr('class');
$('div#mw-content-text').removeAttr('id');
$('div#bodyContent').removeAttr('id');
$('div.mw-content-ltr>p').addClass('meta');
$('div.mw-content-ltr').removeAttr('class');
document.getElementById("root").innerText = "Page loading...";
$(document).ready(function () {
$('link[rel="shortcut icon"]').attr('href', 'http://2018.igem.org/wiki/images/d/d9/T--Washington--HLogo1.png');
$('div#content').removeAttr('id').attr('id', 'contentBox');
$('a#top').remove();
$('div#top_title').remove();
$('div#HQ_page').removeAttr('id');
$('div.mw-body').removeAttr('class');
$('div#mw-content-text').removeAttr('id');
$('div#bodyContent').removeAttr('id');
$('div.mw-content-ltr>p').addClass('meta');
$('div.mw-content-ltr').removeAttr('class');
})
</script>
<!-- Import React Javascript -->
<script src="http://2018.igem.org/Template:Washington/Javascript?action=raw&ctype=text/javascript" type="text/javascript"></script>
</html>