Added Description support to bicorder.txt

This commit is contained in:
Nathan Schneider
2025-12-18 11:10:14 -07:00
parent 7914f14807
commit cbcb06ff01
2 changed files with 32 additions and 29 deletions

View File

@@ -109,6 +109,7 @@ def generate_bicorder_text(json_data):
len("Protocol"), len("Protocol"),
len("BICORDER"), len("BICORDER"),
len(format_metadata_field(metadata.get("protocol"), "Protocol")), len(format_metadata_field(metadata.get("protocol"), "Protocol")),
len(format_metadata_field(metadata.get("description"), "Description")),
len(format_metadata_field(metadata.get("analyst"), "Analyst")), len(format_metadata_field(metadata.get("analyst"), "Analyst")),
len(format_metadata_field(metadata.get("standpoint"), "Standpoint")), len(format_metadata_field(metadata.get("standpoint"), "Standpoint")),
len(format_metadata_field(metadata.get("timestamp"), "Timestamp")), len(format_metadata_field(metadata.get("timestamp"), "Timestamp")),
@@ -130,6 +131,7 @@ def generate_bicorder_text(json_data):
# Metadata section # Metadata section
lines.append(center_text(format_metadata_field(metadata.get("protocol"), "Protocol"), center_width)) lines.append(center_text(format_metadata_field(metadata.get("protocol"), "Protocol"), center_width))
lines.append(center_text(format_metadata_field(metadata.get("description"), "Description"), center_width))
lines.append(center_text(format_metadata_field(metadata.get("analyst"), "Analyst"), center_width)) lines.append(center_text(format_metadata_field(metadata.get("analyst"), "Analyst"), center_width))
lines.append(center_text(format_metadata_field(metadata.get("standpoint"), "Standpoint"), center_width)) lines.append(center_text(format_metadata_field(metadata.get("standpoint"), "Standpoint"), center_width))
lines.append(center_text(format_metadata_field(metadata.get("timestamp"), "Timestamp"), center_width)) lines.append(center_text(format_metadata_field(metadata.get("timestamp"), "Timestamp"), center_width))

View File

@@ -2,43 +2,44 @@
BICORDER BICORDER
[Protocol] [Protocol]
[Description]
[Analyst] [Analyst]
[Standpoint] [Standpoint]
[Timestamp] [Timestamp]
DESIGN DESIGN
explicit < [|||||||||] > implicit explicit < [---------] > implicit
precise < [|||||||||] > interpretive precise < [---------] > interpretive
institutional < [|||||||||] > vernacular institutional < [---------] > vernacular
documenting < [|||||||||] > enabling documenting < [---------] > enabling
static < [|||||||||] > malleable static < [---------] > malleable
technical < [|||||||||] > social technical < [---------] > social
universal < [|||||||||] > particular universal < [---------] > particular
durable < [|||||||||] > ephemeral durable < [---------] > ephemeral
ENTANGLEMENT ENTANGLEMENT
macro < [|||||||||] > micro macro < [---------] > micro
sovereign < [|||||||||] > subsidiary sovereign < [---------] > subsidiary
self-enforcing < [|||||||||] > enforced self-enforcing < [---------] > enforced
abstract < [|||||||||] > embodied abstract < [---------] > embodied
obligatory < [|||||||||] > voluntary obligatory < [---------] > voluntary
flocking < [|||||||||] > swarming flocking < [---------] > swarming
defensible < [|||||||||] > exposed defensible < [---------] > exposed
monopolistic < [|||||||||] > pluralistic monopolistic < [---------] > pluralistic
EXPERIENCE EXPERIENCE
sufficient < [|||||||||] > insufficient sufficient < [---------] > incomplete
crystallized < [|||||||||] > contested crystallized < [---------] > contested
trust-evading < [|||||||||] > trust-inducing trust-evading < [---------] > trust-inducing
predictable < [|||||||||] > emergent predictable < [---------] > emergent
exclusion < [|||||||||] > inclusion exclusion < [---------] > inclusion
Kafka < [|||||||||] > Whitehead restraining < [---------] > liberating
dead < [|||||||||] > alive dead < [---------] > alive
ANALYSIS ANALYSIS
hardness < [|||||||||] > softness hardness < [---------] > softness
polarized < [|||||||||] > centrist polarized < [---------] > centrist
not useful < [|||||||||] > very useful not useful < [---------] > very useful
GLOSSARY GLOSSARY
@@ -65,10 +66,10 @@ self-enforcing < [|||||||||] > enforced
| hardness | The protocol tends toward properties characterized by hardness | | hardness | The protocol tends toward properties characterized by hardness |
| implicit | The design is not stated explicitly but is learned by participants in another way | | implicit | The design is not stated explicitly but is learned by participants in another way |
| inclusion | The protocol reduces barriers and includes diverse participants | | inclusion | The protocol reduces barriers and includes diverse participants |
| incomplete | Does not, on its own, adequately meet the needs and goals of participants |
| institutional | Design occurs through processes that involve powerful institutions and widespread recognition as normative | | institutional | Design occurs through processes that involve powerful institutions and widespread recognition as normative |
| insufficient | Does not, on its own, adequately meet the needs and goals of participants |
| interpretive | The design is ambiguous, allowing participants a wide range of interpretation | | interpretive | The design is ambiguous, allowing participants a wide range of interpretation |
| Kafka | Fosters experiences of absurd complexity, alienation, and powerlessness | | liberating | Enables participants to carry out desired activities with less work or thought |
| macro | Operates at large scales involving many participants or broad scope | | macro | Operates at large scales involving many participants or broad scope |
| malleable | Designed to be changed by participants according to evolving needs | | malleable | Designed to be changed by participants according to evolving needs |
| micro | Operates at small scales with few participants or narrow scope | | micro | Operates at small scales with few participants or narrow scope |
@@ -80,6 +81,7 @@ self-enforcing < [|||||||||] > enforced
| polarized | The analyst tended toward more extreme high or low readings | | polarized | The analyst tended toward more extreme high or low readings |
| precise | The design is specified with a high level of precision that eliminates ambiguity in implementation | | precise | The design is specified with a high level of precision that eliminates ambiguity in implementation |
| predictable | Produces expected and consistent outcomes | | predictable | Produces expected and consistent outcomes |
| restraining | Fosters experiences of absurd complexity, alienation, and powerlessness |
| self-enforcing | Rules are automatically enforced through its own mechanisms | | self-enforcing | Rules are automatically enforced through its own mechanisms |
| social | Primarily concerned with interactions among people or groups | | social | Primarily concerned with interactions among people or groups |
| softness | The protocol tends toward properties characterized by softness | | softness | The protocol tends toward properties characterized by softness |
@@ -95,4 +97,3 @@ self-enforcing < [|||||||||] > enforced
| vernacular | Design occurs through evolving, peer-to-peer community interactions in order to suit participant-defined goals | | vernacular | Design occurs through evolving, peer-to-peer community interactions in order to suit participant-defined goals |
| very useful | The bicorder was very useful and relevant for analyzing this protocol | | very useful | The bicorder was very useful and relevant for analyzing this protocol |
| voluntary | Participation in the protocol is optional and not coerced | | voluntary | Participation in the protocol is optional and not coerced |
| Whitehead | Enables participants to carry out desired activities with less work or thought |