无法显示所有个人信息。

huangapple go评论117阅读模式
英文:

Unable to display all the Person's information

问题

我正在上传我们机构的研究人员数据以及他们的研究成果到一个新的 DSpace-CRIS 7 实例中。一切似乎都按预期运行,除了我的用户信息页面。当我尝试查看任何研究人员的数据时,我只能看到非常基本的信息:

仅显示基本信息。无法看到研究成果。

他们的研究成果已经成功添加并链接到他们的个人资料,正如您在以下图片中所看到的:

已添加并链接到相应用户的出版物。

我希望我的网站能够像DSpace-CRIS演示站点上显示研究人员的信息,就像这样:

演示站点上的个人信息

我已经查阅了文档,看到有两种不同的布局:垂直和水平。我以为可能我在使用不同的布局,通过更改它,我就能像演示站点一样可视化我的数据。然而,DSpace-CRIS文档中提到的文件(src/environments/environment.common.ts)不存在,甚至在他们的存储库上也没有

文档中的布局

文档中显示的environment.common.ts文件位置

我知道信息已经正确链接。我可以成功使用"Item Export Process Launcher"导出包括研究成果在内的所有研究人员数据的PDF。

Item Export Process Launcher

有人知道问题可能是什么吗?是布局阻止了我查看这些数据,还是有其他问题?

我正在使用"dspacris-2022.02.00"和"dspacris-angular-dspacris-2022.02"。

谢谢!
1: https://github.com/4Science/dspace-angular/tree/dspace-cris-7/src/environments

英文:

I am in the process of uploading my institution's researchers data, as well as their research output, to a new instance of DSpace-CRIS 7. Everything seems to be working as expected, except for my user's information page. When I try to visualize any researcher's data I can only see very basic information:

Only basic information is shown. No research output can be seen.

Their research output has been successfully added and linked to their profile, as you can see in the following image:

Publications have been added and linked to their respective users.

What I am looking for is for my site to display the researcher's information as it is shown on the DSpace-CRIS demo site. Like this:

Person information in the demos site

I have been looking into the documentation and I can see that there are two different types of layout: vertical and horizontal. I thought that maybe I was using a different layout and that by changing it I would be able to visualize my data just as in the demo site. Whoever, the file mentioned in the DSpace-CRIS documentation (src/environments/environment.common.ts) does not exist, not even on their repository.

Layouts in documentation

Location of the environment.common.ts file as shown in the documentation

I know that the information is correctly linked. I can successfully export a PDF with all the researcher data (including research output) using the "Item Export Process Launcher".

Item Export Process Launcher

Anyone has any ideas of what the problem might be? Is the layout stopping me from visualizing this data, or is it a different issue?

I am using "dspace-cris-2022.02.00" and "dspace-angular-dspace-cris-2022.02".

Thank you!

答案1

得分: 0

你需要使用 cris-configuration 工具。你的布局问题的实际来源是,你没有运行 cris-layout-tool 命令(查看手册)。

一旦运行了该命令并重新启动一切,你将得到结果。

英文:

You have to use cris-configuration tool. The actual source of your layout issue is that, you don't run the command for cris-layout-tool(Check in manual).

Once you run that command and restart everything, you got the result

huangapple
  • 本文由 发表于 2023年3月10日 01:48:52
  • 转载请务必保留本文链接:https://go.coder-hub.com/75688291.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定