Support Joomla!
Search: Advanced Search
Serving 3085 extensions to the community. Last updated today.





Lost Password?
No account yet? Register

Who's Online

We have 956 guests and 68 members online
Joomla! Extensions Directory feed - RSS 0.91

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


cdtkoenig Extensions(0) | Reviews(1) | Favourites(0)
Joomla BibTeX
 Excelent job !, February 6, 2008

Joomla BibTeX My laboratory manage bibliography using EndNote, so I can now export data from endnote using bibtext output style and import data in Joomla BibText :))
EndNote just need a little hack to add a bibtext key field after the first bracket, I use the endNote 'Label' field to populate that key that does not seem to be used in Joomla BibTex, it is probably in documents written using bibtext citations. Here is my hacked "generic template" for EndNote output style, you must add similar "Label" field in other templates (reports, thesis, etc. if necessary.

@misc{`Label`,
`Author = {`Author`},`
`Title = {`Title`},`
`Publisher = {`Publisher`},`
`Volume = {`Volume`},`
`Number = {`Number`},`
`Pages = {`Pages`},`
`Month = {`Date`},`
`Note = {`Notes`},`
`Abstract = {`Abstract`},`
`Keywords = {`Keywords`},`
`ISBN = {`ISBN/ISSN`},`
`URL = {`URL`},`
`Year = {`|Year|`} }`