-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add content and references to about page
- Loading branch information
1 parent
2040819
commit 5004041
Showing
1 changed file
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
<template> | ||
<div class="container"> | ||
<h1>About Bakrep</h1> | ||
<h2>About Bakrep</h2> | ||
<p> | ||
BakRep is a searchable web repository for bacterial genomes and standardized characterizations. This interactive website will provide researchers with a flexible search engine to query the repository. Information regarding the website and the opportunity for technical issues and bug reports are provided via <a href="https://github.com/ag-computational-bio/bakrep-web/" target="_blank">GitHub</a>. | ||
</p> | ||
|
||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolor, porro. Debitis numquam unde fugit ut, molestias cumque quibusdam error fugiat vitae. Enim quam pariatur deserunt molestias maxime autem voluptatum omnis? | ||
Eius tenetur culpa tempore accusantium perspiciatis ullam voluptatibus vel facilis debitis alias quos dignissimos dolore, odio illum facere repellat nostrum id! Eius est maxime, eveniet aliquid alias accusantium ab dolorum? | ||
Quisquam cupiditate, dolor quae fuga architecto similique expedita blanditiis tempore et. Dolorum minus ex recusandae dolor fugiat laborum praesentium eum, magnam earum ipsum harum beatae distinctio, voluptatem assumenda iusto sunt. | ||
Distinctio ad iure eum officia sit sed, asperiores praesentium reprehenderit laudantium maiores tenetur recusandae, nemo sint! Voluptates ea enim accusamus vitae excepturi praesentium. Cupiditate facilis ducimus quo dolores laboriosam eum? | ||
Non temporibus ex enim maxime molestias, quidem rem cupiditate nemo! A aspernatur ut, aut praesentium repellat cum id. Vero soluta velit sapiente aliquam quas repudiandae iure atque fugiat vel ad? | ||
<p> | ||
The BakRep worflow conducted taxonomic classification, subtyping and annotation of the assemblies generated by Blackwell et al., 2021. Information regarding the workflow are provided via GitHub. | ||
</p> | ||
|
||
<p> | ||
General contact and questions: <a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
</div> | ||
</template> |