Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

396

Downloads of v 1.6.20:

98

Last Update:

13 Nov 2023

Package Maintainer(s):

Software Author(s):

  • Nees Jan van Eck and Ludo Waltman

Tags:

vosviewer visualization bibliographic citation data mining literature embedded

VOSviewer

  • 1
  • 2
  • 3

1.6.20 | Updated: 13 Nov 2023

Downloads:

396

Downloads of v 1.6.20:

98

Maintainer(s):

Software Author(s):

  • Nees Jan van Eck and Ludo Waltman

VOSviewer 1.6.20

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install VOSviewer, run the following command from the command line or from PowerShell:

>

To upgrade VOSviewer, run the following command from the command line or from PowerShell:

>

To uninstall VOSviewer, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade vosviewer -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade vosviewer -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install vosviewer
  win_chocolatey:
    name: vosviewer
    version: '1.6.20'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'vosviewer' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.6.20'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller vosviewer
{
    Name     = "vosviewer"
    Version  = "1.6.20"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'vosviewer':
  ensure   => '1.6.20',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator Windos on 18 Nov 2023.

Description

VOSviewer is a software tool for constructing and visualizing bibliometric networks. These networks may for instance include journals, researchers, or individual publications, and they can be constructed based on citation, bibliographic coupling, co-citation, or co-authorship relations. VOSviewer also offers text mining functionality that can be used to construct and visualize co-occurrence networks of important terms extracted from a body of scientific literature.

Highlights

Data

  • Web of Science, Scopus, Dimensions, Lens, and PubMed. Co-authorship networks, citation-based networks, and co-occurrence networks can be created based on data downloaded from Web of Science, Scopus, Dimensions, and Lens. Co-authorship networks and co-occurrence networks can also be created based on PubMed data.
  • Crossref, Europe PMC, and OpenAlex. Networks can also be created based on data retrieved through the APIs of Crossref, Europe PMC, and OpenAlex. These APIs can be queried interactively in VOSviewer.
  • Semantic Scholar, OpenCitations, and WikiData. For a given set of DOIs, networks can also be created based on data retrieved through the APIs of Semantic Scholar, OpenCitations, and WikiData.

Visualization

  • Zooming and scrolling. Visualizations of bibliometric networks can be explored in full detail using zoom and scroll functionality similar to for instance Google Maps. A smart labeling algorithm prevents labels from overlapping each other.
  • Density and overlay visualizations. Density visualizations provide a quick overview of the main areas in a bibliometric network. Overlay visualizations can for instance be used to show developments over time.
  • Screenshots. Screenshots of bibliometric network visualizations can be created at a high resolution and can be saved in many popular graphical file formats, both bitmap and vector formats.

Techniques

  • Advanced layout and clustering techniques. State-of-the-art techniques for network layout and network clustering are provided. Layout and clustering results can be fine-tuned using various parameters.
  • Natural language processing techniques. Natural language processing techniques are available for creating term co-occurrence networks based on English-language textual data. Relevant and non-relevant terms can be distinguished algorithmically.
  • Creating bibliometric networks. A number of advanced features are available for creating bibliometric networks (e.g., co-authorship, bibliographic coupling, and co-citation networks). For instance, the influence of publications with many authors, many citations, or many references can be reduced using a fractional counting approach. Data cleaning can be performed using thesaurus files.

Dependency note

The VOSviewer package can be installed without a dependency, but it requires a Java Runtime Environment v8+ to start. Any flavor of Java should work, but the application will not start without the Oracle JavaSoft registry key configured. Some JRE packages can do this at install. For example, the Temurin17jre can be installed to work with VOSviewer via choco install temurin17jre --params="/ADDLOCAL=FeatureOracleJavaSoft". This package will do some basic checks for compatible Java and create the registry key for you in some cases.


tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'; # stop on all errors

$ToolsDir   = Split-Path -parent $MyInvocation.MyCommand.Path
$FolderOfPackage = Split-Path -Parent $toolsDir

# Remove previous versions
$Previous = Get-ChildItem $FolderOfPackage -filter "$env:ChocolateyPackageName*" | Where-Object { $_.PSIsContainer }
if ($Previous) {
   $Previous | ForEach-Object { Remove-Item $_.FullName -Recurse -Force }
}

$ZipFile = Get-ChildItem $ToolsDir -Filter "*.zip"

$UnzipArgs = @{
   packageName  = $env:ChocolateyPackageName
   FileFullPath = $ZipFile.FullName
   Destination  = Join-Path $FolderOfPackage $ZipFile.BaseName
}
Get-ChocolateyUnzip @UnzipArgs

$targetpath = (Get-ChildItem $UnzipArgs.Destination -filter *.exe -Recurse).fullname
$StartPrograms = Join-Path $env:ProgramData '\Microsoft\Windows\Start Menu\Programs'
$shortcutFilePath = Join-Path $StartPrograms 'VOSviewer.lnk'

Install-ChocolateyShortcut -shortcutFilePath $shortcutFilePath -targetPath $targetPath

# Check for a JavaSoft registry path for a compatible version.  
If (Test-Path 'HKLM:\SOFTWARE\JavaSoft\JRE') {
   $JRKversion = Get-ChildItem hklm:\SOFTWARE\JavaSoft\JRE -recurse |
                     ForEach-Object {if ($_.pschildname.split('.')[0] -match '^\d+$') {[int]($_.pschildname.split('.')[0])}} | 
                     Sort-Object | Select-Object -Last 1
   if ($JRKversion -gt 8) {
      Write-Verbose "JavaSoft registry key for version $JRKversion found."
   } else { $JavaVersion = $null }
}

# Check for a compatible version associated with the Java_Home environment variable.
if ($env:Java_Home) {
   if ((Test-Path $env:Java_Home) -and (Test-Path "$env:Java_Home\release")) {
      $VersionLine = Get-Content "$env:Java_Home\release" | Where-Object {$_ -match '^JAVA_VERSION="(1\.)?(\d+)'}
      if ($VersionLine) {
         $JEVversion = $matches[2]
         if ($JEVversion -ge 8) {
            Write-Verbose "Java_Home environment variable for version $JEVversion found."
         } else { $JEVversion = $null }
      }
   }
}

If (($JRKversion) -and ($JRKversion -ge $JEVversion)) {
   # JavaSoft registry key is good
   return
}

If (($JRKversion -lt $JEVversion) -and ($JEVversion)) {
   # When the JavaSoft registry key is missing or older than a valid Java_Home,
   #    Add a JavaSoft registry key so VOSviewer will run.
   $null = New-Item "HKLM:\SOFTWARE\JavaSoft\JRE\$JEVversion" -Force | 
            New-ItemProperty -Name JavaHome -Value $env:Java_Home -Force
   Write-Warning 'JavaSoft registry key has been added to allow VOSviewer to start.'
   return
}

If ((-not $JRKversion) -and (-not $JEVversion)) {
   # If no (easily) apparent Java installed, warn but continue.
   Write-Warning "VOSviewer requires JRE v8+ (and a JavaSoft registry entry).`n`tNo compatible Java installation was identified."
   return
}

tools\chocolateyuninstall.ps1
$StartShortcut = Join-Path $env:ProgramData 'Microsoft\Windows\Start Menu\Programs\VOSviewer.lnk'

if(Test-Path $StartShortcut) {
   Remove-Item $StartShortcut -Force
}
tools\VOSviewer_1.6.20_exe.zip
md5: 1E864944BCFFC53D19F5C6EF0E5E21E9 | sha1: 69C9E69BB1CDEB50E2145ECCAA3270059F5F8937 | sha256: DE9394592B8C43DF198336F7B9350ECF96BDE5CD06D82B558A547BD0D97BD26A | sha512: 8F027D0C10F66EA455D3363C2135C1899D684AB586BAB325E3063CEB0D3B965AF4C121AD86BB38B5F8FAFA9E09ECA1631F8F96E557452AE064D2107C37D0972E
legal\VERIFICATION.md
# VERIFICATION
Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy.

## Download
The VOSviewer zip file can be downloaded from the official download page:
- https://www.vosviewer.com/download

or directly:
- Version : 1.6.20
- URL : https://www.vosviewer.com/downloads/VOSviewer_1.6.20_exe.zip
- SHA256 Checksum : DE9394592B8C43DF198336F7B9350ECF96BDE5CD06D82B558A547BD0D97BD26A

## Verify
You can use one of the following methods to obtain the checksum:
1. Use powershell function 'Get-Filehash'
2. Use chocolatey utility 'checksum.exe'


## License
File 'LICENSE.txt' is obtained from within the zip file.
legal\LICENSE.txt
VOSviewer 1.6.18 (https://www.vosviewer.com)

Copyright (c) 2009-2022 Nees Jan van Eck and Ludo Waltman

It is permitted, free of charge, to use and/or distribute this
software, provided that the above copyright notice and this permission
notice are retained. It is not permitted to modify this software.

======================================================================

VOSviewer uses the following libraries:
* Apache Commons CSV 1.6
  (https://github.com/apache/commons-csv)
* Apache OpenNLP 1.5.3
  (https://github.com/apache/opennlp)
* Azure Identity Client Library for Java 1.3.3
  (https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/identity/azure-identity)
* Dropbox Core SDK for Java 4.0.0
  (https://github.com/dropbox/dropbox-sdk-java)
* FreeHEP VectorGraphics 2.3
  (https://github.com/freehep/freehep-vectorgraphics)
* Google Drive API Client Library for Java v3-rev110-1.23.0
  (https://github.com/googleapis/google-api-java-client-services/tree/master/clients/google-api-services-drive/v3)
* Google OAuth Client Library for Java 1.23.0
  (https://github.com/googleapis/google-oauth-java-client)
* JAI ImageIO Core 1.3.1
  (https://github.com/jai-imageio/jai-imageio-core)
* JBusyComponent 1.2.2
  (http://code.google.com/p/jbusycomponent)
* JSON in Java 20180813
  (https://github.com/stleary/JSON-java)
* juniversalchardet 2.0.0
  (https://github.com/albfernandez/juniversalchardet)
* Microsoft Graph SDK for Java 4.0.0
  (https://github.com/microsoftgraph/msgraph-sdk-java)
* networkanalysis 1.1.0
  (https://github.com/CWTSLeiden/networkanalysis)
* Radiance Substance 1.0.2
  (https://github.com/kirill-grouchnikov/radiance)
* Unirest for Java 1.4.9
  (https://github.com/Kong/unirest-java)
For copyright, license, and disclaimer information for each of these
libraries, we refer to the above listed web addresses.

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
VOSviewer 1.6.19 202 Saturday, February 18, 2023 Approved
VOSviewer 1.6.18 96 Friday, May 13, 2022 Approved

This package has no dependencies.

Discussion for the VOSviewer Package

Ground Rules:

  • This discussion is only about VOSviewer and the VOSviewer package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or VOSviewer, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus