Steven WhitakerforGreat Lakes Consulting's Blogblog.glcs.io·Sep 11, 2023Installing Julia and VS Code - A Comprehensive GuideJulia is a relatively new free and open source programming language. It has a syntax similar to that of other popular programming languages such as MATLAB and Python, but it boasts being able to achieve C-like speeds. One popular IDE to use with Juli...Discuss·27 readsJulia Basics for ProgrammersJulia
Steven WhitakerforGreat Lakes Consulting's Blogblog.glcs.io·Sep 4, 2023MRI Scan Simulation Made Easy with BlochSim.jlMRI scans manipulate magnetization vectors to produce an observable signal. Often it can be useful to simulate what signal an MRI scan will generate. Example scenarios include simulating MRI signals for educational purposes, for developing a new MRI ...DiscussMRI in JuliaJulia
Steven WhitakerforGreat Lakes Consulting's Blogblog.glcs.io·Aug 28, 2023Mastering MRI Bloch Simulations with BlochSim.jl in JuliaJulia is a relatively new programming language that excels especially in scientific computing. In addition to the functionality provided by the language itself, Julia boasts a large and growing collection of packages that can be seamlessly installed ...Discuss·46 readsMRI in JuliaJulia
Hetarth Shahhetarth02.hashnode.dev·Aug 26, 2023Google Summer of Code 2023 - JuliaProject Title: Building an Intelligent Search System for Documenter.jl Student: Hetarth Shah Mentors: Morten Piibeleht Organisation: Julia About Me: I am Hetarth Shah from India and have been working with Julia throughout the summer. I've been activ...Discuss·8 likes·153 readsGSoC 2023 Dev JourneyOpen Source
Hetarth Shahhetarth02.hashnode.dev·Aug 25, 2023Where It All Starts and EndsAs the sun sets on my GSoC journey with Julia, I find myself reminiscing about the incredible experiences of the past few months. The final two weeks have been a whirlwind of collaboration, coding, and personal growth. In this blog post, I'll take yo...DiscussGSoC 2023 Dev JourneyOpen Source
Hetarth Shahhetarth02.hashnode.dev·Aug 24, 2023Relax, Code, RepeatHey there! Welcome back to my ongoing adventure in the GSoC program with Julia. If you've been following my journey, you'll remember that I was cruising ahead of schedule and had just wrapped up the mid-term evaluations. So, let's jump right in and e...DiscussGSoC 2023 Dev JourneyOpen Source
Hetarth Shahhetarth02.hashnode.dev·Aug 24, 2023Transitioning from Lunr.js to Minisearch.jsAs I embarked on weeks five and six of my Google Summer of Code (GSoC) project, a pivotal shift took place in client-side searching. To optimize the initial load times, I transitioned from using Lunr.js to Minisearch.js. This change brought about a h...Discuss·36 readsGSoC 2023 Dev JourneyOpen Source
Steven WhitakerforGreat Lakes Consulting's Blogblog.glcs.io·Aug 21, 2023Simulating MRI Physics with the Bloch EquationsMRI is an important imaging modality with impressive diagnostic capabilities. The equations that specify the physics of how MRI works are called the Bloch equations. People who study MRI use the Bloch equations to simulate MRI scans. These simulation...Discuss·58 readsMRI in JuliaJulia
Hetarth Shahhetarth02.hashnode.dev·Aug 20, 2023Steps towards Crafting An Enhanced Search ExperienceThese weeks have been a fusion of research, analysis, and design brainstorming, propelling the pursuit of a more user-friendly experience. So, gear up as we embark on this virtual expedition, exploring the fascinating progress I've made in revamping ...DiscussGSoC 2023 Dev JourneyOpen Source
Matthijs CoxProscientificcoder.com·Jul 18, 2023User-defined Show Method in JuliaI often find myself looking for a way to write custom display methods for Julia types on the REPL. Time to write it down in a short pragmatic blog post, for you and my future self. What's the issue? When exploring on the Julia REPL or in notebooks, y...Discuss·1 like·275 readsJulia