-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add scientific talks section #80
base: main
Are you sure you want to change the base?
Conversation
(cherry picked from commit e742167abbbb08f6c03ec15f7561339e5524a55d)
@kyouko-taiga could you take a look and merge this? |
I wonder whether segregating certain materials as "scientific" is really what we want. Thoughts? |
I agree with @dabrahams (or what I think his remark implied). I don't believe it's necessary to put "scientific" talks in a different section. These are just talks. The "scientific papers" title makes more sense, but I would but "academic" instead of "scientific". |
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've been busy last year. The following papers can be added to the list:
@@ -15,12 +15,26 @@ | |||
|
|||
## Scientific Talks | |||
|
|||
| Venue | Year | Speaker | Title | | |||
| Venue | Date | Speaker | Title | | |||
|:-----:|:-------:|:-------------:|:-----------------------------------------------------| | |||
| IWACO | 2023-05 | Dimi Racordon | [Borrow checking Hylo](https://youtu.be/oFupPFniD9s) | | |||
|
|||
## Scientific Papers |
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.
## Scientific Papers | |
## Academic Papers |
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.
Perhaps more appropriate. Everything we do in this project is scientific, but those papers specifically have been written for an academic audience (except maybe the P2676R0 but I think it's fine to list it with the others).
Adds scientific talks to the website, and corrects some minor mistakes (Year->Date, missing link in readme)