Skip to content

Commit 0ff23b0

Browse files
authored
Revert "Update team"
1 parent b7e3436 commit 0ff23b0

File tree

96 files changed

+1703
-442
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+1703
-442
lines changed

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
www.rnalab.ca
1+
biosyntax.org

_config.yml

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,26 @@
1-
title: RNAlab
2-
description: The Laboratory for RNA-Based Lifeforms
1+
title: bioSyntax
2+
description: Syntax Highlighting for Computational Biology
33
disqus_shortname:
44
reading_time: false
5-
words_per_minute: 120
5+
words_per_minute: 200
66
# Your site's domain goes here (eg: https://mmistakes.github.io, http://yourdomain.com, etc)
77
# When testing locally leave blank or use http://localhost:4000
8-
url: https://www.rnalab.ca
9-
enforce_ssl: rnalab.ca
8+
url: https://biosyntax.org
9+
enforce_ssl: biosyntax.org
1010
#url: localhost:4000
1111

1212
# Owner/author information
1313
owner:
14-
name: A. Babaian
14+
name: bioSyntax
1515
avatar: atcg.png
16-
bio: "The Laboratory for RNA-Based Lifeforms"
17-
18-
address: The Donnelly rm.610
19-
address2: 160 College St. Toronto.
20-
address3: M5S 3E1
16+
bio: "Syntax Highlighting for Computational Biology"
17+
2118
# Social networking links used in footer. Update and remove as you like.
22-
twitter: https://twitter.com/RNA_Life
23-
scholar: https://scholar.google.ca/citations?user=FCjKSWcAAAAJ
24-
github: ababaian
25-
focus: Research focus | Computational Virology & Molecular Genetics
19+
twitter:
20+
facebook:
21+
github: bioSyntax/bioSyntax
2622
version: v1.0.0
27-
28-
release:
23+
release: https://www.bioSyntax.org/release
2924
stackexchange:
3025
linkedin:
3126
instagram:
@@ -34,12 +29,6 @@ owner:
3429
# google plus id, include the '+', eg +mmistakes
3530
google_plus:
3631

37-
# Links
38-
link:
39-
resume: https://rRNA.ca
40-
mogen: https://moleculargenetics.utoronto.ca/
41-
donnelly: https://thedonnellycentre.utoronto.ca/
42-
4332
# Background image to be tiled on all pages
4433
background:
4534

@@ -50,7 +39,7 @@ google_verify:
5039
bing_verify:
5140

5241
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
53-
timezone: America/Toronto
42+
timezone: America/Vancouver
5443
future: true # publish future dated posts -- true, false (default)
5544
highlighter: rouge
5645
markdown: kramdown

_includes/footer.html

