To see the standard CF error messages, try adding the following path to your custom tag paths: C:\Program Files\New Atlanta\exception

Error - struct
detailAn exception occurred in an Application.cfc event handler: Error at line 1, column 38
errorcode[empty string]
extendedinfo[empty string]
messageEvent Handler Exception
nameError at line 1, column 38
rootcause
struct
column3
detailError at line 1, column 38
errorcode[empty string]
extendedinfo[empty string]
line31
messageapplication.config.routes doesn't exist.
scriptline0
tagcontext
array
1
struct
column1
idCFSET
line20
templateC:/inetpub/wwwroot/clients/scidev/public/dispatchProxy.cfm
2
struct
column121
idCFFUNCTION
line19
templateC:/inetpub/wwwroot/clients/scidev/framework/dispatch.cfc
3
struct
column3
idCFSET
line31
templateC:/inetpub/wwwroot/clients/scidev/framework/dispatch.cfc
tagnameCFSET
templateC:/inetpub/wwwroot/clients/scidev/framework/dispatch.cfc
typeApplication
tagcontext
array [empty]
typeApplication
request - struct
exception
struct
detailAn exception occurred in an Application.cfc event handler: Error at line 1, column 38
errorcode[empty string]
extendedinfo[empty string]
messageEvent Handler Exception
nameError at line 1, column 38
rootcause
struct
column3
detailError at line 1, column 38
errorcode[empty string]
extendedinfo[empty string]
line31
messageapplication.config.routes doesn't exist.
scriptline0
tagcontext
array
1
struct
column1
idCFSET
line20
templateC:/inetpub/wwwroot/clients/scidev/public/dispatchProxy.cfm
2
struct
column121
idCFFUNCTION
line19
templateC:/inetpub/wwwroot/clients/scidev/framework/dispatch.cfc
3
struct
column3
idCFSET
line31
templateC:/inetpub/wwwroot/clients/scidev/framework/dispatch.cfc
tagnameCFSET
templateC:/inetpub/wwwroot/clients/scidev/framework/dispatch.cfc
typeApplication
tagcontext
array [empty]
typeApplication
params
struct
langID1
session
struct
createdat{ts '2012-02-13 09:29:11'}
createdby0
displayname[empty string]
id15AA1701734DDBD3318882C9515B7D0F
isadminfalse
isauthdfalse
isstickyfalse
langen
languageid1
updatedat{ts '2012-02-13 09:29:11'}
updatedby0
userid0
starttickcount6578
user
component scidev.app.models.user.UserVO [short version]
createdAt{ts '2012-02-13 09:29:11'}
createdBy0
updatedAt{ts '2012-02-13 09:29:11'}
updatedBy0
id0
languageID1
countryID0
countryname[empty string]
workplaceID0
professionID0
howheardID0
howheardEmail[empty string]
titleID0
regionID0
topicID0
emailAlerts[empty string]
firstname[empty string]
lastname[empty string]
contactname[empty string]
gender0
name[empty string]
email[empty string]
emailconfirm[empty string]
pass[empty string]
passconfirm[empty string]
hasHtmlEmail0
hasAlerts0
address1[empty string]
address2[empty string]
address3[empty string]
postcode[empty string]
phone[empty string]
phone2[empty string]
position[empty string]
isDeleted0
hasThirdPartyContact0
csid0
organisation[empty string]
canContact0
showOrganisation0
displayname[empty string]
application - struct
applicationnamescidev
bArticleCacheLockedfalse
cache_article_search
struct
1B620270A4EE212A98B320DD884EDD19
query [short version]
Query Source:SQL Query
Datasource:SCIDEV_PRODUCTION
Query:select count(distinct a.id) as count from articles a inner join article_translations atr on atr.article_id = a.id and atr.language_id = ? and atr.status_id = 2 inner join article_types at on a.type_id = at.id inner join article_statuses ast on ast.id = a.status_id inner join users u on u.id = a.created_by left outer join sections_articles sa on sa.article_id = a.id and sa.section_id = ? left outer join article_links ali on ali.article_id = a.id left outer join article_files af on af.article_id = a.id left outer join key_documents kd on kd.article_id = a.id inner join article_translation_slugs ats on ats.article_id = a.id where 1=1 and a.status_id = ? and a.type_id IN (?) and a.type_id NOT IN (?) and sa.section_id = ? and a.is_deleted = ? and ( a.expire_at > now() or a.expire_at is null or a.expire_at = '0000-00-00 00:00:00' ) and a.publish_at <= now() order by a.publish_at desc
Time:15 ms
Records:1
Columns:count
2AFDC1FBEA16CF7254E1986318854E7C
query [short version]
Query Source:SQL Query
Datasource:SCIDEV_PRODUCTION
Query:select distinct a.id, a.status_id, a.type_id, a.canonical_section_id, a.created_at, a.publish_at, a.created_by, a.author, a.source, a.editor_notes, a.citations, a.affiliation, at.name as type, at.slug as type_slug, atr.language_id, atr.status_id as translation_status_id, atr.translation_type_id, atr.title, atr.slug, atr.blurb, atr.body, case when ifnull(af.file_name,'') <> '' then af.file_name when (ifnull(kd.document_url,'') <> '' and kd.document_url <> 'http://') then kd.document_url else '' end as keydocument_url, case when ifnull(af.file_name,'') <> '' then 'file' when (ifnull(kd.document_url,'') <> '' and kd.document_url <> 'http://') then 'url' else '' end as keydocument_type, kd.publication_date, ifnull(ali.link_url,'') as link_url , sa.is_highlighted, sa.display_order, sa.section_id , ats.en_slug, ats.en_transtypeid, ats.fr_slug, ats.fr_transtypeid, ats.zh_slug, ats.zh_transtypeid, ats.es_slug, ats.es_transtypeid, ats.po_slug, ats.po_transtypeid, ats.ar_slug, ats.ar_transtypeid ,'' AS section_slug ,'' AS sub_section_slug ,'' AS canonical_link from articles a inner join article_translations atr on atr.article_id = a.id and atr.language_id = ? and atr.status_id = 2 inner join article_types at on a.type_id = at.id inner join article_statuses ast on ast.id = a.status_id inner join users u on u.id = a.created_by left outer join sections_articles sa on sa.article_id = a.id and sa.section_id = ? left outer join article_links ali on ali.article_id = a.id left outer join article_files af on af.article_id = a.id left outer join key_documents kd on kd.article_id = a.id inner join article_translation_slugs ats on ats.article_id = a.id where 1=1 and a.status_id = ? and a.type_id IN (?) and a.type_id NOT IN (?) and sa.section_id = ? and a.is_deleted = ? and ( a.expire_at > now() or a.expire_at is null or a.expire_at = '0000-00-00 00:00:00' ) and a.publish_at <= now() order by a.publish_at desc limit ?, ?
Time:16 ms
Records:4
Columns:id, status_id, type_id, canonical_section_id, created_at, publish_at, created_by
author, source, editor_notes, citations, affiliation, type
type_slug, language_id, translation_status_id, translation_type_id, title, slug
blurb, body, keydocument_url, keydocument_type, publication_date, link_url
is_highlighted, display_order, section_id, en_slug, en_transtypeid, fr_slug
fr_transtypeid, zh_slug, zh_transtypeid, es_slug, es_transtypeid, po_slug
po_transtypeid, ar_slug, ar_transtypeid, section_slug, sub_section_slug, canonical_link
349D628EF89434AD745FDF5446F82954
query [short version]
Query Source:SQL Query
Datasource:SCIDEV_PRODUCTION
Query:select distinct a.id, a.status_id, a.type_id, a.canonical_section_id, a.created_at, a.publish_at, a.created_by, a.author, a.source, a.editor_notes, a.citations, a.affiliation, at.name as type, at.slug as type_slug, atr.language_id, atr.status_id as translation_status_id, atr.translation_type_id, atr.title, atr.slug, atr.blurb, atr.body, case when ifnull(af.file_name,'') <> '' then af.file_name when (ifnull(kd.document_url,'') <> '' and kd.document_url <> 'http://') then kd.document_url else '' end as keydocument_url, case when ifnull(af.file_name,'') <> '' then 'file' when (ifnull(kd.document_url,'') <> '' and kd.document_url <> 'http://') then 'url' else '' end as keydocument_type, kd.publication_date, ifnull(ali.link_url,'') as link_url , sa.is_highlighted, sa.display_order, sa.section_id , ats.en_slug, ats.en_transtypeid, ats.fr_slug, ats.fr_transtypeid, ats.zh_slug, ats.zh_transtypeid, ats.es_slug, ats.es_transtypeid, ats.po_slug, ats.po_transtypeid, ats.ar_slug, ats.ar_transtypeid ,'' AS section_slug ,'' AS sub_section_slug ,'' AS canonical_link from articles a inner join article_translations atr on atr.article_id = a.id and atr.language_id = ? and atr.status_id = 2 inner join article_types at on a.type_id = at.id inner join article_statuses ast on ast.id = a.status_id inner join users u on u.id = a.created_by left outer join sections_articles sa on sa.article_id = a.id and sa.section_id = ? left outer join article_links ali on ali.article_id = a.id left outer join article_files af on af.article_id = a.id left outer join key_documents kd on kd.article_id = a.id inner join article_translation_slugs ats on ats.article_id = a.id where 1=1 and a.status_id = ? and a.type_id IN (?) and a.type_id NOT IN (?) and sa.section_id = ? and a.is_deleted = ? and ( a.expire_at > now() or a.expire_at is null or a.expire_at = '0000-00-00 00:00:00' ) and a.publish_at <= now() order by a.publish_at desc limit ?, ?
Time:156 ms
Records:20
Columns:id, status_id, type_id, canonical_section_id, created_at, publish_at, created_by
author, source, editor_notes, citations, affiliation, type
type_slug, language_id, translation_status_id, translation_type_id, title, slug
blurb, body, keydocument_url, keydocument_type, publication_date, link_url
is_highlighted, display_order, section_id, en_slug, en_transtypeid, fr_slug
fr_transtypeid, zh_slug, zh_transtypeid, es_slug, es_transtypeid, po_slug
po_transtypeid, ar_slug, ar_transtypeid, section_slug, sub_section_slug, canonical_link
3D9AEE354F35BBE1C8693F0FD44AE852
query [short version]
Query Source:SQL Query
Datasource:SCIDEV_PRODUCTION
Query:select distinct a.id, a.status_id, a.type_id, a.canonical_section_id, a.created_at, a.publish_at, a.created_by, a.author, a.source, a.editor_notes, a.citations, a.affiliation, at.name as type, at.slug as type_slug, atr.language_id, atr.status_id as translation_status_id, atr.translation_type_id, atr.title, atr.slug, atr.blurb, atr.body, case when ifnull(af.file_name,'') <> '' then af.file_name when (ifnull(kd.document_url,'') <> '' and kd.document_url <> 'http://') then kd.document_url else '' end as keydocument_url, case when ifnull(af.file_name,'') <> '' then 'file' when (ifnull(kd.document_url,'') <> '' and kd.document_url <> 'http://') then 'url' else '' end as keydocument_type, kd.publication_date, ifnull(ali.link_url,'') as link_url , sa.is_highlighted, sa.display_order, sa.section_id , ats.en_slug, ats.en_transtypeid, ats.fr_slug, ats.fr_transtypeid, ats.zh_slug, ats.zh_transtypeid, ats.es_slug, ats.es_transtypeid, ats.po_slug, ats.po_transtypeid, ats.ar_slug, ats.ar_transtypeid ,'' AS section_slug ,'' AS sub_section_slug ,'' AS canonical_link from articles a inner join article_translations atr on atr.article_id = a.id and atr.language_id = ? and atr.status_id = 2 inner join article_types at on a.type_id = at.id inner join article_statuses ast on ast.id = a.status_id inner join users u on u.id = a.created_by left outer join sections_articles sa on sa.article_id = a.id and sa.section_id = ? left outer join article_links ali on ali.article_id = a.id left outer join article_files af on af.article_id = a.id left outer join key_documents kd on kd.article_id = a.id inner join article_translation_slugs ats on ats.article_id = a.id where 1=1 and a.status_id = ? and a.type_id IN (?) and a.type_id NOT IN (?) and sa.section_id = ? and a.is_deleted = ? and ( a.expire_at > now() or a.expire_at is null or a.expire_at = '0000-00-00 00:00:00' ) and a.publish_at <= now() order by a.publish_at desc limit ?, ?
Time:141 ms
Records:20
Columns:id, status_id, type_id, canonical_section_id, created_at, publish_at, created_by
author, source, editor_notes, citations, affiliation, type
type_slug, language_id, translation_status_id, translation_type_id, title, slug
blurb, body, keydocument_url, keydocument_type, publication_date, link_url
is_highlighted, display_order, section_id, en_slug, en_transtypeid, fr_slug
fr_transtypeid, zh_slug, zh_transtypeid, es_slug, es_transtypeid, po_slug
po_transtypeid, ar_slug, ar_transtypeid, section_slug, sub_section_slug, canonical_link
4B9676F2A65784666AE2D9C476DB1411
query [short version]
Query Source:SQL Query
Datasource:SCIDEV_PRODUCTION
Query:select distinct a.id, a.status_id, a.type_id, a.canonical_section_id, a.created_at, a.publish_at, a.created_by, a.author, a.source, a.editor_notes, a.citations, a.affiliation, at.name as type, at.slug as type_slug, atr.language_id, atr.status_id as translation_status_id, atr.translation_type_id, atr.title, atr.slug, atr.blurb, atr.body, case when ifnull(af.file_name,'') <> '' then af.file_name when (ifnull(kd.document_url,'') <> '' and kd.document_url <> 'http://') then kd.document_url else '' end as keydocument_url, case when ifnull(af.file_name,'') <> '' then 'file' when (ifnull(kd.document_url,'') <> '' and kd.document_url <> 'http://') then 'url' else '' end as keydocument_type, kd.publication_date, ifnull(ali.link_url,'') as link_url , sa.is_highlighted, sa.display_order, sa.section_id , ats.en_slug, ats.en_transtypeid, ats.fr_slug, ats.fr_transtypeid, ats.zh_slug, ats.zh_transtypeid, ats.es_slug, ats.es_transtypeid, ats.po_slug, ats.po_transtypeid, ats.ar_slug, ats.ar_transtypeid ,'' AS section_slug ,'' AS sub_section_slug ,'' AS canonical_link from articles a inner join article_translations atr on atr.article_id = a.id and atr.language_id = ? and atr.status_id = 2 inner join article_types at on a.type_id = at.id inner join article_statuses ast on ast.id = a.status_id inner join users u on u.id = a.created_by left outer join sections_articles sa on sa.article_id = a.id and sa.section_id = ? left outer join article_links ali on ali.article_id = a.id left outer join article_files af on af.article_id = a.id left outer join key_documents kd on kd.article_id = a.id inner join article_translation_slugs ats on ats.article_id = a.id where 1=1 and a.status_id = ? and a.type_id IN (?) and a.type_id NOT IN (?) and sa.section_id = ? and a.is_deleted = ? and ( a.expire_at > now() or a.expire_at is null or a.expire_at = '0000-00-00 00:00:00' ) and a.publish_at <= now() order by a.publish_at desc limit ?, ?
Time:63 ms
Records:20
Columns:id, status_id, type_id, canonical_section_id, created_at, publish_at, created_by
author, source, editor_notes, citations, affiliation, type
type_slug, language_id, translation_status_id, translation_type_id, title, slug
blurb, body, keydocument_url, keydocument_type, publication_date, link_url
is_highlighted, display_order, section_id, en_slug, en_transtypeid, fr_slug
fr_transtypeid, zh_slug, zh_transtypeid, es_slug, es_transtypeid, po_slug
po_transtypeid, ar_slug, ar_transtypeid, section_slug, sub_section_slug, canonical_link
511434B60892DF46E45C87F64B0C8563
query [short version]
Query Source:SQL Query
Datasource:SCIDEV_PRODUCTION
Query:select distinct a.id, a.status_id, a.type_id, a.canonical_section_id, a.created_at, a.publish_at, a.created_by, a.author, a.source, a.editor_notes, a.citations, a.affiliation, at.name as type, at.slug as type_slug, atr.language_id, atr.status_id as translation_status_id, atr.translation_type_id, atr.title, atr.slug, atr.blurb, atr.body, case when ifnull(af.file_name,'') <> '' then af.file_name when (ifnull(kd.document_url,'') <> '' and kd.document_url <> 'http://') then kd.document_url else '' end as keydocument_url, case when ifnull(af.file_name,'') <> '' then 'file' when (ifnull(kd.document_url,'') <> '' and kd.document_url <> 'http://') then 'url' else '' end as keydocument_type, kd.publication_date, ifnull(ali.link_url,'') as link_url , sa.is_highlighted, sa.display_order, sa.section_id , ats.en_slug, ats.en_transtypeid, ats.fr_slug, ats.fr_transtypeid, ats.zh_slug, ats.zh_transtypeid, ats.es_slug, ats.es_transtypeid, ats.po_slug, ats.po_transtypeid, ats.ar_slug, ats.ar_transtypeid ,'' AS section_slug ,'' AS sub_section_slug ,'' AS canonical_link from articles a inner join article_translations atr on atr.article_id = a.id and atr.language_id = ? and atr.status_id = 2 inner join article_types at on a.type_id = at.id inner join article_statuses ast on ast.id = a.status_id inner join users u on u.id = a.created_by left outer join sections_articles sa on sa.article_id = a.id and sa.section_id = ? left outer join article_links ali on ali.article_id = a.id left outer join article_files af on af.article_id = a.id left outer join key_documents kd on kd.article_id = a.id inner join article_translation_slugs ats on ats.article_id = a.id where 1=1 and a.status_id = ? and a.type_id IN (?) and a.type_id NOT IN (?) and sa.section_id = ? and a.is_deleted = ? and ( a.expire_at > now() or a.expire_at is null or a.expire_at = '0000-00-00 00:00:00' ) and a.publish_at <= now() order by a.publish_at desc limit ?, ?
Time:0 ms
Records:0
Columns:id, status_id, type_id, canonical_section_id, created_at, publish_at, created_by
author, source, editor_notes, citations, affiliation, type
type_slug, language_id, translation_status_id, translation_type_id, title, slug
blurb, body, keydocument_url, keydocument_type, publication_date, link_url
is_highlighted, display_order, section_id, en_slug, en_transtypeid, fr_slug
fr_transtypeid, zh_slug, zh_transtypeid, es_slug, es_transtypeid, po_slug
po_transtypeid, ar_slug, ar_transtypeid, section_slug, sub_section_slug, canonical_link
59746282F5848FAA785FA3432242870D
query [short version]
Query Source:SQL Query
Datasource:SCIDEV_PRODUCTION
Query:select count(distinct a.id) as count from articles a inner join article_translations atr on atr.article_id = a.id and atr.language_id = ? and atr.status_id = 2 inner join article_types at on a.type_id = at.id inner join article_statuses ast on ast.id = a.status_id inner join users u on u.id = a.created_by left outer join sections_articles sa on sa.article_id = a.id and sa.section_id = ? left outer join article_links ali on ali.article_id = a.id left outer join article_files af on af.article_id = a.id left outer join key_documents kd on kd.article_id = a.id inner join article_translation_slugs ats on ats.article_id = a.id where 1=1 and a.status_id = ? and a.type_id IN (?) and a.type_id NOT IN (?) and sa.section_id = ? and a.is_deleted = ? and ( a.expire_at > now() or a.expire_at is null or a.expire_at = '0000-00-00 00:00:00' ) and a.publish_at <= now() order by a.publish_at desc
Time:0 ms
Records:1
Columns:count
996180EF46EC30A90B9298FA2C69C356
query [short version]
Query Source:SQL Query
Datasource:SCIDEV_PRODUCTION
Query:select distinct a.id, a.status_id, a.type_id, a.canonical_section_id, a.created_at, a.publish_at, a.created_by, a.author, a.source, a.editor_notes, a.citations, a.affiliation, at.name as type, at.slug as type_slug, atr.language_id, atr.status_id as translation_status_id, atr.translation_type_id, atr.title, atr.slug, atr.blurb, atr.body, case when ifnull(af.file_name,'') <> '' then af.file_name when (ifnull(kd.document_url,'') <> '' and kd.document_url <> 'http://') then kd.document_url else '' end as keydocument_url, case when ifnull(af.file_name,'') <> '' then 'file' when (ifnull(kd.document_url,'') <> '' and kd.document_url <> 'http://') then 'url' else '' end as keydocument_type, kd.publication_date, ifnull(ali.link_url,'') as link_url , sa.is_highlighted, sa.display_order, sa.section_id , ats.en_slug, ats.en_transtypeid, ats.fr_slug, ats.fr_transtypeid, ats.zh_slug, ats.zh_transtypeid, ats.es_slug, ats.es_transtypeid, ats.po_slug, ats.po_transtypeid, ats.ar_slug, ats.ar_transtypeid ,'' AS section_slug ,'' AS sub_section_slug ,'' AS canonical_link from articles a inner join article_translations atr on atr.article_id = a.id and atr.language_id = ? and atr.status_id = 2 inner join article_types at on a.type_id = at.id inner join article_statuses ast on ast.id = a.status_id inner join users u on u.id = a.created_by left outer join sections_articles sa on sa.article_id = a.id and sa.section_id = ? left outer join article_links ali on ali.article_id = a.id left outer join article_files af on af.article_id = a.id left outer join key_documents kd on kd.article_id = a.id inner join article_translation_slugs ats on ats.article_id = a.id where 1=1 and a.status_id = ? and a.type_id IN (?) and a.type_id NOT IN (?) and sa.section_id = ? and a.is_deleted = ? and ( a.expire_at > now() or a.expire_at is null or a.expire_at = '0000-00-00 00:00:00' ) and a.publish_at <= now() order by a.publish_at desc limit ?, ?
Time:0 ms
Records:0
Columns:id, status_id, type_id, canonical_section_id, created_at, publish_at, created_by
author, source, editor_notes, citations, affiliation, type
type_slug, language_id, translation_status_id, translation_type_id, title, slug
blurb, body, keydocument_url, keydocument_type, publication_date, link_url
is_highlighted, display_order, section_id, en_slug, en_transtypeid, fr_slug
fr_transtypeid, zh_slug, zh_transtypeid, es_slug, es_transtypeid, po_slug
po_transtypeid, ar_slug, ar_transtypeid, section_slug, sub_section_slug, canonical_link
B34CD328BFA0E80DFFE52474386EAB31
query [short version]
Query Source:SQL Query
Datasource:SCIDEV_PRODUCTION
Query:select distinct a.id, a.status_id, a.type_id, a.canonical_section_id, a.created_at, a.publish_at, a.created_by, a.author, a.source, a.editor_notes, a.citations, a.affiliation, at.name as type, at.slug as type_slug, atr.language_id, atr.status_id as translation_status_id, atr.translation_type_id, atr.title, atr.slug, atr.blurb, atr.body, case when ifnull(af.file_name,'') <> '' then af.file_name when (ifnull(kd.document_url,'') <> '' and kd.document_url <> 'http://') then kd.document_url else '' end as keydocument_url, case when ifnull(af.file_name,'') <> '' then 'file' when (ifnull(kd.document_url,'') <> '' and kd.document_url <> 'http://') then 'url' else '' end as keydocument_type, kd.publication_date, ifnull(ali.link_url,'') as link_url , sa.is_highlighted, sa.display_order, sa.section_id , a.is_deleted, a.publish_at, a.expire_at, a.updated_at, a.updated_by, a.is_paid, u.firstname, u.lastname, u.email , (select language_id from article_translations atr_temp where atr_temp.article_id = a.id and is_original = 1 limit 1) as original_language_id , ast.name as status_name ,'' AS section_slug ,'' AS sub_section_slug ,'' AS canonical_link from articles a inner join article_translations atr on atr.article_id = a.id and atr.language_id = ? inner join article_types at on a.type_id = at.id inner join article_statuses ast on ast.id = a.status_id inner join users u on u.id = a.created_by left outer join sections_articles sa on sa.article_id = a.id and sa.section_id = ? left outer join article_links ali on ali.article_id = a.id left outer join article_files af on af.article_id = a.id left outer join key_documents kd on kd.article_id = a.id where 1=1 and a.status_id = ? and a.type_id IN (?) and sa.section_id = ? and a.is_deleted = ? and ( a.expire_at > now() or a.expire_at is null or a.expire_at = '0000-00-00 00:00:00' ) and a.publish_at <= now() order by a.publish_at desc limit ?, ?
Time:32 ms
Records:1
Columns:id, status_id, type_id, canonical_section_id, created_at, publish_at, created_by
author, source, editor_notes, citations, affiliation, type
type_slug, language_id, translation_status_id, translation_type_id, title, slug
blurb, body, keydocument_url, keydocument_type, publication_date, link_url
is_highlighted, display_order, section_id, is_deleted, publish_at, expire_at
updated_at, updated_by, is_paid, firstname, lastname, email
original_language_id, status_name, section_slug, sub_section_slug, canonical_link
D6B8EA59F20FAD7277C93BDAD043148A
query [short version]
Query Source:SQL Query
Datasource:SCIDEV_PRODUCTION
Query:select distinct a.id, a.status_id, a.type_id, a.canonical_section_id, a.created_at, a.publish_at, a.created_by, a.author, a.source, a.editor_notes, a.citations, a.affiliation, at.name as type, at.slug as type_slug, atr.language_id, atr.status_id as translation_status_id, atr.translation_type_id, atr.title, atr.slug, atr.blurb, atr.body, case when ifnull(af.file_name,'') <> '' then af.file_name when (ifnull(kd.document_url,'') <> '' and kd.document_url <> 'http://') then kd.document_url else '' end as keydocument_url, case when ifnull(af.file_name,'') <> '' then 'file' when (ifnull(kd.document_url,'') <> '' and kd.document_url <> 'http://') then 'url' else '' end as keydocument_type, kd.publication_date, ifnull(ali.link_url,'') as link_url , sa.is_highlighted, sa.display_order, sa.section_id , ats.en_slug, ats.en_transtypeid, ats.fr_slug, ats.fr_transtypeid, ats.zh_slug, ats.zh_transtypeid, ats.es_slug, ats.es_transtypeid, ats.po_slug, ats.po_transtypeid, ats.ar_slug, ats.ar_transtypeid ,'' AS section_slug ,'' AS sub_section_slug ,'' AS canonical_link from articles a inner join article_translations atr on atr.article_id = a.id and atr.language_id = ? and atr.status_id = 2 inner join article_types at on a.type_id = at.id inner join article_statuses ast on ast.id = a.status_id inner join users u on u.id = a.created_by left outer join sections_articles sa on sa.article_id = a.id and sa.section_id = ? left outer join article_links ali on ali.article_id = a.id left outer join article_files af on af.article_id = a.id left outer join key_documents kd on kd.article_id = a.id inner join article_translation_slugs ats on ats.article_id = a.id where 1=1 and a.status_id = ? and a.type_id IN (?) and a.type_id NOT IN (?) and sa.section_id = ? and a.is_deleted = ? and ( a.expire_at > now() or a.expire_at is null or a.expire_at = '0000-00-00 00:00:00' ) and a.publish_at <= now() order by a.publish_at desc limit ?, ?
Time:62 ms
Records:20
Columns:id, status_id, type_id, canonical_section_id, created_at, publish_at, created_by
author, source, editor_notes, citations, affiliation, type
type_slug, language_id, translation_status_id, translation_type_id, title, slug
blurb, body, keydocument_url, keydocument_type, publication_date, link_url
is_highlighted, display_order, section_id, en_slug, en_transtypeid, fr_slug
fr_transtypeid, zh_slug, zh_transtypeid, es_slug, es_transtypeid, po_slug
po_transtypeid, ar_slug, ar_transtypeid, section_slug, sub_section_slug, canonical_link
E6BD4ED14226D2501447D6E65DEDC2D5
query [short version]
Query Source:SQL Query
Datasource:SCIDEV_PRODUCTION
Query:select distinct a.id, a.status_id, a.type_id, a.canonical_section_id, a.created_at, a.publish_at, a.created_by, a.author, a.source, a.editor_notes, a.citations, a.affiliation, at.name as type, at.slug as type_slug, atr.language_id, atr.status_id as translation_status_id, atr.translation_type_id, atr.title, atr.slug, atr.blurb, atr.body, case when ifnull(af.file_name,'') <> '' then af.file_name when (ifnull(kd.document_url,'') <> '' and kd.document_url <> 'http://') then kd.document_url else '' end as keydocument_url, case when ifnull(af.file_name,'') <> '' then 'file' when (ifnull(kd.document_url,'') <> '' and kd.document_url <> 'http://') then 'url' else '' end as keydocument_type, kd.publication_date, ifnull(ali.link_url,'') as link_url , sa.is_highlighted, sa.display_order, sa.section_id , ats.en_slug, ats.en_transtypeid, ats.fr_slug, ats.fr_transtypeid, ats.zh_slug, ats.zh_transtypeid, ats.es_slug, ats.es_transtypeid, ats.po_slug, ats.po_transtypeid, ats.ar_slug, ats.ar_transtypeid ,'' AS section_slug ,'' AS sub_section_slug ,'' AS canonical_link from articles a inner join article_translations atr on atr.article_id = a.id and atr.language_id = ? and atr.status_id = 2 inner join article_types at on a.type_id = at.id inner join article_statuses ast on ast.id = a.status_id inner join users u on u.id = a.created_by left outer join sections_articles sa on sa.article_id = a.id and sa.section_id = ? left outer join article_links ali on ali.article_id = a.id left outer join article_files af on af.article_id = a.id left outer join key_documents kd on kd.article_id = a.id inner join article_translation_slugs ats on ats.article_id = a.id where 1=1 and a.status_id = ? and a.type_id IN (?) and a.type_id NOT IN (?) and sa.section_id = ? and a.is_deleted = ? and ( a.expire_at > now() or a.expire_at is null or a.expire_at = '0000-00-00 00:00:00' ) and a.publish_at <= now() order by a.publish_at desc limit ?, ?
Time:110 ms
Records:20
Columns:id, status_id, type_id, canonical_section_id, created_at, publish_at, created_by
author, source, editor_notes, citations, affiliation, type
type_slug, language_id, translation_status_id, translation_type_id, title, slug
blurb, body, keydocument_url, keydocument_type, publication_date, link_url
is_highlighted, display_order, section_id, en_slug, en_transtypeid, fr_slug
fr_transtypeid, zh_slug, zh_transtypeid, es_slug, es_transtypeid, po_slug
po_transtypeid, ar_slug, ar_transtypeid, section_slug, sub_section_slug, canonical_link
ECE67033EF588C350D39107DA7E700E7
query [short version]
Query Source:SQL Query
Datasource:SCIDEV_PRODUCTION
Query:select distinct a.id, a.status_id, a.type_id, a.canonical_section_id, a.created_at, a.publish_at, a.created_by, a.author, a.source, a.editor_notes, a.citations, a.affiliation, at.name as type, at.slug as type_slug, atr.language_id, atr.status_id as translation_status_id, atr.translation_type_id, atr.title, atr.slug, atr.blurb, atr.body, case when ifnull(af.file_name,'') <> '' then af.file_name when (ifnull(kd.document_url,'') <> '' and kd.document_url <> 'http://') then kd.document_url else '' end as keydocument_url, case when ifnull(af.file_name,'') <> '' then 'file' when (ifnull(kd.document_url,'') <> '' and kd.document_url <> 'http://') then 'url' else '' end as keydocument_type, kd.publication_date, ifnull(ali.link_url,'') as link_url , sa.is_highlighted, sa.display_order, sa.section_id , ats.en_slug, ats.en_transtypeid, ats.fr_slug, ats.fr_transtypeid, ats.zh_slug, ats.zh_transtypeid, ats.es_slug, ats.es_transtypeid, ats.po_slug, ats.po_transtypeid, ats.ar_slug, ats.ar_transtypeid ,'' AS section_slug ,'' AS sub_section_slug ,'' AS canonical_link from articles a inner join article_translations atr on atr.article_id = a.id and atr.language_id = ? and atr.status_id = 2 inner join article_types at on a.type_id = at.id inner join article_statuses ast on ast.id = a.status_id inner join users u on u.id = a.created_by left outer join sections_articles sa on sa.article_id = a.id and sa.section_id = ? left outer join article_links ali on ali.article_id = a.id left outer join article_files af on af.article_id = a.id left outer join key_documents kd on kd.article_id = a.id inner join article_translation_slugs ats on ats.article_id = a.id where 1=1 and a.status_id = ? and a.type_id IN (?) and a.type_id NOT IN (?) and sa.section_id = ? and a.is_deleted = ? and ( a.expire_at > now() or a.expire_at is null or a.expire_at = '0000-00-00 00:00:00' ) and a.publish_at <= now() order by a.publish_at desc limit ?, ?
Time:31 ms
Records:2
Columns:id, status_id, type_id, canonical_section_id, created_at, publish_at, created_by
author, source, editor_notes, citations, affiliation, type
type_slug, language_id, translation_status_id, translation_type_id, title, slug
blurb, body, keydocument_url, keydocument_type, publication_date, link_url
is_highlighted, display_order, section_id, en_slug, en_transtypeid, fr_slug
fr_transtypeid, zh_slug, zh_transtypeid, es_slug, es_transtypeid, po_slug
po_transtypeid, ar_slug, ar_transtypeid, section_slug, sub_section_slug, canonical_link
clientscidev
config
struct
articleDocuments
struct
rootC:\inetpub\wwwroot\clients\scidev/public/uploads/File/
asset
struct
serverscriptbat
bin
struct
convertC:\imagemagick\ImageMagick-6.5.3-Q8\convert
identifyC:\imagemagick\ImageMagick-6.5.3-Q8\identify
rarc:\progra~1\winrar\rar.exe
zipC:\inetpub\wwwroot\clients\scidev\lib\bin\zip.exe
cachePathC:\inetpub\wwwroot\clients\scidev/cache
csvPathC:\inetpub\wwwroot\clients\scidev/public/CSV
dsnscidev_production
dsnwritescidev_production_write
dyntreeFALSE
emailinfo@scidev.net
emailbounceemsbounce@scidev.net
enablecachetrue
feedTemplateC:\inetpub\wwwroot\clients\scidev/lib/templates/
fileUrlhttp://www.scidev.net/uploads/File/
imageUrlhttp://www.scidev.net/scidev_images/
images
struct
rootC:\inetpub\wwwroot\clients\scidev/public/uploads/Image/
jsFeedUrlhttp://www.scidev.net/uploads/feed/js/
mimetypes
struct
imagesimage/jpeg,image/pjpeg,image/jpg,image/gif,image/bmp,image/png
rawnetips82.110.255.34,78.154.114.114,127.0.0.1
routes
array
1
struct
apicallTRUE
pattern/api/:controller/:action/:id/
2
struct
apicallTRUE
pattern/api/:controller/:action/
3
struct
apicallTRUE
pattern/api/:controller/
4
struct
apicallTRUE
apimethodxml
pattern/xml/:controller/:action/:id/
5
struct
apicallTRUE
apimethodxml
pattern/xml/:controller/:action/
6
struct
apicallTRUE
apimethodxml
pattern/xml/:controller/
7
struct
apicallTRUE
apimethodraw
pattern/raw/:controller/:action/:id/
8
struct
apicallTRUE
apimethodraw
pattern/raw/:controller/:action/
9
struct
apicallTRUE
apimethodraw
pattern/raw/:controller/
10
struct
pattern/:controller/:action/:id/
sciDevRootPathC:\inetpub\wwwroot\clients\scidev
sessiontimeout14400
showdetailederrorstrue
uploadPath
struct
rootC:\inetpub\wwwroot\clients\scidev/public/uploads
urlhttp://www.scidev.net/
devmodefalse
environmentPRODUCTION
google
struct
analytics
struct
aProfileIDs
array
16244704
gaAccountUA-3223906-1
passwordandrewlee
profileID6244704
usernameandrew.lee@scidev.net
maps
struct
APIKeyYOUR_GOOGLE_MAPS_API_KEY
initstamp{ts '2012-02-13 09:29:11'}
logger
component scidev.framework.logger.Logger [short version]
levels
component scidev.framework.logger.LogLevels [short version]
DEBUG1
INFO2
WARN3
ERROR4
FATAL5
messenger
component scidev.framework.logger.Logger [short version]
levels
component scidev.framework.logger.LogLevels [short version]
DEBUG1
INFO2
WARN3
ERROR4
FATAL5
oCluster
component scidev.public.cluster [short version]
objectFactory
component scidev.framework.object.SciDevFactory [short version]
rackspace
struct
JSONUtil
component scidev.framework.util.JSON [short version]
cloudKey39ec629557b9804795a50ce9a46eb5e0
cloudUserscidevnet
container
struct
upload_files12
upload_flash13
upload_images11
upload_media14
container_cdn
struct
imageshttp://c96265.r65.cf3.rackcdn.com
scriptshttp://c96264.r64.cf3.rackcdn.com
stylesheetshttp://c96266.r66.cf3.rackcdn.com
upload_fileshttp://c96268.r68.cf3.rackcdn.com
upload_imageshttp://c96267.r67.cf3.rackcdn.com
container_id11,12,13,14
oManager
component scidev.framework.util.rackspace.com.rackspaceManager [short version]
dsnscidev_production
db
struct
asset_containerrackspace_asset_container
asset_filesrackspace_asset
objFiles
component scidev.framework.util.rackspace.com.fuzzyorange.cloudFiles [short version]
objRackspace
component scidev.framework.util.rackspace.com.fuzzyorange.rackspaceCloud [short version]
objServer
component scidev.framework.util.rackspace.com.fuzzyorange.cloudServers [short version]
recaptcha
struct
privateKey6LeIicUSAAAAAB_7EEU775cH3KXRTVebYkuca86A
publicKey6LeIicUSAAAAAFGR-fGwmS4-PtevZKomN0ulxEwK
rewriter
component scidev.framework.util.Rewriter [short version]
lookupFiles
struct
1urls
propertiesFiles
struct
urls#others index.cfm=/en/ index.asp=/en/ index.html=/en/ index.htm=/en/ #gateways gateways/index.cfm?fuseaction=regionalgatewayitem&rgwid=1|/en/latin-america-and-caribbean/ gateways/index.cfm?fuseaction=regionalgatewayitem&rgwid=4|/en/subsaharan-africa/ gateways/index.cfm?fuseaction=regionalgatewayitem&rgwid=2|/en/middle-east-and-north-africa/ gateways/index.cfm?fuseaction=regionalgatewayitem&rgwid=6|/en/south-asia/ gateways/index.cfm?fuseaction=regionalgatewayitem&rgwid=5|/en/china/ gateways/index.cfm?fuseaction=regionalgatewayitem&rgwid=3|/en/south-east-asia/ #webfeeds newsfeed/newsfeed.js=http://webfeeds.scidev.net/en/ newsfeed/feeds/newsfeed-1-1.js=http://webfeeds.scidev.net/en/latin-america-and-caribbean/ newsfeed/feeds/newsfeed-2-1.js=http://webfeeds.scidev.net/en/middle-east-and-north-africa/ newsfeed/feeds/newsfeed-3-1.js=http://webfeeds.scidev.net/en/south-east-asia/ newsfeed/feeds/newsfeed-4-1.js=http://webfeeds.scidev.net/en/sub-saharan-africa/ newsfeed/feeds/newsfeed-5-1.js=http://webfeeds.scidev.net/en/china/ newsfeed/feeds/newsfeed-6-1.js=http://webfeeds.scidev.net/en/south-asia/
propertiesBundles
struct
urls
struct
gateways/index.cfm?fuseaction=regionalgatewayitem&rgwid=1/en/latin-america-and-caribbean/
gateways/index.cfm?fuseaction=regionalgatewayitem&rgwid=2/en/middle-east-and-north-africa/
gateways/index.cfm?fuseaction=regionalgatewayitem&rgwid=3/en/south-east-asia/
gateways/index.cfm?fuseaction=regionalgatewayitem&rgwid=4/en/subsaharan-africa/
gateways/index.cfm?fuseaction=regionalgatewayitem&rgwid=5/en/china/
gateways/index.cfm?fuseaction=regionalgatewayitem&rgwid=6/en/south-asia/
index.asp/en/
index.cfm/en/
index.htm/en/
index.html/en/
newsfeed/feeds/newsfeed-1-1.jshttp://webfeeds.scidev.net/en/latin-america-and-caribbean/
newsfeed/feeds/newsfeed-2-1.jshttp://webfeeds.scidev.net/en/middle-east-and-north-africa/
newsfeed/feeds/newsfeed-3-1.jshttp://webfeeds.scidev.net/en/south-east-asia/
newsfeed/feeds/newsfeed-4-1.jshttp://webfeeds.scidev.net/en/sub-saharan-africa/
newsfeed/feeds/newsfeed-5-1.jshttp://webfeeds.scidev.net/en/china/
newsfeed/feeds/newsfeed-6-1.jshttp://webfeeds.scidev.net/en/south-asia/
newsfeed/newsfeed.jshttp://webfeeds.scidev.net/en/
shorturls
struct
mappings
struct
struct
cf_request[empty string]
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolveto[empty string]
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
2010review
struct
cf_request2010review
createdat{ts '2011-04-14 17:14:36'}
createdbyAdministrator !
methoddispatch
resolvetoen/content/scidev-net-external-review-2010
updatedat{ts '2011-04-14 17:14:36'}
updatedbyAdministrator !
Announcements
struct
cf_requestAnnouncements
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/announcements/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
EditorLetters
struct
cf_requestEditorLetters
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/editor-letters/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
Events
struct
cf_requestEvents
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/events/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
Grants
struct
cf_requestGrants
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/grants/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
Jobs
struct
cf_requestJobs
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/jobs/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
Notices
struct
cf_requestNotices
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
SciencePublishing
struct
cf_requestSciencePublishing
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/science-communication/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
aboutthissite
struct
cf_requestaboutthissite
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/content/overview/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
aboutus
struct
cf_requestaboutus
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/content/overview/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
abresistance
struct
cf_requestabresistance
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/health/antibiotic-resistance/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
administrator
struct
cf_requestadministrator
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoadmin
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
africa
struct
cf_requestafrica
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/sub-suharan-africa/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
agri-biotech
struct
cf_requestagri-biotech
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/agriculture-and-environment/agri-biotech/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
agri-env
struct
cf_requestagri-env
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/agriculture-and-environment/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
agribiotech
struct
cf_requestagribiotech
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/agriculture-and-environment/agri-biotech/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
americalatina
struct
cf_requestamericalatina
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoes/latin-america-and-caribbean/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
anniversaire
struct
cf_requestanniversaire
createdat{ts '2011-12-07 12:52:59'}
createdbyAdministrator !
methoddispatch
resolvetofr/content/anniversary
updatedat{ts '2011-12-07 12:54:04'}
updatedbyAdministrator !
anniversary
struct
cf_requestanniversary
createdat{ts '2009-11-30 17:44:57'}
createdbyAdministrator !
methoddispatch
resolvetoen/content/anniversary
updatedat{ts '2009-11-30 17:44:57'}
updatedbyAdministrator !
asia
struct
cf_requestasia
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/south-east-asia/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
ausummit07
struct
cf_requestausummit07
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/science-and-innovation-policy/african-science-policy/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
biodiversity
struct
cf_requestbiodiversity
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/agriculture-and-environment/biodiversity/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
biodiversity_qg
struct
cf_requestbiodiversity_qg
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/agriculture-and-environment/biodiversity/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
biofacts
struct
cf_requestbiofacts
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/agriculture-and-environment/biodiversity/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
biofuels
struct
cf_requestbiofuels
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/climate-change-and-energy/biofuels/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
bird_flu
struct
cf_requestbird_flu
createdat{ts '2010-08-12 12:33:03'}
createdbyAdministrator !
methoddispatch
resolvetoen/health/bird-flu
updatedat{ts '2010-08-12 12:33:03'}
updatedbyAdministrator !
birdflu
struct
cf_requestbirdflu
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/health/bird-flu/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
blind_technologies
struct
cf_requestblind_technologies
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/features/fighting-for-sight-in-the-developing-world.html
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
bookreviews
struct
cf_requestbookreviews
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/book-reviews/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
braille_technology
struct
cf_requestbraille_technology
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/features/talking-braille-a-new-tool-to-teach-blind-childre.html
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
braindrain
struct
cf_requestbraindrain
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/science-and-innovation-policy/brain-drain/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
china
struct
cf_requestchina
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/china/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
climate
struct
cf_requestclimate
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/climate-change-and-energy/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
climate-energy
struct
cf_requestclimate-energy
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/climate-change-and-energy/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
climate_africa
struct
cf_requestclimate_africa
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/climate-change-and-energy/climate-change-in-africa/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
climatechange
struct
cf_requestclimatechange
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/climate-change-and-energy/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
climatechangechinacn
struct
cf_requestclimatechange/china/cn
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetozh/climate-change-and-energy/climate-change-in-china/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
coexistence
struct
cf_requestcoexistence
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/agriculture-and-environment/gm-crops/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
coexistencia
struct
cf_requestcoexistencia
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoes/agriculture-and-environment/gm-crops/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
contactus
struct
cf_requestcontactus
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/content/contact-us/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
desertscience
struct
cf_requestdesertscience
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/agriculture-and-environment/desert-science/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
donate
struct
cf_requestdonate
createdat{ts '2010-04-19 15:47:03'}
createdbyAdministrator !
methoddispatch
resolvetoen/content/donate
updatedat{ts '2010-04-26 10:27:53'}
updatedbyAdministrator !
dossiers
struct
cf_requestdossiers
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
drummond
struct
cf_requestdrummond
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/opinions/market-approach-to-aid-means-death-for-millions.html
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
easterly
struct
cf_requesteasterly
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/opinions/time-for-a-grand-rethink-of-grand-aid-plans.html
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
editorial
struct
cf_requesteditorial
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/editorials/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
editorials
struct
cf_requesteditorials
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/editorials/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
efghi
struct
cf_requestefghi
createdat{ts '2009-12-10 17:42:20'}
createdbyAdministrator !
methoddispatch
resolvetonews/health
updatedat{ts '2009-12-10 17:42:20'}
updatedbyAdministrator !
entrar
struct
cf_requestentrar
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoes/user/signin/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
esabresistance
struct
cf_requestes/abresistance
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoes/health/antibiotic-resistance/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
esagri-env
struct
cf_requestes/agri-env
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoes/agriculture-and-environment/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
esanniversary
struct
cf_requestes/anniversary
createdat{ts '2009-12-02 16:14:15'}
createdbyAdministrator !
methoddispatch
resolvetoes/content/anniversary
updatedat{ts '2009-12-02 16:14:15'}
updatedbyAdministrator !
esclimate-energy
struct
cf_requestes/climate-energy
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoes/climate-change-and-energy/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
eshealth
struct
cf_requestes/health
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoes/health/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
esnewtech
struct
cf_requestes/newtech
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoes/new-technologies/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
esprofile
struct
cf_requestes/profile
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoes/user/signin/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
esscicomm
struct
cf_requestes/scicomm
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoes/science-communication/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
esscipolicy
struct
cf_requestes/scipolicy
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoes/science-and-innovation-policy/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
essign-up
struct
cf_requestes/sign-up
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoes/user/signup/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
ethics
struct
cf_requestethics
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/science-and-innovation-policy/research-ethics/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
eye-on-earth
struct
cf_requesteye-on-earth
createdat{ts '2011-12-10 00:32:17'}
createdbyAdministrator !
methoddispatch
resolvetoen/agriculture-and-environment/eye-on-earth-summit/
updatedat{ts '2011-12-10 00:32:17'}
updatedbyAdministrator !
eye-on-earth-feature
struct
cf_requesteye-on-earth-feature
createdat{ts '2011-12-08 13:30:16'}
createdbyAdministrator !
methoddispatch
resolvetoen/agriculture-and-environment/eye-on-earth-summit/features/summit-eyeing-global-sharing-of-environmental-data-1.html
updatedat{ts '2011-12-10 00:28:32'}
updatedbyAdministrator !
feature
struct
cf_requestfeature
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/features/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
features
struct
cf_requestfeatures
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/features/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
foodsecurity
struct
cf_requestfoodsecurity
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/features/seeds-of-capacity-building-in-africas-agriculture.html
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
frabonnez-vous
struct
cf_requestfr/abonnez-vous
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetofr/user/signup/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
frabresistance
struct
cf_requestfr/abresistance
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetofr/health/antibiotic-resistance/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
fragri-env
struct
cf_requestfr/agri-env
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetofr/agriculture-and-environment/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
franniversary
struct
cf_requestfr/anniversary
createdat{ts '2009-12-02 16:13:56'}
createdbyAdministrator !
methoddispatch
resolvetofr/content/anniversary
updatedat{ts '2009-12-02 16:13:56'}
updatedbyAdministrator !
frclimate-energy
struct
cf_requestfr/climate-energy
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetofr/climate-change-and-energy/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
frconnexion
struct
cf_requestfr/connexion
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetofr/user/signin/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
freelance-guidelines
struct
cf_requestfreelance-guidelines
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/content/media/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
freelanceguidelines
struct
cf_requestfreelanceguidelines
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/content/media/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
frhealth
struct
cf_requestfr/health
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetofr/health/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
frinscrivez-vous
struct
cf_requestfr/inscrivez-vous
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetofr/user/signup/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
frnewtech
struct
cf_requestfr/newtech
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetofr/new-technologies/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
frprofile
struct
cf_requestfr/profile
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetofr/user/signin/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
frreproduction
struct
cf_requestfr/reproduction
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetofr/content/reproduction/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
frscicomm
struct
cf_requestfr/scicomm
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetofr/science-communication/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
frscipolicy
struct
cf_requestfr/scipolicy
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetofr/science-and-innovation-policy/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
frsign-up
struct
cf_requestfr/sign-up
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetofr/user/signup/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
frwomen-in-science
struct
cf_requestfr/women-in-science
createdat{ts '2011-06-29 15:14:29'}
createdbyAdministrator !
methoddispatch
resolvetofr/science-and-innovation-policy/overcoming-gender-barriers-in-science-1/
updatedat{ts '2011-06-29 15:14:29'}
updatedbyAdministrator !
gateways
struct
cf_requestgateways
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
genebanks
struct
cf_requestgenebanks
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/opinions/global-genebanks-need-funds.html
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
genomics
struct
cf_requestgenomics
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/health/genomics/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
gmcrops
struct
cf_requestgmcrops
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/agriculture-and-environment/agri-biotech/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
guiadcespanol
struct
cf_requestguiadc/espanol
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoes/science-communication/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
guiadcportugues
struct
cf_requestguiadc/portugues
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/science-communication/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
health
struct
cf_requesthealth
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/health/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
himalayan_science
struct
cf_requesthimalayan_science
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
hiv
struct
cf_requesthiv
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/health/hiv-aids/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
hiv_aids
struct
cf_requesthiv_aids
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/health/hiv-aids/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
howdoi
struct
cf_requesthowdoi
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/science-communication/practical-guides
updatedat{ts '2010-08-10 17:14:47'}
updatedbyAdministrator !
indigenous
struct
cf_requestindigenous
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/science-and-innovation-policy/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
ipr
struct
cf_requestipr
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/science-and-innovation-policy
updatedat{ts '2009-07-22 19:00:02'}
updatedbyIan Winter
islamic_science
struct
cf_requestislamic_science
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/science-and-innovation-policy/science-in-the-islamic-world/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
jobscommissioning-editor
struct
cf_requestjobs/commissioning-editor
createdat{ts '2010-07-21 17:34:22'}
createdbyAdministrator !
methoddispatch
resolvetoen/jobs/commissioning-editor.html
updatedat{ts '2010-07-21 17:36:28'}
updatedbyAdministrator !
jobshead-business-development
struct
cf_requestjobs/head-business-development
createdat{ts '2010-07-21 17:35:10'}
createdbyAdministrator !
methoddispatch
resolvetoen/jobs/head-of-business-development.html
updatedat{ts '2010-07-21 17:36:40'}
updatedbyAdministrator !
jobsmarketing-manager
struct
cf_requestjobs/marketing-manager
createdat{ts '2010-07-21 12:04:13'}
createdbyAdministrator !
methoddispatch
resolvetoen/jobs/marketing-manager-maternity-cover-9-10-month-contract-.html
updatedat{ts '2010-07-21 12:12:38'}
updatedbyAdministrator !
journogrant
struct
cf_requestjournogrant
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
kenyashocker
struct
cf_requestkenyashocker
createdat{ts '2009-06-18 14:05:43'}
createdbyIan Winter
methoddispatch
resolvetoen/news/kenya-continues-to-use-old-malaria-drugs-.html
updatedat{ts '2009-06-18 14:05:43'}
updatedbyIan Winter
latinamerica
struct
cf_requestlatinamerica
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/latin-america-and-caribbean/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
legalnotices
struct
cf_requestlegalnotices
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/content/terms-of-use/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
letters
struct
cf_requestletters
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/editor-letters/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
link_exchange
struct
cf_requestlink_exchange
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/content/overview/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
links
struct
cf_requestlinks
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/links/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
malaria
struct
cf_requestmalaria
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/health/malaria/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
media
struct
cf_requestmedia
createdat{ts '2011-04-14 17:45:26'}
createdbyAdministrator !
methoddispatch
resolvetoen/content/media
updatedat{ts '2011-04-14 17:45:26'}
updatedbyAdministrator !
mena
struct
cf_requestmena
createdat{ts '2012-01-31 17:34:40'}
createdbyAdministrator !
methoddispatch
resolvetoen/middle-east-and-north-africa/
updatedat{ts '2012-01-31 17:34:40'}
updatedbyAdministrator !
middleeast
struct
cf_requestmiddleeast
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/middle-east-and-north-africa/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
monthly
struct
cf_requestmonthly
createdat{ts '2011-05-31 14:29:24'}
createdbyAdministrator !
methoddispatch
resolvetosearch/admin_results?by=text&term_main=&location=&author_parameter=&source_parameter=&organisationName=&organisationUrl=&posterName=&posterEmail=&startAt_day=&startAt_month=&startAt_year=&startAt_hour=00&startAt_minute=00&startAt_sec
updatedat{ts '2011-05-31 14:45:44'}
updatedbyAdministrator !
nanotechnology
struct
cf_requestnanotechnology
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/new-technologies/nanotechnology/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
news
struct
cf_requestnews
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/news/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
newtech
struct
cf_requestnewtech
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/new-technologies/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
odi
struct
cf_requestodi
createdat{ts '2009-04-22 05:54:25'}
createdbyAdministrator
methoddispatch
resolvetoen/news/survey-backs-intermediaries-in-science-communicati.html
updatedat{ts '2009-04-22 05:54:25'}
updatedbyAdministrator
open_access
struct
cf_requestopen_access
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/science-communication/science-publishing/
updatedat{ts '2010-08-12 12:29:37'}
updatedbyAdministrator !
opinion
struct
cf_requestopinion
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/opinions/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
opinions
struct
cf_requestopinions
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/opinions/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
policy-update-2
struct
cf_requestpolicy-update-2
createdat{ts '2011-06-08 17:22:24'}
createdbyAdministrator !
methoddispatch
resolvetomarketing/html/4EDAA105D5F53590338791951E38C3AD
updatedat{ts '2011-06-17 11:01:25'}
updatedbyAdministrator !
policy-update-2c
struct
cf_requestpolicy-update-2c
createdat{ts '2011-06-17 11:13:48'}
createdbyAdministrator !
methoddispatch
resolvetomarketing/html/186A157B2992E7DAED3677CE8E9FE40F
updatedat{ts '2011-06-17 11:13:48'}
updatedbyAdministrator !
policy-update-fr
struct
cf_requestpolicy-update-fr
createdat{ts '2011-06-17 15:53:23'}
createdbyAdministrator !
methoddispatch
resolvetomarketing/html/7895FC13088EE37F511913BAC71FA66F
updatedat{ts '2011-07-01 12:12:18'}
updatedbyAdministrator !
politics_ltr
struct
cf_requestpolitics_ltr
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/editor-letters/politics-is-the-real-cause-of-developing-world-har.html
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
profile
struct
cf_requestprofile
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/user/signin/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
qguides
struct
cf_requestqguides
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
randd
struct
cf_requestrandd
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/science-and-innovation-policy/r-d/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
randdsubsahara
struct
cf_requestrandd/subsahara
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/science-and-innovation-policy/r-d-in-africa/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
register
struct
cf_requestregister
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/user/signup/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
registro
struct
cf_requestregistro
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoes/user/signup/
updatedat{ts '2009-06-18 12:51:05'}
updatedbyIan Winter
reproduccion
struct
cf_requestreproduccion
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoes/content/reproduction/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
reproduction
struct
cf_requestreproduction
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/content/reproduction/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
review2010
struct
cf_requestreview2010
createdat{ts '2011-05-16 16:48:44'}
createdbyAdministrator !
methoddispatch
resolvetoen/content/scidev-net-external-review-2010
updatedat{ts '2011-05-16 16:48:44'}
updatedbyAdministrator !
rss
struct
cf_requestrss
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/content/webfeeds/
updatedat{ts '2009-06-22 15:28:47'}
updatedbyIan Winter
sasia
struct
cf_requestsasia
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/south-asia/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
scalingup_ltr
struct
cf_requestscalingup_ltr
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/editor-letters/lend-support-to-smallscale-projects.html
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
scicomm
struct
cf_requestscicomm
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/science-communication/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
scicommportuguese
struct
cf_requestscicomm/portuguese
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/science-communication/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
scicommspanish
struct
cf_requestscicomm/spanish
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoes/science-communication/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
scipolicy
struct
cf_requestscipolicy
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/science-and-innovation-policy/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
scipub
struct
cf_requestscipub
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/science-communication/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
seasia
struct
cf_requestseasia
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/south-east-asia/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
sign-in
struct
cf_requestsign-in
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/user/signin/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
sign-up
struct
cf_requestsign-up
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/user/signup/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
sitemap
struct
cf_requestsitemap
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/content/site-map/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
southasia
struct
cf_requestsouthasia
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/south-asia/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
spotlights
struct
cf_requestspotlights
createdat{ts '2011-02-07 10:00:18'}
createdbyAdministrator !
methoddispatch
resolvetoen/spotlights
updatedat{ts '2011-02-07 10:01:13'}
updatedbyAdministrator !
strategicplan
struct
cf_requeststrategicplan
createdat{ts '2009-04-22 05:54:25'}
createdbyAdministrator
methoddispatch
resolvetoen/content/overview/#X7FD536961B789BBB2E826572E28173F8
updatedat{ts '2009-06-18 12:46:38'}
updatedbyIan Winter
sub-saharan_africa
struct
cf_requestsub-saharan_africa
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/sub-suharan-africa/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
suscribirse
struct
cf_requestsuscribirse
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoes/user/signup/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
tb
struct
cf_requesttb
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/health/tuberculosis/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
techtransfer
struct
cf_requesttechtransfer
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/science-and-innovation-policy/technology-transfer/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
tm
struct
cf_requesttm
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/health/traditional-medicine/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
tuberculosis
struct
cf_requesttuberculosis
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/health/tuberculosis/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
wcsj07
struct
cf_requestwcsj07
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
whatsnew
struct
cf_requestwhatsnew
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
whatsnewchinese
struct
cf_requestwhatsnew/chinese
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetozh
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
whatsnewespanol
struct
cf_requestwhatsnew/espanol
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoes
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
whatsnewfrench
struct
cf_requestwhatsnew/french
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetofr
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
whatsnewportugues
struct
cf_requestwhatsnew/portugues
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
whatsnewspanish
struct
cf_requestwhatsnew/spanish
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoes
updatedat{ts '2009-06-22 15:36:55'}
updatedbyIan Winter
women-in-science
struct
cf_requestwomen-in-science
createdat{ts '2011-06-22 10:53:19'}
createdbyAdministrator !
methoddispatch
resolvetoen/science-and-innovation-policy/overcoming-gender-barriers-in-science-1/
updatedat{ts '2011-06-22 11:05:59'}
updatedbyAdministrator !
women-in-science-es
struct
cf_requestwomen-in-science-es
createdat{ts '2011-06-22 15:20:06'}
createdbyAdministrator !
methoddispatch
resolvetoes/science-and-innovation-policy/overcoming-gender-barriers-in-science-1/
updatedat{ts '2011-06-22 15:20:06'}
updatedbyAdministrator !
workshops
struct
cf_requestworkshops
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
worldtbday2007
struct
cf_requestworldtbday2007
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetoen/health/tuberculosis/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
zhabresistance
struct
cf_requestzh/abresistance
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetozh/health/antibiotic-resistance/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
zhagri-env
struct
cf_requestzh/agri-env
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetozh/agriculture-and-environment/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
zhanniversary
struct
cf_requestzh/anniversary
createdat{ts '2009-12-02 16:14:32'}
createdbyAdministrator !
methoddispatch
resolvetozh/content/anniversary
updatedat{ts '2009-12-02 16:14:32'}
updatedbyAdministrator !
zhclimate-energy
struct
cf_requestzh/climate-energy
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetozh/climate-change-and-energy/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
zhhealth
struct
cf_requestzh/health
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetozh/health/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
zhnewtech
struct
cf_requestzh/newtech
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetozh/new-technologies/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
zhprofile
struct
cf_requestzh/profile
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetozh/user/signin/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
zhreproduction
struct
cf_requestzh/reproduction
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetozh/content/reproduction/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
zhscicomm
struct
cf_requestzh/scicomm
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetozh/science-communication/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
zhscipolicy
struct
cf_requestzh/scipolicy
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetozh/science-and-innovation-policy/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
zhsign-in
struct
cf_requestzh/sign-in
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetozh/user/signin/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
zhsign-up
struct
cf_requestzh/sign-up
createdat{ts '2009-06-18 11:19:10'}
createdbyAdministrator
methoddispatch
resolvetozh/user/signup/
updatedat{ts '2009-06-18 11:19:10'}
updatedbyAdministrator
zhwomen-in-science
struct
cf_requestzh/women-in-science
createdat{ts '2011-06-29 10:56:08'}
createdbyAdministrator !
methoddispatch
resolvetozh/science-and-innovation-policy/overcoming-gender-barriers-in-science-1/
updatedat{ts '2011-06-29 10:57:42'}
updatedbyAdministrator !
sitemap
array
1http://www.scidev.net/{lang}/
2http://www.scidev.net/{lang}/user/signin/
3http://www.scidev.net/{lang}/user/signup/
4http://www.scidev.net/{lang}/search?open=true
5http://www.scidev.net/{lang}/feed/preview/?fu=http://webfeeds.scidev.net/
6http://www.scidev.net/{lang}/spotlights/
7http://www.scidev.net/{lang}/events/post
8http://www.scidev.net/{lang}/jobs/post
9http://www.scidev.net/{lang}/grants/post
10http://www.scidev.net/{lang}/announcements/post
translator
component scidev.framework.util.Translator [short version]
languageCodes
struct
1en
2es
3po
4fr
5zh
6ar
propertiesFiles[empty string]
propertiesBundles
struct
ar
struct [empty]
en
struct
# #
# Articles # Articles
# Dates # Dates
# Email Alert Translations # Email Alert Translations
# English Only used in Admin (currently) # English Only used in Admin (currently)
# General # General
# Home Page # Home Page
# LANGUAGE PORTAL OPTIONS # LANGUAGE PORTAL OPTIONS
# LINKS # LINKS
# Languages # Languages
# Notices # Notices
# RSS Translations # RSS Translations
# Regions # Regions
# Spotlight Alert Translations # Spotlight Alert Translations
# Topics # Topics
# WEB FEEDS # WEB FEEDS
# additions # additions
# email stuff # email stuff
# feedback # feedback
# not admin? # not admin?
# notice subtypes # notice subtypes
# search # search
# send to a friend # send to a friend
# webfeeds # webfeeds
#EVENTS BLOG #EVENTS BLOG
#comment email #comment email
#comments #comments
#error pages #error pages
#forgotten password changes #forgotten password changes
#meta title and meta description #meta title and meta description
#newsnews
#popular/latest articles #popular/latest articles
#recaptcha translation #recaptcha translation
#send to friend email changes #send to friend email changes
#spotlight #spotlight
#user signup email changes #user signup email changes
#user-signup-intro1SciDev.Net's free-access website, written mainly by Southern-based contributors, reports on and analyses the latest developments in science and technology affecting the developing world.
#user-signup-intro2Sign up with us for free email alerts for all the most recent items posted on the website, or specialised topic or regional content.
#user-signup-intro3Once signed up, you will also be able to comment on individual articles and use our free listing service for announcements, events, jobs and grants relating to science, technology and development.
(1000 characters max)1000 characters maximum
(2000 characters max)2000 characters maximum
(seperate multiple email addresses with comma)(seperate multiple email addresses with comma)
1000 Characters max1000 characters maximum
2000 Characters max2000 characters maximum
404-messageSorry, we could not find the file that was requested. This information has been logged and we will be looking in to any problems. We are sorry for any inconvenience.
500-messageSorry, there has been a problem with the page requests. This information has been logged and we will be looking in to any problems. We are sorry for any inconvenience.
A list of definitions based onA list of definitions based on {topic}
A user already exists with the given email addressA user already exists with the given email address
About The AuthorAbout the author
About UsABOUT US
About YouAbout You
AccessibilityAccessibility
Account DeactivatedACCOUNT DEACTIVATED
Add DocumentADD DOCUMENT
Add your commentAdd your comment
Advanced SearchAdvanced Search
AffiliationAffiliation
Agriculture & EnvironmentAgriculture &amp; Environment
Alert about usAbout us
AllAll
All articlesAll articles
All full text emails available in EnglishAll full text emails available in English
All full text emails available in English onlyAll full text emails available in English only
All resultsAll results
Allow readers to contact you.Allow readers to contact you.
AnalysisAnalysis
AnnouncementAnnouncement
AnnouncementsAnnouncements
AnyAny
Application ProcedureApplication procedure
AprApr
AprilApril
Archive Resultsarchive results
Are you sure you want to remove this document?Are you sure you want to remove this document?
ArticlesArticles
Articles over last weekArticles published on the SciDev.Net website over the last week
Articles over x weeksArticles published on the SciDev.Net website over the last [x] weeks
AugAug
AugustAugust
AuthorAuthor
Back toBack to
Back to topTo the top
BlurbBlurb
BodyBody
Book ReviewBook Review
Book ReviewsBook Reviews
BrowseBrowse
Call for papers Call for papers
CancelCANCEL
Change email optionsChange email options
ChinaChina
ChineseChinese
City / TownCity / Town
ClearClear
Climate Change & EnergyClimate Change &amp; Energy
CloseCLOSE
Close Advanced SearchClose Advanced Search
Close PreviewClose Preview
Closing DateClosing date
CommentComment
CommentsComments
Conferences Conferences
Confirm PasswordConfirm Password
Contact AuthorContact User
Contact NameContact Name
Contact UsCONTACT US
Contact detailsContact details
ContinueContinue
CountryCountry
Create New UserCreate New User
Creative commonsCreative Commons
CreditCredit
DateDate
DatesDates
David DicksonDavid Dickson
DeadlineClosing Date
DearDear
DecDec
DecemberDecember
DefinitionsDefinitions
Definitions onDefinitions on
Definitions relating toDefinitions relating to
Department for international Development, United KingdomUKaid from the Department for International Development, United Kingdom
DirectorDirector
Display nameDisplay name
Display the name of your organisation.Display the name of your organisation.
DisplayingDisplaying
DocumentsDocuments
Don't worry here is your new password for SciDev.NetDon't worry here is your new password for SciDev.Net
DonateDONATE
ENEN
ESES
EVENTS BLOGEVENTS BLOG
Edit ProfileEdit Profile
Edit UserEdit User
EditorialEditorial
EditorialsEditorials
EmailEmail
Email sent successfullyEmail sent successfully
Email when someone responds to the discussionEmail me when someone responds to the discussion
EndAtEnd At
EnglishEnglish
EventEvent
EventsEvents
Expedition grants Expedition grants
ExperienceExperience
Experience requiredExperience required
External LinksExternal Links
FeatureFeature
FeaturesFeatures
FebFeb
FebruaryFebruary
FeedbackFeedback
First NameFirst Name
Forgotten your password?Forgotten your password?
Forgotten your password? Enter your login email below and we will send it to you.Forgotten your password? Enter your login email below and we will send it to you.
Forum announcements Forum announcements
FrFR
FrenchFrench
FridayFriday
Friend's email address(es)Friend's email address(es)
Full IntroductionFULL INTRODUCTION
Full TextFull Text
Full text also available in ChineseFull text also available in Chinese
Full text also available in SpanishFull text also available in Spanish
GenderGender
Generic InformationGENERIC INFORMATION
Glossary of definitions onGlossary of definitions on
Go to ScidevGo to SciDev.Net
Go to key documentGo to key document
Go to websiteGo to website
GrantGrant
GrantsGrants
HIGHLIGHTSHIGHLIGHTS
HTMLHTML
HealthHealth
HomeHome
How did you hear about SciDev.Net?How did you hear about SciDev.Net?
How to set up a webfeedHow to set up a webfeed
If you should wish to change your details at anytime please login with your email address and password.If you should wish to change your details at anytime please login with your email address and password.
In order to post your comment, please enter a display name that will appear alongside all your commentsIn order to post your comment, please enter a display name that will appear alongside all your comments
Information ServicesInformation Services
Information URLInformation URL
International Development Research Centre, CanadaInternational Development Research Centre, Canada
International science journalInternational science journal
IntroductionIntroduction
JanJan
JanuaryJanuary
JobJob
JobsJobs
Journal/book/web launch Journal/book/web launch
JulJul
JulyJuly
JunJun
JuneJune
Junk mail messageTo ensure SciDev.Net emails make it to your inbox, please add info@scidev.net to your address book
Key DocumentKey Document
Key DocumentsKey Documents
Key ObjectivesKey objectives
LATEST NEWSLATEST NEWS
LanguageLanguage
Language Portal Chinese汉语
Language Portal EnglishEnglish
Language Portal FrenchFrançais
Language Portal SpanishEspañol
Last NameLast Name
LatestLATEST
Latest news on science, technology & the developing worldLatest news on science, technology & the developing world
Latest news on {region} science & technologyLatest news on {region} science & technology
Latest {type}Latest {type}
Latest {type} on science, technology & the developing worldLatest {type} on science, technology & the developing world
Latest {type} on {region} and the developing worldLatest {type} on {region} and the developing world.
Latest {type} on {region} science & technologyLatest {type} on {region} science & technology
Latest {type} on {region} science, technology & the developing worldLatest {type} on {region} science, technology & the developing world.
Latin America & CaribbeanLatin America &amp; Caribbean
Letter to the EditorLetter to the Editor
LettersLetters to the Editor
Letters to the EditorLetters to the Editor
LinkLink
Link to full article inLink to full article in
Link to usLink to us
LinksLinks
LocationLocation
Lost your password?Lost your password?
MarMar
MarchMarch
MayMay
MessageMessage
Message from Message from
Middle East & North AfricaMiddle East &amp; North Africa
Middle-East & North AfricaMiddle East &amp; North Africa
MoMo
MondayMonday
Monthly regional email updatesMonthly regional email updates
Monthly topic email updatesMonthly topic email updates
MoreMORE
More NewsMORE NEWS
More informationMore information
Most ReadMOST READ
NGO posts NGO posts
NameName
New TechnologiesNew Technologies
NewsNews
News and informationNews and information on science for development in {region} - SciDev.Net
News archiveNews archive
News, analysisNews, analysis and other information about science and technology in {region}, including agriculture, food security, climate change, health, HIV/Aids, malaria, science policy, and more.
NextNext
No articles were found.No articles were found.
No message enteredNo message entered
Non press spotlight salutationDear {X},
Not Set-- Not Set --
Not an adminNot an admin
NoticeNotice
NoticesNotices
NovNov
NovemberNovember
OctOct
OctoberOctober
Online conferences Online conferences
Online versionHaving problems reading this email? Please [a_start]click here[a_end] to view online version
Online version textTo view the online version please click here
OpenOPEN
OpinionOpinion
OpinionsOpinions
Opinions and AnalysisOpinions and Analysis
OrganisationOrganisation
Organisation / CompanyOrganisation / Company
Organisation NameOrganisation Name
Organisation URLOrganisation URL
Organisation/CompanyOrganisation / Company
OtherOther
Other NewsOther News
Other offers Other offers
OverviewOverview
PasswordPassword
Phone events Phone events
Plain TextPlain Text
Please enter a display name that will appear alongside all your commentsPlease enter a display name that will appear alongside all your comments
Please enter a valid email addressPlease enter a valid email address
Please enter both email address and password.Please enter both email address and password.
Please select your languagePlease select your language
Please specify (email)Please specify (email)
Please type the characters that appear in the image. Can't read the characters? Please refresh the image or listen to the verification code. Letters are not case-sensitive.Please type the characters that appear in the image. Can't read the characters? Please refresh the image or listen to the verification code. Letters are not case-sensitive.
Policy BriefPolicy Brief
Policy BriefsPolicy Briefs
Post CommentPOST COMMENT
Post Docs Post Docs
Poster EmailPoster Email
Poster NamePoster Name
Practical GuidePractical Guide
Practical GuidesPractical Guides
Press spotlight salutation<strong>DD MMMM YYYY: For immediate release</strong>
PreviousPrevious
PricePrice
PrintPrint
Privacy policyPrivacy policy
Prize/award Prize/award
ProfessionProfession
Publication datePublication date
Publish DatePublish date
Published between:Published between
PublisherPublisher
RSSRSS
ReferencesReferences
RegardsRegards
RegionRegion
RegionsRegions
Registration DetailsRegistration details
Registration FeesRegistration fees
Related ArticlesRELATED ARTICLES
Related DocumentsRelated Documents
Related RegionsRelated Regions
Related TopicsRelated Topics
RelevanceRelevance
Remember meRemember me?
Remove accountRemove account
ReproductionReproduction
RequestRequest
Required fieldsRequired fields
Research grants Research grants
ResponsibilitiesResponsibilities
Resultsresults
ReviewerReviewer
SaSa
Salary / BenefitsSalary / Benefits
SaturdaySaturday
SciDev.Net : Your new passwordSciDev.Net : Your new password
SciDev.Net HomepageSciDev.Net Homepage
SciDev.Net Weekly Update - WeeklySciDev.Net Weekly Update
SciDev.Net comment: [ArticleTitle]SciDev.Net comment: [ArticleTitle]
SciDev.Net recommendationSciDev.Net recommendation
SciDev.Net: A message from the networkSciDev.Net: A message from the network
SciDev.netSciDev.Net
Science & Innovation PolicyScience &amp; Innovation Policy
Science CommunicationScience Communication
Science and Development NetworkScience and Development Network
SearchSearch
Search ArchiveSearch Archive
Search ForSearch for
Search ResultsSearch results
Search TermSearch Term
Search TipsSearch Tips
Security checkSecurity check
Select AllSelect All
SendSend
Send to a friendSend to a friend
SepSep
SeptemberSeptember
ShareShare
Share articleShare
Show Advanced SearchShow Advanced Search
Sign OutSign Out
Sign Up to SciDev.NetSign Up to SciDev.Net
Site MapSITE MAP
Site creditsSite credits
Sorry, email address is not recognised.Sorry, email address/password combination is not recognised.
Sort results bySort results by
SourceSource
South AsiaSouth Asia
South East AsiaSouth-East Asia
South-East AsiaSouth-East Asia
SpanishSpanish
Spotlight ContentSpotlight Content
SpotlightSpotlight SpotlightSpotlight
SpotlightsSpotlights
StartAtStart At
SuSu
Sub Saharan AfricaSub-Saharan Africa
Sub-Saharan AfricaSub-Saharan Africa
SubmitSUBMIT
SubscribeSubscribe
SubtopicSubtopic
SummarySummary
SundaySunday
Supplied bySupplied by
Swedish International Development Cooperation Agency, SwedenSwedish International Development Cooperation Agency, Sweden
Swiss Agency for Development and Cooperation SDC, SwitzerlandSwiss Agency for Development and Cooperation SDC, Switzerland
Symposiums Symposiums
Terms of useTerms of use
Text and pictures (HTML format, you must be online)HTML
Text version headerSciDev.Net | News, views and information about science, technology and the developing world
ThTh
Thank you for signing up with SciDev.NetThank you for signing up with SciDev.Net.
ThanksThanks
The Academy of Sciences for the Developing WorldThe Academy of Sciences for the Developing World
The Directorate-General for International Cooperation, The NetherlandsThe Directorate-General for International Cooperation, The Netherlands
The SciDev.Net teamThe SciDev.Net team
The following fields are required but were not completed:The following fields are required but not completed
The following fields were entered incorrectly - The characters you entered did not match those in the image. Please try again.The following fields were entered incorrectly - The characters you entered did not match those in the image. Please try again.
The fĂllowing fields are required but not completedThe following fields are required but not completed
The message we got back while looking for this file was:The message we got back while looking for this file was:
The message we got back while trying to complete the request was:The message we got back while trying to complete the request was:
The section you chose contains no articles.The section you chose contains no articles
The section you chose contains no definitions.The section you chose contains no definitions.
The section you chose contains no notices.The section you chose contains no notices
This field is required and was missing.This field is required and was missing.
This is your network: share your views on any of our articles by adding your commentsThis is your network: share your views on any of our articles by adding your comments.
ThursdayThursday
TitleTitle
ToTo
To see the comment thread, follow the link: [ArticleURL]To see the comment thread, follow the link: [ArticleURL]
To the topTo the top
TopicTopic
Topic GatewaysTopic Gateways
Topic IntroductionsTopic Introductions
TopicsTopics
Training courses Training courses
TranslationTranslation
TuTu
TuesdayTuesday
UnsubscribeUnsubscribe
UpdateUpdate
WeWe
WebfeedsWebfeeds
WednesdayWednesday
WorkplaceWorkplace
Workshops Workshops
You account with SciDev.Net has been deactivatedYou account with SciDev.Net has been deactivated
You are inYou are in
You can now return theYou can now return the
You have tried to access a function only available to administrators.You have tried to access a function only available to administrators.
You will receive the following email alert(s)You will receive the following email alert(s)
Your DetailsYour Details
Your FeedbackYour Feedback
Your MessageYour message
Your comment preferencesYour comment preferences
Your email addressYour email address
Your email address or password were not recognised.Your email address or password were not recognised.
Your email address was invalid. Please enter a valid email address.Your email address was invalid. Please enter a valid email address.
Your email preferencesYour email preferences
Your nameYour name
Your new password for SciDev.NetYour new password for SciDev.Net
Your new password for SciDev.Net is:Your new password for SciDev.Net is:
Your session has timed out due to inactivity. Please log in again.Your session has timed out due to inactivity. Please log in again.
ZH中文
[Chinese full text only][Chinese full text only]
[DisplayName] has responded to the discussion you joined by posting a comment on the article: [ArticleTitle][DisplayName] has responded to the discussion you joined by posting a comment on the article: [ArticleTitle]
[French full text only][French full text only]
[Spanish full text only][Spanish full text only]
all_sAll articles
andand
and2and
and:and
announcement_sAnnouncement
announcements-topHere is a list of announcements relevant to science, technology and the developing world. You can submit an announcement to be posted on the site using the button above. All announcements are subject to approval.
article-list-blurbHere is a list of the latest articles
based onbased on
bc-feedborder colour
bd-feedwidth of border
bg-feedbackground colour
book-reviewsBook Reviews
book-reviews_sBook Review
charity-detailsSciDev.Net is a charity registered in England and Wales. Registration number: 1089590
comment-facilitySciDev.Net offers a comment facility for your views on individual articles. Published comments will display both your name and country.
comments-approvalAll comments are subject to approval and we reserve the right to edit comments containing inappropriate/unsuitable language. SciDev.Net holds copyright for all material posted on the website. Please see {tou} for further details.
comments-require-loginYou need to be signed in to post a comment or to email a consenting comment author. Please
comments-thankyouThank you for your comment. Your comment has been sent for moderation.
comments-validationThe comment you submitted is empty. Please ensure you add your comment to the box before you click POST COMMENT.
comments-waitPlease wait
consent-messageI consent to receiving emails about third party products and services, providing my personal information is not exchanged or disclosed.
contact-user-blurbSciDev.Net welcomes interaction between users. The author of this comment has consented to being contacted by other registered users; please use the form below to contact them privately.
contact-user-disclaimerDisclaimer: SciDev.Net is not responsible for the content sent in this email, which does not represent the views or opinions of SciDev.Net.
contents-page-meta-description{articletype} about science & technology in the developing world, including climate change, agriculture, health, new tech, energy, science policy and communication.
contents-page-meta-titleLatest {articletype} on science & technology for development - SciDev.Net
copyrightAll SciDev.Net material is free to reproduce providing that the source and author are appropriately credited. For further details see
dc-feeddate / source colour
definition-section-letter-meta-descriptionA list of definitions starting with {letter} based on {definitionlibrary} in the developing world.
definition-section-letter-meta-titleDefinitions on {definitionlibrary} starting with {letter} - SciDev.Net
desc-professionPlease select which of the following best describes your profession
desc-workplacePlease select which of the following best describes your place of work
df-feeddate / source font
displaying-all-key-documentsDisplaying all key documents categories
displaying-all-linksDisplaying all links categories
ds-feeddate / source size
dsa-feeddate / source size (non-style compliant browsers)
editor-lettersLetters to the Editor
editor-letters-introWe welcome responses to opinions and views expressed on our site. Please email these to:
editor-letters_sLetter to the Editor
editorials_sEditorial
email-content-responsiblitySciDev.Net is not responsible for the content of this email, which does not necessarily represent the views or opinions of SciDev.Net. Please note that the sender's details have not been verified.
email-formatPlease select a format you would like to receive email alerts in
email-languagePlease select the language in which you wish to receive email updates
email-optionsPlease select one or more of the following email options
email-password-desc-1Simply visit the sign-in page [ http://www.scidev.net/en/user/signin/ ], enter your email address and this new password to access your user account.
email-password-desc-2Remember when you are signed-in to SciDev.Net you will be able to comment on individual articles, contact other commenters, and use our free listing service for announcements, events, jobs and grants relating to science, technology and development.
email-password-footnoteSciDev.Net is committed to protecting your privacy, and information will not usually be disclosed to third parties without your prior consent. Information we collect from users of the site will be stored securely by us on computers in the UK. Read more here: http://www.scidev.net/en/content/privacy-policy/
email-password-returnReturn to [ http://www.scidev.net/ ]
email-signup-desc-1As a SciDev.Net registrant you will now receive free email alerts on all the most recent items posted on the website, our specialised topic "spotlight" emails and other key messages keeping you informed of SciDev.Net's latest activities.
email-signup-desc-2When you are signed in, you will also be able to comment on individual articles, contact other commenters, and use our free listing service for announcements [ http://www.scidev.net/en/announcements/post ], events [ http://www.scidev.net/en/events/post ], jobs [ http://www.scidev.net/en/jobs/post ] and grants [ http://www.scidev.net/en/grants/post ] relating to science, technology and development.
email-signup-desc-3In addition all SciDev.Net content is free to republish, under a Creative Commons licence. So please feel free to use our material crediting the author and linking back to our site.
email-signup-directorDirector
email-signup-footer-scidevSciDev.Net
email-signup-footnote-1SciDev.Net [ http://www.scidev.net/ ] is committed to providing high quality information and services about the role and impact of science and technology in the developing world.
email-signup-footnote-2All SciDev.Net [ http://www.scidev.net/ ] content is free to republish, under a Creative Commons licence. So please feel free to use our material crediting the author and linking back to our site.
email-signup-footnote-3SciDev.Net is committed to providing high quality information and services about the role and impact of science and technology in the developing world. We are committed to protecting your privacy, and information will not usually be disclosed to third parties without your prior consent. Information we collect from users of the site will be stored securely by us on computers in the UK. Read more here: http://www.scidev.net/en/content/privacy-policy/
email-signup-thankyouThank you for supporting SciDev.Net and we hope you continue to enjoy our work. Please continue browsing: http://www.scidev.net/
email-signup-username-passwordIf you should wish to change your details at anytime please sign-in with your email address and password where you can update your SciDev.Net user account.
emailformatEnter full address in the format: name@domain.com
event_sEvent
events-topHere is a list of forthcoming events around the globe related to science, technology and the developing world. You can submit an event to be posted on the site using the button above. All events are subject to approval.
external-linksSciDev.Net is not responsible for the content of external Internet sites
features_sFeature
feed-emailPlease email support@scidev.net with your URL once you have the news feed up and running.  This will enable us to monitor the success of the service, and also to contact you if there are any changes to the coding of the newsfeed in the future.
feed-exampleFor example, if you want the table to be wider, with a light yellow background, you would amend the code like this:
feed-formatThis will give you our standard format for the newsfeed. However, if you would prefer the newsfeed to have the colours/style of your website, you can add coding between the brackets in '...newsfeed().....'.
feed-onyoursiteOn your web page, please place the relevant code for your desired newsfeed in the 'header' of your webpage.
feed-optionsHere is the full listing of changeable options:
feed-tagThen the following tag should be inserted within the 'body' tags at the position on your site where you want the newsfeed to appear:
feedback-introIf you wish to comment on an individual article, please use the 'comment' button at the top of the page on which the article appears (this requires you to have signed up with us).
feedback-intro3For comments on other issues, or general feedback about the SciDev.Net website, please insert your remarks below.
feedback-thanksThanks. Your feedback has been received.
femalefemale
forfor
funding-fromThanks to funding from
grant_sGrant
grants-topHere is a list of grants relevant to science, technology and the developing world. You can submit a grant to be posted on the site using the button above. All grants are subject to approval.
hc-feedheadline colour
hf-feedheadline font
hp-agriculture-and-environmentAgriculture &amp; Environment
hp-climate-change-and-energyClimate Change &amp; Energy
hp-healthHealth
hp-new-technologiesNew<br/>Technologies
hp-science-and-innovation-policyScience &amp;<br/>Innovation Policy
hp-science-communicationScience<br/>Communication
hs-feedheadline font size
hsa-feedheadline font size (non-style compliant browsers)
http-formatPlease enter full URL including http://
hv-feedheadline 'hover' colour
inin
in the developing worldin the developing world
in {Title}in {Title}
job_sJob
jobs-topHere is a list of jobs relevant to science, technology and the developing world. You can submit a job to be posted on the site using the button above. All jobs are subject to approval.
key-document-contents-page-meta-descriptionKey documents about science & technology in the developing world, including climate change, agriculture, energy, environment, health, new tech, science policy and communication.
key-document-contents-page-meta-titleKey documents on science & technology for development - SciDev.Net
key-document-in-region-meta-descriptionKey documents about science and technology in {region}, including agriculture, food security, climate change, health, HIV/Aids, malaria, science policy, and more.
key-document-in-region-meta-titleLatest Key documents on science for development in {region} - SciDev.Net
key-document-on-topic-meta-descriptionKey documents about {topic} in the developing world.
key-document-on-topic-meta-titleKey documents on {topic} for development - SciDev.Net
key-documentsKey Documents
key-documents_sKey Document
lang-not-availThe article you chose is not available in this language gateway.
links-contents-page-meta-descriptionLinks about science & technology in the developing world, including climate change, agriculture, energy, environment, health, new tech, science policy and communication.
links-contents-page-meta-titleLinks on science & technology for development - SciDev.Net
links-in-region-meta-descriptionLinks about science and technology in {region}, including agriculture, food security, climate change, health, HIV/Aids, malaria, science policy, and more.
links-in-region-meta-titleLatest links on science for development in {region} - SciDev.Net
links-on-topic-meta-descriptionLinks about {topic} in the developing world.
links-on-topic-meta-titleLinks on {topic} for development - SciDev.Net
malemale
min-lengthThis field must contain at least {field} characters
new usersNew Users
news_sNews
no-keydoc-categoriesThe section you chose contains no key documents
no-language-alertsThere are no email alerts available for this language.
no-links-categoriesThe section you chose contains no links
notice-reviewedOnce it has been reviewed and approved it will be shown on the website.
notice-select-langsPlease select the languages in which you wish to add translations of your notice.
notice-successYour notice has been submitted successfully.
notsignedupIf you're not signed up yet you can do so now
number-problemsThere were {field} problem(s) when submitting the form.
ofof
on science, technology & the developing worldon science, technology & the developing world
on {region} & the developing worldon {region} & the developing world
on {region} science, technology & the developing worldon {region} science, technology & the developing world
opinions_sOpinion
oror
please ensure all email addresses are validPlease ensure all email addresses are valid
policy-brief_sPolicy Brief
policy-briefsPolicy Briefs
post-announcementPost Announcement
post-announcementsPOST ANNOUNCEMENTS
post-eventPost event
post-eventsPOST EVENTS
post-grantPost grant
post-grantsPOST GRANTS
post-jobPost job
post-jobsPOST JOBS
post-notice-docPlease add all documents here, ensuring the language of each translation is clearly marked in the filename title.
practical-guidesPractical Guides
practical-guides_sPractical Guide
ps-regionsPlease select the region(s) of interest to you
ps-topicsPlease select the topic(s) of interest to you
region-article-type-meta-description{articletype} about science and technology in {region}, including agriculture, food security, climate change, health, HIV/Aids, malaria, science policy, and more
region-article-type-meta-titleLatest {articletype} on science for development in {region} - SciDev.Net
sc-feedstandfirst colour (The standfirst is a synopsis of the news article)
see all key documentsSEE ALL KEY DOCUMENTS
see all linksSEE ALL LINKS
send-to-friend-footnote-1SciDev.Net [ http://www.scidev.net ] (The Science and Development Network) is a not-for-profit organisation providing reliable and authoritative information through a free-access website containing news, views and analysis about science and technology in the developing world. For further information visit our site: http://www.scidev.net.
send-to-friend-footnote-2Keep up-to-date with the latest from SciDev.Net by:
send-to-friend-footnote-3* signing up to receive our free weekly email alert: http://www.scidev.net/en/user/signup/
send-to-friend-footnote-4* or subscribing to our RSS feed: http://rss.scidev.net/en/
send-to-friend-footnote-5All SciDev.Net [ http://www.scidev.net/ ] content is free to republish, under a Creative Commons licence. So please feel free to use our material crediting the author and linking back to our site.
send-tofriend-privacyThe details you provide on this page will not be used to send unsolicited email, and will not be sold to a 3rd party. See
sf-feedstandfirst font
sign InSign In
sign UpSign Up
signed upsigned up
signinSign In
signupSign Up
signup-promoto receive email updates, to comment on articles, and to post notices
site-by
sitedes-bywith design by
sitedev-byWebsite supported, hosted and maintained by
sp-feedtable spacing
spotlight-blurb-1Spotlights are collections of feature, news and opinion articles, and links to relevant material and organisations, that focus on specific issues.
spotlight-blurb-2Here is a list of the latest spotlights
ss-feedstandfirst size
ssa-feedstandfirst size (non-style compliant browsers)
starting withstarting with
sub-suharan-africasub-saharan africa
support-fromThanks to support from
taglineNews, views and information about science, technology and the developing world
to update your details and preferencesto update your details and preferences
topic-article-type-meta-description{articletype} about {topic} in the developing world.
topic-article-type-meta-titleLatest {articletype} on {topic} for development - SciDev.Net
topic-introductionIntroduction
topic-introductionsTopic Introductions
topic-meta-descriptionNews, opinions, analysis, spotlights, and other information including facts & figures and key resources about {topic} in the developing world.
topic-meta-titleNews and information on {topic} for development - SciDev.Net
user-signup-failUser account for '{name}' could not be created:
user-signup-intro1Welcome to SciDev.Net, the free access website reporting on and analysing the latest developments in science and technology affecting the developing world.
user-signup-intro2Create your own SciDev.Net profile to receive free email alerts on the latest items posted to the website.
user-signup-intro3Once signed up you will also be able to comment on individual articles and use our free listing service for announcements, events, jobs and grants.
user-signup-sucessA user account for '{name}' was created
user_editEdit User
user_loginUser Sign In
user_login_descIn order to post a comment or a notice to SciDev.Net you need to be {signed up} and signed in.
user_newCreate new user
wd-feedwidth of table
web-feed-meta-descriptionInstructions for users on how to set up a webfeed displaying the latest news from SciDev.Net on (topic} in the developing world on your website.
web-feed-meta-titleHow to set up a latest news webfeed on {topic} - SciDev.Net
weekly-email-alert-meta-descriptionArticles published on the SciDev.Net website over the last week: {daterange}
what's this?what's this?
{SenderFirstName} ({SenderEmail}) has sent you the following message about a comment you posted on SciDev.Net on the article: [{link to article}]{SenderFirstName} ({SenderEmail}) has sent you the following message about a comment you posted on SciDev.Net on the article: [{link to article}]
{name} saw this {articletype} on the SciDev.Net website and thought you'd like to see it.{name} saw this {articletype} on the SciDev.Net website and thought you'd like to see it.
{number} characters remaining{number} characters remaining
es
struct
# #
# Articles # Articles
# Dates # Dates
# Email Alert Translations # Email Alert Translations
# General # General
# Home Page # Home Page
# LINKS # LINKS
# Languages # Languages
# Notices # Notices
# RSS Translations # RSS Translations
# Regions # Regions
# Spotlight Alert Translations # Spotlight Alert Translations
# Topics # Topics
# WEB FEEDS # WEB FEEDS
# additions # additions
# emails # emails
# feedback # feedback
# not admin? # not admin?
# notice subtypes # notice subtypes
# search # search
# send to a friend # send to a friend
# webfeeds # webfeeds
#comment email #comment email
#comments #comments
#error pages #error pages
#forgotten password changes #forgotten password changes
#meta title and meta description #meta title and meta description
#popular/latest articles #popular/latest articles
#recaptcha translation #recaptcha translation
#send to friend email changes #send to friend email changes
#spotlight #spotlight
#user signup email changes #user signup email changes
(1000 characters max)Máximo 1.000 caracteres
(2000 characters max)Máximo 2.000 caracteres
(seperate multiple email addresses with comma)(Separe múltiples direcciones de correo electrónico con comas)
1000 Characters maxMáximo 1.000 caracteres
2000 Characters maxMáximo 2.000 caracteres
404-messageDisculpe, no pudimos encontrar el artículo que usted solicitó. Esta información ha sido registrada y buscaremos si hubo algún problema. Le ofrecemos disculpas por el inconveniente.
500-messageDisculpe, hay un problema con la página solicitada. Esta información ha sido registrada y buscaremos si hubo algún problema. Le ofrecemos disculpas por el inconveniente.
A list of definitions based onUna lista de definiciones basadas en {topic}
A user already exists with the given email addressYa existe un usuario con esa dirección de correo electrónico
About The AuthorAcerca del autor
About UsQUIÉNES SOMOS
About YouSus datos
AccessibilityAccesibilidad
Account DeactivatedCUENTA DESACTIVADA 
Add DocumentAGREGAR DOCUMENTO
Add your commentAGREGUE SU COMENTARIO
Advanced SearchBúsqueda Avanzada
AffiliationAfiliación
Agriculture & EnvironmentAgricultura y Medio Ambiente
Alert about usQuiénes somos
AllTodo
All articlesTodos los artículos
All full text emails available in EnglishTodos los textos completos por correo electrónico disponibles en inglés
All full text emails available in English onlyTodos los textos completos por correo electrónico sólo disponibles en inglés
All resultsTodos los resultados
Allow readers to contact you.Permitir que lectores lo contacten.
AnalysisAnálisis
AnnouncementAnuncio
AnnouncementsAnuncios
AnyCualquier(a)
Application ProcedureProcedimiento de postulación
Aprabr
Aprilabril
Archive Resultsresultados de archivos
Are you sure you want to remove this document?¿Está seguro(a) de que quiere borrar este documento?
ArticlesArtículos
Articles over last weekArtículos publicados en el portal de SciDev.Net durante la semana pasada
Articles over x weeksArtículos publicados en el portal de SciDev.Net durante las últimas [x] semanas
Augago
Augustagosto
AuthorAutor
Back toVolver
Back to topSubir
BodyContenido
Book ReviewReseña de libro
Book ReviewsReseñas de libros
BrowseNavegar
Call for papers Call for papers
CancelCANCELAR
Change email optionsModificar opciones de correo
ChinaChina
ChineseChino
City / TownCiudad / Población
ClearBorrar
Climate Change & EnergyCambio Climático y Energía
CloseCERRAR
Close Advanced SearchCerrar Búsqueda Avanzada
Close PreviewCerrar vista previa
Closing DateFecha de cierre
CommentComentar
CommentsComentarios
Conferences Conferences
Confirm PasswordConfirmar contraseña
Contact AuthorUsuario de contacto  
Contact NameNombre de contacto
Contact UsCONTÁCTENOS
Contact detailsDatos de contacto
ContinueCONTINUAR
CountryPaís
Create New UserCrear nuevo usuario
Creative commonsCreative commons
CreditCrédito
DateFecha
DatesFechas
David DicksonDavid Dickson
DeadlineFecha de cierre
DearEstimado/a
Decdic
Decemberdiciembre
DefinitionsDefiniciones
Definitions onDefiniciones sobre
Definitions relating toDefiniciones relacionadas con
Department for international Development, United KingdomUKaid, del Ministerio de Desarrollo Internacional, Reino Unido
DirectorDirector
Display nameNombre visible
Display the name of your organisation.Mostrar el nombre de su organización.
DisplayingVisualizando
DocumentsDocumentos
Don't worry here is your new password for SciDev.NetNo se preocupe, aquí está su nueva clave para SciDev.Net
DonateDONACIONES
ENEN
ESES
Edit ProfileEditar perfil
Edit UserEditar usuario
EditorialEditorial
EditorialsEditoriales
EmailCorreo electrónico
Email sent successfullyCorreo electrónico enviado con éxito.
Email when someone responds to the discussionEnvíeme un correo electrónico cuando alguien responda a mi comentario
EndAtFin
EnglishInglés
EventEvento
EventsEventos
Expedition grants Expedition grants
ExperienceExperiencia
Experience requiredExperiencia
External LinksENLACES EXTERNOS
FeatureEspecial
FeaturesEspeciales
Febfeb
Februaryfebrero
FeedbackRetroalimentación
First NameNombre
Forgotten your password?¿Olvidó de su clave?
Forgotten your password? Enter your login email below and we will send it to you.¿Olvidó su contraseña? Escriba abajo su correo electrónico y se la enviaremos.
Forum announcements Forum announcements
FrFR
FrenchFrancés
Fridayviernes
Friend's email address(es)Correo(s) electrónico(s) de su(s) amigo(s)
Full IntroductionINTRODUCCIÓN COMPLETA
Full TextTexto completo
Full text also available in ChineseTextos completos también disponibles en chino
Full text also available in SpanishTextos completos también disponibles en español
GenderGénero
Generic InformationINFORMACIÓN GENERAL
Glossary of definitions onGlosario de definiciones en
Go to ScidevIr a SciDev.Net
Go to key documentIr al documento clave
Go to websiteIr al sitio
GrantBeca
GrantsBecas
HIGHLIGHTSDESTACADOS
HTMLHTML
HealthSalud
HomeInicio
How did you hear about SciDev.Net?¿Cómo se enteró de SciDev.Net?
How to set up a webfeedCómo instalar una fuente web
If you should wish to change your details at anytime please login with your email address and password.Si desea cambiar sus datos en algún momento, por favor ingrese con su dirección electrónica y su clave
In order to post your comment, please enter a display name that will appear alongside all your commentsPara publicar su comentario, escriba un nombre que aparecerá junto a todas sus intervenciones
Information ServicesServicios de información
Information URLURL con información
International Development Research Centre, CanadaCentro Internacional de Investigaciones para el Desarrollo, Canadá
International science journalRevista científica internacional
IntroductionIntroducción
Janene
Januaryenero
JobTrabajo
JobsTrabajos
Journal/book/web launch Journal/book/web launch
Juljul
Julyjulio
Junjun
Junejunio
Junk mail messagePara asegurarse de que los mensajes de SciDev.Net llegan a su buzón, por favor agregue info@scidev.net a su lista de contactos
Key DocumentDocumento clave
Key DocumentsDocumentos clave
Key ObjectivesObjetivos claves
LATEST NEWSÚLTIMAS NOTICIAS
LanguageIdioma
Last NameApellido
LatestLO ÚLTIMO
Latest news on science, technology & the developing worldÚltimas noticias sobre ciencia, tecnología y el mundo en desarrollo
Latest news on {region} science & technologyÚltimas noticias sobre ciencia y tecnología en {region}
Latest {type}ÚLTIMAS {type}
Latest {type} on science, technology & the developing worldÚltimas {type} sobre ciencia, tecnología y el mundo en desarrollo
Latest {type} on {region} and the developing worldÚltimas {type} sobre {region} y el mundo en desarrollo
Latest {type} on {region} science & technologyÚltimas {type} sobre ciencia y tecnología en {region}
Latest {type} on {region} science, technology & the developing worldLatest {type} on {region} science, technology & the developing world
Latin America & CaribbeanAmérica Latina y el Caribe
Letter to the EditorCarta al editor
LettersCartas al editor
Letters to the EditorCartas al editor
LinkEnlace
Link to full article inEnlace al artículo completo en
Link to usHaga un enlace a nuestro sitio
LinksEnlaces
LocationSede
Lost your password?¿Perdió su contraseña?
Marmar
Marchmarzo
Maymay
MessageMensaje
Message fromMensaje de
Middle East & North AfricaMedio Oriente y África del Norte
Middle-East & North AfricaMedio Oriente y África del Norte
MoLu
Mondaylunes
Monthly regional email updatesActualizaciones electrónicas regionales mensuales
Monthly topic email updatesActualizaciones temáticas mensuales por correo electrónico
MoreMÁS
More NewsMÁS NOTICIAS
More informationMás información
Most ReadLO MÁS LEÍDO
NGO posts NGO posts
NameNombre
New TechnologiesNuevas Tecnologías
NewsNoticias
News and informationNoticias e información sobre ciencia para el desarrollo en {region} - SciDev.Net
News archiveArchivo de noticias
News, analysisNoticias, análisis y otras informaciones sobre ciencia y tecnología en {region}, incluyendo agricultura, seguridad alimentaria, cambio climático, salud, VIH/SIDA, malaria, políticas de ciencia y más.
NextSiguientes
No articles were found.No se encontraron artículos
No message enteredSin mensajes ingresados
Non press spotlight salutationEstimado (a) {X},
Not Set-- No determinado --
Not an adminNo es un administrador
NoticeAviso
NoticesAvisos
Novnov
Novembernoviembre
Octoct
Octoberoctubre
Online conferences Online conferences
Online versionTiene problemas para leer este correo? Haga [a_start]clic aquí[a_end] para ver la versión en línea
Online version textHaga clic aquí para ver la versión en línea
OpenABRIR
OpinionOpinión
OpinionsOpiniones
Opinions and AnalysisOpinión y Análisis
OrganisationOrganización
Organisation / CompanyOrganización/Empresa
Organisation NameNombre de la organización
Organisation URLURL de la organización
Organisation/CompanyOrganización/Empresa
OtherOtro
Other NewsOtras noticias
Other offers Other offers
OverviewVisión general
PasswordContraseña
Phone events Phone events
Plain TextSólo texto
Please enter a display name that will appear alongside all your commentsPor favor ingrese un nombre que aparecerá junto a sus comentarios
Please enter a valid email addressPor favor, ingrese una dirección electrónica válida
Please enter both email address and password.Ingrese la dirección electrónica y la clave.
Please select your languageSeleccione su idioma
Please specify (email)Por favor especifique (correo electrónico)
Please type the characters that appear in the image. Can't read the characters? Please refresh the image or listen to the verification code. Letters are not case-sensitive.Por favor, escriba los caracteres que aparecen en la imagen. ¿No puede leerlos? Entonces actualice la imagen o escuche el código de verificación. Las letras no distinguen entre mayúsculas y minúsculas.
Policy BriefInforme de política
Policy BriefsInformes de política
Post CommentENVIAR UN COMENTARIO
Post Docs Post Docs
Poster EmailCorreo electrónico de quien envía
Poster NameNombre de quien envía
Practical GuideGuía práctica
Practical GuidesGuías prácticas
Press spotlight salutation<strong>MMM DD de YYYY: Para difusión inmediata</strong>
PreviousPrevios
PricePrecio
PrintImprimir
Privacy policyPolítica de privacidad
Prize/award Prize/award
ProfessionProfesión
Publication dateFecha de publicación
Publish DateFecha de publicación
Published between:Publicado entre
PublisherEditorial
RSSRSS
ReferencesREFERENCIAS
RegardsCordialmente
RegionRegión
RegionsRegiones
Registration DetailsDetalles para la inscripción
Registration FeesTarifa de inscripción
Related ArticlesARTÍCULOS RELACIONADOS
Related DocumentsDOCUMENTOS RELACIONADOS
Related RegionsRegiones relacionadas
Related TopicsTemas relacionados
RelevanceRelevancia
Remember me¿Me recuerda?
Remove accountBorrar la cuenta
ReproductionReproducción
RequestSOLICITUD
Required fieldsCampos requeridos
Research grants Research grants
ResponsibilitiesResponsabilidades
Resultsresultados
ReviewerRevisor
Sa
Salary / BenefitsSalario / Beneficios
Saturdaysábado
SciDev.Net : Your new passwordSciDev.Net : Nueva clave
SciDev.Net HomepagePágina de inicio de SciDev.Net
SciDev.Net Weekly Update - Weekly (Spanish)Actualización Semanal de SciDev.Net
SciDev.Net comment: [ArticleTitle]Comentario de SciDev.Net: [ArticleTitle]
SciDev.Net recommendationRecomendaciones de SciDev.Net
SciDev.Net: A message from the networkSciDev.Net: Un mensaje de la red
SciDev.netSciDev.Net
Science & Innovation PolicyPolíticas de Innovación y Ciencia
Science CommunicationComunicación de la Ciencia
Science and Development NetworkRed de Ciencia y Desarrollo
SearchBúsqueda
Search ArchiveBUSCAR EN EL ARCHIVO
Search ForBuscar
Search ResultsResultados de la búsqueda
Search TipsConsejos de búsqueda
Security checkComprobación de seguridad
Select AllSeleccionar todo
SendENVIAR
Send to a friendEnviar a un amigo
Sepsep
Septemberseptiembre
ShareCompartir
Share articleCompartir
Show Advanced SearchMostrar Búsqueda Avanzada
Sign OutCerrar sesión
Sign Up to SciDev.NetSuscríbase a SciDev.Net
Site MapMAPA DEL SITIO
Site creditsCréditos del sitio
Sorry, email address is not recognised.Disculpas, no es posible reconocer la combinación de la dirección de correo y la clave.
Sort results byOrdenar resultados por
SourceFuente
South AsiaAsia del Sur
South East AsiaSudeste Asiático
South-East AsiaSudeste Asiático
SpanishEspañol
SpotlightInforme especial sobre
Spotlight ContentContenido del informe especial
SpotlightsInformes especiales
StartAtInicio
SuDo
Sub Saharan AfricaÁfrica Subsahariana
Sub-Saharan AfricaÁfrica Subsahariana
SubmitENVIAR
SubscribeSuscribir
SubtopicSubtema
SummaryResumen
Sundaydomingo
Supplied bySuministrado por
Swedish International Development Cooperation Agency, SwedenAgencia Sueca de Cooperación Internacional para el Desarrollo, Suecia
Swiss Agency for Development and Cooperation SDC, SwitzerlandAgencia Suiza para el Desarrollo y la Cooperación SDC, Suiza
Symposiums Symposiums
Terms of useCondiciones de uso
Text and pictures (HTML format, you must be online)HTML
Text version headerSciDev.Net | Noticias, opiniones e información sobre ciencia, tecnología y el mundo en desarrollo
ThJu
Thank you for signing up with SciDev.NetGracias por registrarse a SciDev.Net.
ThanksGracias
The Academy of Sciences for the Developing WorldAcademia de Ciencias para el Mundo en Desarrollo
The Directorate-General for International Cooperation, The NetherlandsDirectorio General para la Cooperación Internacional, Holanda
The SciDev.Net teamEl equipo de SciDev.Net
The following fields are required but not completedSe requiere diligenciar los siguientes campos que aún están incompletos
The following fields are required but were not completed:Se requiere diligenciar los siguientes campos que aún están incompletos
The following fields were entered incorrectly - The characters you entered did not match those in the image. Please try again.Los siguientes campos han sido diligenciados incorrectamente. Los caracteres que ha ingresado no coinciden con la imagen. Por favor intente de nuevo.
The message we got back while looking for this file was:El mensaje que recibimos mientras buscábamos ese archivo fue
The message we got back while trying to complete the request was:El mensaje que recibimos mientras intentábamos completar su pedido fue
The section you chose contains no articles.La sección que eligió no contiene artículos
The section you chose contains no definitions.La sección que usted seleccionó no contiene definiciones.
The section you chose contains no notices.La sección que eligió no contiene avisos
This field is required and was missing.Este campo es obligatorio. Sírvase rellenarlo.
This is your network: share your views on any of our articles by adding your commentsEsta es su red: comparta sus opiniones sobre cualquiera de nuestros artículos agregando sus comentarios.
Thursdayjueves
TitleTítulo
ToA
To see the comment thread, follow the link: [ArticleURL]Para ver el hilo de discusión, haga clic aquí: [ArticleURL]
To the topSubir
TopicTema
Topic GatewaysPortales temáticos
Topic IntroductionsIntroducciones temáticas
TopicsTemas
Training courses Training courses
TranslationTraducción
TuMa
Tuesdaymartes
UnsubscribePara darse de baja
UpdateActualización
WeMi
WebfeedsFuentes web
Wednesdaymiércoles
WorkplaceLugar de trabajo
Workshops Workshops
You account with SciDev.Net has been deactivatedSu cuenta en SciDev.Net ha sido desactivada 
You are inUsted está en
You can now return theAhora puede regresar a
You have tried to access a function only available to administrators.Usted intentó acceder a una función que sólo está disponible para los administradores
You will receive the following email alert(s)Recibirá las siguientes alerta(s) electrónica(s)
Your DetailsSUS DATOS
Your FeedbackSU RETROALIMENTACIÓN
Your MessageSu mensaje
Your comment preferencesSus preferencias para comentarios
Your email addressSu correo electrónico
Your email address or password were not recognised.No se reconoce su dirección electrónica ni su clave
Your email address was invalid. Please enter a valid email address.La dirección de correo electrónico que ingresó no es válida. Por favor, ingrese una dirección válida.
Your email preferencesSus preferencias de correo electrónico
Your nameSu nombre
Your new password for SciDev.NetSu nueva clave de SciDev.Net 
Your new password for SciDev.Net is:Su nueva clave de SciDev.Net es: 
Your session has timed out due to inactivity. Please log in again.Su sesión ha expirado por estar inactiva. Por favor, iníciela nuevamente. 
ZH中文
[Chinesh full text only][Texto completo en chino]
[DisplayName] has responded to the discussion you joined by posting a comment on the article: [ArticleTitle][DisplayName] ha respondido en la discusión en la que usted participa publicando un comentario sobre el artículo: [ArticleTitle]
[English full text only][Texto completo en Inglés]
[French full text only][Texto completo en francés]
all_sTodos los artículos
andy
and2y
and:y
announcement_sAnuncio
announcements-topEsta es una lista de anuncios en las áreas de ciencia, tecnología y el mundo en desarrollo. Usted puede proponer un anuncio para ser publicado en el sitio usando el botón de arriba. Todos los anuncios están sujetos a aprobación.
article-list-blurbAquí encuentra una lista de los últimos artículos 
based onbasadas en
bc-feedcolor del borde
bd-feedancho del borde
bg-feedcolor de fondo
book-reviewsReseñas de libros
book-reviews_sReseña de libro
charity-detailsSciDev.Net es una organización benéfica registrada en Inglaterra y Gales. Número de registro: 1089590
comment-facilitySciDev.Net ofrece una opción para enviar sus opiniones en algunos artículos. Los comentarios que se publiquen mostrarán su nombre y país.
comments-approvalTodos los comentarios están sujetos a revisión. Nos reservamos el derecho de editar los comentarios que contengan un lenguaje inapropiado o inadecuado. SciDev.Net mantiene los derechos de autor de todo el material que se publica en el portal. Por favor lea las {tou} para más detalles.
comments-require-loginUsted debe registrarse para enviar un comentario o para escribir a un autor que haya aceptado recibir comentarios. Por favor
comments-thankyouGracias por su comentario. Ha sido enviado a un moderador.
comments-validationEl comentario que envió está vacío. Por favor, asegúrese de agregar su comentario en el cuadro antes de hacer clic en ENVIAR UN COMENTARIO.
comments-waitPor favor, espere
consent-messageAcepto recibir correos electrónicos sobre productos y servicios de terceros siempre que mi información personal no sea intercambiada o revelada.
contact-user-blurbSciDev.Net recibe con agrado la interacción entre los usuarios. El autor de este comentario dio su consentimiento para ser contactado por otros usuarios registrados; por favor use la forma que está a continuación para contactarlo en privado.
contact-user-disclaimerRenuncia: SciDev.Net no es responsable por el contenido enviado en este correo electrónico, el cual no representa los puntos de vista ni las opiniones de SciDev.Net.
contents-page-meta-description{articletype} sobre ciencia y tecnología en el mundo en desarrollo, incluyendo cambio climático, agricultura, salud, nuevas tecnologías, energía, políticas y comunicación científica.
contents-page-meta-titleLo último {articletype} en ciencia y tecnología para el desarrollo - SciDev.Net
copyrightTodo el material de SciDev.Net se puede reproducir gratuitamente siempre que se de crédito a la fuente y al autor. Para más detalles ver
dc-feedcolor de fecha / fuente
definition-section-letter-meta-descriptionUna lista de definiciones comenzando con {letter} basadas en {definitionlibrary} en el mundo en desarrollo.
definition-section-letter-meta-titleDefiniciones sobre {definitionlibrary} comenzando con {letter} - SciDev.Net
desc-professionSeleccione cuál de las siguientes describe mejor su profesión
desc-workplaceSeleccione cuál de las siguientes describe mejor su lugar de trabajo
df-feedfuente de fecha / fuente
displaying-all-key-documentsVisualizando todas las categorías de documentos clave
displaying-all-linksVisualizando todas las categorías de enlace
ds-feedtamaño de fecha / fuente
dsa-feedtamaño de fecha / fuente (navegadores no compatibles con el estilo)
editor-lettersCartas al editor
editor-letters-introLas réplicas y opiniones expresadas en nuestro sitio son bienvenidas. Por favor envíelas a:
editor-letters_sCarta al editor
editorials_sEditorial
email-content-responsiblitySciDev.Net no se responsabiliza por el contenido de este correo electrónico, por cuanto no representa necesariamente los puntos de vista o las opiniones de SciDev.Net. Por favor, note que los datos del remitente no han sido verificados.
email-formatChoisir le format dans lequel vous désirez recevoir les mises à jour par email
email-languageSeleccione el idioma en el cual desea recibir alertas por correo electrónico
email-optionsChoisir une ou plusieurs des options suivantes
email-password-desc-1Simplemente visite la página de registro [ http://www.scidev.net/es/user/signin/ ], ingrese su dirección de correo electrónico y esta nueva clave para acceder a su cuenta de usuario.
email-password-desc-2Recuerde que cuando esté registrado, también podrá hacer comentarios sobre los artículos, contactar a otras personas que realicen comentarios, y usar nuestro servicio gratuito de anuncios, eventos, trabajos y becas relacionados con la ciencia, la tecnología y el desarrollo.
email-password-footnoteSciDev.Net se compromete a proteger su privacidad, y su información no suele ser revelada a terceros sin su consentimiento previo. La información que obtenemos de los usuarios del sitio se almacena de forma segura en computadoras del Reino Unido. Lea más aquí: http://www.scidev.net/es/content/privacy-policy/
email-password-returnRegrese a [ http://www.scidev.net/es ]
email-signup-desc-1Como suscriptor de SciDev.Net ahora recibirá correos electrónicos gratuitos con alertas semanales sobre todos los temas recientemente publicados en el sitio, nuestros correos electrónicos con temas “especiales” y otros mensajes clave que lo mantendrán informado sobre las últimas actividades de SciDev.Net.
email-signup-desc-2Cuando esté registrado, también podrá hacer comentarios sobre los artículos, contactar a otras personas que realicen comentarios, y usar nuestro servicio gratuito de anuncios [http://www.scidev.net/es/announcements/post ], eventos [ http://www.scidev.net/es/events/post ], trabajos [ http://www.scidev.net/es/jobs/post ] y becas [ http://www.scidev.net/es/grants/post ] relacionados con la ciencia, la tecnología y el desarrollo.
email-signup-desc-3Además, todo el contenido de SciDev.Net es de libre publicación, bajo una licencia Creative Com mons. Así que por favor no dude en utilizar nuestro material acreditando al autor y creando un vínculo a nuestro sitio.
email-signup-directorDirector
email-signup-footer-scidevSciDev.Net
email-signup-footnote-1SciDev.Net [ http://www.scidev.net/es ] se compromete a brindar información de alta calidad y servicios sobre el rol y el impacto de la ciencia y la tecnología en el mundo en desarrollo.
email-signup-footnote-2Todo el contenido de SciDev.Net [ http://www.scidev.net/es ] es de libre publicación, bajo una licencia Creative Com mons. Así que por favor no dude en utilizar nuestro material acreditando al autor y creando un vínculo a nuestro sitio.
email-signup-footnote-3SciDev.Net tiene como objetivo brindar información de alta calidad y servicios sobre el rol y el impacto de la ciencia y la tecnología en el mundo en desarrollo. Estamos comprometidos a proteger su privacidad, y su información no suele ser revelada a terceros sin su consentimiento previo. La información que obtenemos de los usuarios del sitio se almacena de forma segura en computadoras del Reino Unido. Más información aquí: http://www.scidev.net/es/content/privacy-policy/
email-signup-thankyouGracias por apoyar a SciDev.Net y esperamos que continúe disfrutando nuestro trabajo. Por favor, continúe navegando: http://www.scidev.net/es
email-signup-username-passwordSi quisiera cambiar sus datos de contacto en algún momento, por favor ingrese con su dirección de correo electrónico y clave para actualizar su cuenta de SciDev.Net.
emailformatIngrese la dirección completa con formato: nombre@dominio.com
event_sEvento
events-topEsta es una lista de los eventos que se realizarán en todo el mundo relacionados con ciencia, tecnología y el mundo en desarrollo. Usted puede proponer un evento para que sea publicado en este sitio usando el botón de arriba. Todos los eventos están sujetos a aprobación.
external-linksSciDev.Net no es responsable por el contenido de sitios externos en Internet
features_sEspecial
feed-emailPor favor, envíenos su URL a support@scidev.net una vez que el suministrador de noticias esté activo en su página web. Ello nos permitirá realizar un seguimiento del éxito del servicio, así como ponernos en contacto con usted si en el futuro se introducen cambios en la codificación.
feed-examplePor ejemplo, si desea aumentar el ancho del cuadro y que éste tenga un fondo amarillo claro, habría que modificar el código del siguiente modo:
feed-formatAsí tendrá nuestro formato estándar para la alimentación de noticias. No obstante, si prefiere que el suministrador mantenga los colores o el estilo de su sitio web, puede añadir la codificación entre paréntesis en '...newsfeed().....'.
feed-onyoursiteEn la cabecera de su página web, digite el código correspondiente al suministrador de noticias escogido:
feed-optionsA continuación le ofrecemos una lista de opciones modificables:
feed-tagLuego, inserte la siguiente etiqueta dentro las etiquetas del 'body', en el lugar de su sitio web donde desea que aparezca el suministrador de noticias:
feedback-introSi desea comentar un artículo en particular, use el botón de ‘comentarios’ ubicado en la parte superior de la página en la que aparece el artículo (esto requiere que usted está registrado a nuestro sitio).
feedback-intro3Para comentar sobre otros temas, o en general para recibir respuesta a sus inquietudes sobre el portal de SciDev.Net, por favor ingrese sus observaciones abajo.
feedback-thanksGracias. Su información ha sido recibida.
femaleFemenino
forPara
funding-fromGracias al financiamiento de
grant_sBeca
grants-topEsta es una lista de trabajos en las áreas de ciencia, tecnología y el mundo en desarrollo. Usted puede proponer la publicación de los datos de una beca en el sitio usando el botón de arriba. Todas las becas están sujetas a aprobación.
hc-feedcolor de titular
hf-feedfuente de titular
hp-agriculture-and-environmentAgricultura y Medio Ambiente
hp-climate-change-and-energyCambio Climático y Energía
hp-healthSalud
hp-new-technologiesNuevas<br/>Tecnologías
hp-science-and-innovation-policyPolíticas de<br/>Innovación y Ciencia
hp-science-communicationComunicación<br/>de la Ciencia
hs-feedtamaño de fuente de titular
hsa-feedtamaño de fuente de titular (navegadores no compatibles con el estilo)
http-formatPor favor ingrese el URL completo, incluyendo http://
hv-feedcolor de titular 'flotante'
inEn
in the developing worlden el mundo en desarrollo
in {Title}en {Title}
job_sTrabajo
jobs-topEsta es una lista de trabajos en las áreas de ciencia, tecnología y el mundo en desarrollo. Usted puede proponer ofertas de trabajo para ser publicadas en el sitio usando el botón de arriba. Todas las ofertas de trabajo están sujetas a aprobación.
key-document-contents-page-meta-descriptionDocumentos clave sobre ciencia y tecnología en el mundo en desarrollo, incluyendo cambio climático, agricultura, salud, nuevas tecnologías, energía, políticas y comunicación.
key-document-contents-page-meta-titleDocumentos clave en ciencia y tecnología para el desarrollo - SciDev.Net
key-document-in-region-meta-descriptiondocumentos clave sobre ciencia y tecnología en {region}, incluyendo agricultura, seguridad alimentaria, cambio climático, salud, VIH/SIDA, malaria, políticas de ciencia y más.
key-document-in-region-meta-titleLo último documentos clave en ciencia para el desarrollo en {region} - SciDev.Net
key-document-on-topic-meta-descriptionDocumentos clave sobre {topic} en el mundo en desarrollo.
key-document-on-topic-meta-titleDocumentos clave en {topic} para el desarrollo - SciDev.Net
key-documentsDocumentos clave
key-documents_sDocumento clave
lang-not-availEl artículo que seleccionó no está disponible en este portal idiomático
links-contents-page-meta-descriptionEnlaces sobre ciencia y tecnología en el mundo en desarrollo, incluyendo cambio climático, agricultura, salud, nuevas tecnologías, energía, políticas y comunicación.
links-contents-page-meta-titleEnlaces en ciencia y tecnología para el desarrollo - SciDev.Net
links-in-region-meta-descriptionEnlaces sobre ciencia y tecnología en {region}, incluyendo agricultura, seguridad alimentaria, cambio climático, salud, VIH/SIDA, malaria, políticas de ciencia y más.
links-in-region-meta-titleLo último Enlaces en ciencia para el desarrollo en {region} - SciDev.Net
links-on-topic-meta-descriptionEnlaces sobre {topic} en el mundo en desarrollo.
links-on-topic-meta-titleEnlaces en {topic} para el desarrollo - SciDev.Net
maleMasculino
min-lengthEste campo debe contener al menos {field} caracteres
new usersNuevos usuarios
news_sNoticias
no-keydoc-categoriesLa sección que eligió no contiene documentos clave
no-language-alertsNo hay alertas por correo electrónico disponibles en este idioma.
no-links-categoriesLa sección que eligió no contiene enlaces
notice-reviewedUna vez que haya sido revisado y aprobado aparecerá en el portal.
notice-select-langsPor favor seleccione los idiomas a los que quiere traducir su aviso.
notice-successSu aviso ha sido enviado en forma exitosa.
notsignedupSi todavía no se ha suscrito puede hacerlo ahora
number-problemsHubo {field} problema(s) al enviar el formulario
ofde
on science, technology & the developing worldsobre ciencia, tecnología y el mundo en desarrollo
on {region} & the developing worldsobre {region} y el mundo en desarrollo
on {region} science, technology & the developing worldsobre {region} ciencia, tecnología y el mundo en desarrollo
opinions_sOpinión
or
please ensure all email addresses are validPor favor, asegúrese de que todas las direcciones electrónicas sean válidas
policy-brief_sInforme de política
policy-briefsInformes de política
post-announcementEnviar anuncio
post-announcementsENVIAR ANUNCIOS
post-eventEnviar evento
post-eventsENVIAR EVENTOS
post-grantEnviar beca
post-grantsENVIAR BECAS
post-jobEnviar trabajo
post-jobsENVIAR TRABAJOS
post-notice-docPor favor, agregue todos los documentos aquí, asegurándose de que el idioma de cada traducción esté claramente señalado en el título del archivo.
practical-guidesGuías prácticas
practical-guides_sGuía práctica
ps-regionsSeleccione la(s) región(es) de su interés
ps-topicsSeleccione su(s) tema(s) de interés
region-article-type-meta-description{articletype} sobre ciencia y tecnología en {region}, incluyendo agricultura, seguridad alimentaria, cambio climático, salud, VIH/SIDA, malaria, políticas de ciencia y más.
region-article-type-meta-titleLo último {articletype} en ciencia para el desarrollo en {region} - SciDev.Net
sc-feedcolor de entradilla (La entradilla es un breve resumen de la información periodística.)
see all key documentsVER TODOS LOS DOCUMENTOS CLAVE
see all linksVER TODOS LOS ENLACES
send-to-friend-footnote-1SciDev.Net [ http://www.scidev.net/es ] (La Red de Ciencia y Desarrollo) es una organización sin fines de lucro que brinda información confiable y autorizada a través de un portal gratuito que contiene noticias, opiniones y análisis sobre ciencia y tecnología en el mundo en desarrollo. Para más información visite nuestro sitio: http://www.scidev.net/es.
send-to-friend-footnote-2Manténgase al día con lo último de SciDev.Net:
send-to-friend-footnote-3* registrándose para recibir alertas semanales gratuitas a través del correo electrónico: http://www.scidev.net/es/user/signup/
send-to-friend-footnote-4* o suscribiéndose por nuestro RSS: http://rss.scidev.net/es/
send-to-friend-footnote-5Todo el contenido de SciDev.Net [ http://www.scidev.net/es ] es de libre publicación, bajo una licencia Creative Com mons. Así que por favor no dude en utilizar nuestro material acreditando al autor y creando un vínculo a nuestro sitio.
send-tofriend-privacyLos detalles proporcionados en esta página no serán usados para enviar correo electrónico no solicitado y no se venderán a terceros. Ver política de privacidad.
sf-feedfuente de entradilla
sign InEntrar
sign UpSuscribirse
signed upsuscribirse
signinEntrar
signupSuscribirse
signup-promopara actualizaciones por correo electrónico, comentar artículos y enviar noticias
site-by
sitedes-byy ha sido diseñado por
sitedev-byEste sitio cuenta con el soporte, hospedaje y mantenimiento de
sp-feedespaciado de cuadro
spotlight-blurb-1Un informe especial es una serie de noticias, análisis y artículos de opinión sobre temas específicos, con enlaces hacia documentos y organizaciones de referencia.
spotlight-blurb-2Le ofrecemos una lista de los últimos informes especiales
ss-feed tamaño de entradilla
ssa-feedtamaño de entradilla (navegadores no compatibles con el estilo)
starting withcomenzando con
support-fromGracias al apoyo de
taglineNoticias, opiniones e información sobre ciencia, tecnología y el mundo en desarrollo
to update your details and preferencesActualizar sus detalles y preferencias
topic-article-type-meta-description{articletype} sobre {topic} en el mundo en desarrollo.
topic-article-type-meta-titleLo último {articletype} en {topic} para el desarrollo - SciDev.Net
topic-introductionIntroducción
topic-introductionsIntroducciones temáticas
topic-meta-descriptionNoticias, opiniones, análisis, especiales y otras informaciones incluyendo hechos y cifras, y recursos clave sobre {topic} en el mundo en desarrollo.
topic-meta-titleNoticias e información sobre {topic} para el desarrollo - SciDev.Net
user-signup-fail
user-signup-intro1Bienvenido a SciDev.Net, el portal de acceso gratuito con información y análisis de los últimos avances de la ciencia y la tecnología que afectan al mundo en desarrollo.
user-signup-intro2Cree su propio perfil en SciDev.Net para recibir alertas electrónicas gratuitas con los artículos más recientes publicados en el sitio.
user-signup-intro3Una vez suscrito también podrá comentar artículos específicos y usar nuestro servicio gratuito de publicación de anuncios, eventos, trabajos y becas.
user-signup-successCuenta de usuario para
user_editEditar usuario
user_loginEntrar usuario
user_login_descPara publicar un comentario o aviso en SciDev.Net debe {signed up} y entrar.
user_newEntrar usuario
wd-feedancho de cuadro
web-feed-meta-descriptionInstrucciones para que los usuarios configuren un alimentador web que muestre las últimas noticias de SciDev.Net sobre (topic} en el mundo en desarrollo en su sitio web.
web-feed-meta-titleCómo configurar un alimentador web con las últimas noticias sobre {topic} - SciDev.Net
weekly-email-alert-meta-descriptionArtículos publicados en el sitio web de SciDev.Net durante la última semana: {daterange}
what's this?¿Qué es esto?
{SenderFirstName} ({SenderEmail}) has sent you the following message about a comment you posted on SciDev.Net on the article: [{link to article}]{SenderFirstName} ({SenderEmail}) le ha enviado el siguiente mensaje sobre un comentario publicado en SciDev.Net sobre el artículo: [{link to article}]
{name} saw this {articletype} on the SciDev.Net website and thought you'd like to see it.{name} vio este {articletype} en la página de SciDev.Net y pensó que le podría interesar.
{number} characters remaining{number} caracteres restantes
fr
struct
# #
# Articles # Articles
# Dates # Dates
# Email Alert Translations # Email Alert Translations
# General # General
# Home Page # Home Page
# LINKS # LINKS
# Languages # Languages
# Notices # Notices
# RSS Translations # RSS Translations
# Regions # Regions
# Spotlight Alert Translations # Spotlight Alert Translations
# Topics # Topics
# WEB FEEDS # WEB FEEDS
# additions # additions
# emails # emails
# feedback # feedback
# not admin? # not admin?
# notice subtypes # notice subtypes
# search # search
# send to a friend # send to a friend
# webfeeds # webfeeds
#comment email #comment email
#comments #comments
#error pages #error pages
#forgotten password changes #forgotten password changes
#meta title and meta description #meta title and meta description
#popular/latest articles #popular/latest articles
#recaptcha translation #recaptcha translation
#send to friend email changes #send to friend email changes
#spotlight #spotlight
#user signup email changes #user signup email changes
(1000 characters max)1.000 caractères maximum
(2000 characters max)2.000 caractères maximum
(seperate multiple email addresses with comma)Séparer les addresses électroniques par des virgules
1000 Characters max1.000 caractères maximum
2000 Characters max2.000 caractères maximum
404-messageLe fichier recherché n’a pas été retrouvé. Ces données ont été enregistrées et nous allons essayer de remédier au problème. Nous nous excusons pour ce désagrément.
500-messageUn problème est servenu lors de l’affichage de cette page. Ces données ont été enregistrées et nous allons essayer de remédier au problème. Nous nous excusons pour ce désagrément.
A list of definitions based onListe des définitions relatives à {topic}
A user already exists with the given email addressAdresse déjà utilisée par un autre utilisateur
About The AuthorA propos de l’auteur
About UsNOUS CONNAITRE
About YouInformations personnelles
AccessibilityAccessibilité
Account DeactivatedCOMPTE DESACTIVE
Add DocumentAJOUTER UN DOCUMENT
Add your commentAJOUTEZ VOTRE COMMENTAIRE
Advanced SearchRecherche avancée
AffiliationAffiliation
Agriculture & EnvironmentAgriculture &amp; Environnement
Alert about usNous connaître
AllTous
All articlesTous les articles
All full text emails available in EnglishTous les emails de textes complets disponibles en anglais
All full text emails available in English onlyTous les emails de textes complets disponibles uniquement en anglais
All resultsTous les résultats
Allow readers to contact you.Permettre aux lecteurs de vous contacter.
AnalysisAnalyses
AnnouncementCommuniqué
AnnouncementsCommuniqués
AnyTous
Application ProcedureComment postuler
Apravr
Aprilavril
Archive Resultsrésultats des archives
Are you sure you want to remove this document?Voulez-vous vraiment supprimer ce document ?
ArticlesArticles
Articles over last weekArticles publiés sur le site de SciDev.Net la semaine dernière
Articles over x weeksArticles publiés sur le site de SciDev.Net au cours des [x] dernières semaines
Augaoût
Augustaoût
AuthorAuteur
Back toRetour à
Back to topHaut de page
BodyTexte de l’annonce
Book ReviewLivre
Book ReviewsLivres
BrowseParcourir
Call for papers Call for papers
CancelANNULER
Change email optionsChanger les options de réception des emails
ChinaChine
ChineseChinois
City / TownVille
ClearEffacer
Climate Change & EnergyChangement climatique &amp; Energie
CloseFERMER
Close Advanced SearchQuitter la recherche avancée
Close PreviewFermer l’aperçu
Closing DateDate limite
CommentCommenter
CommentsCommentaires
Conferences Conferences
Confirm PasswordConfirmer le mot de passe
Contact AuthorContacter l’utilisateur
Contact NameNom de contact
Contact UsCONTACT
Contact detailsCoordonnées
ContinueCONTINUER
CountryPays
Create New UserCréer un nouveau compte d’utilisateur
Creative commonsLicences Creative Commons
CreditCrédit
DateDate
DatesDates
David DicksonDavid Dickson
DeadlineDate limite
DearCher (Chère)
Decdéc
Decemberdécembre
DefinitionsDéfinitions
Definitions onDéfinitions relatives à
Definitions relating toDéfinitions relatives à
Department for international Development, United KingdomUKaid, du Département pour le Développement international du Royaume-Uni
DirectorDirecteur du Réseau Sciences et Développement
Display nameNom ou pseudo
Display the name of your organisation.Afficher le nom de votre organisation.
DisplayingAffichage
DocumentsDocuments
Don't worry here is your new password for SciDev.NetNe vous inquiétez pas, voici votre nouveau mot de passe pour SciDev.Net
DonateFAITES UN DON
ENEN
ESES
Edit ProfileModifier profil
Edit UserModifier les informations d’utilisateur
EditorialEditorial
EditorialsEditoriaux
EmailEmail
Email sent successfullyMessage envoyé.
Email when someone responds to the discussionEnvoyez-moi un email quand quelqu’un réagit à la discussion
EndAtArrêter à
EnglishAnglais
EventEvénement
EventsEvénements
Expedition grants Expedition grants
ExperienceExpérience professionnelle
Experience requiredExpérience professionnelle
External LinksLIENS EXTERNES
FeatureArticle de fond
FeaturesArticles de fond
Febfév
Februaryfévrier
FeedbackVos réactions
First NameNom
Forgotten your password?Mot de passe oublié ?
Forgotten your password? Enter your login email below and we will send it to you.Vous avez oublié votre mot de passé? Entrer votre adresse email ci-dessous et nous allons vous l’envoyer.
Forum announcements Forum announcements
FrFR
FrenchFrançais
FridayVendredi
Friend's email address(es)Adresse(s) électronique(s) des destinataires
Full IntroductionINTRODUCTION COMPLETE
Full TextTexte complet
Full text also available in ChineseTexte complet disponible en chinois
Full text also available in SpanishTexte complet disponible en espagnol
GenderQuestions de genre
Generic InformationINFORMATIONS GENERIQUES
Glossary of definitions onGlossaires des définitions relatives à
Go to ScidevAllez sur le site de SciDev.Net
Go to key documentAllez sur le document clé
Go to websiteAllez sur le site Internet
GrantBourse
GrantsBourses
HIGHLIGHTSFAITS SAILLANTS
HTMLFormat HTML
HealthSanté
HomeAccueil
How did you hear about SciDev.Net?Comment avez-vous entendu parler de SciDev.Net ?
How to set up a webfeedInstaller un flux RSS
If you should wish to change your details at anytime please login with your email address and password.Si vous souhaitez modifier vos informations personnelles à tout moment, il vous suffit de vous connecter avec votre adresse email et votre mot de passe
In order to post your comment, please enter a display name that will appear alongside all your commentsPour afficher votre commentaire, veuillez entrez un nom qui sera publié en marge de ce commentaire
Information ServicesInformations
Information URLURL d’information
International Development Research Centre, CanadaCentre de Recherches pour le Développement international, Canada (CRDI)
International science journalMagazine scientifique international
IntroductionIntroduction
Janjan
Januaryjanvier
JobPoste à pourvoir
JobsPostes à pourvoir
Journal/book/web launch Journal/book/web launch
Juljuil
Julyjuillet
Junjuin
Junejuin
Junk mail messagePour s'assurer que les emails de SciDev.Net parviennent à votre boîte de réception, ajoutez info@scidev.net à vos contacts
Key DocumentDocument clé
Key DocumentsDocuments clés
Key ObjectivesObjectifs principaux
LATEST NEWSDERNIÈRES NOUVELLES
LanguageLangue
Last NamePrénom
LatestDERNIÈRE MINUTE
Latest news on science, technology & the developing worldLes dernières nouvelles sur la science, la technologie et le monde en développement
Latest news on {region} science & technologyDernières nouvelles sur la science et la technologie en {region}
Latest {type}DERNIÈRES {type}
Latest {type} on science, technology & the developing worldLes dernières {type} sur la science, la technologie et le monde en développement
Latest {type} on {region} and the developing worldLes dernières {type} sur {region} et le monde en développement
Latest {type} on {region} science & technologyDernières {type} sur la science et la technologie en {region}
Latest {type} on {region} science, technology & the developing worldLatest {type} on {region} science, technology & the developing world
Latin America & CaribbeanAmérique latine & Caraïbes
Letter to the EditorCourrier
LettersCourriers
Letters to the EditorCourriers
LinkLien
Link to full article inLien vers l’article complet
Link to usCréer un lien vers notre site
LinksLiens
LocationLieu
Lost your password?Mot de passé oublié?
Marmar
Marchmars
Maymai
MessageMessage
Message fromMessage de
Middle East & North AfricaMoyen-Orient & Afrique du Nord
Middle-East & North AfricaMoyen-Orient & Afrique du Nord
MoLu
MondayLundi
Monthly regional email updatesMises à jour régionales par email mensuel
Monthly topic email updatesMises à jour thématiques par email mensuel
MorePLUS
More NewsPLUS DE NOUVELLES
More informationPlus d’informations
Most ReadPLUS LUS
NGO posts NGO posts
NameNom
New TechnologiesNouvelles technologies
NewsNouvelles
News and informationNouvelles sur la science au service du développement en {region} - SciDev.Net
News archiveArchives-actualités
News, analysisNouvelles, analyses et autres informations sur la science et la technologie en {region}, sur l’agriculture, la sécurité alimentaire, les changements climatiques, la santé, le VIH/sida, le paludisme, la politique scientifique, et d’autres domaines.
NextSuivant
No articles were found.Aucun article correspondant.
No message enteredAucun message entré
Non press spotlight salutationChèr(e) {X},
Not Set-- Indéfini --
Not an adminVous n’êtes pas un administrateur
NoticeAnnonce
NoticesAnnonces
Novnov
Novembernovembre
Octoct
Octoberoctobre
Online conferences Online conferences
Online versionAvez-vous des difficultés à lire cet email ? [a_start]Cliquez-ici[a_end] pour voir la version mise en ligne
Online version textCliquez-ici pour voir la version mise en ligne
OpenOUVRIR
OpinionOpinion
OpinionsOpinions
Opinions and AnalysisOpinions et Analyses
OrganisationOrganisation
Organisation / CompanyOrganisation/Société
Organisation NameNom de l’organisation
Organisation URLURL de l’organisation
Organisation/CompanyOrganisation/Société
OtherAutre
Other NewsAutres actualités
Other offers Other offers
OverviewAperçu général
PasswordMot de passe
Phone events Phone events
Plain TextFormat Texte
Please enter a display name that will appear alongside all your commentsVeuillez proposer un nom ou un pseudo qui accompagnera tous vos commentaires
Please enter a valid email addressEntrer une adresse électronique
Please enter both email address and password.Entrer une adresse email et un mot de passe.
Please select your languageChoisir une langue
Please specify (email)Veuillez préciser (adresse email)
Please type the characters that appear in the image. Can't read the characters? Please refresh the image or listen to the verification code. Letters are not case-sensitive.Tapez les caractères qui apparaissent dans l’image. Impossible de lire les caractères ? Actualisez l’image ou écoutez le code de vérification. Les lettres ne sont pas sensibles à la casse.
Policy BriefSynthèse
Policy BriefsSynthèses
Post CommentAFFICHER VOS COMMENTAIRES
Post Docs Post Docs
Poster EmailEmail de l’initiateur
Poster NameNom de l’initiateur
Practical GuideGuide pratique
Practical GuidesGuides pratiques
Press spotlight salutation<strong>DD MMMM YYYY : Pour diffusion immédiate</strong>
PreviousPrécédent
PricePrix
PrintImprimer
Privacy policyMentions légales
Prize/award Prize/award
ProfessionProfession
Publication dateDate de publication
Publish DateDate de publication
Published between:Publié entre le
PublisherEditeur
RSSRSS
ReferencesREFERENCES
RegardsAvec nos salutations distinguées
RegionRégion
RegionsRégions
Registration DetailsDétails sur l’inscription
Registration FeesFrais d’inscription
Related ArticlesARTICLES APPARENTES
Related DocumentsDOCUMENTS APPARENTES
Related RegionsRégions apparentées
Related TopicsThèmes apparentés
RelevancePertinence
Remember meRetenir mon nom ou pseudo ?
Remove accountSupprimer le compte
ReproductionReproduction
RequestDEMANDE
Required fieldsObligatoire
Research grants Research grants
ResponsibilitiesResponsabilités
Resultsrésultats
ReviewerCritiqué par
SaSa
Salary / BenefitsSalaire / Avantages
SaturdaySamedi
SciDev.Net : Your new passwordSciDev.Net : Votre nouveau mot de passe
SciDev.Net Homepagepage d’accueil de SciDev.Net
SciDev.Net Weekly Update - Weekly (French)Mise à jour hebdomadaire de SciDev.Net
SciDev.Net comment: [ArticleTitle]SciDev.Net commentaire: [ArticleTitle]
SciDev.Net recommendationSciDev.Net recommande
SciDev.Net: A message from the networkSciDev.Net : Un message d’un membre du réseau
SciDev.netSciDev.Net
Science & Innovation PolicyPolitique scientifique &amp; d'Innovation
Science CommunicationCommunication scientifique
Science and Development NetworkLe Réseau Sciences et Développement
SearchRecherche
Search ArchiveRECHERCHER DANS LES ARCHIVES
Search ForRechercher
Search ResultsRésultats de la recherche
Search TipsConseils de recherche
Security checkContrôle anti-spam
Select AllSélectionner tout
SendENVOYER
Send to a friendEnvoyer à un ami
Sepsep
Septemberseptembre
SharePartager
Share articlePartager
Show Advanced SearchRecherche avancée
Sign OutDéconnexion
Sign Up to SciDev.NetEnregistrez-vous à SciDev.Net
Site MapPLAN DU SITE
Site creditsCrédits
Sorry, email address is not recognised.Adresse courriel ou mot de passe inconnu.
Sort results byTrier les résultats par
SourceSource
South AsiaAsie du Sud
South East AsiaAsie du Sud-Est
South-East AsiaAsie du Sud-Est
SpanishEspagnol
SpotlightDossier special
Spotlight ContentContenu du dossier spécial
SpotlightsDossiers spéciaux
StartAtCommencer à
SuDi
Sub Saharan AfricaAfrique sub-saharienne
Sub-Saharan AfricaAfrique sub-saharienne
SubmitENVOYER
SubscribeS'abonner
SubtopicSous-thème
SummaryRésumé
SundayDimanche
Supplied byFourni par
Swedish International Development Cooperation Agency, SwedenAgence suédoise de Coopération au Développement international, Suède (SIDA)
Swiss Agency for Development and Cooperation SDC, SwitzerlandAgence suisse pour le Développement et la Coopération , Suisse (SDC)
Symposiums Symposiums
Terms of useConditions d’utilisation
Text and pictures (HTML format, you must be online)Format HTML
Text version headerSciDev.Net | Actualités, opinions et informations sur la science, la technologie et les pays en développement
ThJe
Thank you for signing up with SciDev.NetNous vous remercions de vous être abonnés à SciDev.Net.
ThanksMerci
The Academy of Sciences for the Developing WorldAcadémie des Sciences du Tiers-Monde (TWAS)
The Directorate-General for International Cooperation, The NetherlandsDirection générale pour la Coopération internationale, Pays-Bas (DGIS)
The SciDev.Net teamL’équipe de SciDev.Net
The following fields are required but were not completed:Les champs obligatoires suivants n’ont pas été remplis
The following fields were entered incorrectly - The characters you entered did not match those in the image. Please try again.Les champs ci-dessous n’ont pas été correctement remplis - Les caractères que vous avez utilisés ne correspondent pas à ceux de l’image. Veuillez réessayez.
The message we got back while looking for this file was:Nous avons reçu le message suivant en recherchant ce fichier :
The message we got back while trying to complete the request was:En essayant de répondre à la demande, nous avons reçu le message suivant :
The section you chose contains no articles.Cette section ne contient pas d’articles
The section you chose contains no definitions.La Section que vous avez choisie ne contient pas de définitions.
The section you chose contains no notices.Cette section ne contient pas de documents clés
This field is required and was missing.Ce champ est obligatoire, veuillez le remplir.
This is your network: share your views on any of our articles by adding your commentsCe réseau est le vôtre : exprimez votre avis sur nos articles en ajoutant votre commentaire.
ThursdayJeudi
TitleTitre
ToA
To see the comment thread, follow the link: [ArticleURL]Pour accéder au fil des commentaires, suivez ce lien : [ArticleURL]
To the topHaut de page
TopicThème
Topic GatewaysPortails thématiques
Topic IntroductionsIntroductions aux thèmes
TopicsThèmes
Training courses Training courses
TranslationTraduction
TuMa
TuesdayMardi
UnsubscribeSe désabonner
UpdateModifier
WeMe
WebfeedsFlux RSS
WednesdayMercredi
WorkplaceOrganisation
Workshops Workshops
You account with SciDev.Net has been deactivatedVotre compte SciDev.Net a été désactivé
You are inVous êtes à&nbsp;
You can now return theVous pouvez maintenant retourner à la
You have tried to access a function only available to administrators.Vous avez tenté d’accéder à une fonction réservée aux administrateurs
You will receive the following email alert(s)Vous recevrez la (les) mise(s) à jour suivante(s) par email
Your DetailsVOS COORDONNEES
Your FeedbackVOTRE SUGGESTION
Your MessageVotre message
Your comment preferencesVos préférences pour les commentaires
Your email addressVotre adresse électronique
Your email address or password were not recognised.Adresse email ou mot de passe inconnu
Your email address was invalid. Please enter a valid email address.Votre adresse email n'est pas valide. Veuillez entrer une adresse email valide.
Your email preferencesVos préférences pour les emails
Your nameVotre nom
Your new password for SciDev.NetVotre nouveau mot de passe pour SciDev.Net
Your new password for SciDev.Net is:Votre nouveau mot de passe pour SciDev.Net est :
Your session has timed out due to inactivity. Please log in again.Votre session a été fermée pour inactivité. Veuillez vous reconnecter.
ZH中文
[Chinesh full text only][Texte complet en chinois]
[DisplayName] has responded to the discussion you joined by posting a comment on the article: [ArticleTitle][DisplayName] a réagi au débat auquel vous avez participé en affichant un commentaire sur l’article [ArticleTitle]
[English full text only][Texte complet en anglais]
[Spanish full text only][Texte complet en espagnol]
all_sTous les articles
andet le
and2et
and:et le
announcement_sCommuniqué
announcements-topVeuillez trouver ci-dessous une liste d’annonces et de communiqués dans les domaines de la science, la technologie et du monde en développement. Vous pouvez publier une annonce ou un communiqué sur le site en cliquant sur le bouton ci-dessus. La publication des annonces est soumis à l’approbation du modérateur.
article-list-blurbVoici une liste des articles les plus récents
based onbasées sur
bc-feedcouleur des bordures
bd-feedlargeur des bordures
bg-feedcouleur de fond
book-reviewsLivres
book-reviews_sLivre
charity-detailsSciDev.Net est une organisation à but non lucratif enregistrée en Angleterre et au Pays de Galles. Numéro d'enregistrement : 1089590
comment-facilitySciDev.Net vous offre un espace pour commenter chaque article. Les commentaires publiés indiqueront votre nom et votre pays.
comments-approvalTous les commentaires sont soumis à l’approbation de SciDev.Net et nous nous réservons le droit de modifier tout langage inapproprié ou malséant. SciDev.Net est propriétaire des droits d’auteur de toutes les ressources affichées sur son site Internet. Pour plus de détails, voir {tou}.
comments-require-loginVous devez être abonné pour commenter ou pour contacter un autre commentateur.
comments-thankyouMerci pour vos commentaires. Ils ont été transmis au modérateur.
comments-validationLe commentaire que vous avez soumis est vide. Veuillez écrire d'abord votre commentaire dans le cadre avant de cliquer sur AFFICHER VOS COMMENTAIRES.
comments-waitPatientez SVP
consent-messageJ’accepte de recevoir des emails sur les produits et services de tiers, à condition que mes informations personnelles ne soient ni échangées ni divulguées.
contact-user-blurbSciDev.Net encourage l’interaction entre les utilisateurs. L’auteur de ce commentaire a accepté d’être contacté par d’autres abonnés, utilisez le formulaire ci-dessous pour les contacter en privé.
contact-user-disclaimerClause de non responsabilité : SciDev.Net décline toute responsabilité pour le contenu de cet e-mail. Il ne reflète ni la position ni le point de vue de SciDev.Net.
contents-page-meta-description{articletype} sur la science et la technologie dans le monde en développement, notamment sur les changements climatiques, l’agriculture, la santé, les nouvelles technologies, l’énergie, la politique scientifique et la communication.
contents-page-meta-titleLe plus récent {articletype} sur la science et la technologie au service du développement - SciDev.Net
copyrightToutes les ressources de SciDev.Net peuvent être reproduites gratuitement, à condition que référence soit dûment faîte à la source et à l’auteur. Pour plus de détails, voir les licences
dc-feeddate / couleur source
definition-section-letter-meta-descriptionListe de définitions comencant par la lettre {letter} basées sur {definitionlibrary} dans le monde en développement.
definition-section-letter-meta-titleDéfinitions relatives à {definitionlibrary} commencant par la lettre {letter} - SciDev.Net
desc-professionCocher la case qui décrit le mieux votre profession
desc-workplaceCocher la case qui décrit le mieux le type d’organisation où vous travaillez
df-feeddate / police source
displaying-all-key-documentsAfficher toutes les types de documents clés
displaying-all-linksAfficher tous les types de liens
ds-feeddate / taille source
dsa-feeddate / taille source (navigateurs non conformes au style)  
editor-lettersCourriers
editor-letters-introLes réactions aux opinions et points de vue exprimés sur notre site sont les bienvenus. Adressez-les à :
editor-letters_sCourrier
editorials_sEditorial
email-content-responsiblitySciDev.Net n’est pas responsable du contenu de cet email, qui ne reflète pas nécessairement les positions ou les points de vue de SciDev.Net. Notez que les informations personnelles de l’expéditeur n’ont pas été vérifiées.
email-formatChoisir le format dans lequel vous désirez recevoir les mises à jour par email
email-languageSélectionner la langue dans laquelle vous souhaitez recevoir les mises à jour
email-optionsChoisir une ou plusieurs des options suivantes
email-password-desc-1Pour accéder à votre compte, allez tout simplement à la page de connexion [ http://www.scidev.net/fr/user/signin/ ], et entrez votre adresse email et ce nouveau mot de passe.
email-password-desc-2Nous vous rappelons que lorsque vous vous connectez à SciDev.Net, vous avez la possibilité de commenter les divers articles, d’entrer en contact avec d’autres commentateurs, et d’utiliser notre service gratuit d’affichage pour publier des communiqués, des événements, des postes à pourvoir et des offres de bourses ou de dons concernant la science, la technologie et le développement.
email-password-footnoteSciDev.Net (le Réseau Sciences et Développement) s’engage à protéger votre vie privée, et vos informations personnelles ne seront pas normalement communiquées à des tiers sans votre autorisation préalable. Les informations que recueillons auprès des utilisateurs du site sont conservées en toute sécurité sur des ordinateurs au Royaume-Uni. Pour en savoir plus, visitez : http://www.scidev.net/fr/content/privacy-policy/
email-password-returnPour retourner à [ http://www.scidev.net/fr ]
email-signup-desc-1En tant qu’abonné(e) à SciDev.Net, vous recevrez désormais des mises à jour gratuites sur les articles les plus les récents publiés sur notre site Internet, des emails sur nos ‘dossiers spéciaux’ thématiques et d’autres messages vous informant sur les activités les plus récentes du Réseau Sciences et Développement.
email-signup-desc-2Quand vous vous connectez, vous aurez par ailleurs la possibilité de commenter les différents articles, d’entrer en contact avec d’autres commentateurs, et d’utiliser notre service gratuit d’affichage pour publier des communiqués [ http://www.scidev.net/fr/announcements/post ], des événements [ http://www.scidev.net/fr/events/post ], des postes à pourvoir [ http://www.scidev.net/fr/jobs/post ] et des offres de bourses ou de dons [ http://www.scidev.net/fr/grants/post ] concernant la science, la technologie et le développement.
email-signup-desc-3Nous vous rappelons que la rediffusion de tout contenu publié sur le site de SciDev.Net est gratuite sous une licence Creative Commons. Vous pourrez ainsi utiliser librement nos ressources à condition d’en citer l’auteur et de créer un lien retour vers notre site.
email-signup-directorDirecteur du Réseau Sciences et Développement (SciDev.Net)
email-signup-footer-scidev
email-signup-footnote-1SciDev.Net (le Réseau Sciences et Développement) [ http://www.scidev.net/fr ] s’engage à fournir une information et des services de qualité sur le rôle et l’impact de la science et de la technologie dans le monde en développement.
email-signup-footnote-2Toutes les ressources de SciDev.Net [ http://www.scidev.net/fr ] peuvent être republiées gratuitement dans le cadre d’une licence Creative Commons. Vous pouvez donc librement utiliser nos ressources à condition d’en citer l’auteur et de créer un lien vers notre site.
email-signup-footnote-3SciDev.Net (le Réseau Sciences et Développement) s’engage à fournir une information et des services de qualité sur le rôle et l’impact de la science et la technologie dans le monde en développement. Nous nous engageons à protéger votre vie privée, et vos informations personnelles ne seront normalement pas communiquées à des tiers sans votre autorisation préalable. Les informations que nous collectons auprès des utilisateurs de notre site seront conservées en toute sécurité sur des ordinateurs au Royaume-Uni. Pour en savoir plus, visitez : http://www.scidev.net/fr/content/privacy-policy/
email-signup-thankyouNous vous remercions pour votre soutien au Réseau Sciences et Développement et nous espérons que vous continuerez à apprécier notre travail. Continuez à surfer sur : http://www.scidev.net/fr
email-signup-username-passwordNous vous rappelons que la rediffusion de tout contenu publié sur le site de SciDev.Net est gratuite sous une licence Creative Commons. Vous pourrez ainsi utiliser librement nos ressources à condition d’en citer l’auteur et de créer un lien retour vers notre site.
emailformatEntrer l’adresse complete dans le format: nom@domaine.com
event_sEvénement
events-topVeuillez trouver ci-dessous une liste d’événements dans les domaines de la science, la technologie et du monde en développement. Vous pouvez publier un événement sur le site en cliquant sur le bouton ci-dessus. La publication des annonces est soumis à l’approbation du modérateur.
external-linksSciDev.Net n’est pas responsable du contenu de sites Internet externes
features_sArticle de fond
feed-emailEnvoyez un email à l'adresse support@scidev.net avec votre URL dès que le fil web est installé. Nous serons ainsi en mesure de surveiller l'efficacité du service, et aussi de vous contacter au cas où nous effectuons des changements dans le codage du fil d'info.
feed-examplePar exemple, si vous souhaitez que le tableau soit plus large, avec un fond jaune clair, vous pouvez changer le code comme suit :
feed-formatCette manipulation vous permettra d'afficher notre format standard pour le fil web. Toutefois, si vous préférez que le fil info ait des couleurs ou le style de votre site web, vous pouvez ajouter un codage entre les parenthèses dans '...newsfeed().....'.
feed-onyoursitePlacez, en haut de votre page web, le code approprié au fil info que vous souhaitez installer.
feed-optionsVoici la liste complète des options modifiables :
feed-tagLe tag suivant doit être inséré parmi les tags à l'endroit de votre site où vous souhaitez que votre fil info apparaisse:
feedback-introSi vous souhaitez réagir à un article, utilisez le bouton ‘commenter’ en haut de la page où l’article est affiché (réservé aux utilisateurs abonnés à SciDev.Net).
feedback-intro3Pour réagir à d’autres sujets, ou faire des remarques d’ordre général sur le site Internet de SciDev.Net, nou vous invitons à utiliser l’espace ci-dessous.
feedback-thanksMerci. Votre suggestion a été reçue.
femaleFemme
forpour
funding-fromGrâce au financement de
grant_sBourse
grants-topVeuillez trouver ci-dessous une liste de bourses dans les domaines de la science, la technologie et du monde en développement. Vous pouvez publier une bourse sur le site en cliquant sur le bouton ci-dessus. La publication des annonces est soumis à l’approbation du modérateur.
hc-feedcouleur du titre
hf-feedpolice du titre
hp-agriculture-and-environmentAgriculture &amp; Environnement
hp-climate-change-and-energyChangement climatique &amp; Energie
hp-healthSanté
hp-new-technologiesNouvelles<br/>technologies
hp-science-and-innovation-policyPolitique scientifique<br/>&amp; d'Innovation
hp-science-communicationCommunication<br/>scientifique
hs-feedtaille de la police du titre
hsa-feedtaille de la police du titre (navigateurs non conformes au style)
http-formatEntrer l’intégralité de l’URL, y compris le http://
hv-feedcouleur du titre 'survolé'
indans
in the developing worlddans le monde en développement
in {Title}dans {Title}
job_sPoste à pourvoir
jobs-topVeuillez trouver ci-dessous une liste de postes à pourvoir dans les domaines de la science, la technologie et du monde en développement. Vous pouvez publier un poste à pourvoir sur le site en cliquant sur le bouton ci-dessus. La publication des annonces est soumis à l’approbation du modérateur.
key-document-contents-page-meta-descriptionDocuments clés sur la science et la technologie dans le monde en développement, notamment sur les changements climatiques, l’agriculture, la santé, les nouvelles technologies, l’énergie, la politique scientifique et la communication.
key-document-contents-page-meta-titleDocuments clés sur la science et la technologie au service du développement - SciDev.Net
key-document-in-region-meta-descriptionDocuments clés sur la science et la technologie en {region}, notamment sur l’agriculture, la sécurité alimentaire, les changements climatiques, la santé, le VIH/sida, le paludisme, la politique scientifique, et sur d’autres domaines.
key-document-in-region-meta-titleLe plus récent Documents clés sur la science au service du développement en {region} - SciDev.Net
key-document-on-topic-meta-descriptionDocuments clés sur {topic} dans le monde en développement.
key-document-on-topic-meta-titleDocuments clés sur {topic} au service du développement - SciDev.Net
key-documentsDocuments clés
key-documents_sDocument clé
lang-not-availL’article que vous avez sollicité n’est pas disponible dans cette langue.
links-contents-page-meta-descriptionLiens sur la science et la technologie dans le monde en développement, notamment sur les changements climatiques, l’agriculture, la santé, les nouvelles technologies, l’énergie, la politique scientifique et la communication.
links-contents-page-meta-titleLiens sur la science et la technologie au service du développement - SciDev.Net
links-in-region-meta-descriptionLiens sur la science et la technologie en {region}, notamment sur l’agriculture, la sécurité alimentaire, les changements climatiques, la santé, le VIH/sida, le paludisme, la politique scientifique, et sur d’autres domaines.
links-in-region-meta-titleLe plus récent liens sur la science au service du développement en {region} - SciDev.Net
links-on-topic-meta-descriptionLiens sur {topic} dans le monde en développement.
links-on-topic-meta-titleLiens sur {topic} au service du développement - SciDev.Net
maleHomme
min-lengthCe champ doit contenir au moins {field} caractères
new usersNouveaux utilisateurs
news_sActualités
no-keydoc-categoriesCette section ne contient pas de documents clés
no-language-alertsIl n’existe pas de mises à jour pour cette langue.
no-links-categoriesCette section que ne contient pas de liens
notice-reviewedElle ne sera affichée sur le site qu’après examen et approbation.
notice-select-langsChoisir les langues dans lesquelles vous souhaitez ajouter des traductions de votre annonce.
notice-successVotre annonce a été envoyée.
notsignedupSi vous n’êtes pas encore abonné, vous pouvez le faire maintenant
number-problems{field} problème est survenu pendant l’envoi du formulaire
ofsur
on science, technology & the developing worldsur la science, la technologie et les pays en développement
on {region} & the developing worldsur {region} et le monde en développement
on {region} science, technology & the developing worldsur {region} et le monde en développement
opinions_sOpinion
orou
please ensure all email addresses are validVeuillez vous assurez que les adresses électroniques soient valables
policy-brief_sSynthèse
policy-briefsSynthèses
post-announcementAjouter un communiqué
post-announcementsAJOUTER DES COMMUNIQUES
post-eventAjouter un événement
post-eventsAjouter un événements
post-grantAjouter une bourse
post-grantsAJOUTER DES BOURSES
post-jobAjouter un poste à pourvoir
post-jobsAJOUTER DES POSTES A POURVOIR
post-notice-docAjoutez tous les documents ici ; assurez-vous que la langue de chaque document est clairement indiquée dans le nom du fichier.
practical-guidesGuides pratiques
practical-guides_sGuide pratique
ps-regionsSélectionner la (les) région(s) qui vous intéresse(nt)
ps-topicsSélectionner le(s) thème(s) qui vous intéresse(nt)
region-article-type-meta-description{articletype} sur la science et la technologie en {region}, notamment sur l’agriculture, la sécurité alimentaire, les changements climatiques, la santé, le VIH/sida, le paludisme, la politique scientifique, et sur d’autres domaines.
region-article-type-meta-titleLe plus récent {articletype} sur la science au service du développement en {region} - SciDev.Net
sc-feedcouleur du chapeau (Le chapeau est un synopsis de l'article)
see all key documentsVOIR TOUS LES DOCUMENTS CLES
see all linksVOIR TOUS LES LIENS
send-to-friend-footnote-1SciDev.Net [ http://www.scidev.net/fr ] (Le Réseau Sciences et Développement) est une organisation à but non lucratif qui diffuse des informations fiables et faisant autorité sur un site Internet d’accès libre proposant des nouvelles, des opinions et des analyses sur la science et la technologie dans le monde en développement. Pour plus de détails, visitez notre site Internet à l’adresse : http://www.scidev.net/fr
send-to-friend-footnote-2Restez à jour avec les dernières nouvelles sur SciDev.Net en :
send-to-friend-footnote-3* vous enregistrant pour recevoir gratuitement notre mise à jour hebdomadaire : http://www.scidev.net/fr/user/signup/
send-to-friend-footnote-4* vous abonnant à notre fil RSS : http://rss.scidev.net/fr/
send-to-friend-footnote-5La rediffusion de tout contenu sur le site de SciDev.Net [ http://www.scidev.net/fr] est gratuite sous une licence Creative Commons. Vous êtes donc libre d’utiliser et de republier notre contenu, à condition d’en citer l’auteur et de créer un lien retour vers notre site.
send-tofriend-privacyVos coordonnées que vous indiquez sur cette page ne seront pas utilisées pour vous envoyer des emails non- sollicités et ne seront pas vendues à un tiers. Voir
sf-feedpolice du chapeau
sign InConnexion
sign UpInscrivez-vous
signed upenregistrer
signinConnexion
signupInscrivez-vous
signup-promopour recevoir des mises à jour par email, commenter sur les articles ou publier une annonce
site-by
sitedes-byet conçu par
sitedev-bySite Internet soutenu, hébergé et maintenu par
sp-feedespacement du tableau
spotlight-blurb-1Les dossiers spéciaux réunissent des articles de fond, d'opinion et d'actualités, proposent des liens vers des ressources et organisations pertinentes, plaçant un accent particulier sur des questions spécifiques.
spotlight-blurb-2Voici une liste des dossiers spéciaux les plus récents
ss-feedtaille du chapeau
ssa-feedtaille chapeau (navigateurs non conformes au style)
starting withcomenzando con
support-fromGrâce à l’appui de
taglineActualités, opinions et informations sur la science, la technologie et les pays en développement
to update your details and preferencesPour modifier vos données et préférences
topic-article-type-meta-description{articletype} sur {topic} idans le monde en développement.
topic-article-type-meta-titleLe plus récent {articletype} sur {topic} au service du développement - SciDev.Net
topic-introductionIntroduction
topic-introductionsIntroductions aux thèmes
topic-meta-descriptionNouvelles, opinions, analyse, dossiers spéciaux, et autres informations, y compris des faits et chiffres et donnees essentielles sur {topic} dans le monde en développement.
topic-meta-titleNouvelles relatives au {topic} au service du développement - SciDev.Net
user-signup-fail
user-signup-intro1Bienvenue sur SciDev.Net, le site Internet d'accès gratuit de reportage et d'analyse sur la dernière actualité scientifique et technologique touchant au monde en développement.
user-signup-intro2Créez votre profil SciDev.Net pour recevoir des alertes gratuites par email sur les derniers articles publiés sur notre site Internet.
user-signup-intro3Une fois enregistré(e), vous pourrez également publier des commentaires sur les différents articles et utiliser notre service d'annonces gratuites en ligne pour afficher des communiqués, des événements, des offres d'emplois et des dons ou des bourses.
user-signup-sucessCompte d’utilisateur pour
user_editModifier les informations d’utilisateur
user_loginConnexion membre
user_login_descPour publier un commentaire ou un communiqué sur SciDev.Net, vous devez au préalable vous {signed up} et vous connecter.
user_newCréer un nouveau compte d’utilisateur
wd-feedlargeur du tableau
web-feed-meta-descriptionInstructions aux lecteurs sur la création d’un fil RSS des nouvelles les plus récentes emanant de SciDev.Net sur (topic} dans le monde en développement sur votre site Internet.
web-feed-meta-titleComment créer un fil RSS de l’actualité la plus récente sur {topic} - SciDev.Net
weekly-email-alert-meta-descriptionArticles publiés sur le site de SciDev.Net la semaine dernière: {daterange}
what's this?Qu’est-ce que c’est?
{SenderFirstName} ({SenderEmail}) has sent you the following message about a comment you posted on SciDev.Net on the article: [{link to article}]{SenderFirstName} ({SenderEmail}) vous a envoyé le message suivant au sujet du commentaire que vous avez publié sur l’article : [{link to article}]
{name} saw this {articletype} on the SciDev.Net website and thought you'd like to see it.{name} a lu ces {articletype} sur le site Internet du Réseau Sciences et Développement (SciDev.Net), et pense qu’il est susceptible de vous intéresser.
{number} characters remaining{number} de caractères restants
po
struct [empty]
zh
struct
# #
# Articles # Articles
# Dates # Dates
# General # General
# Home Page # Home Page
# LINKS # LINKS
# Languages # Languages
# Notices # Notices
# RSS Translations # RSS Translations
# Regions # Regions
# Spotlight Alert Translations # Spotlight Alert Translations
# Topics # Topics
# WEB FEEDS # WEB FEEDS
# additions # additions
# email stuff # email stuff
# feedback # feedback
# not admin? # not admin?
# notice subtypes # notice subtypes
# search # search
# send to a friend # send to a friend
# webfeeds # webfeeds
#Email Alert Translations #Email Alert Translations
#comment email #comment email
#comments #comments
#error pages #error pages
#forgotten password changes #forgotten password changes
#meta title and meta description #meta title and meta description
#popular/latest articles #popular/latest articles
#recaptcha translation #recaptcha translation
#send to friend email changes #send to friend email changes
#spotlight #spotlight
#user signup email changes #user signup email changes
(1000 characters max)最大字符限制为1000字
(2000 characters max)最大字符限制为2000字
(seperate multiple email addresses with comma)用逗号分开不同邮箱地址
1000 Characters max最大字符限制为1000字
2000 Characters max最大字符限制为2000字
404-message对不起,我们无法找到您要的文章。此消息将会被记录,我们会查看是否有任何问题,对给您造成的不便我们深表歉意。
500-message对不起,该提交页面出现了一个问题。此消息将会被记录,我们会查看是否有任何问题,对给您造成的不便我们深表歉意。
A list of definitions based on与 {topic}有关的定义列表
A user already exists with the given email address已存在一个使用该邮件地址的用户
About The Author作者简介
About Us关于我们
About You关于我们
Accessibility可以获取
Account Deactivated帐户失效
Add Document添加资料
Add your comment添加你的评论
Advanced Search高级搜索
Affiliation联系方法
Agriculture & Environment农业与环境
Alert about us关于我们
All全部
All articles所有文章
All full text emails available in English可以用英文送发邮件全文
All full text emails available in English only只可以用英文送发邮件全文
All results所有结果
Allow readers to contact you.允许读者联系你。
Analysis分析
Announcement声明
Announcements声明
Any任意
Application Procedure申请程序
Apr四月
April四月
Archive Results资料归档结果
Are you sure you want to remove this document?
Articles文章
Articles over last week过去一周在科学与发展网络(SciDev.Net)的网站上发表的文章
Articles over x weeks过去[x]周在科学发展网络的网站上发表的文章
Aug八月
August八月
Author作者
Back to返回
Back to top到达顶部
Body正文
Book Review书评
Book Reviews书评
Browse浏览
Call for papersCall for papers
Cancel取消
Change email options更改邮件选项
China中国
China ZH中国
Chinese汉语
City / Town城市/镇
Clear清空
Climate Change & Energy气候变化与能源
Close关闭
Close Advanced Search关闭高级搜索
Close Preview关闭预览
Closing Date截止时间
Comment发表评论
Comments评论
ConferencesConferences
Confirm Password确认密码
Contact Author联系用户
Contact Name联系名称
Contact Us联系我们
Contact details联系方式
Continue继续
Country国家
Create New User创建新用户
Creative commons发表评论
Credit信息来源
Date日期
Dates日期
David DicksonDavid Dickson
Deadline结束日期
Dear亲爱的
Dec十二月
December十二月
Definitions解释
Definitions on以字母
Definitions relating to与发展中国家的
Department for international Development, United Kingdom来自英国国际开发署的英国援助
Director科学与发展网络主任
Display name显示的名字
Display the name of your organisation.显示您的组织机构名称。
Displaying显示
Documents资料
Don't worry here is your new password for SciDev.Net请不要担心,您在科学与发展网络上的新密码是
Donate捐款
ENEN
ESES
Edit Profile编辑文档
Edit User编辑用户
Editorial社论
Editorials社论
Email邮件
Email sent successfully邮件发送成功。
Email when someone responds to the discussion当有人对讨论做出回应的时候请用电子邮件通知我
EndAt结束日期
English英语
Event会议
Events会议
Expedition grantsExpedition grants
Experience经验
Experience required要求有经验
External Links外部链接
Feature特写
Features特写
Feb二月
February二月
Feedback反馈
First Name
Forgotten your password?忘记了密码?
Forgotten your password? Enter your login email below and we will send it to you.忘了密码?在下面输入您的登陆邮箱我们会把密码发到邮箱中。
Forum announcementsForum announcements
FrFR
French法语
Friday星期五
Friend's email address(es)您朋友的邮箱地址
Full Introduction全文介绍
Full Text全文
Full text also available in Chinese也可以用英文送发邮件全文
Full text also available in Spanish也可以用西班牙文送发邮件全文
Gender性别
Generic Information概述
Glossary of definitions on关于发展中国家的
Go to Scidev访问科学与发展网络(SciDev.Net)的网站
Go to key document访问资料库
Go to website访问网站
Grant奖励
Grants奖励
HIGHLIGHTS重点
HTMLHTML格式
Health卫生
Home主页
How did you hear about SciDev.Net?您是如何听说科学与发展网络的?
How to set up a webfeed网页内容源设置
If you should wish to change your details at anytime please login with your email address and password.如果您随时想改变您的详细情况,请通过您的邮箱地址和密码来登录我们网站
In order to post your comment, please enter a display name that will appear alongside all your comments为了发表评论,请您输入想要显示的名字,该名字将出现在您所有评论的旁边
Information Services咨询服务
Information URL信息链接
International Development Research Centre, Canada加拿大国际发展研究中心
International science journal国际科学期刊
Introduction介绍说明
Jan一月
January