Re: Search magic

2012-04-11 Thread Ludmila Marian
e 8 hits. I think if you would do the same type of search (m='a' or m='r') in both cases, you would see the behavior that you would expect (more results when doing simple search) otherwise m='r' will probably yield more results then m='a' in most of the cases even if you are searching on a smaller space. Best regards, Ludmila -- Ludmila Marian ** CERN Document Server **<http://cds.cern.ch/>

Re: Search magic

2012-04-11 Thread Ludmila Marian
Hi Alexander, On 04/11/2012 03:09 PM, Alexander Wagner wrote: On 11.04.2012 14:05, Ludmila Marian wrote: Hello Ludmilla! perform_request_search(p='plo', cc='People') > This will return all the records that contain the word 'plo' in any of the fields. So

Re: vedio, sudio templates

2012-05-13 Thread Ludmila Marian
e. If not, Could you please give me advice on customizing the format tempaltea and the output format tempaltes for Vidio or Audio ? Thank you, Lanxin -- Ludmila Marian ** CERN Document Server ** <http://cds.cern.ch/><http://cds.cern.ch/>

Re: no resuoce picture

2013-03-01 Thread Ludmila Marian
Hi Lanxin, On Mar 1, 2013, at 11:03 AM, Lanxin Ma mailto:lanxin...@cern.ch>> wrote: Dear Invenio team, I created a new collection and a new doctype named EBEPCPIC which is cloned from DEMOPIC. Now pictures can be upload to the new collection. I have 2 problems 1. when I view the

Re: serch latest pictures & video

2013-04-15 Thread Ludmila Marian
d list them ? Thank you very much!! REgards, Lanxin -- Ludmila Marian Software Engineer CERN, IT Department, Digital Library Service Section

Re: FW: video upload

2013-06-05 Thread Ludmila Marian
import format_element In [2]: from invenio.bibformat_engine import BibFormatObject In [3]: bfo = BibFormatObject(recid) # recid is the record id of your video record In [4]: format_element(bfo) This last call will probably fail, and give you the traceback with information on where the problem i

Re: FW: video upload

2013-06-05 Thread Ludmila Marian
ven by 'invenio.err' (attached) starting with: "InvenioBibFormatError: "Error when evaluating format element VIDEO_PLATFORM_SUGGESTIONS with parameters {'threshold': '75', 'bfo': , 'shuffle': 'True', 'maximum': '3

Re: FW: video upload

2013-06-07 Thread Ludmila Marian
some errors given by 'invenio.err' (attached) starting with: "InvenioBibFormatError: "Error when evaluating format element VIDEO_PLATFORM_SUGGESTIONS with parameters {'threshold': '75', 'bfo': , 'shuffle': 'True', 'max

Re: FW: video upload

2013-06-07 Thread Ludmila Marian
name). webm-files are created but the result is the same. There are some errors given by 'invenio.err' (attached) starting with: "InvenioBibFormatError: "Error when evaluating format element VIDEO_PLATFORM_SUGGESTIONS with parameter

Re: FW: video upload

2013-06-27 Thread Ludmila Marian
Hi Genis, Not sure if you still have problems with this.. If yes, can you also try to see what BibDocFiles are attached to the video bibdoc: $ from invenio.bibdocfile import BibRecDocs $ brd = BibRecDocs(6259) $ bibdoc = brd.get_bibdoc('Demo_video') $ bibdoc.list_all_files() # this should ret

Re: FW: video upload

2013-06-28 Thread Ludmila Marian
seen by the browser and can't be played. Using VIDEO SUBMISSION I uploaded demo-video 'CERN-MOVIE-2010-075.mpg (with another name). webm-files are created but the result is the same. There are some errors given by 'invenio.err' (attached) starting with: "InvenioBibFormatError: "Error when evaluating format element VIDEO_PLATFORM_SUGGESTIONS with parameters {'threshold': '75', 'bfo': , 'shuffle': 'True', 'maximum': '3', 'collection': 'Videos'}." (bibformat_engine.py:622:eval_format_element)" What is the source of them? Genis -- Ludmila Marian Software Engineer CERN, IT Department, Digital Library Service Section

Re: FW: FW: video upload

2013-06-28 Thread Ludmila Marian
video', '.webm;720p', 6300, 255, '', 'c96fb805bdecb0d7425b7b12d9ce0ede', BibDocMoreInfo(255, "(dp1\nS'flags'\np2\n(dp3\nsS'descriptions'\np4\n(dp5\nI1\n(dp6\nS'.mpg?subformat=master'\np7\nS'MASTER'\np8\nsS'.mpg;mast

Re: Problem with WebSubmit

2013-11-04 Thread Ludmila Marian
Hi Henning, The bibconvert template should contain the 001 ( and the id should already be in the bibrec table). Maybe the function (Create_Recid) that creates the recid in the db is missing? Cheers, Ludmila On 11/04/2013 10:39 AM, Henning Hraban Ramm wrote: Hello again, I’m still struggli

Re: Path problem with BibUpload

2013-11-04 Thread Ludmila Marian
ists, and everything under /opt/invenio belongs to www-data. I found nothing in the docs* why that path shouldn’t be allowed. What’s wrong? *) http://invenio-demo.cern.ch/help/admin/bibupload-admin-guide Greetlings, Hraban --- http://www.fiee.net https://www.cacert.org (I'm an assurer) -- Ludmila Marian Software Engineer CERN, IT Department, Digital Library Service Section

