Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
i18n and Romeo Colour and Language
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Claudia Jürgen  
View profile  
 More options Oct 24 2011, 7:02 am
From: Claudia Jürgen <Claudia.Juer...@ub.tu-dortmund.de>
Date: Mon, 24 Oct 2011 13:02:17 +0200
Local: Mon, Oct 24 2011 7:02 am
Subject: i18n and Romeo Colour and Language
Hi all,

just testing the Archive Analyis and noted that

de/contributorships/archivable?person_id=1
will give no Name or Explanation if
config/personalize/de.yml
contains a translation for the name
     sherpa_colors:
       unknown:
         name: "Unbekannt"
         explanation: "Konnte auf ..."
switching to the English name, will find the proper explanation
     sherpa_colors:
       unknown:
         name: "Unknown"
         explanation: "Konnte auf ..."

Furthermore I looked at the Romeo/Sherpa Homepage and the API.

1. Colours
In the homepage http://www.sherpa.ac.uk/romeoinfo.html#colours
green, blue, yellow, and white are listed, whereas the API got an
additional gray see
http://www.sherpa.ac.uk/romeo/SHERPA%20RoMEO%20API%20V-2-9%20Addendum...
Wonder whether this should be included in BibApp in general.

2. Language
The new version
http://www.sherpa.ac.uk/romeo/SHERPA%20RoMEO%20API%20V-2-9%20Addendum...
  allows for an optional argument language:
"A new optional &la= argument allows you return data in languages other
than English –
currently German, Portuguese or Spanish"
This might come handy with regards to i18n.

Have a sunny day

Claudia

--
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Howard Ding  
View profile  
 More options Nov 3 2011, 6:01 pm
From: Howard Ding <hadi...@gmail.com>
Date: Thu, 03 Nov 2011 17:01:36 -0500
Local: Thurs, Nov 3 2011 6:01 pm
Subject: Re: [bibapp-dev] i18n and Romeo Colour and Language
Hi,

On 10/24/2011 6:02 AM, Claudia J rgen wrote:

> Hi all,

> just testing the Archive Analyis and noted that

> de/contributorships/archivable?person_id=1
> will give no Name or Explanation if

I think I have this fixed.

> Furthermore I looked at the Romeo/Sherpa Homepage and the API.

> 1. Colours
> In the homepage http://www.sherpa.ac.uk/romeoinfo.html#colours
> green, blue, yellow, and white are listed, whereas the API got an
> additional gray see
> http://www.sherpa.ac.uk/romeo/SHERPA%20RoMEO%20API%20V-2-9%20Addendum...
> Wonder whether this should be included in BibApp in general.

I don't see where in that document it talks about 'gray' as a color.

> 2. Language
> The new version
> http://www.sherpa.ac.uk/romeo/SHERPA%20RoMEO%20API%20V-2-9%20Addendum...
>  allows for an optional argument language:
> "A new optional &la= argument allows you return data in languages
> other than English
> currently German, Portuguese or Spanish"
> This might come handy with regards to i18n.

I assume it would be possible to add this to the call when Bibapp calls
to get Sherpa data, but I'm not sure that it actually uses anything that
comes back except for the romeocolour. If we find someplace that is does
then I can look into it, but if not then I'm just as happy to key off of
the English color and provide translations.

Howard


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Claudia Jürgen  
View profile  
 More options Nov 4 2011, 3:52 am
From: Claudia Jürgen <Claudia.Juer...@ub.tu-dortmund.de>
Date: Fri, 04 Nov 2011 08:52:22 +0100
Local: Fri, Nov 4 2011 3:52 am
Subject: Re: [bibapp-dev] i18n and Romeo Colour and Language
Good morning,

as for the color gray, this is in the main documentation (sorry provided
the wrong link)
http://www.sherpa.ac.uk/romeo/SHERPA%20RoMEO%20API%20V-2-4%202009-10-...

"<romeocolour>
This field gives the colour-code assigned by RoMEO to the publisher.
Possible values are:
green, blue, yellow, white, and gray. See
http://www.sherpa.ac.uk/romeoinfo.html#colours for an explanation of the
RoMEO colours.
gray is used for publishers found in DOAJ that have not yet been
analysed by RoMEO."

With regards to the new language attribute, you're right as long as we
use only the color we won't need it. Just found it interesting if ever
anything more is wanted like the policies etc.

Claudia

Am 03.11.2011 23:01, schrieb Howard Ding:

--
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Howard Ding  
View profile  
 More options Nov 4 2011, 4:31 pm
From: Howard Ding <hadi...@gmail.com>
Date: Fri, 04 Nov 2011 15:31:09 -0500
Local: Fri, Nov 4 2011 4:31 pm
Subject: Re: [bibapp-dev] i18n and Romeo Colour and Language
On 11/4/2011 2:52 AM, Claudia J rgen wrote:
> Good morning,

> as for the color gray, this is in the main documentation (sorry
> provided the wrong link)
> http://www.sherpa.ac.uk/romeo/SHERPA%20RoMEO%20API%20V-2-4%202009-10-...

Thanks. I'm happy enough to add it. Certainly there's no harm in doing
so and this way we'll be prepared if we see it.

Howard


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »