sources
Data license: CC-BY
1 row where datasetId = 2674 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: createdAt (date), updatedAt (date)
id ▲ | name | description | createdAt | updatedAt | datasetId | additionalInfo | link | dataPublishedBy |
---|---|---|---|---|---|---|---|---|
14898 | Women's Economic Opportunity 2012 - Economist Intelligence Unit (2012) | { "link": "https://www.eiu.com/public/topical_report.aspx?campaignid=weoindex2012", "retrievedDate": "22/03/2018", "additionalInfo": "The Women's Economic Opportunity (WEO) Index measures five categories to determine whether the environment for both women employees and women entrepreneurs is favourable. Five category scores are calculated from the unweighted mean of underlying indicators and scaled 0-100, where 100=most favourable. These categories are: Labor policy and practice (comprising two sub-categories: Labor policy and labor practice); Access to Finance; Education and training; Women's legal and social status; and the General business environment. Each category or sub-category features either four or five underlying indicators.\n\nThe overall score (from 0-100) is calculated from a simple average of the unweighted category and indicator variables. That is, every indicator contributes equally to their parent category and every category contributes equally to the overall score.\n\nEIU note: The criteria used in this study were chosen in close consultation between the Economist Intelligence Unit and panels of experts, mostly in 2009 and 2010. The indicator list was reviewed and revised at an experts meeting held at the offices of UN Women in July 2011.\n\nWorld Bank classifications include entities: High income (OECD), High income, High income (non-OECD), Upper-middle income, Lower-middle income, Low income, Europe & Central Asia, Latin America & the Caribbean, East Asia & Pacific, Middle East & North Africa, South Asia, and Sub-Saharan Africa. \n\nUN classifications include entities: Europe, Americas, Oceania, Asia, and Africa.", "dataPublishedBy": "Economist Intelligence Unit (2012)", "dataPublisherSource": "International Labour Organisation (ILO); the World Bank Group; the International Monetary Fund (IMF); the Organisation for Economic Cooperation and Development (OECD); the United Nations Educational, Scientific, and Cultural Organisation (UNESCO); the United Nations Development Programme (UNDP); the United Nations Department of Economic and Social Affairs, Population Division; the UN Secretary-General\u2019s database on violence against women; the International Telecommunication Union (ITU); Social Security Online; the Consultative Group to Assist the Poor (CGAP); the World Economic Forum; the World Health Organisation; Worldwide Governance Indicators; Freedom House; Vision of Humanity; and national statistical offices" } |
2018-03-22 13:48:41 | 2018-03-22 14:50:00 | Women's Economic Opportunity 2012 - Economist Intelligence Unit (2012) 2674 | The Women's Economic Opportunity (WEO) Index measures five categories to determine whether the environment for both women employees and women entrepreneurs is favourable. Five category scores are calculated from the unweighted mean of underlying indicators and scaled 0-100, where 100=most favourable. These categories are: Labor policy and practice (comprising two sub-categories: Labor policy and labor practice); Access to Finance; Education and training; Women's legal and social status; and the General business environment. Each category or sub-category features either four or five underlying indicators. The overall score (from 0-100) is calculated from a simple average of the unweighted category and indicator variables. That is, every indicator contributes equally to their parent category and every category contributes equally to the overall score. EIU note: The criteria used in this study were chosen in close consultation between the Economist Intelligence Unit and panels of experts, mostly in 2009 and 2010. The indicator list was reviewed and revised at an experts meeting held at the offices of UN Women in July 2011. World Bank classifications include entities: High income (OECD), High income, High income (non-OECD), Upper-middle income, Lower-middle income, Low income, Europe & Central Asia, Latin America & the Caribbean, East Asia & Pacific, Middle East & North Africa, South Asia, and Sub-Saharan Africa. UN classifications include entities: Europe, Americas, Oceania, Asia, and Africa. | https://www.eiu.com/public/topical_report.aspx?campaignid=weoindex2012 | Economist Intelligence Unit (2012) |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "sources" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "name" VARCHAR(512) NULL , "description" TEXT NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "datasetId" INTEGER NULL, additionalInfo TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.additionalInfo')) VIRTUAL, link TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.link')) VIRTUAL, dataPublishedBy TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.dataPublishedBy')) VIRTUAL, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "sources_datasetId" ON "sources" ("datasetId");