https://github.com/braun-steven/hashtag-cloud
Article topic visualizer
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.6%) to scientific vocabulary
Repository
Article topic visualizer
Basic Info
- Host: GitHub
- Owner: braun-steven
- Language: JavaScript
- Default Branch: master
- Size: 6.18 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Topic-Visualizer
This project is a Proof-Of-Concept for the usage of a neo4j database and can visualize document-topics (hashtags) with their most similar topics and their sentiments
Example

Dependencies
- NodeJS >= 4.5.0
- Neo4j >= 3.0
The neo4j needs a database with documents labeled as Document with properties article_id and sentiment. There needs to be a relationship to another entity called Topic with a property name.
(d:Document {article_id:"123", sentiment:"positive"})-[:HAS_TOPIC]->(t:Topic {name:"#prime"})
... would be a valid set.
BUILD-UP
npm install
How to execute
A running instance of a neo4j server is necessary (currently at localhost:7474)
node app.js
Starts the testserver on localhost:3000
The testpage can be found at localhost:3000/TestLinkurious.html
Owner
- Name: Steven Braun
- Login: braun-steven
- Kind: user
- Company: @ml-research
- Website: www.steven-braun.com
- Twitter: sbraunmz
- Repositories: 9
- Profile: https://github.com/braun-steven
PhD Student at the AIML Lab @ml-research, Technical University of Darmstadt
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- body-parser ~1.15.1
- cookie-parser ~1.4.3
- debug ~2.2.0
- express ~4.13.4
- jade ~1.11.0
- morgan ~1.7.0
- neo4j ^2.0.0-RC2
- serve-favicon ~2.3.0
- grunt ~0.4.5 development
- grunt-cli ^0.1.13 development
- grunt-closure-linter ~0.1.4 development
- grunt-contrib-clean ^0.7.0 development
- grunt-contrib-concat ~0.5.1 development
- grunt-contrib-jshint ~0.11.3 development
- grunt-contrib-qunit ~0.7.0 development
- grunt-contrib-uglify ~0.11.0 development
- grunt-grunt ~0.2.4 development
- grunt-sed ~0.1.1 development
- grunt-zip ~0.16.2 development
- http-server ~0.8.0 development
- load-grunt-tasks ~3.1.0 development
- uglify-js ~2.4.24 development
- dagre ~0.7.4
- xlsx ~0.7.12