All Projects → OpenKnowledgeMaps → Headstart

OpenKnowledgeMaps / Headstart

Licence: mit
A framework for creating web-based knowledge maps

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Headstart

Awesome Open Geoscience
Curated from repositories that make our lives as geoscientists, hackers and data wranglers easier or just more awesome
Stars: ✭ 668 (+373.76%)
Mutual labels:  open-science
Open Science Resources
A publicly-editable collection of open science resources, including tools, datasets, meta-resources, etc.
Stars: ✭ 58 (-58.87%)
Mutual labels:  open-science
Dcmjs
dcmjs is a javascript cross-compile of dcmtk (dcmtk.org).
Stars: ✭ 92 (-34.75%)
Mutual labels:  open-science
Itk
Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
Stars: ✭ 801 (+468.09%)
Mutual labels:  open-science
Autode
automated reaction profile generation
Stars: ✭ 48 (-65.96%)
Mutual labels:  open-science
Openml R
R package to interface with OpenML
Stars: ✭ 81 (-42.55%)
Mutual labels:  open-science
Zenodo
Research. Shared.
Stars: ✭ 528 (+274.47%)
Mutual labels:  open-science
Osfr
R interface to the Open Science Framework (OSF)
Stars: ✭ 117 (-17.02%)
Mutual labels:  open-science
Electrophysiologysoftware
A list of openly available software tools for (mostly human) electrophysiology.
Stars: ✭ 54 (-61.7%)
Mutual labels:  open-science
Helm Charts
Kubernetes Helm Charts for the Center for Open Science
Stars: ✭ 88 (-37.59%)
Mutual labels:  open-science
Meta Review
Manuscript describing open collaborative writing with Manubot
Stars: ✭ 34 (-75.89%)
Mutual labels:  open-science
Doathon
Our discussion forum (see "issues") for the OpenCon Do-A-Thon, a day of trying, making, testing and doing to advance Open Research & Education. See our full website, with more information (including Github Help, and how to get involved).
Stars: ✭ 45 (-68.09%)
Mutual labels:  open-science
Obofoundry.github.io
Metadata and website for the Open Bio Ontologies Foundry Ontology Registry
Stars: ✭ 85 (-39.72%)
Mutual labels:  open-science
Pyvista
3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)
Stars: ✭ 734 (+420.57%)
Mutual labels:  open-science
Reproducible Research
A Reproducible Data Analysis Workflow with R Markdown, Git, Make, and Docker
Stars: ✭ 95 (-32.62%)
Mutual labels:  open-science
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+4221.28%)
Mutual labels:  open-science
Module 5 Open Research Software And Open Source
Module 5: Open Research Software and Open Source
Stars: ✭ 62 (-56.03%)
Mutual labels:  open-science
Code Is Science
Scientific code needs to be open source and peer reviewed
Stars: ✭ 133 (-5.67%)
Mutual labels:  open-science
Fma
FMA: A Dataset For Music Analysis
Stars: ✭ 1,391 (+886.52%)
Mutual labels:  open-science
Awesome Open Science Software
awesome open list of pointers about open science for software and computational science
Stars: ✭ 87 (-38.3%)
Mutual labels:  open-science

Head Start

Head Start is a web-based knowledge mapping software intended to give researchers a head start on their literature review (hence the name). It comes with a powerful backend that is is capable of automatically producing knowledge maps from a variety of data, including text, metadata and references.

Head Start

Getting Started

Client

To get started, clone this repository. Next, duplicate the file config.example.js in the root folder and rename it to config.js.

Make sure to have npm version 6.11.3 installed (it comes with Node.js 10.17.0, best way to install is with nvm, nvm install 10.17.0) and run the following two commands to build the Headstart client:

npm install
npm run dev

We are using webpack to build our client-side application. webpack is started in watch mode which means that changes to files are tracked and the created headstart.js is automatically updated.

Now you can run a local dev server:

npm start

To run Headstart on a different server (e.g. Apache), you need to set the publicPath in config.js to the URL of the dist directory:

  • Dev: specify the full path including protocol, e.g. http://localhost/headstart/dist
  • Production: specify the full path excluding protocol, e.g. //example.org/headstart/dist

