Git Product home page Git Product logo

litexplor's People

Contributors

mosswg avatar ransomts avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

litexplor's Issues

visualizations

heatmap between two term groups, rows and columns are combinations of terms within group, groups being compared are selected by two drop down menus

intragroup:
Hasse diagram, where nodes are labeled with paper counts, possible color shading

extra

http://r-statistics.co/Top50-Ggplot2-Visualizations-MasterList-R-Code.html

condense pulled eric data into two column table

a kable seems like it would be ideal if the reactive side isn't too hairy

first column would be the human readable eric search query, second column is just the number of papers returned. Want to keep this very simple so at least the head of it can be displayed to the user to demonstrate functionality

add proquest support

Found proquests api: documentation

Here's their example curl request:

curl -H "Authorization: Bearer 8461684a-5a79-407c-9321-93d8d719ddeb" -X POST -H "Content-Type: text/xml" --data "test and resultsmedlineprof50" https://api-dialog.proquest.com/v1/search > results.xml

So it'd need a different query formatter, plus I don't think it supports json, so the xml would need parsed. Also unsure what's going on with their versions, seems like v1 is still in production but v2 is documented?

Make all plot values visible

With some searches there are hundreds of thousands of results and other there are just 10 or 15. This poses an issue when it comes to displaying a plot of all the values. Currently we are either displaying all values limited only by the max or we're capping the plot to where the small data values are visibly but others are off the charts.

Potential Fixes

  • Logarithmic scaling
  • Interactive plot (zooming in and out)
  • Different plot type

build powerset of search query terms

We have a weird set manipulation requirement to manage our search terms, and have a first implementation at 5cec144, thanks!

Thoughts on how to extend to n dimensions:

  • recursive application of the 2 dimensional implementation
  • binary encoding of all search terms, where search term groups are sections of bits. iterate over integers to generate our set
  • R answers from this code golf page, no reason not to let R help us whenever it can

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.