Skip to content

Commit 2cdce6a

Browse files
committed
Prepare 1.2.0 release
1 parent bc31eaf commit 2cdce6a

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CITATION.cff

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@ cff-version: 1.2.0
22
message: "If you use this software, please cite it using the metadata from this file."
33
type: "software"
44
authors:
5-
- family-names: "van Eck"
5+
- family-names: "Van Eck"
66
given-names: "Nees Jan"
77
orcid: "https://orcid.org/0000-0001-8448-4521"
88
99
affiliation: "Centre for Science and Technology Studies (CWTS), Leiden University"
10+
- family-names: "Waltman"
11+
given-names: "Ludo"
12+
orcid: "https://orcid.org/0000-0001-8249-1752"
13+
14+
affiliation: "Centre for Science and Technology Studies (CWTS), Leiden University"
1015
title: "VOSviewer Online"
1116
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."
1217
keywords:
@@ -21,7 +26,8 @@ keywords:
2126
- React component
2227
url: "https://app.vosviewer.com"
2328
repository-code: "https://github.com/neesjanvaneck/VOSviewer-Online"
29+
repository-artifact: "https://www.npmjs.com/package/vosviewer-online"
2430
license: MIT
2531
doi: 10.5281/zenodo.7248010
26-
version: 1.1.0
27-
date-released: 2022-01-04
32+
version: 1.2.0
33+
date-released: 2022-10-25

README-component.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Build master branch](https://github.com/neesjanvaneck/VOSviewer-Online/workflows/Build%20master%20branch/badge.svg?branch=master)](https://github.com/neesjanvaneck/VOSviewer-Online/actions)
44
[![License: MIT](https://badgen.net/github/license/neesjanvaneck/VOSviewer-Online?label=License&color=yellow)](https://github.com/neesjanvaneck/VOSviewer-Online/blob/master/LICENSE)
55
[![Latest release](https://badgen.net/github/release/neesjanvaneck/VOSviewer-Online?label=Release)](https://github.com/neesjanvaneck/VOSviewer-Online/releases)
6+
[![npm version](https://badgen.net/npm/v/vosviewer-online)](https://www.npmjs.com/package/vosviewer-online)
67
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7248010.svg)](https://doi.org/10.5281/zenodo.7248010)
78

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Build master branch](https://github.com/neesjanvaneck/VOSviewer-Online/workflows/Build%20master%20branch/badge.svg?branch=master)](https://github.com/neesjanvaneck/VOSviewer-Online/actions)
44
[![License: MIT](https://badgen.net/github/license/neesjanvaneck/VOSviewer-Online?label=License&color=yellow)](https://github.com/neesjanvaneck/VOSviewer-Online/blob/master/LICENSE)
55
[![Latest release](https://badgen.net/github/release/neesjanvaneck/VOSviewer-Online?label=Release)](https://github.com/neesjanvaneck/VOSviewer-Online/releases)
6+
[![npm version](https://badgen.net/npm/v/vosviewer-online)](https://www.npmjs.com/package/vosviewer-online)
67
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7248010.svg)](https://doi.org/10.5281/zenodo.7248010)
78

89
[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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vosviewer-online",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"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.",
55
"author": "Nees Jan van Eck <[email protected]> (https://github.com/neesjanvaneck)",
66
"keywords": [

0 commit comments

Comments
 (0)