Skip to content

Commit 123ba57

Browse files
author
Oskar Lundström
committed
Tillämpade Eriks förslag på Abstractet
1 parent f975134 commit 123ba57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Rapport/include/frontmatter/Abstract.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
\thispagestyle{plain} % Supress header
55
\section*{Abstract}
66

7-
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.
7+
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 goal 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 use of a learning material of this kind, 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 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.
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 Computer Science and Engineering 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 also 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

13-
The report also describes the meetings and discussions conducted with non-project members. Their purpose have been to improve the learning material and to perform an informal evaluation of the finished learning material.
13+
The report also describes the meetings and discussions conducted with non-project members. Their purpose have been to improve the learning material and to perform an informal evaluation of the completed learning material.
1414

15-
The conclusions are that domain specific languages can have a pedagogical usefulness in physics education. The rigorous nature of Haskell and domain specific languages makes the process of physical problem solving with them become rigorous as well. We believe this was of thinking can further the teching if it's used in traditional physics education.
15+
The conclusions are that domain specific languages can have a pedagogical usefulness in physics education. The rigorous nature of Haskell and domain specific languages makes the process of physical problem solving rigorous as well. We believe this way of thinking can further the teaching if it's used in traditional physics education.
1616

1717

1818

@@ -42,7 +42,7 @@ \section*{Abstract}
4242

4343
% KEYWORDS (MAXIMUM 10 WORDS)
4444
\vfill
45-
Keywords: Domain Specific Languages, Classical Mehanics, Physics Teaching, Learning Material, Functional Programming, Haskell
45+
Keywords: Domain Specific Languages, Classical Mehanics, Physics Education, Learning Material, Functional Programming, Haskell
4646

4747
% Learning material, physics, haskell, functional programming.
4848

0 commit comments

Comments
 (0)