Difference between revisions of "Publication Manager"

From Anote2Wiki
Jump to: navigation, search
(User HowTOs)
 
(12 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
== About Publication Manager Plug-in ==
 
== About Publication Manager Plug-in ==
  
 +
The Information Retrieval plug-in is divided into two main components:
 +
*Publication searching in PubMed, supporting search using a combination of keywords and specific fields. The result is a set of publication that contains information about title, abstract, journal.
 +
*These publications are organized in queries and Publication Retrieval tries to get the PDF file for a Publication indexed by its PMID.
 +
There is a limitation for crawling that is limited to articles with free access only, but this option can be changed depending on the organization’s rights.  The is also a system for classification of publications within a query given its relevance.
 +
This plug-in was developed in collaboration with the [[http://sing.ei.uvigo.es/ SING ]]group at University of Vigo - Spain.
  
This plugin was developed in collaboration with the SING group at University of Vigo - Spain.
+
== User HowTOs ==
 
 
Information Retrieval plug-in divided and two main points:
 
* Publication searching in PubMed, with the combination of keywords and specific fields. The result is a set of publication what contains information about title, abstract, journal. These publications are organized in queries
 
* Publication Retrieval that try get PDF file for a Publication indexed for PMID.There are limitation for crawling article (free access only).
 
 
 
For structuring this plug-in was defined Queries, a publication Set. This publications can be classified in a Query ( Publication Query Relevance ). This step can be important for example in corpus creation or in learning data for automatic classification systems.
 
  
== User HowTOs ==
+
[[Publication Manager View]]
  
 
[[Change Relevance Document]]
 
[[Change Relevance Document]]
Line 19: Line 18:
  
 
[[Query Add Publication]]
 
[[Query Add Publication]]
 +
 +
[[Query View]]
  
 
[[Query Relevance View]]
 
[[Query Relevance View]]
  
 
[[Query Update]]
 
[[Query Update]]
 +
 +
[[Query Remove]]
  
 
== MVC AIBench Model: ==
 
== MVC AIBench Model: ==
Line 28: Line 31:
 
=== '''''Data-types:''''' ===
 
=== '''''Data-types:''''' ===
  
'''''PublicationManager''''': Plug-in Main Data-type that contains information about all PubMed search already done. Contain information about proxy and database given by configuration file and directory for publications PDF files.
+
'''''PublicationManager''''': main data-type of the plug-in that contains information about all PubMed searches already executed. Contains information about proxy and database given by configuration file and directory for PDF files.
  
'''''QueryInformationRetrievalExtension''''': Represent a Query. Contain information about database ID, date, keywords, organism, matching publications, available abstracts and other generic query properties.  
+
'''''QueryInformationRetrievalExtension''''':represents a Query. Contains information about database ID, date, keywords, organism, matching publications, available abstracts and other generic query properties.
  
 
=== '''''Operations:''''' ===
 
=== '''''Operations:''''' ===
  
'''''AddFileToPublicationManagerOperation''''': Manually add a PDFfile for publication.
+
'''''AddFileToPublicationManagerOperation''''': Manually adds a PDFfile for a publication.
  
'''''AddPublicationToQueryOperation''''': Add a new publication to QueryInformationRetrievalExtension.
+
'''''AddPublicationToQueryOperation''''': Adds a new publication to a  ''QueryInformationRetrievalExtension''.
  
 
'''''ExitOperation''''': Publication Manager exit operation.
 
'''''ExitOperation''''': Publication Manager exit operation.
  
'''''InitReferenceManager''''': Initialize PublicationManager plug-in.
+
'''''InitReferenceManager''''': Initialize ''PublicationManager'' plug-in.
  
'''''JournalRetrivalListDocs''''': Operation that given a list PMID try gets PDF files.
+
'''''JournalRetrivalListDocs''''': Operation that given a list of PMIDs tries to get PDF files.
  
'''''PubmedSearchOperation''''': Operation for Search in PubMed given the query details.
+
'''''PubmedSearchOperation''''': Operation for searching in PubMed, given the query details.
  
 
'''''SelectRelevance''''': Change document relevance for query.
 
'''''SelectRelevance''''': Change document relevance for query.
  
'''''UpdateQueryOperation''''': Update QueryInformationRetrievalExtension (updates the result of PubMed search in time).
+
'''''UpdateQueryOperation''''': Update ''QueryInformationRetrievalExtension'' (updates the result of PubMed search in time).
 +
 
 +
'''''LoadPublicationManagerStatus:''''' Load Publication Manager Session.
 +
 
 +
'''''SavePublicationManagerStatus:''''' Save Publication Manager Session.
  
 
=== '''''Views:''''' ===
 
=== '''''Views:''''' ===
  
'''''PublicationManagerView''''': PublicationManager View that contains a visualizer off all queries presents in Publication Manager and permits have some filters.  
+
'''''PublicationManagerView''''': PublicationManager View that contains a visualizer of all queries present in the Publication Manager and allows applying some filters.
  
'''''QueryRelevanceView''''': QueryInformationRetrievalExtension View that permits viewing documents in a query whit your relevance.  
+
'''''QueryRelevanceView''''': QueryInformationRetrievalExtension View that permits viewing documents in a query including relevance.
  
'''''QueryView''''': QueryInformationRetrievalExtension View that permits viewing documents in a query an permits some search steps.
+
'''''QueryView''''': QueryInformationRetrievalExtension View View that permits viewing documents in a query and permits some search steps.

Latest revision as of 09:56, 21 June 2012

About Publication Manager Plug-in

The Information Retrieval plug-in is divided into two main components:

  • Publication searching in PubMed, supporting search using a combination of keywords and specific fields. The result is a set of publication that contains information about title, abstract, journal.
  • These publications are organized in queries and Publication Retrieval tries to get the PDF file for a Publication indexed by its PMID.

There is a limitation for crawling that is limited to articles with free access only, but this option can be changed depending on the organization’s rights. The is also a system for classification of publications within a query given its relevance. This plug-in was developed in collaboration with the [SING ]group at University of Vigo - Spain.

User HowTOs

Publication Manager View

Change Relevance Document

Pubmed Search

Query Add Publication

Query View

Query Relevance View

Query Update

Query Remove

MVC AIBench Model:

Data-types:

PublicationManager: main data-type of the plug-in that contains information about all PubMed searches already executed. Contains information about proxy and database given by configuration file and directory for PDF files.

QueryInformationRetrievalExtension:represents a Query. Contains information about database ID, date, keywords, organism, matching publications, available abstracts and other generic query properties.

Operations:

AddFileToPublicationManagerOperation: Manually adds a PDFfile for a publication.

AddPublicationToQueryOperation: Adds a new publication to a QueryInformationRetrievalExtension.

ExitOperation: Publication Manager exit operation.

InitReferenceManager: Initialize PublicationManager plug-in.

JournalRetrivalListDocs: Operation that given a list of PMIDs tries to get PDF files.

PubmedSearchOperation: Operation for searching in PubMed, given the query details.

SelectRelevance: Change document relevance for query.

UpdateQueryOperation: Update QueryInformationRetrievalExtension (updates the result of PubMed search in time).

LoadPublicationManagerStatus: Load Publication Manager Session.

SavePublicationManagerStatus: Save Publication Manager Session.

Views:

PublicationManagerView: PublicationManager View that contains a visualizer of all queries present in the Publication Manager and allows applying some filters.

QueryRelevanceView: QueryInformationRetrievalExtension View that permits viewing documents in a query including relevance.

QueryView: QueryInformationRetrievalExtension View View that permits viewing documents in a query and permits some search steps.