Skip to content

Commit

Permalink
zenodo upd
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Sep 9, 2020
1 parent 5a4fe71 commit f0abd07
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
1 change: 1 addition & 0 deletions README.md
@@ -1,6 +1,7 @@
# The PhD repo

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/luizirber/phd/master)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4012667.svg)](https://doi.org/10.5281/zenodo.4012667)

## Qualifying Exam

Expand Down
23 changes: 11 additions & 12 deletions thesis/01-scaled.Rmd
Expand Up @@ -276,6 +276,16 @@ picked by the Scaled MinHash approach.
- CTB: include poisson statistics and plot of how many windows are missed (from charcoal stats)
-->

## Conclusion and Future Work

<!-- TODO
- CTB 2-3 paragraphs
- our hashing approach is simple to implement, simple to analyze.
- has some upsides - no need to reindex. summarize comparison with other techniques briefly.
- Has some drawbacks, summarize briefly.
- Building software ecosystem to allow practical application in many ways - gather, indices, etc. Discussed in following chapters.
-->

## Implementation

### smol
Expand Down Expand Up @@ -358,18 +368,7 @@ The analysis is contained in a Jupyter Notebook,
and can be executed in any place where it is supported,
including in a local installation or using Binder,
a service that deploy a live Jupyter environment in cloud instances.
Instructions are available at https://github.com/luizirber/phd
<!-- TODO: replace with zenodo archival DOI -->
Instructions are available at https://doi.org/10.5281/zenodo.4012667

<!-- TODO: related work section? It's sort of covered with cmash and mash screen
already -->

## Conclusion and Future Work

<!-- TODO
- CTB 2-3 paragraphs
- our hashing approach is simple to implement, simple to analyze.
- has some upsides - no need to reindex. summarize comparison with other techniques briefly.
- Has some drawbacks, summarize briefly.
- Building software ecosystem to allow practical application in many ways - gather, indices, etc. Discussed in following chapters.
-->
3 changes: 1 addition & 2 deletions thesis/03-gather.Rmd
Expand Up @@ -412,5 +412,4 @@ The analysis is contained in a Jupyter Notebook,
and can be executed in any place where it is supported,
including in a local installation or using Binder,
a service that deploy a live Jupyter environment in cloud instances.
Instructions are available at https://github.com/luizirber/2020-cami
<!-- TODO: replace with zenodo archival DOI -->
Instructions are available at https://doi.org/10.5281/zenodo.4012667

0 comments on commit f0abd07

Please sign in to comment.