Updated the bicorder to permit a shortform based on analysis

This commit is contained in:
Nathan Schneider
2025-11-25 13:15:41 -05:00
parent 7be67c9eb5
commit 3a55d3dbb9
2 changed files with 58 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "Protocol Bicorder",
"schema": "bicorder.schema.json",
"version": "1.1.0",
"version": "1.2.0",
"description": "A diagnostic tool for the study of protocols",
"author": "Nathan Schneider",
"date_modified": "2025-11-21",
@@ -10,7 +10,8 @@
"protocol": null,
"analyst": null,
"standpoint": null,
"timestamp": null
"timestamp": null,
"shortform": false
},
"diagnostic": [
@@ -24,7 +25,8 @@
"term_right": "implicit",
"term_right_description": "The design is not stated explicitly but is learned by participants in another way",
"value": null,
"notes": null
"notes": null,
"shortform": false
},
{
"term_left": "precise",
@@ -32,7 +34,8 @@
"term_right": "interpretive",
"term_right_description": "The design is ambiguous, allowing participants a wide range of interpretation",
"value": null,
"notes": null
"notes": null,
"shortform": true
},
{
"term_left": "institutional",
@@ -40,7 +43,8 @@
"term_right": "vernacular",
"term_right_description": "Design occurs through evolving, peer-to-peer community interactions in order to suit participant-defined goals",
"value": null,
"notes": null
"notes": null,
"shortform": true
},
{
"term_left": "documenting",
@@ -48,7 +52,8 @@
"term_right": "enabling",
"term_right_description": "The primary purpose is to enable activity that might not happen otherwise",
"value": null,
"notes": null
"notes": null,
"shortform": false
},
{
"term_left": "static",
@@ -56,7 +61,8 @@
"term_right": "malleable",
"term_right_description": "Designed to be changed by participants according to evolving needs",
"value": null,
"notes": null
"notes": null,
"shortform": true
},
{
"term_left": "technical",
@@ -64,7 +70,8 @@
"term_right": "social",
"term_right_description": "Primarily concerned with interactions among people or groups",
"value": null,
"notes": null
"notes": null,
"shortform": false
},
{
"term_left": "universal",
@@ -72,7 +79,8 @@
"term_right": "particular",
"term_right_description": "Addressed to a specific community",
"value": null,
"notes": null
"notes": null,
"shortform": false
},
{
"term_left": "durable",
@@ -80,7 +88,8 @@
"term_right": "ephemeral",
"term_right_description": "Designed to vanish when no longer needed",
"value": null,
"notes": null
"notes": null,
"shortform": false
}
]
},
@@ -94,7 +103,8 @@
"term_right": "micro",
"term_right_description": "Operates at small scales with few participants or narrow scope",
"value": null,
"notes": null
"notes": null,
"shortform": false
},
{
"term_left": "sovereign",
@@ -102,7 +112,8 @@
"term_right": "subsidiary",
"term_right_description": "An operating logic under the control of a particular entity",
"value": null,
"notes": null
"notes": null,
"shortform": true
},
{
"term_left": "self-enforcing",
@@ -110,7 +121,8 @@
"term_right": "enforced",
"term_right_description": "Rules require external enforcement by authorities or institutions",
"value": null,
"notes": null
"notes": null,
"shortform": true
},
{
"term_left": "abstract",
@@ -118,7 +130,8 @@
"term_right": "embodied",
"term_right_description": "Participants learn the protocol by physically practicing it",
"value": null,
"notes": null
"notes": null,
"shortform": false
},
{
"term_left": "obligatory",
@@ -126,7 +139,8 @@
"term_right": "voluntary",
"term_right_description": "Participation in the protocol is optional and not coerced",
"value": null,
"notes": null
"notes": null,
"shortform": true
},
{
"term_left": "flocking",
@@ -134,7 +148,8 @@
"term_right": "swarming",
"term_right_description": "Coordination occurs through distributed interactions without central direction",
"value": null,
"notes": null
"notes": null,
"shortform": true
},
{
"term_left": "defensible",
@@ -142,7 +157,8 @@
"term_right": "exposed",
"term_right_description": "Weak boundaries and vulnerable to external influence",
"value": null,
"notes": null
"notes": null,
"shortform": false
},
{
"term_left": "exclusive",
@@ -150,7 +166,8 @@
"term_right": "non-exclusive",
"term_right_description": "Does not exclude the use of any other protocols",
"value": null,
"notes": null
"notes": null,
"shortform": false
}
]
},
@@ -164,7 +181,8 @@
"term_right": "insufficient",
"term_right_description": "Does not, on its own, adequately meet the needs and goals of participants",
"value": null,
"notes": null
"notes": null,
"shortform": false
},
{
"term_left": "crystallized",
@@ -172,7 +190,8 @@
"term_right": "contested",
"term_right_description": "Content and meaning are disputed or under debate",
"value": null,
"notes": null
"notes": null,
"shortform": false
},
{
"term_left": "trust-evading",
@@ -180,7 +199,8 @@
"term_right": "trust-inducing",
"term_right_description": "Relies on or cultivates trust among participants",
"value": null,
"notes": null
"notes": null,
"shortform": false
},
{
"term_left": "predictable",
@@ -188,7 +208,8 @@
"term_right": "emergent",
"term_right_description": "Produces unexpected or novel outcomes",
"value": null,
"notes": null
"notes": null,
"shortform": true
},
{
"term_left": "exclusion",
@@ -196,7 +217,8 @@
"term_right": "inclusion",
"term_right_description": "The protocol reduces barriers and includes diverse participants",
"value": null,
"notes": null
"notes": null,
"shortform": true
},
{
"term_left": "Kafka",
@@ -204,7 +226,8 @@
"term_right": "Whitehead",
"term_right_description": "Enables participants to carry out desired activities with less work or thought",
"value": null,
"notes": null
"notes": null,
"shortform": false
},
{
"term_left": "dead",
@@ -212,7 +235,8 @@
"term_right": "alive",
"term_right_description": "Actively utilized by relevant participants",
"value": null,
"notes": null
"notes": null,
"shortform": false
}
]
}