Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

arXiv #2

Open
9 of 12 tasks
davidar opened this issue Aug 25, 2015 · 29 comments
Open
9 of 12 tasks

arXiv #2

davidar opened this issue Aug 25, 2015 · 29 comments
Assignees
Labels

Comments

@davidar
Copy link
Collaborator

davidar commented Aug 25, 2015

TL;DR: Click here.

@davidar davidar self-assigned this Aug 25, 2015
@jbenet
Copy link
Contributor

jbenet commented Aug 28, 2015

👏 👏 👏 👏 @davidar on mirroring the CC part of arxiv on IPFS.

@rht
Copy link

rht commented Sep 15, 2015

Don't have enough network+storage bandwidth to do this, but wish to cat the source archives https://gateway.ipfs.io/ipfs/QmPFiQcfUPr9DYTJ7MPzY9ixxWkfK1oqQQEmQHS1zeD5PP and then process it to get the most used operators 1-gram / var names.

e.g. with 50 sources (from 1 field):

1. { 15425 590.54%
2. _ 9059 346.82%
3. ^ 7225 276.61%
4. - 4081 156.24%
5. + 3019 115.58%
6. = 2612 100.00%
7. \frac 1757 67.27%
8. \mu 1485 56.85%
9. \partial 1295 49.58%
10. \bar 1290 49.39%

If brevity of a notation comes with usage.

@davidar
Copy link
Collaborator Author

davidar commented Sep 15, 2015

@rht what I'd really love to do is http://latexsearch.com

But more generally, running computations on large distributed datasets is an interesting problem. IPMR (map reduce) anyone? It would be cool if you could pay nodes (bitcoin?) to run some sandboxed code over their local blockstore and publish the results back to the ipfs network. @jbenet have you had any thoughts on this topic?

@davidar
Copy link
Collaborator Author

davidar commented Sep 15, 2015

@rht Also, if you could give me the script to do this I'd be happy to run it on pollux

@rht
Copy link

rht commented Sep 15, 2015

(on latexsearch : it is too crude. it's like searching through latex "bytecodes" instead of the formulas it represent)

I will put the script here after I have modified it to walk through several files.
Currently it is https://ipfs.io/ipfs/QmQtLp5BxYVgo6miYz3EUAaoP32eqUcW6G8ywsiMxGB5vT

@davidar
Copy link
Collaborator Author

davidar commented Sep 15, 2015

rht: I guess my interest is more academic, as in, has anybody written anything about this expression I've just derived?

Also, would be really cool to finalise this issue soon (and publicise it a little bit). @whyrusleeping what's the best way to proceed with adding lots of small files at the moment? Edit: use the tar adder? Are you able to do something like ipfs cat /ipfs/hash/archive.tar/foo/bar.txt?

Edit: and also do cool stuff with it to showcase the benefits of publishing with a creative commons license. CC-BY-SA is really the embodiment of the scientific social contract

@rht
Copy link

rht commented Sep 15, 2015

But it would be better if there are specifiers e.g. if the expression is vectorized, approximate/exact, etc.

https://ipfs.io/ipfs/QmcH6av29y7fXBqifmEMU54vVuMYjpBFBdcQsDkWZK8Hbi should work with python parselatex.py dirname.
Also wanted to know how long it takes to traverse the entire CC arxiv.

@davidar
Copy link
Collaborator Author

davidar commented Sep 15, 2015

@rht definitely, and that's exactly why an open source version of LaTeX search would be better ☺

@davidar
Copy link
Collaborator Author

davidar commented Sep 15, 2015

@rht https://ipfs.io/ipfs/QmeFkmYSPhn33hzEHxxqtvDNxHorW93iZFFMgZDQKrfeH4

real 6m24.104s
user 3m34.448s
sys 1m14.448s

@jbenet
Copy link
Contributor

jbenet commented Sep 15, 2015

We should get @rht access on pollux -- @rht what's your ssh pubkey? 


Sent from Mailbox

On Tue, Sep 15, 2015 at 6:13 AM, David A Roberts notifications@github.com
wrote:

@rht https://ipfs.io/ipfs/QmeFkmYSPhn33hzEHxxqtvDNxHorW93iZFFMgZDQKrfeH4

real 6m24.104s
user 3m34.448s

sys 1m14.448s

Reply to this email directly or view it on GitHub:
#2 (comment)

@rht
Copy link

rht commented Sep 15, 2015

That's too fast!

This would have taken ages if I were to do it by myself (or if anyone had done this before).

It appears that

  • \sum / \int (map-reduce of +) is the most used operator (\partial doesn't count because it appears 3 or 4 times in a line). This could have been matmul, but unfortunately this is implicit in latex.
  • \alpha is actually being used more than \mu.
  • \rangle happens more often than \psi (by a small margin)

@rht
Copy link

rht commented Sep 15, 2015

@jbenet https://api.github.com/users/rht/keys, the one with id 12491781, as @lgierth suggested.

@whyrusleeping
Copy link
Contributor

@davidar the IPMR thing sounds like it could be accomplished with ethereum and ipfs.

@whyrusleeping
Copy link
Contributor

@whyrusleeping what's the best way to proceed with adding lots of small files at the moment? Edit: use the tar adder? Are you able to do something like ipfs cat /ipfs/hash/archive.tar/foo/bar.txt?

The most reliable way is going to be to add the content offline. Even the tar add command will hit the file descriptor issue :/

@ghost
Copy link

ghost commented Sep 15, 2015

We should get @rht access on pollux

Will take care of it this sprint: ipfs/infra#87

@jbenet
Copy link
Contributor

jbenet commented Sep 15, 2015

it would be cool if you could pay nodes (bitcoin?) to run some sandboxed code over their local blockstore and publish the results back to the ipfs network. @jbenet have you had any thoughts on this topic?

that's like phase 3 of the IPPlan. (we're in phase 1). we could run some experiments now with this. it shouldn't be too hard.

@davidar
Copy link
Collaborator Author

davidar commented Sep 16, 2015

The most reliable way is going to be to add the content offline. Even the tar add command will hit the file descriptor issue :/

@whyrusleeping I am, still too slow :(

Re ethereum, can you elaborate? I've played with it a little bit, and it seems incapable of doing any kind of interesting computation before heat death of the universe...

@jbenet cool! What's phase 2?

@davidar
Copy link
Collaborator Author

davidar commented Sep 20, 2015

There's still a little bit of work that needs to be done, but I'm going to go ahead and call this the first complete (pdf+src+metadata) release of the arXiv archive:

https://ipfs.io/ipfs/QmfXH9XtP7xmoTH8WAp4HNSduqWMwLTH8B8TvbTkdgzNAa

🎈 🎆

@jbenet
Copy link
Contributor

jbenet commented Sep 23, 2015

🌟 🌠 🎈 👍

@NDuma
Copy link

NDuma commented Jan 25, 2016

Link to GitHub via GitXiv.com

@davidar
Copy link
Collaborator Author

davidar commented Jan 26, 2016

@NDuma GitXiv looks really cool, thanks! cc @samim23 @mekarpeles

@rht
Copy link

rht commented Jan 16, 2017

@davidar Request for reproducible build script. The spec for the package metadata (which includes the build process) should be achievable at 25 GB-scale (~ one server-node) regardless of the complication for many server-nodes case.

@davidar
Copy link
Collaborator Author

davidar commented Jan 16, 2017

@rht I'm not sure there is a script (yet), it was mostly a (semi-)manual process... :/

@rht
Copy link

rht commented Jan 16, 2017

I see. I have re-created the scholarpedia.org archive in a local branch, since this is ~1GB, fits within one node of a computer. I wasn't able to find the example _Metadata.json from @eminence since it looks like the content has been gc-ed.

@leerspace
Copy link
Contributor

leerspace commented Mar 11, 2017

The hash for this on archives.ipfs.io (/ipfs/QmfXH9XtP7xmoTH8WAp4HNSduqWMwLTH8B8TvbTkdgzNAa) seems to have become unavailable. If anyone still has a copy I can pin it to my node which I plan to keep running indefinitely.

@whyrusleeping
Copy link
Contributor

I may have a copy on my NAS box which is currently in a storage unit (Recently moved). If nobody comes forth with another copy in the next couple months, i'll venture out to get it and plug it into a fat pipe

@NDuma NDuma mentioned this issue Apr 13, 2017
@razum2um
Copy link

Seems like QmfXH9XtP7xmoTH8WAp4HNSduqWMwLTH8B8TvbTkdgzNAa is still unavailable, isn't it?

@Stebalien
Copy link
Contributor

I've managed to find a piece of it. I'm going to see if I can find any more.

@razum2um
Copy link

@Stebalien 18.91 MiB? yep, got it and nothing more for days

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

9 participants