All Projects → fhstp → PubViz

fhstp / PubViz

Licence: other
PubViz is a tool for interactive visualization of publication data in BibTeX.

Programming Languages

javascript
184084 projects - #8 most used programming language
TeX
3793 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to PubViz

Bibtool
BibTool is a tool for manipulating BibTeX data bases. BibTeX provides a mean to integrate citations into LaTeX documents. BibTool allows the manipulation of BibTeX files which goes beyond the possibilities -- and intentions -- of BibTeX.
Stars: ✭ 121 (+764.29%)
Mutual labels:  bibtex
Bibtex Js
BibTeX-js can parse a BibTeX-file and render it as part of an HTML file. This way, you can easily add a list of publications to your private homepage or display a list of recommended publications for a seminar. The way the entries are display can be customized using a simple template system and CSS.
Stars: ✭ 184 (+1214.29%)
Mutual labels:  bibtex
econ-bst
BibTeX style file for economics.
Stars: ✭ 33 (+135.71%)
Mutual labels:  bibtex
Bibcure
Bibcure helps in boring tasks by keeping your bibfile up to date and normalized...also allows you to easily download all papers inside your bibtex
Stars: ✭ 124 (+785.71%)
Mutual labels:  bibtex
Pubs
Your bibliography on the command line
Stars: ✭ 176 (+1157.14%)
Mutual labels:  bibtex
citeproc-el
A CSL 1.0.2 Citation Processor for Emacs.
Stars: ✭ 75 (+435.71%)
Mutual labels:  bibtex
Scihub2pdf
Downloads pdfs via a DOI number, article title or a bibtex file, using the database of libgen(sci-hub) , arxiv
Stars: ✭ 120 (+757.14%)
Mutual labels:  bibtex
Rdpack
R package Rdpack provides functions and macros facilitating writing and management of R documentation.
Stars: ✭ 21 (+50%)
Mutual labels:  bibtex
Jabref
Graphical Java application for managing BibTeX and biblatex (.bib) databases
Stars: ✭ 2,385 (+16935.71%)
Mutual labels:  bibtex
bib2xhtml
Convert BibTeX references into XHTML
Stars: ✭ 35 (+150%)
Mutual labels:  bibtex
Zotero Better Bibtex
Make Zotero effective for us LaTeX holdouts
Stars: ✭ 2,336 (+16585.71%)
Mutual labels:  bibtex
Citation.js
Citation.js converts formats like BibTeX, Wikidata JSON and ContentMine JSON to CSL-JSON to convert to other formats like APA, Vancouver and back to BibTeX.
Stars: ✭ 171 (+1121.43%)
Mutual labels:  bibtex
html2biblatex
A tiny bookmarklet for exporting web pages to BibLaTeX (all browsers / no installation).
Stars: ✭ 73 (+421.43%)
Mutual labels:  bibtex
Bib Publication List
Interactive publications lists with JavaScript + Bibtex
Stars: ✭ 122 (+771.43%)
Mutual labels:  bibtex
proofengineering-bib
BibTeX bibliographies for proof engineering-related papers
Stars: ✭ 24 (+71.43%)
Mutual labels:  bibtex
Bibtex Search
Search for BibTeX references
Stars: ✭ 121 (+764.29%)
Mutual labels:  bibtex
Gscholar
Query Google Scholar with Python
Stars: ✭ 209 (+1392.86%)
Mutual labels:  bibtex
LaTeX-Templates
Document templates composed using LaTeX for my college assignments and projects (Applicable for any other university or college) ✨
Stars: ✭ 18 (+28.57%)
Mutual labels:  bibtex
bibmanager
A BibTeX manager for LaTeX projects
Stars: ✭ 52 (+271.43%)
Mutual labels:  bibtex
my-writing-workflow
Tutorial for converting markdown files in to APA-formatted docs, based on my workflow.
Stars: ✭ 35 (+150%)
Mutual labels:  bibtex

PubViz

PubViz is a tool for interactive visualization of publication data. Usually, publications are presented in textual form with some sorting and searching capabilities. The aim of PubViz is to display structured publication data using a set of interactive visual representations working together. PubViz shows amounts of publications along a timeline, uses bar charts for different publication types, wordclouds to show co-authors as well as keywords, and finally a groupable list view. Allowing for interactive exploration with complex query funcionalities that are easily accessible are the main aims of this tool. PubViz provides powerful query functionality while using intuitive representations that are easy to grasp and add to a playful user experience.

Getting Started

PubViz uses BibTeX as source data format, which can be exported by all major reference management applications. PubViz can be integrated into your own website easily: no installation procedure is required - just download the package on GitHub, edit the HTML template, upload it together with your .bib file to a webserver, and you are done.

More information about the tool and its installation can be found here.

Credits

Created in the context of the project semester in media technology, St. Poelten University of Applied Sciences, 2014-2015

Initial team members: Matthias FABI, Andrea HABERSON, San RASUL, Elisabeth SCHNAITT, Paul THEISEN

Further development: Alexander RIND, Niklas THÜR, Ewald WIESER, James SCOTT-BROWN, Magdalena STEINACKER

Project supervisor: Wolfgang AIGNER

Used toolkits/external libraries

D3.js (Data-Driven Documents) version 3.5.3

zotero-bibtex-parse by Henrik Muehe

jQuery version 1.9.1

Developed with

Windows 8.1

Mac OS X

Sublime 3

Coda 2.5

Settings

target : "#pubvis_container", //the node the pubViz visualization will be appended
filename : "file.bib", //the bibTeX filename used for the pubViz visualization
color: "#ffc200" //color name or hex value which will be used for highlighting
decoraton_color: "#285b85", //optional parameter, default is hex value #333333
exclude_keywords: [] // (write lowercase!) optional parameter, excludes keywords out of word cloud - example: ['data', 'visu', 'ocol-based c', 'ser s']

Content Management Systems

The filename may also be a URL pointing to a dynamically generated BibTeX file from a content management system or Zotero.

Citation

Rind, A., A. Haberson, K. Blumenstein, C. Niederer, M. Wagner, and W. Aigner, PubViz: Lightweight Visual Presentation of Publication Data, Proc. Eurographics Conf. Visualization (EuroVis) – Short Paper, Goslar: EuroGraphics, p. 169–173, 2017. doi:10.2312/eurovisshort.20171152

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].