Skip to content

Commit

Permalink
added ismb pub, and corresponding github
Browse files Browse the repository at this point in the history
  • Loading branch information
sriram98v committed Sep 27, 2023
1 parent 89c13aa commit 1968c4e
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 15 deletions.
30 changes: 18 additions & 12 deletions _data/projects.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
{
"projects": [
{
"name": "MetaOmGraph",
"photo": "/assets/images/projects/MOG.png",
"github": "https://github.com/eswlab/MetaOmGraph",
"about": "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."
},
{
"name": "iGTP",
"photo": "/assets/images/projects/iGTP.png",
"github": "https://github.com/CompBioTeam/iGTP",
"about": "iGTP is a software package for phylogenetic analyses using gene tree parsimony (GTP)."
}
{
"name": "MetaOmGraph",
"photo": "/assets/images/projects/MOG.png",
"github": "https://github.com/eswlab/MetaOmGraph",
"about": "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."
},
{
"name": "PD Stats",
"photo": "/assets/images/projects/pd_stats.jpeg",
"github": "https://github.com/flu-crew/PD_stats",
"about": "PD Stats is a project designed with algorithms to compute Phylogenetic Diversity (PD) Statistics - Minimum, Maximum, Average, Variance on a phylogenetic tree."
},
{
"name": "iGTP",
"photo": "/assets/images/projects/iGTP.png",
"github": "https://github.com/CompBioTeam/iGTP",
"about": "iGTP is a software package for phylogenetic analyses using gene tree parsimony (GTP)."
}
]
}

Expand Down
29 changes: 29 additions & 0 deletions _data/pubs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,35 @@
"records": 105
},
"records": [
{
"type": "article",
"id": "10.1093/bioinformatics/btad263",
"citekey": "10.1093/bioinformatics/btad263",
"title": "Phylogenetic diversity statistics for all clades in a phylogeny",
"year": "2023",
"author": [
{
"name": "Grover, Siddhant"
},
{
"name": "Markin, Alexey"
},
{
"name": "Anderson, Tavis K"
},
{
"name": "Eulenstein, Oliver"
}
],
"journal": {
"name": "Bioinformatics",
"volume": "39",
"number": "Supplement 1",
"pages": "i177--i184"
},
"link": "https://doi.org/10.1093/bioinformatics/btad263",
"booktitle": ""
},
{
"type": "article",
"id": "10.1007/978-3-031-36911-7_9",
Expand Down
4 changes: 2 additions & 2 deletions _includes/footer.njk
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<footer>
<p>©Copyright 2050 by nobody. All rights reversed.</p>
<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>
2 changes: 1 addition & 1 deletion _includes/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ title: Hello World
</div>

</main>
{# {% include "footer.njk" %} #}
{% include "footer.njk" %}

<script src="{{ '/assets/js/particles.js' | url }}" ></script>
<script src="{{ '/assets/js/app.js' | url }}" ></script>
Expand Down
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.

0 comments on commit 1968c4e

Please sign in to comment.