EPrints Technical Mailing List Archive
Message: #09000
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
Re: [EP-tech] Generate abstract by item type
- To: <eprints-tech@ecs.soton.ac.uk>, "MOHD.IZWAN SALIM" <mohdizwan8733@uitm.edu.my>
- Subject: Re: [EP-tech] Generate abstract by item type
- From: David R Newman <drn@ecs.soton.ac.uk>
- Date: Wed, 6 Jul 2022 09:48:36 +0100
Hi Izwan,
Unfortunately, there is not currently an easy way to do this bar writing your own script. For the next release of EPrints I have expanded the epadmin scripts capabilities so all functions where you could only provide a single eprint ID, you can now provide multiple eprint IDs or even a sequence of eprint IDs (e.g. 1-10 for the first 10 eprint IDs). What your email has meant I have realised is that as generate_abstracts is a separate script, I have not introduced the same functionality to that. I have just been working on fixing that oversight and as it is a stand-alone script you should be able to download and use the latest version from here:
https://raw.githubusercontent.com/eprints/eprints3.4/master/bin/generate_abstracts
Although the script does not allow you to specify a type option you can do a little trick from the command line:
bin/generate_abstracts <ARCHIVEID> `mysql -u <DBUSER> -p<DBPASSWORD> <DBNAME> -e "SELECT eprintid FROM eprint WHERE type = 'conference_item' AND eprint_status = 'archive';" | tail -n +2`
What this does is queries the database for all live archive items of a particular eprint type (in this case conference_item) and prints out this list of eprint IDs. the "| tail -n +2" keeps everything from the 2nd line onwards (i.e. removes the first line), as this contains the name of the column (i.e. eprintid), which is not an eprint ID in itself.
Regards
David Newman
CAUTION: This e-mail originated outside the University of Southampton.Dear all, can we generate abstract pages by an option item type or other metadata?
Regards
Izwan
UiTM Institutional Repository
PENAFIAN: E-mel ini dan apa-apa fail yang dihantar bersama-samanya ("Mesej") adalah dihasratkan hanya untuk kegunaan penerima yang dinyatakan di atas dan mungkin mengandungi maklumat yang tidak umum, bermilik, istimewa, sulit dan dikecualikan dari penzahiran di bawah undang-undang yang terpakai termasuklah Akta Rahsia Rasmi 1972. BACA SELANJUTNYA...
DISCLAIMER : This e-mail and any files transmitted with it ("Message") is intended only for the use of the recipient(s) named above and may contain information that is non-public, proprietary, privileged, confidential and exempt from disclosure under applicable law including the Official Secrets Act 1972. READ MORE...
*** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech *** Archive: http://www.eprints.org/tech.php/ *** EPrints community wiki: http://wiki.eprints.org/
- References:
- [EP-tech] Generate abstract by item type
- From: "MOHD.IZWAN SALIM" <mohdizwan8733@uitm.edu.my>
- [EP-tech] Generate abstract by item type
- Prev by Date: Re: [EP-tech] Limit Export-search-results (max_items for export)
- Next by Date: Re: [EP-tech] Generate abstract by item type
- Previous by thread: [EP-tech] Sort view with creators_name and corp_creators
- Index(es):