-
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.
Merge pull request #1 from laminlabs/v010
🔖 Version 0.1.0
- Loading branch information
Showing
4 changed files
with
68 additions
and
2 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,2 +1,5 @@ | ||
# lamin-doc | ||
Lamin's documentation as served on https://lamin.ai. | ||
# Lamin Profile | ||
|
||
Lamin Lab's profile as served on https://lamin.ai. | ||
|
||
This documents all public pages excluding the Lamin Blog and documentation of software. |
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# About | ||
|
||
## Why | ||
|
||
We build the tools we wish we had. | ||
|
||
We want to make data & analysis management for computational biology a lot more pleasant, robust and effective. | ||
|
||
We think this will enable biology more generally -- also for wet labs.[^1] | ||
|
||
[^1]: Our vision is an integrated learning platform for R&D, including a workspace for the dry lab. 😅 | ||
|
||
## What | ||
|
||
Currently, we spend most of our time developing [open source tools](/products) in private beta. | ||
|
||
With a smaller fraction of time, we consult biotech companies on building their data & compute platforms. | ||
|
||
Eventually, we want to introduce a priced tier on top of open-source functionality. | ||
|
||
## Team | ||
|
||
We're a core team of 2 people: | ||
|
||
- [Sunny Sun](https://linkedin.com/in/sunnyosun): Biology across the dry and wet lab since 2012. Focus on genome engineering & cell biology in health & disease. | ||
- [Alex Wolf](https://falexwolf.me): Scientific computing & software since 2009. Created Scanpy & led build-up of a compute platform for drug discovery. | ||
|
||
If you're interested in joining or collaborating, please reach out via LinkedIn! | ||
|
||
## History | ||
|
||
We started to write code for Lamin Labs in April 2022. |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Data management for computational biology | ||
|
||
<div class="px-4 py-5 my-5 text-center"> | ||
<h2 class="display-5 fw-bold">Data management for computational biology</h2> | ||
<div class="col-lg-7 mx-auto"> | ||
<p class="lead"></p> | ||
</div> | ||
<a class="login-button lead my-2" href="/login">Log in</a> | ||
</div> | ||
|
||
<div class="py-5 my-5"><div> | ||
|
||
```{toctree} | ||
:hidden: true | ||
:maxdepth: 1 | ||
products | ||
blog | ||
about | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Products | ||
|
||
We're working on 3 open-source packages in private beta. If you'd like to test them, please reach out via LinkedIn! | ||
|
||
- [bionty](/bionty/): Manage biological entities. | ||
- [lamindb](/lamindb/): Manage _files_. | ||
- [nbproject](/nbproject/): Manage Jupyter notebooks. |