diff --git a/SEPs/SEP_V026.md b/SEPs/SEP_V026.md new file mode 100644 index 0000000..65f3f9a --- /dev/null +++ b/SEPs/SEP_V026.md @@ -0,0 +1,131 @@ +# SEP V026: Introduction of “//” as a Glyph for Generic DNA Breaks in SBOL Visual + + + +| SEP | | +| --- | --- | +| **Title** | Introduction of “//” as a Glyph for Generic DNA Breaks in SBOL Visual | +| **Authors** | Georgie Hau Sorensen (georgiehausorensen@gmail.com), Lukas Buecherl | +| **Editor** | Felipe Buson (fxbuson@gmail.com)| +| **Type** | Specification | +| **SBOL Visual Version** | | +| **Status** | Draft | +| **Created** | 26 Feb 2026 | +| **Last modified** | 26 Feb 2026 | +| **Issue** | | + + + + + +## Abstract + +This proposal introduces a new SBOL Visual glyph, represented by the character sequence “//”, to denote generic breaks in DNA. These breaks include regions where sequence continuity is intentionally unspecified, undefined, interrupted, or skipped for schematic clarity. The use of “//” aligns with widespread conventions in biological schematics and provides a simple, intuitive, and compact symbol to improve readability. + + + +## Table of Contents + +- [1. Rationale](#rationale) +- [2. Specification](#specification) +- [3. Example or Use Case](#example) +- [4. Backwards Compatibility](#compatibility) +- [5. Discussion](#discussion) +- [Copyright](#copyright) + + + +## 1. Rationale + + + +1.1. Widespread Use + +The “//” mark is traditionally used in biological schematics to indicate: + +- “region removed/not drawn” +- “break in continuity” +- “shift in sequence” + +This convention is common in textbooks, research illustrations, and even circuit diagrams in other fields. + +The familiarity of this symbol lowers the cognitive load for new users, and it makes diagrams more immediately interpretable. + + + +1.2. Glyph Simplicity + +The “//” glyph: + +- Is visually compact +- Does not resemble any existing SBOL Visual glyph +- Can be rendered easily in both digital and hand-drawn form +- Maintains clarity even at small scale + + + +## 2. Specification + +2.1. Glyph Definition + + + +The “//” glyph consists of two short, parallel, diagonal slashes. + + + +These may be oriented: + +- Forward-slanted (primary, recommended) +- Backward-slanted (optional alternative for stylistic compatibility with other diagram elements) + + +2.2. Placement + +The glyph placed in-line on a DNA backbone to indicate that: + +- A region of arbitrary length is not shown +- Sequence continuity is intentionally omitted + +2.3. Semantic Meaning + +The glyph may represent a non-specific sequence gap + + +## 3. Example or Use case : + +![Figure1](img/SEP_V026_Fig-1.png) + +Here, the diagram represents two genes in distinct loci in the genome, separated by omitted genomic context,represented by the proposed glyph. + +## 4. Backwards Compatibility + +This SEP is backward compatible insofar as it doesn't directly introduces conflicts with existing glyphs. There is an argument to be made whether its function can be fully covered using the existing "engineered region" glyph. It is worth noting that any diagrams without this introduced break glyph will remain valid. + + + +## 5. Discussion + + + +## Copyright + + + +

+ + CC0 + +
+ To the extent possible under law, + + SBOL developers + has waived all copyright and related or neighboring rights to + SEP V026. +This work is published from: + + United States. +

diff --git a/SEPs/img/SEP_V026_Fig-1.png b/SEPs/img/SEP_V026_Fig-1.png new file mode 100644 index 0000000..1b52a80 Binary files /dev/null and b/SEPs/img/SEP_V026_Fig-1.png differ