Skip to content

Commit 332f746

Browse files
authored
Merge pull request scala#109 from scala/projects-cleanup
Update the project list that shows up on the front page
2 parents 1af26c0 + f16fb5f commit 332f746

19 files changed

+54
-32
lines changed

_data/education.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ courses:
1717
label: big-data
1818
title: Big Data Analysis with Scala and Spark
1919
member: heather
20-
taught_by: Heather Miller
20+
taught_by: Heather Miller
21+
- url: https://www.edx.org/course/programming-reactive-systems
22+
label: programming-reactive-systems
23+
title: Programming Reactive Systems
24+
taught_by: Roland Kuhn, Konrad Malawski, and Julien Richard-Foy

_layouts/frontpage.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@
107107
+ an <a href="https://www.scala-exercises.org/scala_tutorial/terms_and_types">interactive introduction to Scala and FP</a> on scala-exercises.org.
108108
</ul>
109109
</div>
110-
<div class="col-md-12 text-left">
111-
<a href="https://www.coursera.org/epfl" class="btn btn-default" target="_blank">View all courses</a>
112-
</div>
113110
</div>
114111

115112
<div class="btn-blue-stripe">
@@ -160,6 +157,10 @@ <h2>Projects that we've worked on</h2>
160157
</div>
161158
</div>
162159
</div>
160+
<div class="clearfix"></div>
161+
<div class="text-center" style="margin-top: 45px; clear: both;">
162+
<a href="/projects.html#projects-completed" class="btn btn-default">See all the projects we’ve worked on</a>
163+
</div>
163164
</div>
164165
</div>
165166

_projects/03-scala-platform-process.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ web: https://platform.scala-lang.org
55
github: https://github.com/scalacenter/platform-staging
66
origin: https://github.com/scalacenter/advisoryboard/blob/master/proposals/004-sip-and-slip-coordination.md
77
contributors: [jorge, guillaume]
8-
status: Active
8+
status: Aborted
99
type: project
10-
active: true
10+
active: false
1111
home: true
12+
hide-from-homepage: true
1213
description: "The Scala Platform Process provides organizational support for a broad range of open source software projects."
1314
---
1415
The Scala Platform Process provides organizational support for a broad range of open source software projects. The mission of the process is to provide high-quality software for the good of the Scala community. Through a collaborative and meritocratic development process, the Platform delivers a stable collection of libraries with widespread use and a low barrier entry for beginners and intermediate users, ready for serious production use.

_projects/05-education.md

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,17 @@ description: Online MOOCs and tutorials
1313
---
1414

1515
Our mission is to develop quality and widely accessible educational materials,
16-
and to make them freely available. We have launched 4 courses along with a
16+
and to make them freely available. We have launched 5 courses along with a
1717
capstone project. All courses can be taken for free (without a
1818
certificate).
1919

