File: nucleo2_en.html

package info (click to toggle)
ball 1.4.3~beta1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 318,984 kB
  • sloc: cpp: 346,579; ansic: 4,097; python: 2,664; yacc: 1,778; lex: 1,099; xml: 964; sh: 688; sql: 316; awk: 118; makefile: 108
file content (74 lines) | stat: -rw-r--r-- 3,299 bytes parent folder | download | duplicates (3)
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
74
<html>
	<head>
		<title>The Nucleosome</title>
		<link rel="stylesheet" href="../css/style.css">
	</head>
	<script language="javascript">
			<!--
			function showAnswer(answer_id) {
				document.getElementById(answer_id).style.visibility="visible";
			}
			function hideAnswer(answer_id) {
				document.getElementById(answer_id).style.visibility="hidden";
			}
			-->
	</script>
	<body>
		<div class="navigation" id="breadcrumb">
			<a href="index.html?action=clearAll&module=common_functions">Main page</a> > <a href=nucleo1_de.html?action=loadProject&module=common_functions&filename=projects/NCP_start.bvp">The Nucleosome I</a> > The Nucleosome II
		</div>

		<div id="text-content">
			<h1>The Nucleosome</h1>
			<div class="general">
				<p>
				On the previous page, you have seen the complete structure of the nucleosome - but what are its constituent parts? Have a look at the next structure, you will notice that the core of the nucleosome consists of several similar porteins.
				</p>

				<div class="actions">
				<!--<a href="nucleo2_en.html?action=loadProject&module=common_functions&filename=projects/NCP_core.bvp">Core of the nucleosome</a>-->
				<p>
				How many proteins make up the histone core of the nucleosome? </br>
				<a href="javascript:showAnswer('numberone')">The correct answer is:</a>
				</p>
				<p class="answer" style="visibility:hidden" id="numberone">
				The correct answer is: The core consists of 8 histones.<br>
				<a href="javascript:hideAnswer('numberone')">Hide answer</a>
				</p>
				</div>
				
				<p>
				The histones are organised in a pairwise manner, i.e. each two histones build a so-called dimer. Their orientation in this dimer structure reminds of two people shaking hands (hence, this structural motif is called a "handshake motif"). The two histones build a firm, interleaved unit that is the basis of the nucleosome. The histone core is constructed like a puzzle; in the first step, a tetramer is deposited onto the DNA.
				</p>

				<div class="actions">
				<!--<a href="nucleo2_en.html?action=loadProject&module=common_functions&filename=projects/NCP_tetra.bvp">Tetramer and DNA</a>-->
				<p> Can you identify what exactly a tetramer is and how each two histones interact forming the handshake motif?</br>
				<a href="javascript:showAnswer('numbertwo')">The correct answer:</a>
				</p>
				<p class="answer" style="visibility:hidden" id="numbertwo">
				The correct answer: A tetramer consists of 4 histones. <br>
				<a href="javascript:hideAnswer('numbertwo')">Hide answer</a>
				</p>
				</div>

				<p>
				The tetramer is flanked by 2 dimers in the subsequent step and thus complete the histone core and the nucleosome, respectively.
				</p>

				<div class="actions">
				<!--<a href="nucleo2_en.html?action=loadProject&module=common_functions&filename=projects/NCP_compl.bvp">Complete histone core and DNA</a>-->
				<p>
				Can you identify the constituent parts (DNA and 8 histones) of the complete nucleosome in the following structure?
				</p>
				</div>
				
				<div class="navigation">
				<a href="nucleo1_en.html">back</a><br>
				<a href="index.html?action=clearAll&module=common_functions">Main page</a>
				</div>

			</div> <!-- end of greeter ??? --> 
		</div> <!-- end of text-content -->
	</body>
</html>