Giter Site home page Giter Site logo

timelines's Introduction

Human Timelines

Setup & Installation

Make sure you have the latest version of Python installed.

git clone <repo-url>
pip install -r requirements.txt

Running The App

python main.py

Viewing The App

Go to http://127.0.0.1:5000

timelines's People

Contributors

markusrobertjonsson avatar

Watchers

James Cloos avatar  avatar

timelines's Issues

Add possibility to re-scale data to desired unit

Add possibility to re-scale data to desired unit. For example, if a dataset has unit kg and another tonnes, it should be possible to compare them with the same unit.

This can possibly be accomplished by adding a scaling feature for each dataset, either multiplying by any number, or re-scale from a hard-wired list of available units (for example mm, cm, dm, m, feet, km, miles, ...)

Investigate these archeological databases

GENERELLA INFRASTRUKTURER: Sidor som samlar ihop data från individuella repositorier och gör dom sökbara.

INTERNATIONELLA REPOSITORIER: Repositorier med internationellt fokus.

  • Open Context: Internationell repositorium med data från ung. 50 forskningsprojekt. Tar emot ny forskningsdata också.
    https://opencontext.org/
  • tDAR The Digital Archaeological Record: stor repositorium med forskningsdata men också annat forskningsmaterial. Amerikacentrerad men internationell. Tar emot data mot betalning.
    https://core.tdar.org/
  • Pandora: repositorium med datasets (uppdelad i olika ”communities”) mest i området bioarkeologi.
    https://pandora.earth/

NATIONELLA OCH LOKALA REPOSITORIER: Repositorier som framförallt har data från ett land eller en universitet.

TIDSKRIFTSANKNUTNA REPOSITORIER: Repositorier för forskningsdata relaterad till en specifik tidskriftspublikation.

  • Journal of Open Archaeology Dataverse: 5 datasets med anknytning till publikation i JOAD. Dataverse: inga specifika arkeologiska metadatafält.
    https://dataverse.harvard.edu/dataverse/joad
  • Edition Topoi: forskningsdata med anknytning till publikation i tyska Edition Topoi. Mycket bildmaterial men också 3D-modeller osv. Specifikt arkeologiska metadata i själva filbeskrivningar.
    http://repository.edition-topoi.org/

PROJEKTSPECIFIKA DATAKÄLLOR

Add possibility to make statistical analyses of timelines

Statistical and other analyses (Growth rates, combinations of series, segmented regression, inflection points, synchrony, autocorrelation (including Red, white, blue noise), process tracing tests, ….

See pdf-document ”Plan Human timelines”.

Y-axis limits don't automatically adjust for stacked charts except in the bottom chart

When adjusting the min and max limits on the time axis, the axis limits on the value axis should automatically adjust to fit all data within the zoomed time range. This doesn't work for stacked charts where the axis limits (on all charts except the bottom one) are set programmatically.

How-to-reproduce: Make a stacked charts plot with two quantitative data and change the time range with the scrollbar. Only the bottom chart's y-axis limits change, not the top.

Optional custom labels on time-axis

It should be possible to display optional custom labels on the time data points. A user may want to display "-1800" or "1800BC".    -

It should be possible to display optional custom labels between time data points. For example, a user may want to have "Bronze age" displayed between two time points.

If implemented, these labels should not be part of the timeline data stored in the database, but rather done "display settings" in the browser, just like colors of lines etc.

Add log scale

We should make it possible for the user to plot log-scale on the y-axis, but in the case of log-scale on the time-axis it is important what we mean by "time zero" (since nonpositive quantities cannot be plotted with log-scale). One way is to use Years Before Present, so that today (current year) is zero.

Add ui for chart settings

Add ui for chart settings, for example background color, x-limits, y-limits, line color, thickness, marker type, marker color, marker size, etc.

This should perhaps be one panel per chart, or maybe one panel that shows the settings for all plotted lines, regardless of chart they are present in.

Add possibility to view "Predefined datasets"

Add possibility to view a predefined dataset so that one can see Description and the values, etc. in the same way as for users datasets.

For timelines in a tree structure, consider the possibility to have description in a parent node.

Improve visualization of qualitative data

When the data values for qualitative data are long, they can easily overwrite each other in the plot as in this screenshot.
image

One way to solve this is to have one shorter version (possibly automatically truncated) of each string.

Another possibility is to display the different strings at different y-values (say evero other at y=1 and every other at y=2).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.