Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature coauthor support #102

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Feature coauthor support #102

wants to merge 2 commits into from

Conversation

alextio
Copy link
Contributor

@alextio alextio commented Feb 19, 2025

Closes #62

Copy link

netlify bot commented Feb 19, 2025

Deploy Preview for kixlab ready!

Name Link
🔨 Latest commit 767debe
🔍 Latest deploy log https://app.netlify.com/sites/kixlab/deploys/67b5fd9f2d98770008f5a79b
😎 Deploy Preview https://deploy-preview-102--kixlab.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 72 (🔴 down 25 from production)
Accessibility: 98 (no change from production)
Best Practices: 83 (🔴 down 9 from production)
SEO: 91 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@alextio alextio self-assigned this Feb 19, 2025
@alextio alextio requested a review from jhw123 February 19, 2025 15:54
)
)}
</AuthorList>
const printAuthor = (author: Member | string, asterisks: string) => {
Copy link
Member

Choose a reason for hiding this comment

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

Since this returns a component, the name should be PrintAuthor. I would change the name to Name

@@ -164,6 +164,7 @@ export const MEMBERS: Record<string, Member> = {
email: '[email protected]',
kixlabPosition: 'Postdoc Researcher',
img: 'daehyun.jpg',
isAlumni: true,
Copy link
Member

Choose a reason for hiding this comment

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

why can't we use endDate to indicate if the person is an alumnus? I would change endYear to endDate

startSeason: 'Summer',
},
// How should we handle Sung-Chul's entry?
// sungchullee: {
Copy link
Member

Choose a reason for hiding this comment

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

is this discussed with Juho?

@jhw123
Copy link
Member

jhw123 commented Feb 20, 2025

this branch is checked out from the other branch. If you are merging a branch into main, the branch should be from main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Co-author expression (*) unavailable in publication page
2 participants