dspace

Inserting most downloaded items into XMLUI (DSpace 6.2)

一世执手 提交于 2021-02-07 08:31:29
问题 I am using XMLUI (Mirage) on DSpace 6.2 and am trying to insert the "Most Downloaded Items" into the home page. I have figured out the SOLR query for this, namely (in page-structure.xsl): <xsl:variable name="statsURL"> <xsl:text>http://localhost/solr/statistics</xsl:text> </xsl:variable> <xsl:apply-templates select="document(concat($statsURL,'/select?q=type:0+-isBot:true+statistics_type:view&wt=xml&indent=true&facet=true&facet.field=id&facet.sort=count&facet.limit=10'))" mode="mostdownloaded"

使用脑电图慢皮层电位重建3D空间中的手,肘和肩的实际和想象的轨迹

陌路散爱 提交于 2020-08-12 11:27:22
点击上面"脑机接口社区"关注我们 更多技术干货第一时间送达 导读 从神经活动中解码想象运动的运动学的能力对于开发可以帮助行动不便的人的假肢设备至关重要。当前采用脑电图(EEG)等无创记录方法解码实际和想象的手运动轨迹来控制神经运动假体,通常通过应用多维线性回归(mLR)模型来调整神经信号和肢体运动学这两种时域信号。然而还存在很多问题:EEG信号和特定的慢皮质电位(SCP)是否具有运动神经相关性。是否可以重建近端臂关节即肩膀的轨迹尚未测试,以及解码性能是否取决于运动速度和/或位置变化。 研究人员使用mLR模型(通常用于运动轨迹预测(MTP))并使用源定位来检测和比较大脑之间的相互关系,从而预测了7个受试者在两种运动类型(实际和想象的)的时间序列中在3D空间中的手,肘和肩部轨迹在每个手臂关节实际和想象的动作中激活的区域。 对于所有的手臂关节和动作类型,SCP对轨迹重建的贡献最大,并且使用运动学之前的神经信号将解码精度达到峰值120-210 ms。研究结果证明了从头皮脑电图预测所有手臂关节的3D想象轨迹的可行性,而且还发现在慢速皮质电位中存在与运动相关的神经相关因素。 实验 研究人员共进行了四次实验。每一次运行都包含了一组实际的运动和一组想象的运动(图1(a))。每组由4个子组组成,每个子组由对其中一个目标(T1、T2、T3、T4)的20次连续试验(运动周期)组成

阿里云三维空间重建产品商业化发布

爷,独闯天下 提交于 2020-08-11 14:35:24
产品介绍: 三维空间重建(3D Space Reconstruction),是由阿里云提供三维空间重建服务,包含全景摄影测量设备及三维空间重构工具,实现对空间的全景摄影、实景重构及三维模型构建。产品可以帮助品牌商与平台以较低的成本完成空间信息的快速采集,并支持对室内/室外空间的三维全景展示及空间漫游,同时支持VR浏览、设备接入,从而实现对空间数据的采集、管理与应用。可广泛应用于具有空间建模及展示需求的房产、酒店、零售、场馆、工厂等领域。 适用客户: • 房地产、装修、短租、工厂等商家:通过三维空间重建可沉浸式预览其房/装修/工厂面貌等; • 在上述行业中担任拍摄、制作模型的行业ISV伙伴:可使用我方产品帮助商家完成三维空间重建。 发布功能: 提供“云+端”一体解决方案,包括阿里巴巴定制全景设备, 可帮助客户实现快速采集; 提供空间重构工具,基于特征点AI自动提取搭建三维模型,自动化程度高,操作简便; 提供数据处理中台,支持从照片上传到三维空间重建的完整数据处理流程; 支持多端效果展示,实现空间实景还原+场景漫游效果,场景支持移动端、PC端等多终端展示。 付费方式: 三维空间重建服务采用按量计费,后付费方式,根据用户创建并发布的模型数量计费。模型类型共有三种:单图模型每个10元、三维模型每个100元、视频模型每个10元;模型的使用有效期为三年。 产品文档: https://help

Getting other metadata in ItemRequestForm in DSpace 6x

爷,独闯天下 提交于 2020-05-17 07:01:28
问题 Clicking a restricted bitstream in DSpace will display a request form. The form displays the title of the item by default. In version 5x, I managed to get to display other metadata instead of title (eg citation). The code I used to display: Metadatum[] titleDC = item.getMetadata("dc", "title", null, Item.ANY); Metadatum[] citationDC = item.getMetadata("dc", "identifier", "citation", Item.ANY); String document = ""; if (citationDC != null && citationDC.length > 0) { document = citationDC[0]

Extract attribute value if child node contains this text

烂漫一生 提交于 2019-12-25 18:32:33
问题 Given this xml input: <?xml version="1.0" encoding="UTF-8"?> <atom:entry xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:doc="http://www.lyncode.com/xoai" xmlns:ore="http://www.openarchives.org/ore/terms/" xmlns:oreatom="http://www.openarchives.org/ore/atom/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2005/Atom http://www.kbcafe.com/rss/atom.xsd.xml"> <atom:id>http://hdl.handle.net/10862/152/ore.xml<

Can we show different browse layout for different collection in Dspace?

♀尐吖头ヾ 提交于 2019-12-25 04:29:23
问题 I have feedback collection in that i want to show the username but in the same time in other collection i don't. My question is on webui.itemlist.columns , here i have edited and added dc.username like this webui.itemlist.columns = thumbnail, dc.date.issued(date), dc.title, dc.contributor.author, dc.username so here is my question, i have two collection one is feedback and another one is working paper , and i dont want to show username column in feedback.but not in working paper is this