diff options
| -rw-r--r-- | scraper/client/paper/paper.css | 3 | ||||
| -rw-r--r-- | todo.md | 17 |
2 files changed, 19 insertions, 1 deletions
diff --git a/scraper/client/paper/paper.css b/scraper/client/paper/paper.css index 302eceb0..9bb684ff 100644 --- a/scraper/client/paper/paper.css +++ b/scraper/client/paper/paper.css @@ -24,7 +24,8 @@ .citations li { list-style-type: none; margin: 0; - padding-bottom: 20px; + padding: 20px; + margin-bottom: 30px; border:1px solid #ccc; } .citations h3{ @@ -13,6 +13,7 @@ - AH: render one head from each activate dataset - JL: add "Name \n Dataset Name" below head? and make linkable to dataset? - change animation to be only colored vertices <---> colored landmarks +- add scripted slow-slow-zoom out effect ## Datasets Index @@ -50,6 +51,22 @@ - on hold until closer to FT launch date +## Verifications for FT Launch: + +(but need to add additional S2 Queries) + +- [x] Brainwash +- [x] Duke MTMC +- [x] UCCS +- [ ] IJB-C (and IJB-A/B?) +- [ ] MSCeleb +- [ ] HRT Transgender + +Questions: + +- same S2 IDs conflict when appearing in multiple papers (maybe need to combine dataset key column with S2 id for GET/PUT?) +- <https://verify.megapixels.cc/paper/msceleb/verify/e83fb7d5510f777048abb2015456e60b1d5eaa65> appears in both msceleb and uccs <https://verify.megapixels.cc/paper/uccs/verify/e83fb7d5510f777048abb2015456e60b1d5eaa65> + ## Datasets for FT Launch: |
