Skip to content

Commit

Permalink
Prepare 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
neesjanvaneck committed Oct 25, 2022
1 parent bc31eaf commit 2cdce6a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@ cff-version: 1.2.0
message: "If you use this software, please cite it using the metadata from this file."
type: "software"
authors:
- family-names: "van Eck"
- family-names: "Van Eck"
given-names: "Nees Jan"
orcid: "https://orcid.org/0000-0001-8448-4521"
email: "ecknjpvan@cwts.leidenuniv.nl"
affiliation: "Centre for Science and Technology Studies (CWTS), Leiden University"
- family-names: "Waltman"
given-names: "Ludo"
orcid: "https://orcid.org/0000-0001-8249-1752"
email: "waltmanlr@cwts.leidenuniv.nl"
affiliation: "Centre for Science and Technology Studies (CWTS), Leiden University"
title: "VOSviewer Online"
abstract: "VOSviewer Online is a tool for network visualization. It is a web-based version of VOSviewer, a popular tool for constructing and visualizing bibliometric networks, such as co-authorship networks, citation networks, and co-occurrence networks."
keywords:
Expand All @@ -21,7 +26,8 @@ keywords:
- React component
url: "https://app.vosviewer.com"
repository-code: "https://github.com/neesjanvaneck/VOSviewer-Online"
repository-artifact: "https://www.npmjs.com/package/vosviewer-online"
license: MIT
doi: 10.5281/zenodo.7248010
version: 1.1.0
date-released: 2022-01-04
version: 1.2.0
date-released: 2022-10-25
1 change: 1 addition & 0 deletions README-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Build master branch](https://github.com/neesjanvaneck/VOSviewer-Online/workflows/Build%20master%20branch/badge.svg?branch=master)](https://github.com/neesjanvaneck/VOSviewer-Online/actions)
[![License: MIT](https://badgen.net/github/license/neesjanvaneck/VOSviewer-Online?label=License&color=yellow)](https://github.com/neesjanvaneck/VOSviewer-Online/blob/master/LICENSE)
[![Latest release](https://badgen.net/github/release/neesjanvaneck/VOSviewer-Online?label=Release)](https://github.com/neesjanvaneck/VOSviewer-Online/releases)
[![npm version](https://badgen.net/npm/v/vosviewer-online)](https://www.npmjs.com/package/vosviewer-online)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7248010.svg)](https://doi.org/10.5281/zenodo.7248010)

This is a [React](https://github.com/facebook/react) component package that offers an easy way to integrate [VOSviewer Online](https://github.com/neesjanvaneck/VOSviewer-Online) into your site or application.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Build master branch](https://github.com/neesjanvaneck/VOSviewer-Online/workflows/Build%20master%20branch/badge.svg?branch=master)](https://github.com/neesjanvaneck/VOSviewer-Online/actions)
[![License: MIT](https://badgen.net/github/license/neesjanvaneck/VOSviewer-Online?label=License&color=yellow)](https://github.com/neesjanvaneck/VOSviewer-Online/blob/master/LICENSE)
[![Latest release](https://badgen.net/github/release/neesjanvaneck/VOSviewer-Online?label=Release)](https://github.com/neesjanvaneck/VOSviewer-Online/releases)
[![npm version](https://badgen.net/npm/v/vosviewer-online)](https://www.npmjs.com/package/vosviewer-online)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7248010.svg)](https://doi.org/10.5281/zenodo.7248010)

[VOSviewer Online](https://app.vosviewer.com) is a tool for network visualization. It is a web-based version of [VOSviewer](https://www.vosviewer.com), a popular tool for constructing and visualizing bibliometric networks, such as co-authorship networks, citation networks, and co-occurrence networks.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vosviewer-online",
"version": "1.1.0",
"version": "1.2.0",
"description": "VOSviewer Online is a tool for network visualization. It is a web-based version of VOSviewer, a popular tool for constructing and visualizing bibliometric networks.",
"author": "Nees Jan van Eck <ecknjpvan@cwts.leidenuniv.nl> (https://github.com/neesjanvaneck)",
"keywords": [
Expand Down

0 comments on commit 2cdce6a

Please sign in to comment.