JuliaLang / www.julialang.org

Julia Project website
https://julialang.org
Other
359 stars 438 forks source link

New Julia Books #1774

Closed B-LIE closed 1 year ago

B-LIE commented 1 year ago

The following two books have been published by SIAM Books -- both are available in Amazon:

  1. Kelley, C.T. (2022). Solving Nonlinear Equations with Iterative Methods. Solvers and Examples in Julia. [Jupyter Notebooks]

  2. Kaszkurewicz, Eugenius, and Bhaya, Amit (2022). Business Dynamics Models: Optimization-Based One Step Ahead Optimal Control. [JuMP/Julia with Jupyter Notebooks]

ctkelley commented 1 year ago

I would change the entry for my book above to

C. T. Kelley, Solving Nonlinear Equations with Iterative Methods. Solvers and Examples in Julia, SIAM, 2022. [Jupyter Notebooks, Julia Package]

ViralBShah commented 1 year ago

Would appreciate if PRs are submitted to the books section.

essenciary commented 1 year ago

I've got one too :)

What's the process to have the title featured on the "Learn" page? Some of the titles there are quite old and most likely no longer relevant. I would no longer recommend my 2018 book targeting Julia v1 - and some of the books there are even older.

ctkelley commented 1 year ago

I'm not clear on how to submit a pull request to the books section? I'm not clear on where the "books section" is located.

When I go to https://github.com/JuliaLang/www.julialang.org/pulls and click on new pull request I am not sure what to do next. There is no button on that page to make a new branch.

giordano commented 1 year ago

If you go to https://julialang.org/learning/books/ there is a floating button on the bottom right corner of the page which brings you to https://github.com/JuliaLang/www.julialang.org/blob/main/learning/books.md. If you click on the :pencil2: ("Edit this file") button GitHub will automatically fork the repository for you (if you don't have a fork already) and after saving the changes you'll be prompted to open a pull request.

ViralBShah commented 1 year ago

We don't curate the books we list there, but we can certainly separate out the old ones from the more recent ones.

essenciary commented 1 year ago

Note that the footer should also be updated. The copyright is stuck in 2021. Not a big deal but it gives a negative impression to picky users. We could enhance it with a JS snippet to always show the current year.

ctkelley commented 1 year ago

Thanks, done.

— Tim

On Mon, Jan 16, 2023 at 7:33 AM Mosè Giordano @.***> wrote:

If you go to https://julialang.org/learning/books/ there is a floating button on the bottom right corner of the page which brings you to https://github.com/JuliaLang/www.julialang.org/blob/main/learning/books.md. If you click on the ✏️ ("Edit this file") button GitHub will automatically fork the repository for you (if you don't have a fork already) and after saving the changes you'll be prompted to open a pull request.

— Reply to this email directly, view it on GitHub https://github.com/JuliaLang/www.julialang.org/issues/1774#issuecomment-1383989109, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACOEX67MPGCWHFUQEAHXR2LWSU52RANCNFSM6AAAAAARVCAFCY . You are receiving this because you commented.Message ID: <JuliaLang/www. @.***>

-- C. T. Kelley Department of Mathematics, Box 8205 SAS Hall 2311 Stinson Drive North Carolina State University Raleigh, NC 27695-8205 (919) 515-7163, (919) 513-7336 (FAX) @.*** https://ctk.math.ncsu.edu

logankilpatrick commented 1 year ago

Closing this for now, please open PR's with the books you want added!