From 57b780fe95bb06a6efdda37e4bb0b0bbc48d08a3 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Sun, 25 Jan 2026 22:48:54 -0700 Subject: [PATCH] Additional analysis in app and tweaked json descriptions --- analysis/bicorder_analyze.py | 0 analysis/bicorder_batch.py | 0 analysis/bicorder_init.py | 0 analysis/bicorder_query.py | 0 analysis/multivariate_analysis.py | 0 ascii_bicorder.py | 0 bicorder-app/serve-local.sh | 0 bicorder-app/update-diagnostic.sh | 0 bicorder.json | 20 ++++++++++---------- 9 files changed, 10 insertions(+), 10 deletions(-) mode change 100755 => 100644 analysis/bicorder_analyze.py mode change 100755 => 100644 analysis/bicorder_batch.py mode change 100755 => 100644 analysis/bicorder_init.py mode change 100755 => 100644 analysis/bicorder_query.py mode change 100755 => 100644 analysis/multivariate_analysis.py mode change 100755 => 100644 ascii_bicorder.py mode change 100755 => 100644 bicorder-app/serve-local.sh mode change 100755 => 100644 bicorder-app/update-diagnostic.sh diff --git a/analysis/bicorder_analyze.py b/analysis/bicorder_analyze.py old mode 100755 new mode 100644 diff --git a/analysis/bicorder_batch.py b/analysis/bicorder_batch.py old mode 100755 new mode 100644 diff --git a/analysis/bicorder_init.py b/analysis/bicorder_init.py old mode 100755 new mode 100644 diff --git a/analysis/bicorder_query.py b/analysis/bicorder_query.py old mode 100755 new mode 100644 diff --git a/analysis/multivariate_analysis.py b/analysis/multivariate_analysis.py old mode 100755 new mode 100644 diff --git a/ascii_bicorder.py b/ascii_bicorder.py old mode 100755 new mode 100644 diff --git a/bicorder-app/serve-local.sh b/bicorder-app/serve-local.sh old mode 100755 new mode 100644 diff --git a/bicorder-app/update-diagnostic.sh b/bicorder-app/update-diagnostic.sh old mode 100755 new mode 100644 diff --git a/bicorder.json b/bicorder.json index aaca20b..0bf1553 100644 --- a/bicorder.json +++ b/bicorder.json @@ -1,7 +1,7 @@ { "name": "Protocol Bicorder", "schema": "bicorder.schema.json", - "version": "1.2.4", + "version": "1.2.5", "description": "A diagnostic tool for the study of protocols", "author": "Nathan Schneider", "date_modified": "2025-12-02", @@ -22,18 +22,18 @@ "gradients": [ { "term_left": "explicit", - "term_left_description": "The design is stated explicitly somewhere that is accessible to participants", + "term_left_description": "Design is stated explicitly somewhere that is accessible to participants", "term_right": "implicit", - "term_right_description": "The design is not stated explicitly and is learned by use", + "term_right_description": "Design is not stated explicitly and is learned by use", "value": null, "notes": null, "shortform": false }, { "term_left": "precise", - "term_left_description": "The design is specified with a high level of precision that eliminates ambiguity in implementation", + "term_left_description": "Specified with a high level of precision that eliminates ambiguity in implementation", "term_right": "interpretive", - "term_right_description": "The design is ambiguous, allowing participants a wide range of interpretation", + "term_right_description": "Ambiguous design, allowing participants a wide range of interpretation", "value": null, "notes": null, "shortform": true @@ -49,9 +49,9 @@ }, { "term_left": "documenting", - "term_left_description": "The primary purpose is to document or validate activity that is occurring", + "term_left_description": "Intended to document or validate activity that is occurring", "term_right": "enabling", - "term_right_description": "The primary purpose is to enable activity that might not happen otherwise", + "term_right_description": "Intended to enable activity that might not happen otherwise", "value": null, "notes": null, "shortform": false @@ -118,7 +118,7 @@ }, { "term_left": "self-enforcing", - "term_left_description": "Rules are automatically enforced through its own mechanisms", + "term_left_description": "Rules automatically enforced through its own mechanisms", "term_right": "enforced", "term_right_description": "Rules require external enforcement by authorities or institutions", "value": null, @@ -136,9 +136,9 @@ }, { "term_left": "obligatory", - "term_left_description": "Participation is compulsory for a certain class of agents", + "term_left_description": "Compulsory participation for a certain class of agents", "term_right": "voluntary", - "term_right_description": "Participation in the protocol is optional and not coerced", + "term_right_description": "Participation is optional and not coerced", "value": null, "notes": null, "shortform": true