-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4991 task update gollm intervention policy schema to align with new i…
…ntervention policy model (#5010)
- Loading branch information
Showing
16 changed files
with
214 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
LATEXT_STYLE_GUIDE = """ | ||
1) Derivatives must be written in Leibniz notation | ||
2) First-order derivative must be on the left of the equal sign | ||
3) Use whitespace to indicate multiplication | ||
a) "*" is optional but probably should be avoided | ||
4) "(t)" is optional and probably should be avoided | ||
5) Avoid superscripts and LaTeX superscripts "^", particularly to denote sub-variables | ||
6) Subscripts using LaTeX "_" are permitted | ||
a) Ensure that all characters used in the subscript are surrounded by a pair of curly brackets "{...}" | ||
7) Avoid mathematical constants like pi or Euler's number | ||
a) Replace them as floats with 3 decimal places of precision | ||
8) Avoid parentheses | ||
9) Avoid capital sigma and pi notations for summation and product | ||
10) Avoid non-ASCII characters when possible | ||
11) Avoid using homoglyphs | ||
12) Avoid words or multi-character names for variables and names | ||
a) Use camel case to express multi-word or multi-character names | ||
""" |
Oops, something went wrong.