-
Notifications
You must be signed in to change notification settings - Fork 14
Draft abstract for GSoC project: linked list #16
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
Draft abstract for GSoC project: linked list #16
Conversation
Hi Chetan,
Nice start. I do not have a convenient interface to reviewing on github on
my phone, so I will do it the old-fashioned way.
"Thier" should be their
"A list" in the first part should be a linked list. Instead of necessary, I
would use "classical" or "convenient", as there are many ways to skin a cat
(figuratively speaking).
I would say that the gsoc project "aims" instead of "aimed". Or perhaps
even better "the goal of the gsoc project was" (tenses are tricky).
You left out a number of "the"s but Milan can help you with those.
Regarda,
Arjen
Op vr 30 jul. 2021 15:42 schreef ChetanKarwa ***@***.***>:
… @milancurcic <https://github.com/milancurcic> @arjenmarkus
<https://github.com/arjenmarkus>
Here is the draft for the abstract of the linked list project.
Please let me know if any changes are needed.
------------------------------
You can view, comment on, or merge this pull request online at:
#16
Commit Summary
- add readme file
- Update README.md
File Changes
- *A* FortranCon2021-linked_list/README.md
<https://github.com/fortran-lang/talks/pull/16/files#diff-b7d007fcd6eaa85b5bdaaec870f0c7f31540f8dc8627580e9487818a171e0201>
(14)
Patch Links:
- https://github.com/fortran-lang/talks/pull/16.patch
- https://github.com/fortran-lang/talks/pull/16.diff
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN6YR2KMJINGPGSZ3OBELDT2KT5VANCNFSM5BIRY22Q>
.
|
Thanks Chetan! I suggest:
What is the title? I suggest: "Linked lists in the Fortran Standard Library" Please submit when ready. |
First place I encountered a linked list when I began to learn programming was in a CFD code (written in C) that came with the book
The linked list was used to store coordinates of tracer particles injected at a certain rate at a defined point within the flow. Connecting the particles, it is possible to draw the streaklines of the flow. An example of what the tracer particles look like (not showing any streaklines) can be seen here: https://www.youtube.com/watch?v=jfZFez-ducs&t=38s So the application would be essentially a self-growing container. |
@ChetanKarwa Did you submit this abstract? |
Hi Chetan, Milan,
let's meet this week to prepare the talk. My agenda has room for a meeting
on most afternoons this week (except today).
Regards,
Arjen
Op vr 3 sep. 2021 om 18:01 schreef Milan Curcic ***@***.***>:
… @ChetanKarwa <https://github.com/ChetanKarwa> Did you submit this
abstract?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN6YRYVHD7WN7V3TZLKGOLUADWNBANCNFSM5BIRY22Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@milancurcic @arjenmarkus
Here is the draft for the abstract of the linked list project.
Please let me know if any changes are needed.