Skip to content

Commit 82095ff

Browse files
committed
add lightbox and description for protein motif prediction project
1 parent 1aec370 commit 82095ff

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

190 KB
Loading
-763 KB
Binary file not shown.

content/pages/previousProjects.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,13 @@ data-alt="This graph marks the locations of all cell towers in Mexico and compar
9999
<p>April 2017 - August 2017</p>
100100
</div>
101101
<div class="col-4 col-sm-4">
102-
<img src="/images/prev_projects/motif_image.png">
102+
<a href="/images/prev_projects/motif_image.jpg"
103+
data-lightbox="bioinformatics-lightbox"
104+
data-title="Proteins are made up of a sequence of amino acids. This sequence also determines its 3D structure, which has further implications on its function. This 3D structure can be implicitly represented in a distance matrix for each animo acid in the sequence. The task was to develop a fully convolutional neural network that can determine if certain amino acid subgroups, known as motifs, resemble motifs also found in real protein sequences.
105+
This system could then be used as a first filter to determine if a thereotical protein has high changes to be synthesized."
106+
data-alt="This is an image with an amino acid distance matrix and the neural network output heatmap for same input image. Proteins are made up of a sequence of amino acids. This sequence also determines its 3D structure, which has further implications on its function. This 3D structure can be implicitly represented in a distance matrix for each animo acid in the sequence. The task was to develop a fully convolutional neural network that can determine if certain amino acid subgroups, known as motifs, resemble motifs also found in real protein sequences.
107+
This system could then be used as a first filter to determine if a thereotical protein has high changes to be synthesized.">
108+
<img src="/images/prev_projects/motif_image.jpg"></a>
103109
</div>
104110
</div>
105111
<hr>

0 commit comments

Comments
 (0)