EPrints Technical Mailing List Archive
Message: #01062
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Re: How to customise Division listings
- To: "'eprints-tech@ecs.soton.ac.uk'" <eprints-tech@ecs.soton.ac.uk>, "John Salter" <J.Salter@leeds.ac.uk>
- Subject: [EP-tech] Re: How to customise Division listings
- From: "Chew Bee Leng" <blchew@wou.edu.my>
- Date: Wed, 12 Sep 2012 18:12:13 +0800
Hi John
1. Yes, all the child nodes are depositable. Am still having trouble to name the LOC nodes, via the Admin editing. Unable to click the blank row and go beyond it to name the subject.
2. Can you show a sample of an exported subject tree? Our ITS tried to export as per attached, but I think this is incorrect.
Is our ARCHIVENAME refers to "eprint"?
So, the correct command to export that we should use is:
usr/share/eprints/bin/export eprint subject Subjects
3. Extracting from the workflow default.xml file content, is this script below <component><field ref="divisions"/></component> complete?
.
.
.
<epc:if test="type = 'performance'">
<component collapse="yes"><field ref="producers"/></component> <component collapse="yes"><field ref="conductors"/></component> <component collapse="yes"><field ref="accompaniment"/></component> </epc:if> <component><field ref="divisions" /></component> <component type="Field::Multi"> <title>Publication Details</title> <epc:if test="type != 'patent' "> <epc:if test="type.one_of('book_section', 'book', 'article', 'conference_item')"> <field ref="refereed" required="yes" /> </epc:if> <epc:if test="type != 'artefact' and type != 'exhibition'"> <field ref="ispublished" required="yes" /> .
.
.
The script in the eprint_fields.pl is correct.
many thanks.
chew
>>> On Tuesday, September 11, 2012 at 10:40 PM, in message <7154BCBB8909D642AE6F44CA713DBC20056B9EB63142@HERMES7.ds.leeds.ac.uk>, John Salter <J.Salter@leeds.ac.uk> wrote:
DISCLAIMER: This email,
together with any attachments, is intended for the named recipient(s)
only and is confidential. Any views or opinions presented in this email
are solely those of the author and do not necessarily represent those of
Wawasan Open University. If you are not the intended recipient, you may
not copy or disclose its contents to anyone. Please notify the sender
immediately and delete this message and any attachments from your
system. While this email has been scanned for the presence of computer
viruses, you are advised to perform your own virus scan. Wawasan Open
University accepts no liability whatsoever that may arise from or in
connection with this email and/or its attachments.
|
[root@eprint bin]# export declare -x CVS_RSH="ssh" declare -x G_BROKEN_FILENAMES="1" declare -x HISTCONTROL="ignoredups" declare -x HISTSIZE="1000" declare -x HOME="/root" declare -x HOSTNAME="eprint.wou.edu.my" declare -x LANG="en_US.UTF-8" declare -x LESSOPEN="|/usr/bin/lesspipe.sh %s" declare -x LOGNAME="root" declare -x LS_COLORS="rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.tbz=01;31:*.tbz2=01;31:*.bz=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.axa=01;36:*.oga=01;36:*.spx=01;36:*.xspf=01;36:" declare -x MAIL="/var/spool/mail/root" declare -x OLDPWD="/usr/share/eprints/archives/eprint/cfg/workflows/eprint" declare -x PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin" declare -x PWD="/usr/share/eprints/bin" declare -x SHELL="/bin/bash" declare -x SHLVL="1" declare -x SSH_CLIENT="172.16.25.55 3013 22" declare -x SSH_CONNECTION="172.16.25.55 3013 192.168.30.80 22" declare -x SSH_TTY="/dev/pts/0" declare -x TERM="xterm" declare -x USER="root" [root@eprint bin]#
- References:
- [EP-tech] Re: How to customise Division listings
- From: John Salter <J.Salter@leeds.ac.uk>
- [EP-tech] Re: How to customise Division listings
- From: "Chew Bee Leng" <blchew@wou.edu.my>
- [EP-tech] Re: How to customise Division listings
- From: John Salter <J.Salter@leeds.ac.uk>
- [EP-tech] Re: How to customise Division listings
- From: "Chew Bee Leng" <blchew@wou.edu.my>
- [EP-tech] Re: How to customise Division listings
- From: John Salter <J.Salter@leeds.ac.uk>
- [EP-tech] Re: How to customise Division listings
- Prev by Date: [EP-tech] Re: Edit Footer
- Next by Date: [EP-tech] Re: Eprints System Error- Can't open to write to XML
- Previous by thread: [EP-tech] Re: How to customise Division listings
- Next by thread: [EP-tech] Re: How to customise Division listings
- Index(es):