Skip to content

Commit

Permalink
update of deploy script and minor fixes, see also #969 (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart authored Aug 25, 2020
1 parent 728d388 commit 2390909
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install Julia
uses: julia-actions/setup-julia@v1
with:
version: 1.3.0
version: 1.5.0
# This ensures that NodeJS and Franklin are loaded then it installs
# highlight.js which is needed for the prerendering step.
# Then the environment is activated and instantiated to install all
Expand All @@ -47,7 +47,7 @@ jobs:
run: julia -e '
using Pkg;
Pkg.add("NodeJS");
Pkg.add(PackageSpec(name="Franklin",version="0.8"));
Pkg.add(PackageSpec(name="Franklin",version="0.9"));
using NodeJS; run(`$(npm_cmd()) install highlight.js`);
using Franklin; optimize();
cp(joinpath("__site", "feed.xml"), joinpath("__site", "index.xml"))'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules/
Manifest.toml
Project.toml
package-lock.json
.__py_*
55 changes: 26 additions & 29 deletions blog/2020/05/jsoc-gsoc2020.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,32 @@
@def rss = """GSoC and JSoC 2020 Project List"""


This summer, the Julia Language will be hosting students through GSoC and JSoC. You can read more about this by checking out [our Discourse post](https://discourse.julialang.org/t/julia-seasons-of-contributions-to-supplement-gsoc-2020/38754). We are very excited to have 25 students working with us. Here are the projects they will be working on:
This summer, the Julia Language will be hosting students through GSoC and JSoC. You can read more about this by checking out [our Discourse post](https://discourse.julialang.org/t/julia-seasons-of-contributions-to-supplement-gsoc-2020/38754). We are very excited to have 25 students working with us. Here are the projects they will be working on:

| Display Name | Project |
| ------------- |:-------------:|
| Sharan Yalburgi | Adding GPML capabilities to JuliaGaussianProcesses |
| Display Name | Project |
| :------------- | :---------|
| Sharan Yalburgi | Adding GPML capabilities to JuliaGaussianProcesses |
| Arthur Lui | BNP Benchmarks and Feature Comparisons for Turing and Other PPLs |
| Nirmal Praveen Suthar | Deep Learning for 3D Computer Vision |
| Alexander Seiler | General Improvements for LinearMaps.jl |
| Kirill Zubov | General partial differential equation solver using neural networks with ModelingToolkit interface |
| Nirmal Praveen Suthar | Deep Learning for 3D Computer Vision |
| Alexander Seiler | General Improvements for LinearMaps.jl |
| Kirill Zubov | General partial differential equation solver using neural networks with ModelingToolkit interface |
| frankschae | High weak order stochastic differential equation solvers and their utility in neural stochastic differential equations |
| Koustav Chowdhury | Implementation of a hash table based on SwissTable and adding Trees.jl to JuliaCollections |
| MartinuzziFrancesco | Implementation of a Reservoir Computing library for timeseries prediction |
| Tejas Vaidhya | Implementing ALBERT in julia |
| Ludovico Bessi | Improving Surrogates.jl |
| Peter Cheng | Leveraging Hugging Face Transformers package in Julia |
| Aadesh Deshmukh | MLJTime - Adding Time Series Support For MLJ |
| Utkarsh530 | Performance Enhancements and Optimizations for Differential Equation solvers |
| Saranjeet Kaur Bhogal | Polychord Nested Sampling Algorithm Building and Integration with Turing in Julia |
| Uziel Linares | Taylor models and a guaranteed ODE solver |
| Chen Zhao | ZX.jl: ZX-calculus for Julia |
| Arsh Sharma | A Geospatial Data handling package for Julia |
| Krish Agarwal | A Standards compliant Interval Arithmetic Library |
| SebastianGuadalupe | Computational Methods using Zonotopes |
| Nabanita Dash | Fast communication library in Julia by wrapping the UCX networking library |
| Ashrya Agrawal-1 | MLJ - FairML |
| SebastianM-C | N-body problem tooling for large scale electrodynamics simulations |
| Ashutosh Bharambe | Neural Networks for solving differential equations |
| Abhinav Mehndiratta | Parallel Graph Algorithms |
| abhinav_gupta | Parameter estimation for nonlinear dynamical models. |



| Koustav Chowdhury | Implementation of a hash table based on SwissTable and adding Trees.jl to JuliaCollections |
| MartinuzziFrancesco | Implementation of a Reservoir Computing library for timeseries prediction |
| Tejas Vaidhya | Implementing ALBERT in julia |
| Ludovico Bessi | Improving Surrogates.jl |
| Peter Cheng | Leveraging Hugging Face Transformers package in Julia |
| Aadesh Deshmukh | MLJTime - Adding Time Series Support For MLJ |
| Utkarsh530 | Performance Enhancements and Optimizations for Differential Equation solvers |
| Saranjeet Kaur Bhogal | Polychord Nested Sampling Algorithm Building and Integration with Turing in Julia |
| Uziel Linares | Taylor models and a guaranteed ODE solver |
| Chen Zhao | ZX.jl: ZX-calculus for Julia |
| Arsh Sharma | A Geospatial Data handling package for Julia |
| Krish Agarwal | A Standards compliant Interval Arithmetic Library |
| SebastianGuadalupe | Computational Methods using Zonotopes |
| Nabanita Dash | Fast communication library in Julia by wrapping the UCX networking library |
| Ashrya Agrawal-1 | MLJ - FairML |
| SebastianM-C | N-body problem tooling for large scale electrodynamics simulations |
| Ashutosh Bharambe | Neural Networks for solving differential equations |
| Abhinav Mehndiratta | Parallel Graph Algorithms |
| abhinav_gupta | Parameter estimation for nonlinear dynamical models. |
1 change: 1 addition & 0 deletions learning/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@def title="Get started with Julia"

~~~
<!--
Expand Down

0 comments on commit 2390909

Please sign in to comment.