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

https://github.com/Ziaeemehr
Download Telegram
Forwarded from Brain science journal club (Nosrat Mohammadi)
در این مجموعه توصیف مختصری از نتایج مقالات روز دنیا در زمینه‌ی علوم اعصاب که در مجلات معتبر این رشته چاپ می‌شوند، ارایه خواهد شد.

گمان می‌رود دانشجویان و پژوهشگران جوان علوم اعصاب و کسانی که از رشته های علوم پایه، مهندسی و پزشکی علاقه‌مند به تحقیق در این رشته هستند، بتوانند از این مجموعه بهره ببرند.

امیدوار هستم این تلاش بتواند در آشنا کردن پژوهشگران جوان با نتایج مهم‌ترین تحقیقات روز دنیا در زمینه‌های متنوع مربوط به مغز و علوم اعصاب، و تسهیل خواندن مقالات مرتبط مفید باشد.

علیرضا ولی‌زاده
تحصیلات تکمیلی در علوم پایه زنجان

ارتباط: valizade@iasbs.ac.ir

https://t.me/BrainScienceJC
We are looking for a PostDoc at the interface of information theory, neural data analysis and predictive coding
proj.:SPP2205 - Evolutionary optimization of neural processing / sub: Evolutionary Convergence of Hierarchical Information Processing


Stellenangebote der Universität - Georg-August-Universität Göttingen
https://www.uni-goettingen.de/de/305402.html?cid=15875
Data Visualization With Seaborn.pdf
13.3 MB
Visualization using #seaborn
Credit: Asif Bhat
My Basal Ganglia Modeling implementations of well-known papers using @briansimulator and @NestSimulator available here:


Github
Good documentation,
Credit: svpino
http://networksciencebook.com/

Farsi translation is also available.
q-bit_cheatsheets_git_and_github_I.pdf
161.1 KB
#Git cheatsheets.
🎉1
Create Package in #Julia Tutorial videos.
Altair: Declarative Visualization in Python

Altair is a declarative statistical visualization library for Python, based on Vega and Vega-Lite, and the source is available on GitHub.

https://altair-viz.github.io/gallery/
This is an strightforward way to download a whole playlist from youtube:

I have tried different scripts and packages but I always get many error.
So I came up with this solution:


First of all you need to have youtube-dl installed on your machine,
🖥 Debian:
$ sudo apt install youtube-dl
💻 Mac:
$ brew install youtube-dl

Replace PLAYLIST-URL with a url of your interested one:

in 💾 script.sh
———————————————

youtube-dl --get-id PLAYLIST-URL -i > urls.txt
input="urls.txt"
while IFS= read -r line
do
youtube-dl -c -f 22 "https://www.youtube.com/watch?v=""$line" &
done < "$input"

———————————————
videos are downloaded in parallel at the backgound. Do not close the terminal.
if you want to close the terminal put a nohup at the begining of the command.

chmod +x script.sh # to make executable
nohup ./script.sh. # to run in background

22 in commends control the quality of the video. If you need more options use
$youtube-dl -F VIDEO-URL
to select a proper option.
usually 22 is for the best and 18 is for lower quality.


#bash
#youtube-dl
#download

Anyway ther are other options to use youtube-dl:
stackoverflow
ex_savgol_filter.py
1.1 KB
Smoothing Your Data with the Savitzky-Golay Filter and Python

Link
Savitzky-Golay Filter with widget.
⠿Python Tip⠿

Getting the name of the variable using the variable.