Skip to content

Commit

Permalink
remove pinjs and pagedtablejs
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi authored Dec 9, 2020
1 parent 8ba96db commit d49cba7
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


<!doctype html>
<html lang=en-us>
<head>
Expand Down Expand Up @@ -46,6 +48,9 @@
margin-top: -2px;
margin-left: 2px;
}
.project {
max-width: 300px;
}
</style>
</head>
<body>
Expand All @@ -60,25 +65,13 @@
</nav>
<h1>mlverse: Open source libraries to scale Data Science</h1>
<div class="container" style="width: 60%">
<div class="row">
<a href="https://torch.mlverse.org">
<div class="row" style="justify-content: center">
<a class="project" href="https://torch.mlverse.org">
<div class="column">
<h2>torch</h2>
R machine learning framework based on PyTorch, provides GPU acceleration and a neural networks library.
</div>
</a>
<a href="https://github.com/mlverse/pins">
<div class="column">
<h2>pins</h2>
Python, JavaScript and R library to cache, discover and share datasets.
</div>
</a>
<a href="https://mlverse.github.io/pagedtablejs">
<div class="column">
<h2>pagedtable</h2>
JavaScript data table for Data Science, supports paging over rows and columns.
</div>
</a>
</div>
</div>
<footer class="footer">
Expand Down Expand Up @@ -128,4 +121,4 @@ <h2>pagedtable</h2>
</section>
</footer>
</body>
</html>
</html>

0 comments on commit d49cba7

Please sign in to comment.