Skip to content

Commit 1dbac3d

Browse files
committed
Fel studenter
1 parent 1e4ab0d commit 1dbac3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rapport/include/frontmatter/Abstract.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ \section*{Abstract}
66

77
This report describes the development of the learning material \textit{Learn You a Physics for Great Good!}. The project was a bachelor thesis project at the department of Computer Science and Engineering at Chalmers University of Technology. The objective of the project is to create a text-based learning material which presents physics with the help of the programming concept \textit{domain specific languages}, where the domain specific languages are implemented in the programming language Haskell. Furthermore, the pedagogical usefulness of the learning material, and how well physics and domain specific languages can be combined, shall be discussed.
88

9-
The background of the project is the (for computer science students at Chalmers) mandatory physics course \textit{Fysik för ingenjörer} which has had less-than-good exam statistics for several years. We believe one factor for why precisely computer science students get bad results in this course, is that they find physics irrelevant in relation to the rest of their education. We think this problem can be solved with a learning material bridging physics and programming, highlighting both the relevancy of physics and invoking an interest for it. An increased interest will hopefully lead to better results in the course.
9+
The background of the project is the (for Computer Science and Engineering students at Chalmers) mandatory physics course \textit{Fysik för ingenjörer} which has had less-than-good exam statistics for several years. We believe one factor for why precisely computer science students get bad results in this course, is that they find physics irrelevant in relation to the rest of their education. We think this problem can be solved with a learning material bridging physics and programming, highlighting both the relevancy of physics and invoking an interest for it. An increased interest will hopefully lead to better results in the course.
1010

1111
The resulting learning material includes five chapters dealing with physical dimensions, calculus, vectors, particle mechanics and applications of them. Each chapter consists of Haskell-code combined with a descripte text. Some chapters constructs domain specific languages from the ground up while some applies previous domain specific languages on physical problems. The learning material was published on a website\footnote{\url{https://dslsofmath.github.io/BScProj2018/}} and its source code is freely available\footnote{\url{https://github.com/DSLsofMath/BScProj2018}}.
1212

@@ -30,7 +30,7 @@ \section*{Abstract}
3030

3131

3232

33-
% Building blocks:
33+
% Building blocks:
3434
% En mening om varje kapitel:
3535
% Introduction (sv introduktion): Describes the starting point, goals and restrictions.
3636
% Theory (sv. teori): Describes concepts of DSL, functional programming and learning models aimed for the learning material.

0 commit comments

Comments
 (0)