Difference between revisions of "Manual of Style"
Abel Maciel (talk | contribs) (→Tutorial Pages) |
Abel Maciel (talk | contribs) (→Theoretical content pages) |
||
Line 43: | Line 43: | ||
=Theoretical content pages= | =Theoretical content pages= | ||
Theory pages uses similar style to Wikipedia but are somehow shorter and focus only on computational design taxonomies, cultures and ontologies. | Theory pages uses similar style to Wikipedia but are somehow shorter and focus only on computational design taxonomies, cultures and ontologies. | ||
+ | {|class="wikitable sortable collapsible" | ||
+ | !| Page Session | ||
+ | !| Sub-Session | ||
+ | !| Description | ||
+ | |-valine="top" | ||
+ | |Title|| ||Description | ||
+ | |- | ||
+ | |Abstract|| ||Description | ||
+ | |- | ||
+ | |1. Theorem|| ||The problem specification | ||
+ | |- | ||
+ | |2. Proposition|| ||Description | ||
+ | |- | ||
+ | | ||2.1 Principle||Description | ||
+ | |- | ||
+ | | ||2.2 Precision||Description | ||
+ | |- | ||
+ | | ||2.3 Generality||Description | ||
+ | |- | ||
+ | |3. Implementation|| ||Description | ||
+ | |- | ||
+ | | ||3.1 Steps||Step by step implementation of the method. | ||
+ | |- | ||
+ | | ||3.2 Remarks||Any remarks on paradoxes, oddities, etc. in the implementation. | ||
+ | |- | ||
+ | |4. References|| ||Links for the many design development platform available listed in alphabetical order. For each platform, one might find internal and external links. | ||
=Methods & Application pages= | =Methods & Application pages= |
Revision as of 00:16, 27 August 2016
The Manual of Style (abbreviated as DCMoS, DCMOS or MoS) is the style manual for all Design Computation articles. This primary page of the guideline covers certain topics (e.g. punctuation) in detail and summarizes the key points of other topics. The detail pages, which are cross-referenced here and linked by this page's menu, provide specific guidance on those topics. If any contradiction arises, this page has precedence over all detail pages of the guideline.
Contents
Guidelines to categorizing pages
Design Computation wiki generates a page collating all categorizations applied in the database.
Super-Category | Description |
---|---|
Historical | Historical |
Method | Tagging methodological knowledge |
Category | Description |
---|---|
Manufacturing | Fabrication methods |
Simulation | modelling simulation methods |
Types of Pages
Design Computation wiki generates a page collating all categorizations applied in the database.
Page Type | Description |
---|---|
Historical | History of a method, process, etc. |
Theoretical | Theory of a method, process, etc. |
Case Study | Illustration by case study. |
Implementation | Code, Script and tactics. |
Historical content pages
History and theory pages uses similar style to Wikipedia but are somehow shorter and focus only on computational design taxonomies, cultures and ontologies.
Theoretical content pages
Theory pages uses similar style to Wikipedia but are somehow shorter and focus only on computational design taxonomies, cultures and ontologies.
Page Session | Sub-Session | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Title | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Abstract | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1. Theorem | The problem specification | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2. Proposition | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2.1 Principle | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2.2 Precision | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2.3 Generality | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3. Implementation | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3.1 Steps | Step by step implementation of the method. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3.2 Remarks | Any remarks on paradoxes, oddities, etc. in the implementation. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4. References | Links for the many design development platform available listed in alphabetical order. For each platform, one might find internal and external links.
Methods & Application pagesApplication pages refer to material and methods shared by contributors for the resolution of design issues. This is often associated to live projects in the industry. PrinciplePrecisionGeneralityImplementationPropositionsPropositions of the author for future development. Tutorial PagesTutorial pages contains a Title, with the abstract (no heading) following, the Principleexplaining in detail the underpinning mathematical rationale of the principle being applied, the Steps explaining different codes and finally, whenever possible the Download for tutorial files.
ReferencesClassic referencing for the tutorial. BibliographyRelevant literature related to tutorial. |