Point your browser to the following address:

http://localhost:8080/examples/local_files/index.html

If everything has worked out, you should see the visualization shown above.

See client configuration for details on adapting the client.

Also see visualization options.

Server

See Installing and configuring the server for instructions on how to install and configure the server. Also, see HOWTO: Get the search repos example to work.

Contributors

Maintainer: Peter Kraker ([email protected])

Authors: Maxi Schramm, Christopher Kittel, Asura Enkhbayar, Scott Chamberlain, Rainer Bachleitner, Yael Stein, Thomas Arrow, Mike Skaug, Philipp Weissensteiner, and the Open Knowledge Maps team

Features

  • Interactive, web-based knowledge maps based on D3.js, following Shneiderman's principle of "overview first, zoom and filter, then details-on-demand"
  • Synchronized list representation of documents complementing the knowledge map
  • Integrated PDF viewer and annotation tool, courtesy of Hypothes.is
  • Powerful server component written in PHP and R for the creation of knowledge maps, including algorithms for clustering, ordination and labelling
  • Connectors to a number of academic search engines through rOpenSci, including BASE, PubMed, PLOS and DOAJ
  • Persistence and versioning system based on SQLite

Showcases

  • Open Knowledge Maps: Creates a visualization on the fly based on a user's search in either BASE or PubMed.
  • VIPER - The Visual Project Explorer: Provides overviews of research projects indexed by OpenAIRE.
  • CRIS Vis: Enables the exploration of crowd-sourced research questions related to mental health.
  • Overview of Educational Technology: A working prototype for the field of educational technology based on co-readership.
  • OpenUP Dissemination Toolbox: A prototype showcasing an overview of innovative dissemination case studies.
  • Conference Navigator 3 [registration required]: An adaptation of Head Start for the conference scheduling system CN3. This version enables users to schedule papers directly from the visualization. Scheduled papers and recommended papers are highlighted.

Compatibility

The visualization has been successfully tested with Chrome, Firefox, Safari and Microsoft Edge. Unfortunately, Internet Explorer is not supported due to the fact that it is not possible to insert HTML into a foreignObject.

Background

More information can be found in the following papers:

Kraker, P., Schramm, M., Kittel, C., Chamberlain, S., & Arrow, T. (2018). VIPER: The Visual Project Explorer. Zenodo. doi:10.5281/zenodo.2587129

Kraker, P., Kittel, C., & Enkhbayar, A. (2016). Open Knowledge Maps: Creating a Visual Interface to the World’s Scientific Knowledge Based on Natural Language Processing. 027.7 Journal for Library Culture, 4(2), 98–103. doi:10.12685/027.7-4-2-157

Kraker, P., Schlögl, C. , Jack, K. & Lindstaedt, S. (2015). Visualization of Co-Readership Patterns from an Online Reference Management System. Journal of Informetrics, 9(1), 169–182. doi:10.1016/j.joi.2014.12.003

Kraker, P., Weißensteiner, P., & Brusilovsky, P. (2014). Altmetrics-based Visualizations Depicting the Evolution of a Knowledge Domain. In 19th International Conference on Science and Technology Indicators (pp. 330–333).

Kraker, P., Körner, C., Jack, K., & Granitzer, M. (2012). Harnessing User Library Statistics for Research Evaluation and Knowledge Domain Visualization. Proceedings of the 21st International Conference Companion on World Wide Web (pp. 1017–1024). Lyon: ACM. doi:10.1145/2187980.2188236

License

Head Start is licensed under MIT.

Citation

If you use Head Start in your research, please cite it as follows:

Peter Kraker, Christopher Kittel, Maxi Schramm, Rainer Bachleitner, Thomas Arrow, Scott Chamberlain, Asura Enkhbayar, Yael Stein, Philipp Weissensteiner, Mike Skaug, Katrin Leinweber & Open Knowledge Maps team and contributors. (2019, March 7). Headstart 5 (Version v5). Zenodo. http://doi.org/10.5281/zenodo.2587129

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].