英文:
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。
有人知道问题可能是什么吗?是布局阻止了我查看这些数据,还是有其他问题?
我正在使用"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.
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".
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
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。


评论