diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ec695ec..a73f6a4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -29,3 +29,4 @@ skills/economics/ @HHHHHejia # TODO: replace with economics revie skills/economics/general-economics/ @GalacEqua @HHHHHejia skills/quantitative-finance/ @HHHHHejia # TODO: replace with q-fin reviewer skills/quantitative-finance/economics/ @Xinxin-m @HHHHHejia +skills/management/ @HHHHHejia # TODO: replace with management reviewer diff --git a/.github/ISSUE_TEMPLATE/02-skill-request.yml b/.github/ISSUE_TEMPLATE/02-skill-request.yml index a27797e..c4441a4 100644 --- a/.github/ISSUE_TEMPLATE/02-skill-request.yml +++ b/.github/ISSUE_TEMPLATE/02-skill-request.yml @@ -164,6 +164,16 @@ body: - "Statistics / Methodology" - "Statistics / Other Statistics" - "Statistics / Statistics Theory" + - "Management / Strategic Management" + - "Management / Organizational Behavior" + - "Management / Human Resource Management" + - "Management / Operations Management" + - "Management / Marketing" + - "Management / Entrepreneurship" + - "Management / Innovation and Technology Management" + - "Management / Supply Chain Management" + - "Management / Project Management" + - "Management / General Management" validations: required: true diff --git a/.github/ISSUE_TEMPLATE/03-maintainer-application.yml b/.github/ISSUE_TEMPLATE/03-maintainer-application.yml index 1749a8e..7000cbd 100644 --- a/.github/ISSUE_TEMPLATE/03-maintainer-application.yml +++ b/.github/ISSUE_TEMPLATE/03-maintainer-application.yml @@ -229,3 +229,13 @@ body: - label: "Statistics / Methodology" - label: "Statistics / Other Statistics" - label: "Statistics / Statistics Theory" + - label: "Management / Strategic Management" + - label: "Management / Organizational Behavior" + - label: "Management / Human Resource Management" + - label: "Management / Operations Management" + - label: "Management / Marketing" + - label: "Management / Entrepreneurship" + - label: "Management / Innovation and Technology Management" + - label: "Management / Supply Chain Management" + - label: "Management / Project Management" + - label: "Management / General Management" diff --git a/.github/workflows/onboard-maintainer.yml b/.github/workflows/onboard-maintainer.yml index ce4bd54..d604c7d 100644 --- a/.github/workflows/onboard-maintainer.yml +++ b/.github/workflows/onboard-maintainer.yml @@ -119,6 +119,7 @@ jobs: 'EESS': 'eess', 'Economics': 'economics', 'Quantitative Finance': 'quantitative-finance', + 'Management': 'management', }; // Build array of subdomain entries @@ -291,6 +292,7 @@ jobs: 'Statistics': '#60a5fa', 'Economics': '#818cf8', 'Quantitative Finance': '#c084fc', + 'Management': '#f472b6', }; for (const sub of subdomains) { diff --git a/docs/index.html b/docs/index.html index 0366ce5..f4873d1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -381,6 +381,18 @@

🌍 ResearchSkills

{ name: "Statistical Finance", code: "q-fin.ST" }, { name: "Trading and Market Microstructure", code: "q-fin.TR" }, ]}, + { name: "Management", icon: "\ud83c\udfaf", code: "mgmt", color: "#f472b6", children: [ + { name: "Strategic Management", code: "mgmt.SM" }, + { name: "Organizational Behavior", code: "mgmt.OB" }, + { name: "Human Resource Management", code: "mgmt.HR" }, + { name: "Operations Management", code: "mgmt.OM" }, + { name: "Marketing", code: "mgmt.MK" }, + { name: "Entrepreneurship", code: "mgmt.EN" }, + { name: "Innovation and Technology Management", code: "mgmt.IT" }, + { name: "Supply Chain Management", code: "mgmt.SC" }, + { name: "Project Management", code: "mgmt.PM" }, + { name: "General Management", code: "mgmt.GN" }, + ]}, ]}, ]; @@ -553,7 +565,18 @@

🌍 ResearchSkills

