Skip to content

Commit 611fae2

Browse files
author
Peter Kraker
committed
Preparing the release of v3.5
1 parent 5435fdf commit 611fae2

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

README.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Head Start
22

3-
Head Start presents you with the main areas in the field, and lets you zoom into
4-
the most important publications within each area. It is intended to give
5-
researchers that are new to a field a head start on their literature review
6-
(hence the name).
3+
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.
74

85
![Head Start](headstart.png)
96

@@ -43,34 +40,39 @@ See [Installing and configuring the server](doc/server_config.md) for instructio
4340

4441
## Contributors
4542

46-
Maintainer: Peter Kraker ([[email protected]](mailto:[email protected]))
43+
Maintainer: [Peter Kraker](https://github.com/pkraker) ([[email protected]](mailto:[email protected]))
4744

48-
Authors: [Asura Enkhbayar](https://github.com/Bubblbu), [Scott Chamberlain](https://github.com/sckott), [Chris Kittel](https://github.com/chreman), [Philipp Weissensteiner](https://github.com/wpp), and the [Open Knowledge Maps team](http://openknowledgemaps.org/team)
45+
Authors: [Asura Enkhbayar](https://github.com/Bubblbu), [Scott Chamberlain](https://github.com/sckott), [Chris Kittel](https://github.com/chreman), [Maxi Schramm](https://github.com/tanteuschi), [Rainer Bachleitner](https://github.com/rbachleitner), [Mike Skaug](https://github.com/mikeskaug), [Philipp Weissensteiner](https://github.com/wpp), and the [Open Knowledge Maps team](http://openknowledgemaps.org/team)
4946

5047

5148
## Features
5249

53-
* The main areas in the field are represented by the blue bubbles.
54-
* Once you click on a bubble, you are presented with the main papers in that area.
55-
* The dropdown on the right displays the same data in list form. By clicking on one of the papers, you can access all metadata for that paper.
56-
* If a preview is available, you can retrieve it by clicking on the thumbnail in the metadata panel.
57-
* By clicking on the white background, you can then zoom out and inspect another area.
58-
* To access the an overview over time, click on TimeLineView.
50+
* Interactive, web-based knowledge maps based on [D3.js](https://d3js.org), following Shneiderman's principle of "overview first, zoom and filter, then details-on-demand"
51+
* Synchronized list representation of documents complementing the knowledge map
52+
* Integrated PDF viewer and annotation tool, courtesy of [Hypothes.is](https://hypothes.is)
53+
* Powerful server component written in PHP and R for the creation of knowledge maps, including algorithms for clustering, ordination and labelling
54+
* Connectors to a number of academic search engines through [rOpenSci](https://ropensci.org), including [BASE](https://base-search.net), [PubMed](https://www.ncbi.nlm.nih.gov/pubmed), [PLOS](https://plos.org) and [DOAJ](https://doaj.org)
55+
* Persistence and versioning system based on SQLite
5956

60-
The visualization was created with D3.js. It has been successfully tested with Chrome 22, Firefox 15, and Safari 5.1. Unfortunately, Internet Explorer is not supported at this point due to the fact that it is not possible to insert HTML into a foreignObject.
6157

6258
## Showcases
6359

64-
* [Open Knowledge Maps](http://openknowledgemaps.org/): Creates a visualization on the fly based on a user's PLOS search.
65-
* [Overview of Educational Technology](http://openknowledgemaps.org/educational-technology): A working prototype for the field of educational technology.
60+
* [Open Knowledge Maps](http://openknowledgemaps.org/): Creates a visualization on the fly based on a user's search in either BASE or PubMed.
61+
* [Overview of Educational Technology](http://openknowledgemaps.org/educational-technology): A working prototype for the field of educational technology based on co-readership.
62+
* [Timeline of UMAP Conferences](http://stellar.know-center.tugraz.at/umap/): A prototype showcasing an overview of two years of the UMAP Conferences.
6663
* [Conference Navigator 3](http://halley.exp.sis.pitt.edu/cn3/visualization.php?conferenceID=131) [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.
6764
* [Organic Edunet portal](http://organic-edunet.eu/en/#/recommended): Overview of recommended resources in the Organic Eudnet portal.
6865

66+
## Compatibility
67+
68+
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.
6969

7070
## Background
7171

7272
More information can be found in the following papers:
7373

74+
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](http://0277.ch/ojs/index.php/cdrs_0277/article/view/157/355). 027.7 Journal for Library Culture, 4(2), 98–103. doi:10.12685/027.7-4-2-157
75+
7476
Kraker, P., Schlögl, C. , Jack, K. & Lindstaedt, S. (2015). [Visualization of Co-Readership Patterns from an Online Reference Management System](http://arxiv.org/abs/1409.0348). Journal of Informetrics, 9(1), 169–182. doi:10.1016/j.joi.2014.12.003
7577

7678
Kraker, P., Weißensteiner, P., & Brusilovsky, P. (2014). [Altmetrics-based Visualizations Depicting the Evolution of a Knowledge Domain](http://know-center.tugraz.at/download_extern/papers/sti_visualization_evolution_kraker_etal.pdf). In 19th International Conference on Science and Technology Indicators (pp. 330–333).

0 commit comments

Comments
 (0)