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

Fix current year in app #710

Merged
merged 5 commits into from
Apr 30, 2024
Merged

Fix current year in app #710

merged 5 commits into from
Apr 30, 2024

Conversation

AndresOrtegaGuerrero
Copy link
Member

Fix Year in app

qe.ipynb Outdated
"footer = ipw.HTML(\n",
" f'<p style=\"text-align:right;\">Copyright (c) 2023 AiiDAlab team (EPFL)&#8195Version: {__version__}</p>'\n",
" f'<p style=\"text-align:right;\">Copyright (c) {current_year} AiiDAlab team (EPFL)&#8195Version: {__version__}</p>'\n",
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
" f'<p style=\"text-align:right;\">Copyright (c) {current_year} AiiDAlab team (EPFL)&#8195Version: {__version__}</p>'\n",
" f'<p style=\"text-align:right;\">Copyright (c) {current_year} AiiDAlab team&#8195Version: {__version__}</p>'\n",

Discussed with @superstar54, we remove the affiliation.

Copy link
Member

@unkcpz unkcpz left a comment

Choose a reason for hiding this comment

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

Thanks! Only one request.

@AndresOrtegaGuerrero AndresOrtegaGuerrero merged commit d13acbd into main Apr 30, 2024
18 checks passed
@AndresOrtegaGuerrero AndresOrtegaGuerrero deleted the fix/time branch April 30, 2024 13:53
@superstar54 superstar54 mentioned this pull request May 1, 2024
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.

None yet

2 participants