{"id":28516230,"url":"https://github.com/gridap/gridapdd29workshop","last_synced_at":"2026-02-03T14:01:39.878Z","repository":{"id":296320515,"uuid":"992924185","full_name":"gridap/GridapDD29Workshop","owner":"gridap","description":"Material for the DD29 workshop","archived":false,"fork":false,"pushed_at":"2025-06-20T15:18:56.000Z","size":18978,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-20T16:27:58.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://gridap.github.io/GridapDD29Workshop/","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gridap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-29T23:38:02.000Z","updated_at":"2025-06-20T15:12:24.000Z","dependencies_parsed_at":"2025-06-20T16:33:59.902Z","dependency_job_id":null,"html_url":"https://github.com/gridap/GridapDD29Workshop","commit_stats":null,"previous_names":["gridap/gridapdd29workshop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gridap/GridapDD29Workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gridap%2FGridapDD29Workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gridap%2FGridapDD29Workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gridap%2FGridapDD29Workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gridap%2FGridapDD29Workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gridap","download_url":"https://codeload.github.com/gridap/GridapDD29Workshop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gridap%2FGridapDD29Workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29047064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T10:09:22.136Z","status":"ssl_error","status_checked_at":"2026-02-03T10:09:16.814Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-09T03:32:58.183Z","updated_at":"2026-02-03T14:01:39.873Z","avatar_url":"https://github.com/gridap.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# GridapDD29Workshop\n\nThe practical part of the workshop will consist of instructors' guided hands-on tutorials and exercises. You will find below the instructions to set up the software environment required to run the tutorials.\n\n**NOTE**: In the case you have any issues while following these instructions, please fill an issue [here](https://github.com/gridap/GridapDD29Workshop/issues) and we will try to help you out. This will also help other participants that may have the same issue.\n\n## Required software\n\nBefore being able to work on the workshop material, you will need to install the following software on your laptop:\n\n- Install [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git), the version control system we will use. **For Windows users, we strongly recommend installing [git for Windows](https://gitforwindows.org/). This will also install a bash shell, which will allow you to follow the rest of the installation instructions verbatim.**\n- Download and install Julia based on the platform you are using from the [Julia](https://julialang.org/downloads/platform/) home page.\n- Download and install VSCode based on the platform you are using from the [VSCode](https://code.visualstudio.com/download) home page. \n- [Install](https://www.julia-vscode.org/docs/dev/gettingstarted/#Installing-the-Julia-extension) and [configure](https://www.julia-vscode.org/docs/dev/gettingstarted/#Configuring-the-Julia-extension) the [Julia extension for VSCode](https://code.visualstudio.com/docs/languages/julia). Some interesting features of the Julia extension for VSCode are covered in the following [YouTube](https://www.youtube.com/watch?v=IdhnP00Y1Ks\u0026t=125s) video.\n- Install [ParaView](https://www.paraview.org/download/) post-processing software. We will use the basic features of ParaView. In any case, if you are \n  keen on learning more,  there is a whole [YouTube channel](https://www.youtube.com/playlist?list=PLvkU6i2iQ2fpcVsqaKXJT5Wjb9_ttRLK-) on ParaView that will give you many more ideas.\n\n## Getting the workshop material\n\nThe workshop material is available as a git repository [here](https://github.com/gridap/GridapDD29Workshop). You can either download it as a zip file or clone the repository using git. We strongly recommend the latter as you will be able to automatically pull the most up-to-date changes as per required.\n\nIf your system has an ssh client, you can clone the repository using the following command\n\n```bash\ngit clone git@github.com:gridap/GridapDD29Workshop.git\n```\n\nfrom the terminal. In order this command to be successful, you will need to generate a pair of public/private SSH keys, and then associate the public key to your GitHub account. You may find some instructions on how to do this [here](https://github.com/MonashMath/SCI1022/blob/master/Git.md#182-connecting-to-github-with-ssh-keys). If, for whatever reason, you are not able to succeed, you may also try:\n\n```bash\ngit clone https://github.com/gridap/GridapDD29Workshop.git\n```\n\nwhich does not require the aforementioned pair of public/private SSH keys.\n\nAlternative methods to clone the repository can be found [here](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository).\n\nOnce you have cloned the repository, you can pull the most up-to-date changes with the following command executed from the root directory of the repository:\n\n```bash\ngit pull origin\n```\n\nYou may expect changes in the tutorials and exercises till the very last minute. These instructions are mostly definitive, though.\n\n## Setting up the environment on your local computer from the terminal\n\nMove into the newly cloned repository and start Julia from the terminal by typing\n\n```bash\njulia --project=.\n```\n\nThen, press `]` to enter the package manager and run\n\n```julia\n(GridapDD29Workshop) pkg\u003e instantiate\n(GridapDD29Workshop) pkg\u003e update\n(GridapDD29Workshop) pkg\u003e build\n```\n\nto install and precompile all the packages needed for the workshop. This may take a while.\n\nTo render Jypyter notebooks interactively, you also need to run the following:\n\n```bash\n  julia -e'using Pkg; Pkg.add(\"IJulia\")'\n```\n\nMore information on Julia Environments can be found [here](https://pkgdocs.julialang.org/v1/environments/).\n\n## Setting up the environment on your local computer with VSCode\n\n1. Open VSCode. Then, on the top menu, select `File-\u003eOpen Folder`, and select the workshop's material folder you just cloned.\n2. Ensure that the Julia environment in the bottom status bar of VSCode is `GridapDD29Workshop`. Click [here](https://www.julia-vscode.org/docs/dev/userguide/env/#Julia-Environments) for instructions on how to do that.\n3. Open the Julia REPL in VSCode. To this end, open the command palette with the keyboard key combination `Crtl+Shift+P`.\n4. On the command palette, type `\"julia\"`. You should get a drop-down list with different options. Select `Julia: Start REPL` option. This should open the Julia REPL on the VSCode's terminal window at the bottom.\n5. Run the `instantiate` package manager command as described in the previous section.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgridap%2Fgridapdd29workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgridap%2Fgridapdd29workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgridap%2Fgridapdd29workshop/lists"}