20-
### Functional Programming Principles in Scala
21-
Course [on Coursera](https://www.coursera.org/learn/progfun1)
22-
and [on Open edX](https://courseware.epfl.ch/courses/course-v1:EPFL+progfun1+2018_T1/about)
23-
24-
### Functional Program Design in Scala
25-
Course [on Coursera](https://www.coursera.org/learn/progfun2)
26-
and [on Open edX](https://courseware.epfl.ch/courses/course-v1:EPFL+progfun2+2018_T1/about)
27-
28-
### Parallel Programming
29-
Course [on Coursera](https://www.coursera.org/learn/parprog1)
30-
and [on Open edX](https://courseware.epfl.ch/courses/course-v1:EPFL+parprog1+2018_T1/about)
31-
32-
### Big Data Analysis with Scala and Spark
33-
Course [on Coursera](https://www.coursera.org/learn/scala-spark-big-data)
34-
and [on Open edX](https://courseware.epfl.ch/courses/course-v1:EPFL+scala-spark-big-data+2018-T1/about)
35-
36-
### Functional Programming in Scala Capstone Project
37-
Course [on Coursera](https://www.coursera.org/learn/scala-capstone) only
20+
- [Functional Programming Principles in Scala](https://www.coursera.org/learn/progfun1)
21+
- [Functional Program Design in Scala](https://www.coursera.org/learn/progfun2)
22+
- [Parallel Programming](https://www.coursera.org/learn/parprog1)
23+
- [Big Data Analysis with Scala and Spark](https://www.coursera.org/learn/scala-spark-big-data)
24+
- [Functional Programming in Scala Capstone Project](https://www.coursera.org/learn/scala-capstone).
25+
- [Programming Reactive Systems](https://www.edx.org/course/programming-reactive-systems-3)
26+
- Effective Programming in Scala (work in progress)
3827

3928
We have also created a [Scala Exercises](https://www.scala-exercises.org/scala_tutorial/terms_and_types)
4029
interactive tutorial that is based off of our above MOOCs. Walk through the

_projects/06-scalafix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ status: Active
99
type: project
1010
active: true
1111
home: true
12+
hide-from-homepage: false
1213
description: "Refactoring and linting tool"
1314
---
1415

_projects/07-scastie.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ status: "Contributors Welcome!"
99
type: project
1010
active: true
1111
home: false
12+
hide-from-homepage: true
1213
description: "Scastie can run any Scala program with any library in your browser. You don’t need to download or install anything."
1314
logo-home: /resources/img/[email protected]
1415
logo: /resources/img/scastie-dark.png

_projects/08-scalajs-bundler.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ status: "Contributors Welcome!"
99
type: project
1010
active: true
1111
home: true
12+
hide-from-homepage: true
1213
description: "Module bundler for Scala.js projects that use npm packages."
1314
logo-home: /resources/img/[email protected]
1415
logo: /resources/img/scala-js-dark.png

_projects/09-spores-serialize-transitive-checker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ status: Completed
1010
type: project
1111
active: false
1212
home: false
13+
hide-from-homepage: true
1314
description: "A production-ready version of spores compatible with `{java, scala}.util.Serializable`."
1415
---
1516

_projects/11-collections-redesign.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ status: Completed
99
type: project
1010
active: false
1111
home: false
12+
hide-from-homepage: true
1213
description: "A new collections library design for Scala 2.13."
1314
---
1415
The Scala collections library underwent a major redesign in Scala 2.8. While the current design proved to be successful in many areas, several pain points have become apparent over the years which indicate fundamental issues with the design that cannot be removed through gradual minor changes. This prompted the request for strawman proposals for a new design in the context of Dotty. We propose that the Scala Center work on the implementation of this new design for the Scala 2.13 standard library.

_projects/12-documentation-improvements.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ active: true
1111
home: false
1212
description: "Simplify and upgrade code examples, improve the structure and the design of the scala-lang.org website."
1313
---
14-
[Scala tutorial based on the existing MOOCs.](https://www.scala-exercises.org/scala_tutorial/terms_and_types)
1514

16-
[Improvements](https://github.com/scala/scala.github.com/pulls/travis032654) for [http://docs.scala-lang.org/](http://docs.scala-lang.org/)
15+
- [Scala tutorial based on the existing MOOCs.](https://www.scala-exercises.org/scala_tutorial/terms_and_types)
16+
- [Improvements](https://github.com/scala/scala.github.com/pulls/travis032654) for [http://docs.scala-lang.org/](http://docs.scala-lang.org/)
17+
- Review of the [Scala Book](https://docs.scala-lang.org/overviews/scala-book/introduction.html) contributed by Alvin Alexander

_projects/13-build-tools.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ status: Active
88
type: project
99
active: true
1010
home: false
11+
hide-from-homepage: true
1112
description: "Contributions to Zinc, Scala's incremental compiler, and sbt."
1213
---
1314

_projects/15-scalameta.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ status: Active
99
type: project
1010
active: true
1111
home: false
12+
hide-from-homepage: true
1213
description: "Library to read, analyze, transform and generate Scala programs"
1314
---
1415

_projects/17-direct-dependency-experience.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ status: Completed
99
type: project
1010
active: false
1111
home: true
12+
hide-from-homepage: true
1213
description: "Improving scalac to improve the experience for builds using direct dependencies."
1314
---
1415

_projects/18-scalac-profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ contributors: [jvican]
88
status: Completed
99
type: project
1010
active: false
11-
hide-from-homepage: false
11+
hide-from-homepage: true
1212
description: "Enabling statistics in the compiler and creating the infrastructure around it."
1313
---
1414

_projects/19-macros.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ status: Completed
99
type: project
1010
active: false
1111
home: false
12+
hide-from-homepage: true
1213
description: "Bring non-experimental and portable macros to Scala 2.x and Dotty"
1314
---
1415

_projects/20-bloop.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ status: Active
99
type: project
1010
active: true
1111
home: false
12+
hide-from-homepage: true
1213
description: Bloop is a command-line tool for fast edit/compile/test workflows. Its primary goal is to compile and test your project as fast as possible, offering a snappy developer experience.
1314

1415
---

_projects/22-coursier.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ label: coursier
33
name: coursier
44
github: https://github.com/coursier/coursier
55
contributors: [alexandre]
6-
status: Active
6+
status: Community Maintained
77
type: project
8-
active: true
9-
home: true
8+
active: false
9+
home: false
10+
hide-from-homepage: true
1011
description: "Library and CLI to manage dependencies"
1112
---
1213

_projects/26-metals.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
label: metals
3+
name: Metals
4+
github: https://github.com/scalameta/metals
5+
contributors: [olafur]
6+
status: Active
7+
type: project
8+
active: true
9+
home: false
10+
hide-from-homepage: false
11+
description: "Scala language server with rich IDE features"
12+
---
13+
14+
Scala language server with rich IDE features.
15+
See [project web page](https://scalameta.org/metals/).

projects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2>Active</h2>
1616
{% include project-block.html %}
1717
</div>
1818
{% assign projects = site.projects | where: "active", "false" %}
19-
<div class="col-md-12 title completed">
19+
<div class="col-md-12 title completed" id="projects-completed">
2020
<h2>Completed</h2>
2121
</div>
2222
<div class="project-list completed">

0 commit comments

Comments
 (0)