Code Monkey home page Code Monkey logo

citation's People

Contributors

alee avatar cpritcha avatar dependabot[bot] avatar dhruvilpatel avatar snyk-bot avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

citation's Issues

clean up export_data module

A few guidelines:

  1. avoid issuing Platform and Sponsor all queries for every publication
  2. couple header + row values better - currently they are in two distinct data structures that can very easily get out of sync and are difficult to maintain
  3. consider creating some kind of stateful class & improve the API between the header / row value generation
  4. use values_list(flat=True) instead of generating a tuple that you index
  5. replace get_attribute_values and generate_boolean_list with list comprehensions

simplify audit logs

store the entire object in the audit log before any destructive operation

  • perform diffs between objects
  • undo / redo is easier, just swap in the persisted object

add classification field for the repository

Come up with a taxonomy of terms:

journal
personal / project URL
Version Control Repository: github / bitbucket
Digital Repository: osf, figshare, zenodo, comses

add schema support + automatic classifier of Publications that assigns the field if it's not already set

real time statistics

add D3 visualizations for real-time interactive stats and scheduled static image generation

potential design: scheduled processes write from primary data to redis or other cache, D3 + VueJS frontend on the wagtail comses.net site dashboard to interact with the redis cache

  • graphs of the number of publications over the year
  • the percentage of model code available per year
  • most popular journals (plus % code availability)
  • most popular authors (plus % code availability)
  • bar charts models are described and code is archived.

clean up graphviz data module

Perform code review with Dhruvil and identify areas to improve.

The main goal is to design a coherent API + data structures + algorithms for generating and accessing the visualization data.

Things to note:

  • this should be independent of SearchQuerySet implementation details, which will go away when we move from django-haystack to elasticsearch
  • classes and methods are jumbled at the moment

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.