@apolitical/definitions

2.3.0 • Public • Published

definitions

Shared definitions used by Apolitical services.

Includes codes and translations for:

  • expertises
  • sectors

Usage

const {
  expertiseCodes
  expertiseName
  sectorCodes,
  sectorName
} = require '@apolitical/definitions';

OR

import {
  sectorCodes,
  sectorName,
  expertiseCodes,
  expertiseName,
} from '@apolitical/definitions';

expertiseCodes() // Get a list of expertise codes
expertiseName('digital', 'en-GB') // The name of the digital expertise in UK English

sectorCodes() // Get a list of sector codes
sectorName('media', 'en-GB') // The name of the media sector in UK English

Notes on definitions

Initial List:

  • Data and Digital
  • Energy and Environment
  • Education and Early Childhood
  • Finance
  • Women’s Empowerment and Gender Equality
  • Governance, Innovation and Performance
  • Health and Social Affairs
  • International Affairs and Human Rights
  • Justice
  • Science and Technology
  • Smart Cities and Urban Planning
  • Transport
  • Business and Trade
  • Citizen Engagement and Communities
  • Refugees, Migration and Integration
  • Resilient Rural Communities
  • Innovative Public Partnerships
  • Inclusive Growth
  • Violence Prevention

becomes:

  • Education and Early Childhood = [Education and Early Childhood]
  • Women’s Empowerment and Gender Equality = [Women’s Empowerment and Gender Equality]
  • Governance, Innovation and Performance = [Governance, Innovation and Performance]
  • Health and Social Affairs = [Health and Social Affairs]
  • Citizen Engagement and Communities = [Citizen Engagement and Communities]
  • Refugees, Migration and Integration = [Refugees, Migration and Integration]
  • Violence Prevention = [Violence Prevention]

merging:

  • Science, Energy and Environment = [Energy and Environment + Science and Technology]
  • Tech, Data and Digital = [Data and Digital + Science and Technology]
  • Justice, Diplomacy and Human Rights = [International Affairs and Human Rights + Justice]
  • Cities, Transport and Urban Planning = [Smart Cities and Urban Planning + Transport]
  • Finance, Business and Trade = [Business and Trade + Finance]
  • Public Partnerships and Inclusive Growth = [Innovative Public Partnerships + Inclusive Growth]

Readme

Keywords

none

Package Sidebar

Install

npm i @apolitical/definitions

Weekly Downloads

1

Version

2.3.0

License

MIT

Unpacked Size

13.1 kB

Total Files

6

Last publish

Collaborators

  • fatimat
  • johnfield
  • paddyalton
  • floppy.uk