Re: Access permissions

2014-01-27 Thread Ludmila Marian
Hi Hraban, On 01/27/2014 09:26 AM, Samuele Kaplun wrote: Dear Hraban, In data lunedì 27 gennaio 2014 12:23:40, Henning Hraban Ramm ha scritto: is there any documentation on access permissions? I couldn’t find anything helpful. The official documentation is available in every installation of

Re: Thumbnails to video

2014-01-31 Thread Ludmila Marian
be (you can add the style for the video_thumb class in the css) In [4]: out = ''.join(['' %item for item in thumbnails]) Hope this helps! Best regards, Ludmila -- Ludmila Marian Software Engineer CERN, IT Department, Digital Library Service Section

Re: Thumbnails to video

2014-02-03 Thread Ludmila Marian
Hi Genis, The bfe_video_thumbnails.py was a fictive name that I gave to the new element that you would need to create if you wish to display the thumbnails. It will need to return the thumbnails attached to the record. Creating a new bibformat element is quite easy, some documentation can be fo

Re: link to video vile

2014-03-24 Thread Ludmila Marian
for the video player: Hope this helps! Best regards, Ludmila -- Ludmila Marian Software Engineer CERN, IT Department, Digital Library Service Section

Re: Invenio-1.2.0 upgrade issues from 99.3

2015-03-18 Thread Ludmila Marian
generic fix can be found here: <https://github.com/kasioumis/invenio/commit/aad27f37cd018f7e9b9bea80d87745e8b69de990> Best regards, Ludmila -- Ludmila Marian Software Engineer CERN, IT Department, Digital Library Service Section On 03/18/2015 12:46 AM, gary holman wrote: I was able t

Re: copy a record

2015-09-14 Thread Ludmila Marian
Hi Lanxin, A record can be part of as many collections as you wish. If you want a record to be part of a particular collection, let's say 'Pictures 2', you need to make sure that the record satisfies the search query for this collection. For example, let's say the collection query for 'Picture

Re: default sorting per collection

2016-10-20 Thread Ludmila Marian
Dear Veronika, It’s not out-of-the-box, but it can be done. There are 2 things to do: 1) If you wish to change the search option on the collection page (a.k.a. "Latest additions:"), you need to update the codebase, so the webcoll task will know about it (as the collection pages are precomputed

Re: invenio_webupload ?

2016-12-01 Thread Ludmila Marian
Hi Lanxin, You are probably referring to testing the batchupload, in which case you can check the documentation here: Best regards, Ludmila > On 28 Nov 2016, at 09:14, Lanxin Ma wrote: > > Hello, > > Ihis helped

Re: Debugging a non-working bibedit

2016-12-09 Thread Ludmila Marian
Hi Ferran, One thing could be that there is some javascript used for your site (`ddd`) that is not used for the other two sites, and that is conflicting with the javascript from bibedit, since, as you are saying, out of the box bibedit works well for 2 out of 3 sites. One thing to do is to use

Re: metadata error

2017-02-27 Thread Ludmila Marian
Hi Lanxin, The problem is probably the empty datafield: If you remove that from all of the records (or if you add the subfield) it will probably be ok. Cheers, Ludmila On 27 Feb 2017, at 09:53, Lanxin Ma mailto:lanxin...@cern.ch>> wrote: Hello, I have installed inveio1.2.2 based SL6