GenAI Icons Overview Page (for Students)

Instructions

The following page of content has been designed to be added to a Getting Started lesson, course overview, or syllabus module to provide a basic overview of the GenAI Icons for students. To include this page in your Canvas course you will need to either

  • identify an existing Canvas page on which you would like to add the content, or
  • create a new Canvas page and add this content to it. 

Then, do the following:

  1. Copy the code provided below.
  2. Go to the page of the Canvas course you wish to modify.
  3. Select the Edit button, and then select the HTML editor (the </> button beneath the RCE window).
  4. Paste the code.
  5. After pasting the code, switch back to the RCE by selecting the </> button again to view the result of your code.

Text for Overview Page

Throughout this course, you will see specific guidance for use of generative AI (GenAI) on assignments. You will see the following icons and supporting text to describe if, when, and how you may use GenAI. Please read the guidance provided on each assignment, as the information may change from assignment to assignment. Generally, though, you will see one of three levels of use, which include the following:

  • GenAI Use Is Allowed
  • GenAI Use Is Limited
  • GenAI Use Is Not Permitted

Across all levels of GenAI use, you should consider ethical implications, which include using a safe, secure, humane, transparent, and environmentally friendly approach to GenAI.

At times, you may be asked to provide attribution for any GenAI-generated material that you quote, paraphrase, or incorporate into your own work for this assignment. Please refer to these Generative AI Citation Guidelines and Penn State's Generative AI Library Guide for further guidance.


GenAI Use Is Allowed

You may responsibly use GenAI within the provided guidelines.

GenAI Use Is Limited

You may responsibly use GenAI within the provided guidelines.

GenAI Use Is Not Permitted

You may not use GenAI. This includes standalone large language models (LLMs), such as ChatGPT, Copilot, Gemini, Llama, DeepSeek, Claude, or Anthropic and software with GenAI features.


  GenAI Icons Overview Page (For Students) Code to Copy
 <p>Throughout this course, you will see specific guidance for use of generative AI (GenAI) on assignments. You will see the following icons and supporting text to describe if, when, and how you may use GenAI. Please read the guidance provided on each assignment, as the information may change from assignment to assignment. Generally, though, you will see one of three levels of use, which include the following:</p>
<ul>
  <li>GenAI Use Is Allowed</li>
  <li>GenAI Use Is Limited</li>
  <li>GenAI Use Is Not Permitted</li>
</ul>
<p><span>Across all levels of GenAI use, you should consider ethical implications, which include using a safe, secure, humane, transparent, and environmentally friendly approach to GenAI.</span></p>
<p><span>At times, you may be asked to provide attribution for any GenAI-generated material that you quote, paraphrase, or incorporate into your own work for this assignment. Please refer to these&nbsp;<a class="inline_disabled external" href="https://guides.libraries.psu.edu/GenAI/citing" target="_blank" rel="noopener">Generative AI Citation Guidelines</a>&nbsp;and&nbsp;<a class="inline_disabled external" href="https://guides.libraries.psu.edu/c.php?g=1338692&amp;p=9866353" target="_blank" rel="noopener">Penn State's Generative AI Library Guide</a>for further guidance.</span></p>
<hr />
<div style="margin: 1rem; padding: 0.3rem 1rem 0; border: 3px solid #008755; border-radius: 1.25rem; background: #edf8f7; font-size: 1rem;">
  <h2><img role="presentation" src="https://lmstools.ais.psu.edu/psuicons/ai/allowed%20icon.png" alt="" width="90" height="105" /> GenAI Use Is Permitted</h2>
  <p>You may responsibly use GenAI within the provided guidelines.</p>
</div>
<div style="margin: 1rem; padding: 0.3rem 1rem 0; border: 3px solid #ffd100; border-radius: 1.25rem; background: #FDfbf5; font-size: 1rem;">
  <h2><img role="presentation" src="https://lmstools.ais.psu.edu/psuicons/ai/limited%20icon.png" alt="" width="90" height="105"/> GenAI Use Is Limited</h2>
  <p>You may responsibly use GenAI within the provided guidelines.</p>
</div>
<div style="margin: 1rem; padding: 0.3rem 1rem 0; border: 3px solid #bc204b; border-radius: 1.25rem; background: #fbecf0; font-size: 1rem;">
  <h2><img role="presentation" src="https://lmstools.ais.psu.edu/psuicons/ai/not%20permitted%20no%20spark%20icon.png" alt="" width="90" height="105"/> GenAI Use Is Not Permitted</h2>
  <p><strong>You may not use GenAI.</strong> This includes standalone large language models (LLMs), such as any tool using large language models (LLMs), such as ChatGPT, Copilot, Gemini, Llama, DeepSeek, Claude, or Anthropic and software with GenAI features.</p>
</div>