Working together to make our LibGuides smarter.
Use ChatGPT to generate style guides, pick harmonious color palettes, draft gradient banners & buttons, and suggest navigation layout tweaks. Maintain a cohesive look across all guides with minimal effort.
<div style="background:linear-gradient(90deg,#1e4ed8,#3b82f6); color:#fff; padding:16px; border-radius:10px;">...</div>
Spin up reusable page sections fast: banners, Quick Navigation boxes, InfoCards, side-nav tips, and page layouts — all standardized for your LibGuides.
<div style="display:grid;grid-template-columns:2fr 1fr;gap:12px;">...</div>
Add collapsible FAQs, show/hide previews, code toggles, and search bars to make your guides more dynamic, scannable, and mobile-friendly.
<details><summary><strong>Question</strong></summary>Answer...</details>
Brainstorm, outline, draft, and polish with AI. Ask for tone, structure, and audience-aware edits to make pages clearer and more helpful.
Draft sample: This guide helps you find credible sources quickly. Start with the database list, then filter for peer-reviewed results. When stuck, use our Ask-Review-Revise steps.
<p><strong>Draft sample:</strong> ...</p>
Translate text, convert citations, and reformat content for different audiences while preserving clarity, accuracy, and style.
Preview: (translated & simplified text here)
<p><strong>Preview:</strong> (translated text)</p>
Get clear explanations of LibGuides tools and links to official documentation. Use AI to draft quick “how-to” snippets for your team.
<ol><li>...</li></ol>
Collect ideas, refine them with ChatGPT, and co-create clear, useful content for students and faculty.
<ul><li>...</li></ul>
High-impact tweaks: clearer steps, consistent spacing, strong contrast, and mobile-friendly layouts.
Before → After: Increased line height, bumped text to 16–18px, improved button contrast, added consistent card spacing.
/* Example CSS */ :root { --base:16px; } body { font-size:var(--base); line-height:1.55; }
Written by ChatGPT. Edited by Peter Z. McKay. [Today's date]