Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 1 addition & 20 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,4 @@
title: "Welcome"
---

<!--- # Welcome to the McPherson Group -->

The McPherson Group is a research group focused on advancing knowledge through innovative research and collaboration.

## Research Focus

Our group conducts cutting-edge pharmacological research in:

- Data science and computational methods
- Statistical modeling and analysis
- Interdisciplinary research collaborations
- Open science and reproducible research

## News & Updates

Stay tuned for updates on our latest research findings, publications, and group activities.

## Contact

For inquiries about our research or potential collaborations, please visit our [About](about.qmd) page for contact information.
![Welcome to the McPherson Group](welcome-banner.png)
Copy link
Preview

Copilot AI Sep 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The alt text 'Welcome to the McPherson Group' is too generic for a welcome banner image. Consider more descriptive alt text that conveys the image content and context, such as 'McPherson Group welcome banner with gradient background and research mission statement'.

Suggested change
![Welcome to the McPherson Group](welcome-banner.png)
![McPherson Group welcome banner with gradient background and research mission statement](welcome-banner.png)

Copilot uses AI. Check for mistakes.

9 changes: 9 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@ img {
height: auto;
}

/* Welcome banner styling for homepage */
.quarto-title + p img {
Copy link
Preview

Copilot AI Sep 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CSS selector .quarto-title + p img is fragile and relies on specific HTML structure generated by Quarto. Consider using a more semantic class-based selector like .welcome-banner on the image element to make the styling more maintainable and less dependent on the generated DOM structure.

Suggested change
.quarto-title + p img {
.welcome-banner {

Copilot uses AI. Check for mistakes.

width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
margin: 2rem 0;
}

/* Footer styling */
.footer {
margin-top: 3rem;
Expand Down
Binary file added welcome-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.