Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] visualisation over time #7

Open
foobar0112 opened this issue Apr 9, 2018 · 4 comments
Open

[feature request] visualisation over time #7

foobar0112 opened this issue Apr 9, 2018 · 4 comments

Comments

@foobar0112
Copy link

It would interesting to see the landscape evolving over time. Is there already any approach like this?
One possible solution might be to just use the pre-computed maps, if they got stored… (?)
Or creating an animation with maps as "frames", which are generated ignoring the lest N moths or so…

@rknegjens
Copy link
Member

That would indeed be cool. We do store the map locations, so in principle it's possible. In the past we've played with showing the map for different years. One problem is that we use tiles to render the map, so one (static) map already uses lots of diskspace. Probably the way to go is to dynamically render the map client side for high zoom levels, and only generate map tiles for low zoom e.g. when > 10k papers are showing at once.

@foobar0112
Copy link
Author

That sound's reasonable. Initially it might be sufficient to render a non-interactive animation on a low overview-like zoom level, I think.

I would like to do that. Can you provide this data? Or do I find all the required code in the repo(s) to render the maps on suitable zoom lvl on my own?

Using your stored history of map locations (Do you mean the location like the "geo"-position of every article?) would result in an visualisation of 2013 until now, as far as I understand. But filtering the articles by there date of publication and generating maps for e.g. every year would be interesting as well.

@rknegjens
Copy link
Member

You're right that we've only stored daily map locations from 2013 onwards. When we generated maps for each year (1991 to present) we ran a separate map generation for each year e.g. 1991 - 2007 for the 2007 map etc.

In principle the data and code to do this is available online. The map generation software is available in paperscape-backend repo, and the citation data in paperscape-data in csv format.

@sdbadger
Copy link

Hello. Interesting to see this was already discussed - I was just looking into the same possibility. Unfortunately my coding skills are not great and I had some compilation issues related to mysql. In case there were any developments regarding time evolution maps let me know!

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

No branches or pull requests

3 participants