Difference between revisions of "Talk:PubMan Func Spec Easy Submission"

From MPDLMediaWiki
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
==UC_PM_EASM_01 upload file in structured format==
===Status/Schedule===
*Status: '''in design'''
*Schedule:'''R3'''


4.2 For BibTeX upload: the BibTeX record contains "URL". In this case the system creates a full text within the record. The user can specify the content type and change the MIME Type in the edit mask afterwards. If the system is unable to upload the file, the user gets an error message and continues with step 3.
All important information has been moved to http://colab.mpdl.mpg.de/mediawiki/PubMan_Ingestion
The system can try to fetch a fulltext by following this URL. My proposal would be that if this fetching fails the submission continues with a message that the file xould not be fetched. The URL in the bibtex file is mapped to a locator (this would also handle the case that a URL in a bibtex file is not intended as a fulltext upload)--[[User:Kleinfercher|Kleinfercher]] 12:14, 13 January 2009 (UTC)
Discussions and older versions of the scenarios have been moved to http://colab.mpdl.mpg.de/mediawiki/Talk:PubMan_Ingestion
 
== UC_PM_EASM_02 fetch full text by identifier (arXiv) ==
 
The Full Text Version can be retrieved with:
 
* http://arxiv.org/pdf/ +arXiv ID (pdf)
* http://arxiv.org/ps/ +arXiv ID (ps)
* http://arxiv.org/src/ +arXiv ID (tex)
* http://arxiv.org/html/ +arXiv ID (html) Found one example with html (http://arxiv.org/html/cs/9811020)
 
We don't try to retrieve a fulltext version in html because it is very rare
 
=== Status/Schedule ===
*Status: '''in design'''
*Schedule: '''R3.5'''
 
 
=== Flow of Events ===
 
*1. The system queries for fulltexts of item with the specified IDs.
** 1.a. The system receives fulltexts with specified IDs. The use case ends with success.
** 1.b. The query fails. The system does not receive any fulltexts with specified IDs. The system displays an error message (MSG_PM_SM_10). The use case ends without success.
** 1.c. The query fails partially. The system does receives some fulltexts with specified IDs. The system displays an information message (MSG_PM_SM_XX). The use case ends with success.
 
: would remove the 5.a below from this use case  --[[User:Natasab|Natasa]] 13:47, 6 June 2008 (UTC)
5a: The system could retrieve a full text version. The file box is filled with the retrieved Info.
 
: would move the options described below to Fetch metadata use case in submission scenario --[[User:Natasab|Natasa]] 13:47, 6 June 2008 (UTC)
As default the system restrieves the pdf version if provided.
*The User can choose to see a preview of the uploaded file
*The User can choose to upload 'all available' files from arXiv
*The User can delete the uploaded file and upload a different File from his own Directory
 
:OK, so maybe below steps should somehow be incorporated with 1.b and 1.c
5b: The system couldn’t retrieve a full text version, no entries in the file box:
*The User gets a message why the upload failed
**Failure1: There is no fulltext version in arXiv
**Failure2: Technical Problems when communicating with arXiv (Probably try later or something)
*The User can choose to upload a file from his own Directory
:This i would not include here, as this is anyway part of edit item use case --[[User:Natasab|Natasa]] 13:47, 6 June 2008 (UTC)
 
 
6: Continue with use case [[PubMan_Func_Spec_Submission#UC_PM_SM_02_edit_item|UC_PM_SM_02 edit item]]
:no need, it's include use case and is fine.
 
The user should not be able to change the name of an uploaded file (uploaded automatically or manually)
:to check if this is really a restriction one has to have in such a strong manner? (it's possible, but if really needed would move it to some other release --[[User:Natasab|Natasa]] 13:47, 6 June 2008 (UTC)


==Functional Prototype==
==Functional Prototype==
Please check the [https://zim01.gwdg.de/repos/smc/tags/public/PubMan/Prototypes/Easy_Submission/index.html functional prototype for easy submission]
Please check the [https://zim01.gwdg.de/repos/smc/tags/public/PubMan/Prototypes/Easy_Submission/index.html functional prototype for easy submission]

Latest revision as of 07:27, 9 September 2009

All important information has been moved to http://colab.mpdl.mpg.de/mediawiki/PubMan_Ingestion Discussions and older versions of the scenarios have been moved to http://colab.mpdl.mpg.de/mediawiki/Talk:PubMan_Ingestion

Functional Prototype

Please check the functional prototype for easy submission