Patterns

A pattern is a structured document containing an abstract description of a proven solution of a recurring problem. Furthermore, a pattern points to other patterns that may jointly contribute to an encompassing solution of a complex problem. This way, a network of related patterns, i.e. a pattern language , results [1].

Info

The content of a Pattern gets displayed in Markdown. For more information about the Markdown-Syntax check out the Markdown-Cheatsheet

Info

Pattern Atlas supports the input of TeX-formulas. Inline Maths can be rendered by adding a single $ on each side of the TeX code. Block rendering can be added by surrounding the TeX with two $$. Anything between two $ characters will be treated as TeX math. The opening $ must have a non-space character immediately to its right, while the closing $ must have a non-space character immediately to its left, and must not be followed immediately by a digit. Thus, $20,000 and $30,000 won’t parse as math. If for some reason you need to enclose text in literal $ characters, backslash-escape them and they won’t be treated as math delimiters. 2

Pattern Creation

To create a new Pattern for a Pattern Language:

  1. Select the corresponding Pattern Language

    alt_text

  2. Click on Add Pattern

    alt_text

  3. Replace "Pattern name" with the new patterns name and optionally add an icon url

    alt_text

  4. Input the content for each section below the generated section headlines. Markdown-Syntax can be used to create Lists, add pictures and highlight content. Latex-Syntax can be used to add formulas.

    alt_text

  5. Save the Pattern

    alt_text

View Pattern Details

To view a Pattern's details click the Details button

alt_text

Edit Pattern

To edit a Pattern

  1. Select the Pattern by clicking on the Details button

    alt_text

2.1. To edit the Title or Icon hover the Pattern Name and then click the edit icon. alt_text

2.2. Adjust the title or icon-url and then save the changes. alt_text

3.1. To edit the content of a section hover over the section and click on the edit icon. alt_text

3.2. Edit the content using Markdown- and TeX-Syntax and save the changes by clicking Save alt_text

Delete Pattern

Click the delete button on the Pattern Card, then confirm that you want to delete the Pattern.

Info

It is not possible to delete Patterns that are part of a Pattern View

alt_text