Skip to content

Commit 590e060

Browse files
authored
Fix a variety of typos throughout the website (#137)
1 parent 6c9ddec commit 590e060

21 files changed

+44
-44
lines changed

_posts/2017-06-12-jump_dev_2017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ in the room <a href="http://whereis.mit.edu/?go=E62">E62-223</a>. This is on the
2424
main building of MIT Sloan.
2525

2626
Thursday all day and Friday all day, the workshop will take place in the room
27-
<a href="http://whereis.mit.edu/?go=E52">E62-650</a>. This is on the sixth floow of the main building of MIT Sloan.
27+
<a href="http://whereis.mit.edu/?go=E52">E62-650</a>. This is on the sixth floor of the main building of MIT Sloan.
2828

2929

3030
## Schedule

_posts/2020-09-01-mathieu_tanneau.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ that was accepted for JuMP-dev 2020 on the design and implementation of the
1010
interior-point solver [Tulip.jl](https://github.com/ds4dm/Tulip.jl) during
1111
August 2020's JuMP monthly developer call.
1212

13-
The talk material is available on [his Github](https://github.com/mtanneau/jump-dev_2020).
13+
The talk material is available on [his GitHub](https://github.com/mtanneau/jump-dev_2020).
1414

1515
<iframe width="560" height="315" src="https://www.youtube.com/embed/lT1DExrUZYc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
1616

_posts/2020-09-21-release-0-21-5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permalink: /blog/0.21.5-release/
99
We are happy to announce the joint release of JuMP 0.21.5 and MathOptInterface
1010
0.9.17! These releases are a mix of new features and some much needed
1111
performance optimizations. This should be a non-breaking release, please let us
12-
know if this isn't the case by [opening a Github issue](https://github.com/jump-dev/JuMP.jl/issues/new/choose)
12+
know if this isn't the case by [opening a GitHub issue](https://github.com/jump-dev/JuMP.jl/issues/new/choose)
1313
or joining the [Developer chatroom](/chatroom). We did have
1414
a couple of bugs that slipped into a short-lived release, hence the jump (if you
1515
will excuse us) from 0.21.3 to 0.21.5.
@@ -75,7 +75,7 @@ in objective support for various file formats.
7575
* [@andrewrosemberg](https://github/com/andrewrosemberg) [fixed a bug](https://github.com/jump-dev/JuMP.jl/pull/2319)
7676
that affected heuristic callbacks.
7777

78-
We also thank testing improvments from [@iainnz](https://github/com/iainnz),
78+
We also thank testing improvements from [@iainnz](https://github/com/iainnz),
7979
documentation improvements from [@zlatanvasovic](https://github/com/zlatanvasovic),
8080
[@mtanneau](https://github/com/mtanneau) and [@aks1996](https://github/com/aks1996).
8181

_posts/2020-10-21-governance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ The highlights include:
2424
* Clarifying our decision-making process, by describing who gets to decide what
2525
when.
2626

27-
* Listing what Github permissions different entities have to the repositories
28-
in the [jump-dev](https://github.com/jump-dev) Github organization.
27+
* Listing what GitHub permissions different entities have to the repositories
28+
in the [jump-dev](https://github.com/jump-dev) GitHub organization.
2929

3030
* Outlining channels of community involvement, including the poorly publicized
3131
fact that we hold a monthly developer call.
3232

3333
* Formalizing a process for transferring repositories to the
34-
[jump-dev](https://github.com/jump-dev) Github organization.
34+
[jump-dev](https://github.com/jump-dev) GitHub organization.
3535

3636
We believe this document strengthens the foundation of JuMP, and sets it up for
3737
a sustainable, long-term future.

_posts/2021-01-28-release-0-21-6.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permalink: /blog/0.21.6-release/
88

99
We are happy to announce the release of JuMP 0.21.6. This should be a
1010
non-breaking release, please let us know if this isn't the case by
11-
[opening a Github issue](https://github.com/jump-dev/JuMP.jl/issues/new/choose)
11+
[opening a GitHub issue](https://github.com/jump-dev/JuMP.jl/issues/new/choose)
1212
or joining the [developer chatroom](/chatroom).
1313

1414
A key feature of interest is that we have significantly revised our
@@ -44,7 +44,7 @@ A summary of the changes are as follows:
4444
* Some internal functions that were unintentionally exported are now no longer
4545
exported.
4646
* Fixed a bug when relaxing a fixed binary variable.
47-
* Fixed a `StackOverflowError` that occured when `SparseAxisArray`s had a
47+
* Fixed a `StackOverflowError` that occurred when `SparseAxisArray`s had a
4848
large number of elements.
4949
* Removed an unnecessary type assertion in `list_of_constraint_types`.
5050
* Fixed a bug when copying models with registered expressions.
@@ -57,7 +57,7 @@ A summary of the changes are as follows:
5757
to roll out over time, as we fix upstream issues in the formatter, and will
5858
eventually become compulsory.
5959
* The root cause of a large number of method invalidations has been resolved.
60-
* We switched continuous integration from Travis and Appveyor to Github
60+
* We switched continuous integration from Travis and Appveyor to GitHub
6161
Actions.
6262

6363
We also have a number of community contributors to thank, including

_posts/2021-04-12-release-0-21-7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permalink: /blog/0.21.7-release/
88

99
We are happy to announce the release of JuMP 0.21.7. This should be a
1010
non-breaking release, please let us know if this isn't the case by
11-
[opening a Github issue](https://github.com/jump-dev/JuMP.jl/issues/new/choose)
11+
[opening a GitHub issue](https://github.com/jump-dev/JuMP.jl/issues/new/choose)
1212
or joining the [developer chatroom](/chatroom).
1313

1414
A key feature of interest is that we have continued to significantly revise our

_posts/2021-04-20-jump_dev_2021.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ we invite new contributors and those who have not met the core development team.
2020

2121
## Watch the talks
2222

23-
You can watch all of the talks for JuMP-dev 2021 in this Youtube playlist:
23+
You can watch all of the talks for JuMP-dev 2021 in this YouTube playlist:
2424

2525
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLP8iPy9hna6Rf8_oh9oR2bNeBO-Rw8pzc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
2626

2727
You can also skip to one of the talks using the links below:
2828

2929
| **Title** | **Speaker** | **Video link** |
30-
| --------- | ----------- | -------------- |
30+
| --------- | ----------- | -------------- |
3131
| The state of JuMP | Oscar Dowson| [video](https://www.youtube.com/watch?v=ODUrSmeWIBQ&list=PLP8iPy9hna6Rf8_oh9oR2bNeBO-Rw8pzc) |
3232
| What's new in COSMO? | Michael Garstka| [video](https://www.youtube.com/watch?v=O50kKay3Ie8&list=PLP8iPy9hna6Rf8_oh9oR2bNeBO-Rw8pzc&index=2) |
3333
| Conic optimization example problems in Hypatia.jl | Chris Coey| [video](https://www.youtube.com/watch?v=bUhRcLpdkIg&list=PLP8iPy9hna6Rf8_oh9oR2bNeBO-Rw8pzc&index=3) |

_posts/2021-09-18-cp-0-6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ optimization, encompassing problem classes such as mixed-integer linear programs
1212
and conic optimization. However, the MathOptInterface API is amenable to other
1313
kinds of formalism, including [constraint programming](https://en.wikipedia.org/wiki/Constraint_programming).
1414

15-
In constrast to linear or conic programs, constraint programs typically have no
15+
In contrast to linear or conic programs, constraint programs typically have no
1616
objective function, but a much wider variety of constraints that are supported.
1717
The best-known constraint is probably `all_different`, which models the fact
1818
that several integer-valued variables should take different values (i.e., no two

_posts/2021-11-02-tutorial-multi-jdf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ feasible solutions to our problem. We will also see how to enforce an
1414
This post is in the same form as tutorials in the JuMP
1515
[documentation](https://jump.dev/JuMP.jl/stable/tutorials/Getting%20started/getting_started_with_JuMP/)
1616
but is hosted here since we depend on using some commercial solvers (Gurobi
17-
and CPLEX) that are not currently accomodated by the JuMP GitHub repository.
17+
and CPLEX) that are not currently accommodated by the JuMP GitHub repository.
1818

1919
## Symmetric number squares
2020

_posts/2022-01-31-jump_dev_2022.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ All participants will uphold the [JuliaCon Code of Conduct](https://juliacon.org
2727

2828
## Schedule
2929

30-
All talks at JuMP-dev will be played live on Youtube at the times below.
30+
All talks at JuMP-dev will be played live on YouTube at the times below.
3131
[Register for JuliaCon](https://juliacon.org/2022/tickets/) to receive a link
3232
and instructions for how to watch. After the event, we will replace the "Time"
3333
column with links to the recorded videos.
@@ -72,7 +72,7 @@ for the definitive schedule.
7272
| Fast optimization via randomized numerical linear algebra | Theo Diamandis | [video](https://www.youtube.com/watch?v=aVw-T7rgCDE) |
7373

7474
There were also a number of other talks at JuliaCon that, although not part of the official
75-
JuMP-dev program, still used JuMP and that you might find interesting.
75+
JuMP-dev program, still used JuMP and that you might find interesting.
7676

7777
| **Title** | **Speaker** | **Video link** |
7878
| --------------------------------------------------------- | ------------------ | -------------- |

0 commit comments

Comments
 (0)