-
-
Notifications
You must be signed in to change notification settings - Fork 10
Adding a CCECE 2025 paper section to the News and Status Reports page #283
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
Conversation
Upload IEEE CCEECE 2025 paper preprint to link from the News and Status Reports page. Signed-off-by: Paolo Amoroso <[email protected]>
Add a section on the CCEECE 2025 talk by Eleanor Young with a link to the preprint. This addresses Medley issue #2175. Signed-off-by: Paolo Amoroso <[email protected]>
content/en/project/status/_index.md
Outdated
@@ -22,6 +22,12 @@ The [2024 Medley Interlisp Annual Report](/project/status/2024medleyannualreport | |||
|
|||
Builds of Medley for several operating systems and architectures are generated automatically every week. You can [learn what's changed and download the latest builds](https://github.com/Interlisp/medley/releases). We advise caution as these builds are untested and may have bugs or other issues. | |||
|
|||
## May 2025 IEEE Canadian Conference on Electrical and Computer Engineering | |||
|
|||
On May 28, 2025 Eleanor Young [gave the talk](https://ccece2025.ieee.ca/technical-program) "The Medley Interlisp Project: Reviving a Historical Software System" at the [2025 IEEE Canadian Conference on Electrical and Computer Engineering and Industry Summit](https://ccece2025.ieee.ca) (CCECE). The paper by Young et al. was accepted for publication. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about replacing 'gave the talk' with 'presented'? I would also drop the link to the technical program. That's a rat hole that we don't need to be directing people to. They can get to it from the conference link, if interested.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I applied these changes and the ones in your other comment, thanks.
content/en/project/status/_index.md
Outdated
|
||
On May 28, 2025 Eleanor Young [gave the talk](https://ccece2025.ieee.ca/technical-program) "The Medley Interlisp Project: Reviving a Historical Software System" at the [2025 IEEE Canadian Conference on Electrical and Computer Engineering and Industry Summit](https://ccece2025.ieee.ca) (CCECE). The paper by Young et al. was accepted for publication. | ||
|
||
You can [download the preprint of the paper](/documentation/young-ccece2025.pdf). For questions and inquiries about the paper please post to a [communication channel we monitor](../getInvolved#3-join-in-the-discussions). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe change the sentence to something like this:
A preprint of the paper is available. Please post questions, inquiries or your thoughts on the paper to one of our social media sites.
Rephrase the reference to the CCECE talk. Remove the link to the CCECE technical program. Rephrase the reference to the downloadable preprint for smoother flow. These changes address feedback by Bill Stumbo. Signed-off-by: Paolo Amoroso <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This change adds to the News and Status Reports page a section on the CCEECE 2025 talk by Eleanor Young with a link to the preprint. It addresses issue #2175.