-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
51 lines (44 loc) · 3.39 KB
/
Copy pathterms.html
File metadata and controls
51 lines (44 loc) · 3.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Mohammed Ali Sharafuddin">
<meta name="description" content="Terms of use for mohammedalisharafuddin.github.io, covering content licensing, software tools, and external links.">
<meta name="robots" content="index,follow">
<title>Terms of Use - Mohammed Ali Sharafuddin</title>
<link rel="canonical" href="https://mohammedalisharafuddin.github.io/terms.html">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/assets/images/favicon/favicon-32x32.png" type="image/png" sizes="32x32">
<link rel="apple-touch-icon" href="/assets/images/favicon/apple-touch-icon.png" sizes="180x180">
<meta name="theme-color" content="#0B3A78">
<meta name="referrer" content="strict-origin-when-cross-origin">
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; max-width: 40em; margin: 3rem auto; padding: 0 1.5rem; color: #13325B; line-height: 1.6; }
a { color: #0B3A78; }
h1 { font-size: 1.6rem; }
h2 { font-size: 1.15rem; margin-top: 2rem; }
footer { margin-top: 3rem; font-size: 0.85rem; color: #556; }
</style>
</head>
<body>
<p><a href="index.html">← Mohammed Ali Sharafuddin</a></p>
<h1>Terms of Use</h1>
<p>Last updated: 30 July 2026. By using <a href="https://mohammedalisharafuddin.github.io/">mohammedalisharafuddin.github.io</a>, you agree to the terms below.</p>
<h2>Content and licensing</h2>
<p>Textbooks such as <a href="books.html"><em>Quantitative Analysis with Small Samples</em></a> are published under a <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener">Creative Commons Attribution 4.0 (CC BY 4.0)</a> licence unless stated otherwise on that item's page. Blog posts, page text, and site design are the author's copyright; short excerpts may be quoted with attribution and a link back to the source page.</p>
<h2>Software and tools</h2>
<p>The <a href="software.html">surveyframe</a> R package and other open-source tools listed on this site are distributed under the licence stated in their own repository or CRAN listing. Browser-based tools and Excel templates on the <a href="tools.html">Tools</a> and <a href="templates.html">Templates</a> pages are provided "as is," without warranty of any kind, for educational and research use.</p>
<h2>No professional advice</h2>
<p>Statistical guidance, code examples, and templates on this site are for educational purposes. They are not a substitute for advice from a qualified statistician, supervisor, or legal/financial professional for decisions with real consequences.</p>
<h2>External links</h2>
<p>This site links to third-party services (CRAN, ORCID, Google Scholar, GitHub, OSF, Zenodo, flairmi.com, and others). The author is not responsible for the content, availability, or policies of those external sites.</p>
<h2>Changes</h2>
<p>These terms may be updated from time to time; the "Last updated" date above will change accordingly. Continued use of the site after an update means you accept the revised terms.</p>
<h2>Contact</h2>
<p>Questions about these terms can be sent to <a href="mailto:mohammedali.page@gmail.com">mohammedali.page@gmail.com</a>.</p>
<footer>
<p><a href="index.html">Home</a> · <a href="about.html#contact">Contact</a> · <a href="privacy.html">Privacy Policy</a></p>
</footer>
</body>
</html>