apolitical/定义

Apolitical服务使用的共享定义

此软件包的规范仓库似乎已丢失,因此该软件包已被冻结。

维护者

详细信息

gitlab.com/apolitical/definitions

v2.3.1 2019-05-08 15:41 UTC

This package is not auto-updated.

Last update: 2023-12-29 12:40:30 UTC


README

Apolitical服务使用的共享定义。

包括以下领域和翻译的代码

  • 专业知识
  • 行业

用法

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

关于定义的说明

初始列表

  • 数据和数字
  • 能源和环境
  • 教育和早期儿童
  • 金融
  • 妇女赋权和性别平等
  • 治理、创新和绩效
  • 卫生和社会事务
  • 国际事务和人权
  • 司法
  • 科学和技术
  • 智能城市和城市规划
  • 交通
  • 商业和贸易
  • 公民参与和社区
  • 难民、移民和融合
  • 有弹性的农村社区
  • 创新公私伙伴关系
  • 包容性增长
  • 预防暴力

变为

  • 教育和早期儿童 = [教育和早期儿童]
  • 妇女赋权和性别平等 = [妇女赋权和性别平等]
  • 治理、创新和绩效 = [治理、创新和绩效]
  • 卫生和社会事务 = [卫生和社会事务]
  • 公民参与和社区 = [公民参与和社区]
  • 难民、移民和融合 = [难民、移民和融合]
  • 预防暴力 = [预防暴力]

合并

  • 科学、能源和环境 = [能源和环境 + 科学和技术]
  • 技术、数据和数字 = [数据和数字 + 科学和技术]
  • 司法、外交和人权 = [国际事务和人权 + 司法]
  • 城市、交通和城市规划 = [智能城市和城市规划 + 交通]
  • 金融、商业和贸易 = [商业和贸易 + 金融]
  • 公私伙伴关系和包容性增长 = [创新公私伙伴关系 + 包容性增长]