"q-fin.PR": "Valuation and hedging of financial securities, their derivatives, and structured products.", "q-fin.RM": "Measurement and management of financial risks in trading, banking, insurance, corporate and other applications.", "q-fin.ST": "Statistical, econometric and econophysics analyses with applications to financial markets and economic data.", - "q-fin.TR": "Market microstructure, liquidity, exchange and auction design, automated trading, agent-based modeling and market-making." + "q-fin.TR": "Market microstructure, liquidity, exchange and auction design, automated trading, agent-based modeling and market-making.", + /* Management */ + "mgmt.SM": "Competitive strategy, corporate strategy, business models, industry analysis, strategic planning, and resource-based views of the firm.", + "mgmt.OB": "Individual and group behavior in organizations, motivation, leadership, team dynamics, organizational culture, and workplace psychology.", + "mgmt.HR": "Talent acquisition, performance management, compensation, training and development, labor relations, and workforce planning.", + "mgmt.OM": "Production systems, quality management, process optimization, lean manufacturing, Six Sigma, and service operations.", + "mgmt.MK": "Consumer behavior, branding, market research, digital marketing, pricing strategy, product development, and distribution channels.", + "mgmt.EN": "New venture creation, opportunity recognition, startup ecosystems, venture capital, social entrepreneurship, and corporate entrepreneurship.", + "mgmt.IT": "Technology adoption, R&D management, innovation ecosystems, intellectual property strategy, and digital transformation.", + "mgmt.SC": "Logistics, procurement, inventory management, global supply chains, demand forecasting, and supplier relationship management.", + "mgmt.PM": "Project planning, risk management, agile methodologies, program management, stakeholder management, and project governance.", + "mgmt.GN": "General contributions to management science not covered by other management subcategories." }; /* ── tooltip element ── */ diff --git a/readme.md b/readme.md index 4016cfb..b27c270 100644 --- a/readme.md +++ b/readme.md @@ -197,7 +197,7 @@ Reviewers are domain experts who guard the scientific quality of skills in their
-Aligned with the [arXiv category taxonomy](https://arxiv.org/category_taxonomy). 8 domains, 155 subcategories. +Aligned with the [arXiv category taxonomy](https://arxiv.org/category_taxonomy) and extended domains. 9 domains, 165 subcategories. | Domain | arXiv | Subcategories | Reviewer(s) | | --------------------------------------------- | ---------------------------------------------------- | --------------- | -------------------- | @@ -209,8 +209,9 @@ Aligned with the [arXiv category taxonomy](https://arxiv.org/category_taxonomy). | ⚡ Electrical Engineering & Systems Science | eess | 4 | *Seeking reviewer* | | 📈 Economics | econ | 3 | *Seeking reviewer* | | 💹 Quantitative Finance | q-fin | 9 | *Seeking reviewer* | +| 🎯 Management | mgmt | 10 | *Seeking reviewer* | -[View all 155 subcategories in the interactive knowledge tree →](https://scienceintelligence.github.io/ResearchSkills/) +[View all 165 subcategories in the interactive knowledge tree →](https://scienceintelligence.github.io/ResearchSkills/)
diff --git a/utils/SKILL_SCHEMA.md b/utils/SKILL_SCHEMA.md index 19f5b55..218f15f 100644 --- a/utils/SKILL_SCHEMA.md +++ b/utils/SKILL_SCHEMA.md @@ -12,7 +12,7 @@ This document defines the specification for ResearchSkills skill files (manually skills///.md ``` -- `domain` must match one of: `physics`, `mathematics`, `computer-science`, `quantitative-biology`, `statistics`, `eess`, `economics`, `quantitative-finance` +- `domain` must match one of: `physics`, `mathematics`, `computer-science`, `quantitative-biology`, `statistics`, `eess`, `economics`, `quantitative-finance`, `management` - `subdomain` must match one of the arXiv-aligned subdomain folders under each domain (see `skills//` for the full list) - `skill-name` must be lowercase, hyphen-separated @@ -24,7 +24,7 @@ skills///.md --- name: # REQUIRED. Unique identifier. Lowercase, hyphen-separated. description: # REQUIRED. 1-2 sentences. When should this skill be invoked? -domain: # REQUIRED. One of: physics | mathematics | computer-science | quantitative-biology | statistics | eess | economics | quantitative-finance +domain: # REQUIRED. One of: physics | mathematics | computer-science | quantitative-biology | statistics | eess | economics | quantitative-finance | management subdomain: # optional. More specific area within the domain. author: # REQUIRED. "Full Name (Affiliation)" expertise_level: # REQUIRED. One of: beginner | intermediate | advanced