Skip to content

feat(guide): add engineering research methodology - #34

Open
belguinan wants to merge 1 commit into
Research-Methodology-Hub:mainfrom
belguinan:feat/engineering-methodology
Open

feat(guide): add engineering research methodology#34
belguinan wants to merge 1 commit into
Research-Methodology-Hub:mainfrom
belguinan:feat/engineering-methodology

Conversation

@belguinan

Copy link
Copy Markdown
Contributor

Description

Adds a new discipline guide, Conducting Engineering Research (Mechanical · Electrical · Civil · Industrial), to the methodology catalogue.

The guide follows the same 7-step shape and Methodology type as the existing CS/AI and Educational guides, and covers the design-and-experiment engineering research workflow: requirements specification, literature/patent/standards review, conceptual design and modeling (FEA/CFD/simulation), experimental design and instrumentation with calibration and measurement uncertainty, prototyping and test protocol, testing with verification & validation against requirements, and standards-compliant reporting (IEEE / ISO / ASTM).

It is deliberately kept distinct from the CS/AI methodology: the object of study is a physical or engineered system, not a dataset or algorithm.

Per the contributing guide, this is one file (web/src/guide/methodologies/engineering.ts) plus its registration in web/src/guide/methodologies/index.ts.

Related issue

Closes #12

Type of change

  • feat — new feature
  • fix — bug fix
  • docs — documentation only
  • refactor / perf / style
  • ci / build / chore

Screenshots (for UI changes)

Content-only change: no components, routes, or styles were modified. The new guide is rendered by the existing Catalogue and GuideEntry pages, exactly like the current guides.

Checklist

  • My PR is focused on a single concern
  • npm run lint and npm run build pass locally (in web/)
  • I have self-reviewed my changes

AI assistance disclosure

  • This PR was partly or fully AI-assisted, and I have reviewed and understand every change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(guide): propose a new methodology guide

1 participant