For the last few months these lists have been a bit quite in regards to news
about Connotea, so I thought I would let you know about a few things that
have been happening with the code and with the service.

1. Better import of RIS files.

This week we rolled out an improvement to the import of RIS files to stop
Connotea from mangling the tag format from PUBMED records. It seems to work
a lot better now. You can read about it here:

http://network.nature.com/blogs/user/http-network-nature-comprofileianmulvan
y/2008/04/24/improved-import-of-ris-files-to-better-handle-pubmed-tag-terms


2. New items about Connotea

One of the Nature press officers is now tracking news stories about Conntoea
in connotea. You can follow them here:

http://www.connotea.org/user/gracebaynes


3. More journals supported

We added a module to understand journals on the Atypon (www.atypon.com)
platform. This includes many academic journals and publisers such as the MIT
press. You can read about this here:

http://network.nature.com/blogs/user/http-network-nature-comprofileianmulvan
y/2008/04/16/annual-reviews-now-supported


4. Client Side javascript

We have just rolled out some client-side Javascript functions prepackaged to
coordinate with Connotea.

Showing Connotea Articles on Your Web Site

You can display Connotea articles on your web site by using our remote
Javascript facility.
In the HTML <head> place the following HTML elements, replacing username
with your Connotea username:
<script type="text/javascript"
src="http://www.connotea.org/remote.js";>//</script>
<script type="text/javascript"
src="http://www.connotea.org/jsw/user/username";>//</script>
And in the HTML <head> also place this style block or add the rules into an
existing style block:
<style>
.connotea      { width: 350px; font-family: arial, helvetica, sans-serif }
.connotea_head { background-color: #eeeeee; padding: 4px 1px 4px 1px }
</style>
The CSS is available for your customization. Elements are also marked with
CSS classes for items, item, info, tags, tag, etc.
In the HTML <body> place the following HTML element at the position where
you would like a list of articles:
  <div id="connotea" class="connotea"></div>
The script in the head will arrange for an event to be called when the site
is loaded that fills the div in the body with the articles.
Instead of /user/username in the second script element above, you can use
other queries that yield articles, such as /tag/tagname or
/user/username/tag/tagname.

Placing to Add To Connotea Links on Your Web Site

You can include "Add To Connotea" hyperlinks on your web site by using our
remote Javascript facility.
In the HTML <head> place the following HTML element:
<script type="text/javascript"
src="http://www.connotea.org/remote.js";>//</script>
In the HTML <body> place hyperlinks such as the following where you like:
<a href="javascript:addToConnotea()">Add To Connotea</a>
The addToConnotea Javascript function can also be used in onclick handlers.
It optionally accepts a URL parameter and a title parameter, although these
will default to the current page.

As ever you can keep up to date on our Blog: http://www.connotea.org/blog

- Ian

-- 
Ian Mulvany
[EMAIL PROTECTED]
+44(0)2078434756
www.nature.com
www.connotea.org
--




********************************************************************************
   
DISCLAIMER: This e-mail is confidential and should not be used by anyone who is
not the original intended recipient. If you have received this e-mail in error
please inform the sender and delete it from your mailbox or any other storage
mechanism. Neither Macmillan Publishers Limited nor any of its agents accept
liability for any statements made which are clearly the sender's own and not
expressly made on behalf of Macmillan Publishers Limited or one of its agents.
Please note that neither Macmillan Publishers Limited nor any of its agents
accept any responsibility for viruses that may be contained in this e-mail or
its attachments and it is your responsibility to scan the e-mail and 
attachments (if any). No contracts may be concluded on behalf of Macmillan 
Publishers Limited or its agents by means of e-mail communication. Macmillan 
Publishers Limited Registered in England and Wales with registered number 
785998 
Registered Office Brunel Road, Houndmills, Basingstoke RG21 6XS   
********************************************************************************


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Connotea-code-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/connotea-code-devel

Reply via email to