-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
72 lines (55 loc) · 4.35 KB
/
resources.html
File metadata and controls
72 lines (55 loc) · 4.35 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
layout: default
title: Resources
---
<div class="page-content">
<h2>AIUL Resources</h2>
<p>This page provides resources to help educators implement AIUL tags in their courses and assignments.</p>
<!-- <h3>Implementation Guides</h3>
<div style="display: flex; flex-wrap: wrap; gap: 1.5rem; margin: 1.5rem 0;">
<div style="flex: 1; min-width: 250px; background: #f9f9f9; padding: 1.5rem; border-radius: 8px;">
<h4>For Instructors</h4>
<p>Comprehensive guide for implementing AIUL tags in your courses</p>
<a href="#" style="color: #0f4c81; display: block; margin-top: 1rem;">Download PDF</a>
</div>
<div style="flex: 1; min-width: 250px; background: #f9f9f9; padding: 1.5rem; border-radius: 8px;">
<h4>For Administrators</h4>
<p>Guidelines for institution-wide AIUL policy implementation</p>
<a href="#" style="color: #0f4c81; display: block; margin-top: 1rem;">Download PDF</a>
</div>
<div style="flex: 1; min-width: 250px; background: #f9f9f9; padding: 1.5rem; border-radius: 8px;">
<h4>For Students</h4>
<p>Guide to understanding and following AIUL guidelines in your coursework</p>
<a href="#" style="color: #0f4c81; display: block; margin-top: 1rem;">Download PDF</a>
</div>
</div>
-->
<h3>Sample Syllabus Language</h3>
<p>The following templates can be adapted for use in your course syllabi:</p>
<h4>General Policy Statement</h4>
<div style="background: #f5f5f5; padding: 1.5rem; border-left: 4px solid #0f4c81; margin: 1rem 0;">
<p><strong>AI Usage Policy:</strong> This course uses the AI Usage License (AIUL) tagging system to clearly communicate expectations around the use of AI tools in assignments. Each assignment will include an AIUL tag that indicates the permitted level of AI usage. Students are responsible for understanding and adhering to these guidelines. For more information about AIUL tags, please visit <a href="https://dmd-program.github.io/aiul">https://dmd-program.github.io/aiul</a>.</p>
</div>
<h4>Assignment-Specific Language</h4>
<div style="background: #f5f5f5; padding: 1.5rem; border-left: 4px solid #0f4c81; margin: 1rem 0;">
<p><strong>AIUL-NA:</strong> This assignment is tagged AIUL-NA (Not Allowed), which means no AI tools are permitted. All work must be entirely your own without assistance from AI text generators, image generators, or similar tools.</p>
</div>
<div style="background: #f5f5f5; padding: 1.5rem; border-left: 4px solid #0f4c81; margin: 1rem 0;">
<p><strong>AIUL-CD-WR:</strong> This assignment is tagged AIUL-CD-WR (Conceptual Development for Writing), which means you may use AI writing tools for research and idea generation, but the final written work must be entirely your own. You must cite any AI tools used in your research process.</p>
</div>
<div style="background: #f5f5f5; padding: 1.5rem; border-left: 4px solid #0f4c81; margin: 1rem 0;">
<p><strong>AIUL-DP-IM:</strong> This assignment is tagged AIUL-DP-IM (Directed Production for Images), which means you may use AI image generation tools to create your work, but you must provide clear direction to the AI, modify or refine the outputs, and document your process. The concept, direction, and post-processing should demonstrate your creative input.</p>
</div>
<h3>Documentation Templates</h3>
<p>For assignments with tags AIUL-CD through AIUL-IU, we recommend requiring students to document their AI usage. The following templates can help structure this documentation:</p>
<h4>AI Usage Documentation Template</h4>
<div style="background: #f5f5f5; padding: 1.5rem; border-left: 4px solid #0f4c81; margin: 1rem 0;">
<p><strong>AI Tools Used:</strong> [List all AI tools used in the process]</p>
<p><strong>Purpose of AI Usage:</strong> [Describe how AI was integrated into your process]</p>
<p><strong>Prompts/Inputs:</strong> [Document key prompts or inputs provided to AI tools]</p>
<p><strong>Modifications:</strong> [Describe how you modified or refined AI outputs]</p>
<p><strong>Reflection:</strong> [Reflect on the human-AI collaboration process, challenges, and insights]</p>
</div>
<h3>AIUL Tag Graphics</h3>
<p>Download official AIUL tag graphics to include in your assignment materials, or use our <a href="{{ '/tag-generator.html' | relative_url }}">Tag Generator</a> to create custom tags.</p>
</div>