Skip to content

Commit ef23ccc

Browse files
committed
Fix tables again
1 parent d285245 commit ef23ccc

File tree

3 files changed

+13
-21
lines changed

3 files changed

+13
-21
lines changed

2016/ideas-list-juliaopt.md

+6-10
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ and in particular from the modeling interfaces
1717
[JuMP](https://github.com/JuliaOpt/JuMP.jl)
1818
and [Convex.jl](https://github.com/JuliaOpt/Convex.jl).
1919

20-
| ------------- | -------------------------------- |
21-
| **Intensity** | Moderate |
22-
| **Involves** | Julia, C, SCIP, Linear and Integer Programming, Combinatorial Optimization |
23-
| **Mentors** | [@mlubin][], [@joehuchette][], [@rgaiacs][] |
24-
| ------------- | -------------------------------- |
20+
| **Intensity** | **Involves** | **Mentors** |
21+
| ------------- | --------------|------------ |
22+
| Moderate | Julia, C, SCIP, Linear and Integer Programming, Combinatorial Optimization | [@mlubin][], [@joehuchette][], [@rgaiacs][] |
2523

2624
### Motivation
2725

@@ -58,11 +56,9 @@ This project requires knowledge of basic linear programming, experience with C,
5856
**Convex.jl** is a [Julia](http://julialang.org) package for [Disciplined Convex Programming](http://dcp.stanford.edu/). Convex.jl makes it easy to describe optimization problems in a natural, mathematical syntax, and to solve those problems using a variety of different (commercial and open-source) solvers, through the [MathProgBase](http://mathprogbasejl.readthedocs.org/en/latest/) interface.
5957
This project would add support for solving complex semidefinite programs (SDP) to Convex.jl.
6058

61-
| ------------- | -------------------------------- |
62-
| **Intensity** | Moderate |
63-
| **Involves** | Julia, Convex Programming |
64-
| **Mentors** | [@madeleineudell][], [@mlubin][], [@dvij][] |
65-
| ------------- | -------------------------------- |
59+
| **Intensity** | **Involves** | **Mentors** |
60+
| ------------- | --------------|------------ |
61+
| Moderate | Julia, Convex Programming | [@madeleineudell][], [@mlubin][], [@dvij][] |
6662

6763
### Motivation
6864

2016/ideas-list-swc.md

+6-10
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@ The key features are:
3131
* if time allows, integration with [AMY][] (workshop management tool for
3232
[Software Carpentry][]).
3333

34-
| ------------- | -------------------------------- |
35-
| **Intensity** | Moderate |
36-
| **Involves** | Python, Django, REST API, HTML, CSS |
37-
| **Mentors** | [@pbanaszkiewicz][], [@rgaiacs][] |
38-
| ------------- | -------------------------------- |
34+
| **Intensity** | **Involves** | **Mentors** |
35+
| ------------- | --------------|------------ |
36+
| Moderate | Python, Django, REST API, HTML, CSS | [@pbanaszkiewicz][], [@rgaiacs][] |
3937

4038
### Background
4139

@@ -134,11 +132,9 @@ platform people use, which software dependency worked and which didn't).
134132
Enhance the testing scripts by adding an option for users to collect results
135133
and send them to the server.
136134

137-
| ------------- | -------------------------------- |
138-
| **Intensity** | Hard |
139-
| **Involves** | Python, REST API, Testing, Statistics |
140-
| **Mentors** | [@pbanaszkiewicz][], [@rgaiacs][] |
141-
| ------------- | -------------------------------- |
135+
| **Intensity** | **Involves** | **Mentors** |
136+
| ------------- | --------------|------------ |
137+
| Hard | Python, REST API, Testing, Statistics | [@pbanaszkiewicz][], [@rgaiacs][] |
142138

143139
### Background
144140

2016/ideas-skeleton.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Very short description of the project.
66

77
| **Intensity** | **Involves** | **Mentors** |
88
| ------------- | --------------|------------ |
9-
| Trivial - Easy - Moderate - Hard | [@foo][], [@bar][] |
9+
| Trivial - Easy - Moderate - Hard | | [@foo][], [@bar][] |
1010

1111
## Technical Details
1212

0 commit comments

Comments
 (0)