Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Bibliographic reference Module

by cognizant (Pilgrim)
on Oct 12, 2005 at 10:04 UTC ( [id://499442]=perlquestion: print w/replies, xml ) Need Help??

cognizant has asked for the wisdom of the Perl Monks concerning the following question:

Hi monks, Is there any module to convert bibliographic patterns (example shown below) to xml (using some ini file, if needed)?
Author surname, Forenames (1980) "article title" <i>Journal title</i> +28:(2) 153-5 Forenames K. Surname. Article title <i>Journal title</i> 1980 28 182-5 +8 Forenames K. Surname. Chapter title 'Book title' 1980 Publisher name: +Publisher location
to
<bib><author><snm>Author surname</snm>, <fnm>Forenames</fnm></author> +(<year>1980</year>) "<arttitle>article title</arttitle>" <jtitle>Jour +nal title</jtitle> <vol>28</vol>:(<issue>2</issue>) <fp>153</fp>-<lp> +5</lp></bib> ----
Thanks in advance

Replies are listed 'Best First'.
Re: Bibliographic reference Module
by herveus (Prior) on Oct 12, 2005 at 11:46 UTC
    Howdy!

    I searched CPAN for "biblio" and found Biblio::Biblio. I didn't look it over closely to see if it would do exactly what you are asking for, but I recommend that you take a closer look.

    yours,
    Michael
Re: Bibliographic reference Module
by gopalr (Priest) on Oct 12, 2005 at 10:35 UTC

    Dear Cognizant

    Is there any module to convert bibliographic patterns

    Ans: No

    We can't able to write Common Module for Bibliography, because Lot of patterns are there (! 120 Patterns).

    We have to enhanced based on the Projects.

Re: Bibliographic reference Module
by Mark_UpLanguage (Sexton) on Oct 12, 2005 at 14:31 UTC
    Just a note that I suggest you remove formatting characters from the resultant XML. The point of XML is that you can easily put style back, just save the content and structure. <bib> <author> <snm>Author surname</snm><fnm>Forenames</fnm> </author> <year>1980</year> <arttitle>article title</arttitle> <jtitle>Journal title</jtitle> <vol>28</vol> <issue>2</issue> <fp>153</fp> <lp>5</lp> </bib>

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://499442]
Approved by Fang
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 05:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found