Lines changed: 8 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,11 @@
11
<!-- <span>&copy; {{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> using the <a href="https://mademistakes.com/work/hpstr-jekyll-theme/" rel="nofollow">HPSTR Theme</a>.</span> -->
22

3-
<style>
4-
* {
5-
box-sizing: border-box;
6-
}
7-
/* Create three equal columns that floats next to each other */
8-
.column {
9-
float: left;
10-
width: 20%;
11-
padding: 10px;
12-
height: 100px; /* Should be removed. Only for demonstration */
13-
}
14-
15-
/* Clear floats after the columns */
16-
.row:after {
17-
content: "";
18-
display: table;
19-
clear: both;
20-
}
21-
</style>
22-
23-
{% include navigation_banner.html %}
24-
253
<span>
26-
<div class="row">
27-
<div class="column">
28-
<!-- empty -->
29-
</div>
30-
<div class="column" style="background-color:#ddd;">
31-
<p>
32-
<a href="mailto:{{ site.owner.email }}">Contact RNAlab</a> <br>
33-
<a href="mailto:{{ site.owner.email }}"><i class="fa fa-fw fa-envelope"></i></a>
34-
<a href="{{ site.owner.twitter }}"><i class="fa fa-fw fa-twitter"></i></a>
35-
</p>
36-
37-
</div>
38-
<div class="column" style="background-color:#ccc;">
39-
<p>Member of <b><a href="{{ site.link.donnelly }}">The Donnelly</a></b><br>
40-
& <b><a href="{{ site.link.mogen }}">University of Toronto</a></b></p>
41-
</div>
42-
<div class="column" style="background-color:#ddd;">
43-
{{ site.owner.address }} <br>
44-
{{ site.owner.address2 }}<br>
45-
{{ site.owner.address3 }}
46-
</div>
47-
<div class="column">
48-
<!-- empty -->
49-
</div>
50-
</div>
51-
</span>
4+
<a href="mailto:{{ site.owner.email }}">Contact us: <i class="fa fa-fw fa-envelope"></i></a> &ensp;|&ensp;
5+
<a href="http://www.hackseq.com"><img src="{{ site.url }}/images/hackseq_project_tag.png"></a> &ensp;|&ensp;
6+
<a href="https://github.com/{{ site.owner.github }}">Source: <\></a>
7+
<!-- &ensp;|&ensp;
8+
github Star Button
9+
<iframe src="https://ghbtns.com/github-btn.html?user=bioSyntax&repo=bioSyntax&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" width="160px" height="30px" style="margin-bottom: -13px"></iframe>
10+
-->
11+
</span>

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<!-- HTTPS redirect for website -->
2424
<script type="text/javascript">
25-
var host = "";
25+
var host = "biosyntax.org";
2626
if ((host == window.location.host) && (window.location.protocol != "https:"))
2727
window.location.protocol = "https";
2828
</script>

_includes/navigation.html

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,45 @@
11
<nav id="dl-menu" class="dl-menuwrapper" role="navigation">
22
<button class="dl-trigger">Open Menu</button>
33
<ul class="dl-menu">
4-
<li><a href="{{ site.url }}/"><font face="Courier Bold" color="#CEDA27" >RNA</font><font face="Courier Bold" color="#FFFFFF">lab</font><font face="Courier" color="white">:</font></a></li>
5-
6-
<li><a href="{{ site.url }}/research">Research</a></li>
7-
8-
<li><a href="{{ site.url }}/team">Scientists</a></li>
9-
10-
<li><a href="{{ site.url }}/join">Join RNAlab</a></li>
11-
4+
<li><a href="{{ site.url }}/"><font face="Courier" color="#47FF19" >bio</font><font face="Courier" color="#FF0000">Syntax</font><font face="Courier" color="white">:</font></a></li>
5+
<li><a href="{{ site.url }}/install">Installing</a></li>
126
<li>
13-
<a href="#">Contact</a>
7+
<a href="#">Documentation</a>
148
<ul class="dl-submenu">
159
<li>
16-
<p><img src="{{ site.url }}/images/tRNA.gif" alt="{{ site.owner.name }}" class="author-photo"></p>
17-
<h4>A. Babaian</h4>
18-
<p>The Donnelly rm.610
19-
160 College St. Toronto.
20-
M5S 3E1
21-
</p>
10+
<p><a href="{{ site.url }}/man">Manual</a></p>
11+
<p><a href="{{ site.url }}/man#getting-started">Getting Started</a></p>
12+
<p><a href="{{ site.url }}/man#reading-data">Reading Data</a></p>
13+
<p><a href="{{ site.url }}/man#supported-file-formats">File Formats</a></p>
14+
<p><a href="{{ site.url }}/man#support">Support</a></p>
15+
<p><a href="{{ site.url }}/dev">Collaborating</a></p>
2216
</li>
17+
</ul><!-- /.dl-submenu -->
18+
</li>
19+
<li><a href="{{ site.url }}/screenshots">Screenshots</a></li>
20+
21+
<li>
22+
<a href="#">Developers</a>
23+
<ul class="dl-submenu">
2324
<li>
24-
<a href="{{ site.link.resume }}"><i class="fa fa-university"></i> eCV Site</a>
25+
<p><img src="{{ site.url }}/images/{{ site.owner.avatar }}" alt="{{ site.owner.name }}" class="author-photo"></p> <h4>Developers:</h4>
26+
<p><a href="https://github.com/ababaian">A.Babaian</a></p>
27+
<p><a href="https://github.com/ebedthan">A.Ebou</a></p>
28+
<p><a href="https://github.com/alyeffy">A.Fegen</a></p>
29+
<p><a href="https://github.com/lazypanda10117">J.Kam</a></p>
30+
<p><a href="https://github.com/fransilvion">G.Novakovskiy</a></p>
31+
<p><a href="https://github.com/liyao001">L.Yao</a></p>
32+
<p><a href="https://github.com/Jwong684">J.Wong</a></p>
2533
</li>
34+
<li>
35+
<a href="{{ site.url }}/dev"><span class="btn btn-inverse">Collaborate!</span></a>
2636
</li>
2737
{% if site.owner.github %}<li>
28-
<a href="https://github.com/{{ site.owner.github }}"><i class="fa fa-fw fa-github"></i> Github</a>
38+
<a href="https://github.com/{{ site.owner.github }}"><i class="fa fa-fw fa-github"></i> Source</a>
2939
</li>{% endif %}
3040
{% if site.owner.email %}<li>
31-
<a href="mailto:{{ site.owner.email }}"><i class="fa fa-fw fa-envelope"></i> Contact</a>
41+
<a href="mailto:{{ site.owner.email }}"><i class="fa fa-fw fa-envelope"></i> Contact Us</a>
3242
</li>{% endif %}
33-
<li>
34-
<a href="{{ site.url }}/research"><span class="btn btn-inverse">Collaborate!</span></a>
35-
</li>
3643
</ul><!-- /.dl-submenu -->
3744
</li>
3845
</nav><!-- /.dl-menuwrapper -->

_includes/navigation_banner.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

_layouts/page.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
</div><!-- /.entry-header -->
2222
{% endif %}
2323

24-
{% include navigation_banner.html %}
25-
2624
<div id="main" role="main">
2725
<article class="hentry">
2826
<header class="header-title">
@@ -38,6 +36,11 @@ <h1 class="entry-title">{{ page.title }}</h1>
3836
</header>
3937
<div class="entry-content">
4038
{{ content }}
39+
<footer class="entry-meta">
40+
{% if page.modified %}<span>Updated on <span class="entry-date date published updated"><time datetime="{{ page.modified }}">{{ page.modified | date: "%B %d, %Y" }}</time></span></span>
41+
<span class="author vcard"><span class="fn">{{ site.owner.name }}</span></span>{% endif %}
42+
{% if page.share != false %}{% include social-share.html %}{% endif %}
43+
</footer>
4144
</div><!-- /.entry-content -->
4245
{% if page.comments != false and site.disqus_shortname %}<section id="disqus_thread"></section><!-- /#disqus_thread -->{% endif %}
4346
</article>

_layouts/site-index.html

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,39 +17,31 @@
1717

1818
{% if page.image.feature %}
1919
<div class="entry-image">
20-
<img src="{{ site.url }}/images/bg/{{ page.image.feature }}" alt="{{ page.title }}">
20+
<img src="{{ site.url }}/images/{{ page.image.feature }}" alt="{{ page.title }}">
2121
</div><!-- /.entry-image -->
2222
{% endif %}
2323

2424
<div class="header-title">
2525
<div class="header-title-wrap">
26-
<b>
27-
<a style="text-align:center;font-family:Courier; font-weight: bold; color:#FFFFFF; font-size: 40px;">The Laboratory for <br></a>
28-
<a style="font-family:Courier; font-weight: bold; color:#ceda27; font-size: 60px;">RNA-Based Lifeforms</a>
29-
<a style="font-family:Courier; font-weight: bold; color:#FFFFFF; font-size: 60px;">:</a>
30-
<img src="{{ site.url }}/images/cursor.gif" style="height: 50px; margin-left: -10px; margin-bottom: 35px">
31-
</b>
26+
<b><a style="font-family:Courier; font-weight: bold; color:#47FF19; font-size: 60px;">bio</a>
27+
<a style="font-family:Courier; font-weight: bold; color:#FF0000; font-size: 60px;">Syntax</a
28+
><a style="font-family:Courier; font-weight: bold; color:#7a937f; font-size: 60px;">:</a>
29+
<img src="{{ site.url }}/images/cursor.gif" style="height: 50px; margin-left: -10px; margin-bottom: 35px"></b>
3230
<!-- <h2>{{ site.description }}</h2> -->
3331
</div><!-- /.header-title-wrap -->
3432
</div><!-- /.header-title -->
3533
</div><!-- /.entry-header -->
3634

3735
<!-- MAIN CONTENT -->
3836
<a style="display:inline-block; font-style: italic; color:#333333; line-height:0px;
39-
font-size: 14px;">&nbsp;&nbsp; {{ site.owner.focus }}</a>
37+
font-size: 14px;">&nbsp;&nbsp; {{ site.owner.version }}</a>
4038

4139
<div id="main" role="main">
42-
<!-- Lab Research -->
43-
<a href="{{ site.url }}/research"><span class="btn btn-danger">Research</span></a>
44-
<!-- Scientist Profiles -->
45-
<a href="{{ site.url }}/team"><span class="btn btn-warning">Scientists</span></a>
46-
<!-- Publications -->
47-
<a href="{{ site.url }}/lit"><span class="btn btn-info">Publications</span></a>
48-
<!-- Media -->
49-
<a href="{{ site.url }}/media"><span class="btn btn-info">Media</span></a>
50-
<!-- Join the RNAlab! -->
51-
<a href="{{ site.url }}/join"><span class="btn btn-success">Join the RNALab</span></a>
52-
40+
<a href="{{ site.owner.release }}"><span class="btn btn-danger">Download</span></a>
41+
<a href="{{ site.url }}/install"><span class="btn btn-warning">Install</span></a>
42+
<a href="{{ site.url }}/man"><span class="btn btn-success">Documentation</span></a>
43+
<a href="{{ site.url }}/screenshots"><span class="btn btn-info">Screenshots</span></a>
44+
<a href="https://github.com/{{ site.owner.github }}"><span class="btn btn-info">View Source</span></a>
5345
{{ content }}
5446
</div><!-- /#main -->
5547

_posts/2017-12-01-index_post.md

Lines changed: 45 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,65 @@
22
layout: post
33
---
44

5-
The Laboratory for RNA-Based Lifeforms (<b>RNAlab</b>) @ University of Toronto is a combined <i>Computational</i> and <i>Molecular</i> research team. Our passion is in understanding the interplay between RNA elements and Genetics. The primary domain where we interrogate this question is through the exploration of the vast evolution and biodiversity of <b>Earth's RNA viruses<b>. <br>
5+
## Syntax Highlighting for Computational Biology.
66

7+
Our goal is to make data intuitive for scientists and help you navigate and comprehend its significance. Currently supporting `.sam`, `.vcf`, `.fasta`, `.fastq`, `.gtf`, `.bed`, `.pdb`, `.cwl`, [& more formats](https://biosyntax.org/man#supported-file-formats).
78

8-
## Our Work
9+
<div style="text-align:center">
10+
<script src="https://asciinema.org/a/153567.js" id="asciicast-153567" async></script>
11+
</div>
912

10-
### Serratus: Foundations for a *Planetary-Scale Virus Surveillance Network*
13+
<!--[<img src="http://biosyntax.org/images/sam-less-2.gif">](images/screens/sam-less.png)
14+
-->
1115

12-
<iframe width="560" height="315" src="https://www.youtube.com/embed/ckulYdtTEa0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
16+
### [Tell us how bioSyntax can develop to help your workflow. (Survey ~5m)](https://goo.gl/forms/YO89fEPw71JpH3Ac2)
1317

14-
DNA and RNA sequencing data is growing exponentially, outpacing Moore’s Law. Currently, public databases contain 60+ million gigabytes (60 petabytes) of sequencing data from 10+ million samples, and this doubles every 18 months. Samples range from cancer cells in a lab at UofT, to anal swabs of penguins in Antarctica and everything in-between. Along with what researchers intended to study, sequences from the viruses can also be captured, yet go unanalyzed.
18+
### [INSTALL bioSyntax](install)
1519

16-
At most 0.1% of Earth’s viruses have been identified, so to characterize the full diversity of the viruses on Earth, we develop computing algorithms and techniques to analyze sequencing data at the <b>petabyte-scale</b>. In effect, we recycle billions of dollars of data to drive biological discovery. Recently, in one 11-day analysis we discovered 130,000+ new species of RNA viruses, nearly 10x more than were previously known (including nine new species of surprising Coronaviruses). Moving forward we are developing a system to monitor this global-stream of sequencing data to identify where and when pathogens of pandemic potential show up. It is better that we find them, before they find us.
20+
### Usage
1721

18-
------------------------------------------------------------------------------
22+
bioSyntax integrates seamlessly with **vim**, **less**, **gedit**, & **sublime** to automatically recognize [your favorite biological file formats](man#supported-file-formats). To gain the most insight from your data, read our brief [bioSyntax Manual](man).
23+
24+
Large data can also be directly piped into **less** with `sam-less`, `vcf-less`, ..., `xyz-less` commands.
25+
26+
![Example less command](images/sam-less_command.gif)
1927

20-
## News
28+
&nbsp;
2129

22-
#### 2023-05-05 - RNA virus / Viroid Hybrid Publication
30+
### Collaborate
2331

24-
[Hybrids of RNA viruses and viroid-like elements replicate in fungi](https://www.nature.com/articles/s41467-023-38301-2). We massively (+20,000 species) expand the universe of viroid-like agents, including the characterization of a Viroid-like RNA virus (or RNA virus-like Viroid) hybrid infectious agent. This work joins two kingdoms of infectious agents, and offers insights into how primordial viruses may have arisen.
32+
We're actively developing bioSyntax; we'd love to hear your comments, feedback and suggestions for further development. [Drop us a line on github](https://github.com/bioSyntax/bioSyntax/issues) or [email](mailto:[email protected]).
33+
34+
If you'd like to help out, have intimate understanding of a scientific data-type, or are looking for a fun design / optimization problem check the [development page](dev).
35+
36+
------------------------------------------------------------------------------
2537

26-
#### 2023-05-01 - Summer intake & awards
38+
## Updates
2739

28-
The RNAlab is booting up. Welcome Declan, Aiden*, and Jawad* (research assistants); as well as Luke and Alex (engineers) to the lab! * : Recieved UROP awards.
40+
#### 2018-08-22 - bioSyntax publication
41+
- Our manuscript has been accepted for [publication in BMC Bioinformatics](https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-018-2315-y)
2942

43+
#### 2018-08-13 - bioSyntax v1.0 Release
3044

31-
#### 2023-01-10 - Research Symbiont Award 2022
45+
- Syntax highlighting for FASTA, FASTQ, CWL, BED, GTF, PDB, PML, SAM, VCF file formats
46+
- Available for: `less`, `vim`, `gedit`, `sublime` and `VScode`
47+
- Updated installer script + packaged documentation
48+
- Welcome Dylan Aissi + Li Yao on as developers
3249

33-
Artem/Serratus has been [awarded](https://twitter.com/jbrianbyrd/status/1614433561079062531) the coveted 2023 [Research Symbiont Award](https://researchsymbionts.org/) for outstanding data-sharing resulting in a substantial impact on human health.
50+
#### 2018-04-11 - bioSyntax v0.1-beta4 + Development Survey
51+
- We're working on a [user experience survey](https://goo.gl/forms/YO89fEPw71JpH3Ac2) to focus development.
52+
- New Syntax `vim-nexus`
53+
- New Syntax `vim-pml` & `sublime-pml`(Pymol Script Language)
54+
- New Syntax `cwl-sublime` and `cwl-vim` (Common Workflow Language)
55+
- Add `bam-less` alias for `sam-less` by default
56+
- Removed `sudo` requirements for linux-gedit & linux-less installations
57+
- Alternative Syntax: `vim_fasta-ORF`: Syntax for finding and highlighting Open Reading Frames
3458

35-
#### 2022-10-22 - Founding of RNAlab
59+
#### Thanks to
60+
- [Luis Carvalho](https://vim.sourceforge.io/scripts/script.php?script_id=964) for `vim-nexus`
61+
- @manabuishii for `cwl-sublime` and `cwl-vim`
62+
- @speleo3 for `vim-pml` & @bbarad for `sublime-pml`
3663

37-
The *Laboratory for RNA-Based Lifeforms* is officially opening it's doors in The Donnelly Centre for Cellular + Biomolecular Research at the University of Toronto.
64+
#### Past releases
65+
- [bioSyntax Publication](https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-018-2315-y)
66+
- [Release History](https://github.com/bioSyntax/bioSyntax/releases)

_sass/_page.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,8 @@ header .entry-meta {
274274
#page {
275275

276276
.entry-content {
277-
box-sizing: content-box;
278277
margin: 40px 2px 20px 2px;
279-
padding: 32px 16px;
278+
padding: 10px 15px;
280279
background-color: #fff;
281280
box-shadow: 0 0 0 0, 0 6px 12px rgba(#000,0.1);
282281
border-radius: 3px;
@@ -288,9 +287,9 @@ header .entry-meta {
288287
}
289288

290289
@media #{$large} {
291-
max-width: 960px;
290+
max-width: 800px;
292291
margin: 50px auto 30px auto;
293-
padding: 50px 80px 20px 80px;
292+
padding: 50px 80px;
294293

295294
> p:first-child {
296295
@include font-size(20);

alt/vim_Fasta-ORF.png

103 KB
Loading

0 commit comments

Comments
 (0)