Skip to content

Commit

Permalink
reorganized folders
Browse files Browse the repository at this point in the history
  • Loading branch information
jalperin committed Nov 17, 2018
1 parent b1d4559 commit ba5523d
Show file tree
Hide file tree
Showing 27 changed files with 23 additions and 118 deletions.
Binary file removed .DS_Store
Binary file not shown.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
# paperbuzz_viz_test
# PaperBuzzViz
A javascript library to display metrics calculated by [PaperBuzz](http://paperbuzz.org/), which in turns is pulling data from [Crossref Event Data](https://www.eventdata.crossref.org/).

Requires:
* [d3.js](https://d3js.org/)
* [d3-tip](https://github.com/caged/d3-tip)

# Contributors
The origins of this code date back to [AlmViz](https://github.com/jalperin/almviz/), a similar visualization working off the PLOS ALM tool. It was started at the PLOS ALM Hackathon in 2012, with credits to PLOS and to all hackathon participants.

Contributors include:
* [Juan Pablo Alperin](https://github.com/jalperin/)
* [Martin Fenner](https://github.com/mfenner/)
* [Bree Norlander](https://github.com/norlab/)

# Credit
Support for this project comes from the [Public Knowledge Project](https://pkp.sfu.ca).

Community contributions welcome.

File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions d3-tip/LICENSE

This file was deleted.

44 changes: 0 additions & 44 deletions d3-tip/README.md

This file was deleted.

File renamed without changes.
6 changes: 3 additions & 3 deletions index.html → example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</script>

<script src="https://d3js.org/d3.v4.min.js"></script>
<script type="text/javascript" src="d3-tip/index.js"></script>
<script type="text/javascript" src="d3-tip.js"></script>

<style>
body {
Expand All @@ -25,14 +25,14 @@

</style>

<link rel="stylesheet" type="text/css" href="css/paperbuzzviz.css" />
<link rel="stylesheet" type="text/css" href="../assets/css/paperbuzzviz.css" />
</head>
<body>
<h1>Paperbuzz Visualizations</h1>

<div id="paperbuzz"><div id="loading">Metrics Loading...</div></div>

<script type="text/javascript" src="paperbuzzviz.js"></script>
<script type="text/javascript" src="../paperbuzzviz.js"></script>

<script type="text/javascript">
var options = {
Expand Down
Binary file removed fonts/.DS_Store
Binary file not shown.
Binary file removed fonts/icomoon/.DS_Store
Binary file not shown.
34 changes: 0 additions & 34 deletions index2.html

This file was deleted.

5 changes: 0 additions & 5 deletions js/d3.v3.min.js

This file was deleted.

6 changes: 0 additions & 6 deletions js/jquery-1.10.2.min.js

This file was deleted.

17 changes: 0 additions & 17 deletions mini.js

This file was deleted.

0 comments on commit ba5523d

Please sign in to comment.