Skip to content

Commit

Permalink
Preparations for Headstart v4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pkraker committed May 15, 2018
1 parent 1f37d1f commit 416ee84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ See [Installing and configuring the server](doc/server_config.md) for instructio

Maintainer: [Peter Kraker](https://github.com/pkraker) ([[email protected]](mailto:[email protected]))

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)
Authors: [Maxi Schramm](https://github.com/tanteuschi), [Christopher Kittel](https://github.com/chreman), [Asura Enkhbayar](https://github.com/Bubblbu), [Scott Chamberlain](https://github.com/sckott), [Rainer Bachleitner](https://github.com/rbachleitner), [Yael Stein](https://github.com/jaels), [Thomas Arrow](https://github.com/tarrow), [Mike Skaug](https://github.com/mikeskaug), [Philipp Weissensteiner](https://github.com/wpp), and the [Open Knowledge Maps team](http://openknowledgemaps.org/team)


## Features
Expand All @@ -57,11 +57,11 @@ Authors: [Asura Enkhbayar](https://github.com/Bubblbu), [Scott Chamberlain](http

## Showcases

* [Open Knowledge Maps](http://openknowledgemaps.org/): Creates a visualization on the fly based on a user's search in either BASE or PubMed.
* [Overview of Educational Technology](http://openknowledgemaps.org/educational-technology): A working prototype for the field of educational technology based on co-readership.
* [Timeline of UMAP Conferences](http://stellar.know-center.tugraz.at/umap/): A prototype showcasing an overview of two years of the UMAP Conferences.
* [Open Knowledge Maps](https://openknowledgemaps.org/): Creates a visualization on the fly based on a user's search in either BASE or PubMed.
* [VIPER - The Visual Project Explorer](https://openknowledgemaps.org/viper/): Provides overviews of research projects indexed by OpenAIRE.
* [Overview of Educational Technology](https://openknowledgemaps.org/educational-technology): A working prototype for the field of educational technology based on co-readership.
* [OpenUP Dissemination Toolbox](https://www.openuphub.eu/tools): A prototype showcasing an overview of innovative dissemination case studies.
* [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.
* [Organic Edunet portal](http://organic-edunet.eu/en/#/recommended): Overview of recommended resources in the Organic Eudnet portal.

## Compatibility

Expand All @@ -81,7 +81,7 @@ Kraker, P., Körner, C., Jack, K., & Granitzer, M. (2012). [Harnessing User Libr


## License
Head Start is licensed under [LGPL v3](http://www.gnu.org/copyleft/lesser.html).
Head Start is licensed under [MIT](LICENSE).


## Citation
Expand Down
2 changes: 1 addition & 1 deletion vis/js/headstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import 'lib/en.js';
import 'dotdotdot';

export var HeadstartFSM = function(json_direct_data) {
this.VERSION = 2.9;
this.VERSION = 4.0;
mediator.json_direct_data = json_direct_data;
}; // end HeadstartFSM constructor

Expand Down

0 comments on commit 416ee84

Please sign in to comment.