美文网首页
成功下载安装Citespace最新示范

成功下载安装Citespace最新示范

作者: 猫小湖看世界 | 来源:发表于2021-03-01 23:29 被阅读0次
心灵的平静/图源pixabay

今天课程烧脑,来不及原创速写一篇啦,转载一篇Cite Space安装示范,写得还蛮详细清晰的。继续保持日更。

[知乎网友Ruth]在2020年疫情期间成功安装Cite Space。在安装过程中踩了不少坑。最终折腾一晚上终于第二天早上弄好了。

以下是Ta的安装过程,最终的成功离不开三位互联网引擎搜索到的人物(分别在CSDN、BiliBli、知乎专栏)这里总结一下。

好了,细述一下,一共三步

第一步下载Java(主要参考CSDN)

重点是匹配到合适电脑的版本

第二步修改环境变量(主要参考知乎专栏)

看到很多说要改,因此我也按步骤修改了。

第三步下载并安装CiteSpace(安装部分主要参考B站)

重点是要重新搜索压缩包格式的CiteSpace,这个很多博主没有提,因为CiteSpace下载页面有变化。


第一步:先下载Java(一定要注意版本版本)

找不到64位的直接用CSDN博主的下载链接(纯属搬运,侵权删

  • 安装JAVA jre
  • 链接:jre-8u192-windows-x64.exe
  • 提取码:e4dl

第二步:修改环境变量(根据知乎专栏提示)

注意安装路径,自定义一个简单好记的路径,新建一个Java文件夹。

举个例子,D:\Program Files\java 。

博主放的重点(纯属搬运,侵权删

1)找到自己电脑的“此电脑/计算机”,右击选择属性。这时会出现以下画面:

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图1 找到高级系统设置</figcaption>

2)点击高级系统设置,出现系统属性页面,点击右下角的环境变量。

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图2 找到 “环境变量”</figcaption>

3)点开后会出现两个框框,一个是用户变量,一个是系统变量。在系统变量里修改3个变量。

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图3 找到“系统变量”</figcaption>

4)新建三个系统变量

第一个变量:配置JAVA_HOME路径:新建系统变量,将你之前自定义的Java路径复制到变量值中。具体步骤如下图:

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图4 新建第一个系统变量JAVA_HOME</figcaption>

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图5 复制刚刚的路径</figcaption>

第二、三个变量:配置ClASSPATH路径:点开Java文件夹,前两个文件夹分别是bin和lib。

新建系统变量,分别将两个文件夹的路径添加到变量值中,两个路径之间要用英文半角的分号(;)分开。具体步骤如下:

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图6 复制这两个文件夹的路径</figcaption>

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图7 新建第二、三个系统变量</figcaption>

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图8 新建CIASSPATH系统变量</figcaption>

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图9 新建变量,用分号将两个路径隔开</figcaption>

5)编辑Path路径:Path路径本身已经存在,选择后点编辑,然后新建,将双引号中的“%JAVA_HOME%\bin”添加到Path路径中,点击确定。

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图10 编辑系统变量</figcaption>

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图11 点击“新建”</figcaption>

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图12 新建“%JAVA_HOME%\bin”添加到PATH中</figcaption>

6)测试:修改完3个系统变量后,在系统里搜索cmd回车,再输入java,若是出现下面的图面就代表成功了。

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图13 输入cmd、然后再输入java</figcaption>

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图14 如图则测试成功、JRE安装成功</figcaption>

第三步:安装Cite Space

1)打开Cite Space官网点击下载

http://cluster.ischool.drexel.edu/~cchen/citespace/download/

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图15 点开主页 点击Download Now</figcaption>

2)重新搜索:到这个界面下载的是exe(我下载了几次exe都有打不开或者闪退的情况),不是压缩包(最好下载压缩包),因此要搜索citespace找压缩包的下载形式

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图16 在右上方搜索栏搜索“citespace”</figcaption>

3)搜索:搜索页面打开后,往下滑找到这一个并打开

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图17 找到对应的citespace</figcaption>

4)到达Cite Space下载页面,点击Files,就能找到各个版本了

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图18 点击Files 找到各个版本,我下载的是5.5.R2(B站up主推荐的)</figcaption>

5)选择下载的版本,等待下载就可以了(主要参考B站视频)

6)下载了压缩包,解压后看到尾缀是windows的打开

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图19 解压后点开windows尾椎的文件</figcaption>

7)根据提示输入2,确认使用当前版本

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图20 输入2,然后确认当前版本</figcaption>

8)点击Agree

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图21 最后一步!Agree</figcaption>

界面成功打开了

image

<figcaption style="margin-top: 0.66667em; padding: 0px 1em; font-size: 0.9em; line-height: 1.5; text-align: center; color: rgb(153, 153, 153);">图22 Final:终于可以了</figcaption>

希望大家都安装成功!


参考:

链接一:https://blog.csdn.net/Ellen5203/article/details/90268729

CSDN博客 贾俊浩_Ellen:主要获取64位Java安装程序

链接二:https://www.bilibili.com/video/av80876334

Bilibili 沧浪寻歌

《解决citespace打不开、闪退问题 CiteSpace下载与安装直至正常打开全过程》:跟着流程走!不得怕挨刀!

链接三:https://zhuanlan.zhihu.com/p/32695561

知乎专栏 小M爱思考ya

《给Cite Space初学者的学习指南》:主要参考了修改环境变量的环节,虽然不知道具体用处有无,但还是这么操作了!

编辑于 2020-01-30

Citespace

文献管理

软件安装

相关文章

  • 成功下载安装Citespace最新示范

    今天课程烧脑,来不及原创速写一篇啦,转载一篇Cite Space安装示范,写得还蛮详细清晰的。继续保持日更。 [知...

  • citespace mac(最新版本安装包)

    相关下载: citespace中文指南 步骤预览: 1.下载安装java for Mac (文中附有下载链接) 2...

  • CiteSpace下载安装的问题

    CiteSpace下载安装的问题 不做重复造轮子的事情。网上有的资源再这里做一个简书,以归纳本质、谋求联系。 1、...

  • CiteSpace安装

    CiteSpace (podia.com)[https://citespace.podia.com/view/do...

  • Ubuntu+Docker

    从Ubuntu的仓库直接下载安装(可能不是最新版本): (时间较长) 查看是否安装成功: 输出Docker ver...

  • 小白学opengl 第零课

    Qt OpenGL的准备工作 下载安装vs 2015 下载安装qt 最新版(http://download.qt....

  • citespace

    1.citespace 分析的数据是以WoS数据为基础的,即其他数据库收集的数据都要先经过转换,成为WoS的数据格...

  • Citespace

    视频+课件链接:https://pan.baidu.com/s/1TkzHURdHooshGQO_PN4DOw提取...

  • citespace

    https://jingyan.baidu.com/article/17bd8e527e335c85ab2bb83...

  • citespace

网友评论

      本文标题:成功下载安装Citespace最新示范

      本文链接:https://www.haomeiwen.com/subject/oqwzfltx.html