You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+29-4Lines changed: 29 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,20 +79,45 @@ Use clear, consistent commit messages:
79
79
80
80
---
81
81
82
-
## 8.Ethical Use of AI
82
+
## 8.Ethical Use of AI
83
83
Please read the [AI_GUIDELINES](https://github.com/rajeevphysics/Obsidian-MathMatter/blob/contrib/AI_GUIDELINES.md) for how to use AI with this project
84
84
In short:
85
85
- AI **can be used** to help draft explainations, write LaTeX blocks, code or double check math equations
86
86
- Using AI in this way should be **DOUBLE CHECKED** for accuracy
87
87
- AI **should not be used** to write full explanations, bypass closed sources such as textbook, articles or blogs
88
88
89
-
## 8. Code of Conduct
89
+
## 9. Ethical Attrubtions
90
+
To keep this project accurate and legally safe:
91
+
92
+
1.**Definitions and Examples**
93
+
- If you take a **definition** directly from a textbook, paper, or online source, you must reference it.
94
+
- If you use an **example** or problem statement from another source, you must also reference it.
95
+
96
+
2.**How to Reference**
97
+
- Use a Markdown footnote or inline link at the end of the sentence.
98
+
- Example with footnote:
99
+
> A vector space is a set of elements with two operations, addition and scalar multiplication, satisfying certain axioms.[^1]
- To create footnotes refer to [Obsidian Help Page](https://help.obsidian.md/syntax#Footnotes)
102
+
103
+
3.**Licensing Rules**
104
+
- Only use sources that **allow reuse** under their license:
105
+
- Open Educational Resources (OER) with a Creative Commons license
106
+
- Public domain works
107
+
- Materials you created yourself
108
+
- Do **not** copy from textbooks or websites that prohibit reuse (most commercial textbooks). Instead, **paraphrase in your own words** and then reference.
109
+
110
+
4.**When in Doubt**
111
+
- If you’re unsure whether you can reuse a definition or example, **paraphrase** it in your own words and link to the source instead of copying.
112
+
- Always err on the side of giving credit.
113
+
114
+
## 10. Code of Conduct
90
115
91
116
Please read the [Code of Conduct](CODE_OF_CONDUCT.md).
92
117
In short:
93
118
- Be respectful in discussions and contributions.
94
-
- If you use these notes in your own projects, please **credit this repo** and include my [Buy Me a Coffee link](https://buymeacoffee.com/rajeevproject).
95
-
- Don’t copy without attribution.
119
+
- If you use these notes in your own projects, please **credit this project** and include my [Buy Me a Coffee link](https://buymeacoffee.com/rajeevproject) and link to the [main website](mathandmatter.com)
0 commit comments