Skip to content

Commit

Permalink
deploy: 1968c4e
Browse files Browse the repository at this point in the history
  • Loading branch information
sriram98v committed Sep 27, 2023
1 parent 493a10a commit 07d6225
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 5 deletions.
1 change: 1 addition & 0 deletions assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ html,body{
.flex-between{justify-content: space-between;}
.flex-end{justify-content: end;}
.flex-center{justify-content: center;}
.flex-right{justify-content: right;}
.header-margin{margin-top: 8rem;}
.scroll-offset{scroll-margin-top: 8rem;}

Expand Down
Binary file added assets/images/projects/pd_stats.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/projects/smarthisto.jpg
Binary file not shown.
Binary file added assets/images/projects/smarthisto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ <h2>About Us</h2>
</div>

</main>

<footer class="flex flex-right">
<p class="h6">Website designed by <a href="https://sriram98v.github.io/cv/">Sriram Vijendran</a> ©Copyright 2050 by nobody. All rights reversed.</p>
</footer>

<script src="/assets/js/particles.js" ></script>
<script src="/assets/js/app.js" ></script>
Expand Down
22 changes: 20 additions & 2 deletions projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,30 @@ <h2>Projects</h2>
<div class="card-title h3">MetaOmGraph</div>
</div>
<div class="card-body">
MetaOmGraph (MOG) is a Java software to interactively explore and visualize large datasets.MOG is user-centered software, designed for all types of data, but specialized for expression data. It combines the ability to analyze very large data sets in real time with metadata analysis, statistical analysis, list-making, and graphing capabilities.
MetaOmGraph (MOG) is a Java software to interactively explore and visualize large datasets. MOG is user-centered software, designed for all types of data, but specialized for expression data. It combines the ability to analyze very large data sets in real time with metadata analysis, statistical analysis, list-making, and graphing capabilities.
</div>
<div class="card-footer">
<a href="https://github.com/eswlab/MetaOmGraph" class="btn btn-primary">GitHub</a>
</div>
</div>
</div>
<div class="card">
<div class="card-image float-left">
<img src="/assets/images/projects/pd_stats.jpeg" class="img-w-responsive">
</div>
<div class="card-content">
<div class="card-header">
<div class="card-title h3">PD Stats</div>
</div>
<div class="card-body">
PD Stats is a project designed with algorithms to compute Phylogenetic Diversity (PD) Statistics - Minimum, Maximum, Average, Variance on a phylogenetic tree.
</div>
<div class="card-footer">
<a href="https://github.com/flu-crew/PD_stats" class="btn btn-primary">GitHub</a>
</div>
</div>
</div>
<div class="card">
<div class="card-image float-left">
<img src="/assets/images/projects/iGTP.png" class="img-w-responsive">
</div>
Expand Down Expand Up @@ -108,7 +124,9 @@ <h2>Projects</h2>
</div>

</main>

<footer class="flex flex-right">
<p class="h6">Website designed by <a href="https://sriram98v.github.io/cv/">Sriram Vijendran</a> ©Copyright 2050 by nobody. All rights reversed.</p>
</footer>

<script src="/assets/js/particles.js" ></script>
<script src="/assets/js/app.js" ></script>
Expand Down
20 changes: 19 additions & 1 deletion publications/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,22 @@ <h2>Publications</h2>
<div class="card">
<div class="card-content">
<div class="card-header">
<div class="card-title h5">Phylogenetic diversity statistics for all clades in a phylogeny</div>
</div>
<div class="card-body">
<p class="gray">
Grover, Siddhant; Markin, Alexey; Anderson, Tavis K; Eulenstein, Oliver;
</p>
<p class="gray">Bioinformatics, 39, Supplement 1, i177--i184, 2023</p>
</div>
<div class="card-footer">
<a href="https://doi.org/10.1093/bioinformatics/btad263" class="btn btn-primary">Paper</a>
</div>
</div>
</div>
<div class="card">
<div class="card-content">
<div class="card-header">
<div class="card-title h5">The Asymmetric Cluster Affinity Cost</div>
</div>
<div class="card-body">
Expand Down Expand Up @@ -1800,7 +1816,9 @@ <h2>Publications</h2>
</div>

</main>

<footer class="flex flex-right">
<p class="h6">Website designed by <a href="https://sriram98v.github.io/cv/">Sriram Vijendran</a> ©Copyright 2050 by nobody. All rights reversed.</p>
</footer>

<script src="/assets/js/particles.js" ></script>
<script src="/assets/js/app.js" ></script>
Expand Down
4 changes: 3 additions & 1 deletion team/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,9 @@ <h3 id="colab" style="scroll-offset">Colaborators</h3>
</div>

</main>

<footer class="flex flex-right">
<p class="h6">Website designed by <a href="https://sriram98v.github.io/cv/">Sriram Vijendran</a> ©Copyright 2050 by nobody. All rights reversed.</p>
</footer>

<script src="/assets/js/particles.js" ></script>
<script src="/assets/js/app.js" ></script>
Expand Down

0 comments on commit 07d6225

Please sign in to comment.