Scientific Programming
153 subscribers
158 photos
30 videos
138 files
442 links
Tutorials and applications from scientific programming

https://github.com/Ziaeemehr
Download Telegram
8th Workshop on Collaborative Scientific Software Development and Management of Open Source Scientific Packages


Writing software has become central to research in many fields of science. This Workshop aims to give early-career scientists an introduction to a variety of topics that help them to write efficient, clean, maintainable and long-lived code that is useful beyond solving an immediate problem. In a mixture of talks and many hands-on sessions, the focus lies on showing best practices and building fundamental skills in creating, extending and collaborating on modular and reusable software.


Topics:

Effective collaborative development with multiple co-authors

Python / shell scripts as glue code

Modular, reusable software design

Software optimization

Version control and release cycles

Automated testing frameworks

Structured documentation

Management of open source scientific packages

Continuous integration & deployment

Conversational development

The online Workshop has a limited number of 35 seats. Participation requires attending all e-classes and a full-time commitment to the final 3-days projects, in which participants will work in remote groups. At the end of the course, to obtain the final certificates, group members are expected to leverage on collaborative development techniques to deliver a final software.
Deadline for applications is set at 27th September, participants can apply here: https://e-applications.ictp.it/applicant/login/3646
For more information please see the Workshop website: http://indico.ictp.it/event/9700/
Ivan
Postdoc Position Available

High Performance and Cloud Computing

https://www.ictp.it/about-ictp/media-centre/news/2021/8/postdoc_icts.aspx#close

ICTP seeks applications for a postdoctoral position starting January 2022 from outstanding young scientists with a strong research record. ICTP is a UNESCO Category 1 research institute supporting science and education in the developing world. ICTP promotes worldwide initiatives for the career development of women in science.

 https://e-applications.ictp.it/applicant/login/IT22
Application deadline: 19 November 2021

#postdoc
#position
Statistics with Julia is your one stop shop for statistics, machine learning, and data science using the Julia language. Use the book if you are a Julia user who wants to learn statistics or improve your statistics knowledge. Use it if you know some statistics and want to explore how it is done via Julia. Use it if you are just entering the world of data science and want to pick up a cool modern programming language together with the study of elementary statistical concepts needed for machine learning, data science, and artificial intelligence. You can read it cover to cover, or access bits in random order. Most importantly you may try out the Julia source code as you read the book.


https://statisticswithjulia.org/
Python tutorial (persian)

معرفی درس و هدف درس
هدف از درس برنامه سازی (پایتون) توسعه و تعمیق دانش و مهارت دانشجویان در زمینه تفکر سیستمی، آلگوریتم و برنامه نویسی در محیط پایتون است. اهداف اصلی در این درس عبارتند از:
آشنائی با مبانی برنامه نویسی و ساختارهای برنامه سازی در پایتون
آشنائی با توابع و ساختارهای پیشرفته از جمله لیست، دیکشنری، کلاس و آبجکت و ساختار توابع بازگشتی
آشنائی با برنامه نویسی شی گرا، وراثت، برنامه های مرتب سازی و جستجو و مفهوم پیچیدگی محاسباتی
آشنائی با کتابخانه های پایتون Python, Numpy, Matplotlib …
پیاده سازی و کسب مهارت انجام پروژه‌های درسی

GitHub
Simulation based Inference for scientific discovery workshop 2021.

You use simulation in physics, economics, archaeology and want to find the simulator parameters that best fits the observations.

https://mlcolab.org/sbi-workshop
Audio
Kayhan Kalhor - Setar Solo _ تک_نوازیِ سه_تار کیهان کلهر در موزهٔ آبگینه
#music
Super Study Guide Data Science Tools.pdf
2.8 MB
Quick guide
SQL, R, Python
Open #PhD #position in mathematical neuroscience in Berlin
Dear friends and colleagues,

we are looking for a PhD candidate in mathematical neuroscience on the topic "Dynamics and variability of structured spiking neural networks". Although the focus is on the theory side, the project also includes the analysis of neuronal population data and associated problems of data assimilation. Methods will be developed within the frameworks of stochastic processes, statistical physics and nonlinear dynamics.

The PhD position in my group will be part of the vibrant computational neuroscience community at the Bernstein Center for Computational Neuroscience Berlin and the Institute of Mathematics of TU Berlin.

The successful candidate should have a degree in mathematics or physics, keen interest in computational neuroscience, expertise in analytical calculations, programming skills (C++ or C, Python or Julia, LaTeX), and excellent command of the English language, and good communication skills.

Funding is provided for five years. Applications, including a letter of motivation, a CV, a current copy of academic transcripts, and a list of at least two potential referees should be sent by email to me:

schwalger@math.tu-berlin.de

The deadline for applications is October 15th 2021, however, later applications might also be considered. More information is available under:

https://tub.stellenticket.de/en/offers/106202/?locale=en

Kind regards,

Tilo Schwalger
Forwarded from دِرَنـــگ (Keivan Aghababaei Samani)
🔷 جایزه‌ی نوبل فیزیک ۲۰۲۱

جایزه‌ی نوبل فیزیک سال ۲۰۲۱ به دو اقلیم‌شناس و یک فیزیک‌دان رسید. وجه مشترک این سه نفر را می‌توان سهم مؤثر و پیشگامانه‌ی آن‌ها در تحول درک ما از فیزیک سامانه‌های پیچیده دانست.

برای توضیحات بیشتر روی دکمه‌ی INSTANT VIEW بزنید.

@k1samani_channel
🐚 Brace expansion in shells like Bash and Zsh can be very useful to avoid repeating yourself.

For example, if you want to do:

$ mv some_long_file_name.txt some_long_file_name.rs

You can write this instead:

$ mv some_long_file_name.{txt,rs}

Here's some ways to use braces

Mara Bos
Introduction to Probability for Data Science

Stanley H. Chan

Pdf + matlab & Python codes


Link
This media is not supported in your browser
VIEW IN TELEGRAM
Zebrafish embryo growing its elaborate sensory nervous system (visualized over 16 hours of development)

Link
jitcsim.pdf
465.3 KB
JiTCSim V0.3 released.

Just-in time compilation of differential equations for simulation of complex network dynamics.

The followings are available:

- Kuramoto model simulation on arbibtrary networks.
- Using control parameter to avoid multiple compilation.
- Solving ODE/DDE/SDE system of equation using JiTC*DE packages.
- Parallel simulation using multiprocessing and OpenMP
- Calculation of the Hysteresis loop for explosive synchronization
- Calculation of Lyapunov exponents spectrum.
- Guide to add new arbitrary model added.

Documentation
#jitcsim