Downloads:
531
Downloads of v 1.6.20:
181
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- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
VOSviewer
- 1
- 2
- 3
1.6.20 | Updated: 13 Nov 2023
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
531
Downloads of v 1.6.20:
181
Maintainer(s):
Software Author(s):
- Nees Jan van Eck and Ludo Waltman
VOSviewer 1.6.20
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Nees Jan van Eck and Ludo Waltman. The inclusion of Nees Jan van Eck and Ludo Waltman trademark(s), if any, upon this webpage is solely to identify Nees Jan van Eck and Ludo Waltman goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
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:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download vosviewer --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
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.
This package was approved by moderator Windos on 18 Nov 2023.
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.
$StartShortcut = Join-Path $env:ProgramData 'Microsoft\Windows\Start Menu\Programs\VOSviewer.lnk'
if(Test-Path $StartShortcut) {
Remove-Item $StartShortcut -Force
}
md5: 1E864944BCFFC53D19F5C6EF0E5E21E9 | sha1: 69C9E69BB1CDEB50E2145ECCAA3270059F5F8937 | sha256: DE9394592B8C43DF198336F7B9350ECF96BDE5CD06D82B558A547BD0D97BD26A | sha512: 8F027D0C10F66EA455D3363C2135C1899D684AB586BAB325E3063CEB0D3B965AF4C121AD86BB38B5F8FAFA9E09ECA1631F8F96E557452AE064D2107C37D0972E
# 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.
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.
- vosviewer.1.6.20.nupkg (517617cc130d) - ## / 45
- VOSviewer_1.6.20_exe.zip (de9394592b8c) - ## / 41
- VOSviewer.exe (435194876b17) - ## / 48
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.20 | 181 | Monday, November 13, 2023 | Approved | |
VOSviewer 1.6.19 | 223 | Saturday, February 18, 2023 | Approved | |
VOSviewer 1.6.18 | 127 | Friday, May 13, 2022 | Approved |
Copyright © 2009-2022 Nees Jan van Eck and Ludo Waltman
This package has no dependencies.
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.