Using GitHub Code in Your Thesis: Guidelines and Best Practices
Learn how to properly use GitHub code in your thesis with proper attribution and licensing adherence.
0 views
Yes, you can use GitHub code in your thesis, but ensure you comply with the code's license. Include proper attribution and citation to the original authors. Check if the repository has a license file and abide by its terms, whether it's MIT, GPL, Apache, or any other. If the repository lacks a clear license or you're unsure, it’s best to contact the author for permission.
FAQs & Answers
- What licenses can I find on GitHub? GitHub repositories commonly use licenses such as MIT, GPL, and Apache. Always check the license file in the repository for specifics.
- How should I attribute code used in my thesis? Include a citation for the original code and acknowledge the authors in your thesis to comply with academic standards.
- What if there's no license in the GitHub repository? If there's no clear license, it's best to contact the code's author for permission before using it in your thesis.
- Can I modify GitHub code for my thesis? Yes, but ensure that you respect the terms of the license and provide appropriate attribution for any modifications.