Skip to content

Commit 20cb5d5

Browse files
committed
2 parents bfe5a5e + 0a4eb69 commit 20cb5d5

File tree

3 files changed

+89
-0
lines changed

3 files changed

+89
-0
lines changed

CITATION.cff

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
cff-version: 1.2.0
2+
message: "If you use or refer to this material, please cite it as below."
3+
authors:
4+
- family-names: "Wallscheid"
5+
given-names: "Oliver"
6+
orcid: "https://orcid.org/0000-0001-9362-8777"
7+
- family-names: "Hölsch"
8+
given-names: "Lukas"
9+
orcid: "https://orcid.org/0009-0006-4112-2444"
10+
title: "Fundamentals of electrical machines and drives"
11+
date-released: 2024-09-27
12+
url: "https://github.com/IAS-Uni-Siegen/EMD_course"
13+
doi: 10.5281/zenodo.14215440
14+
license: CC-BY-4.0
15+
preferred-citation:
16+
type: generic
17+
authors:
18+
- family-names: "Wallscheid"
19+
given-names: "Oliver"
20+
orcid: "https://orcid.org/0000-0001-9362-8777"
21+
- family-names: "Hölsch"
22+
given-names: "Lukas"
23+
orcid: "https://orcid.org/0009-0006-4112-2444"
24+
title: "Fundamentals of electrical machines and drives"
25+
year: 2024
26+
url: "https://github.com/IAS-Uni-Siegen/EMD_course"
27+
doi: 10.5281/zenodo.14215440

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
[![CC BY 4.0][cc-by-shield]][cc-by]
55
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
66
[![made-with-latex](https://img.shields.io/badge/Made%20with-LaTeX-1f425f.svg)](https://www.latex-project.org/)
7+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14215441.svg)](https://doi.org/10.5281/zenodo.14215441)
8+
9+
710

811
This work is licensed under a
912
[Creative Commons Attribution-ShareAlike 4.0 International License][cc-by].
@@ -38,3 +41,16 @@ The covered topics are:
3841
|------------|---------------------------------------------|-------------------------------------------------|
3942
| Summer 2024 | [Only Tasks](https://ias-uni-siegen.github.io/EMD_course/summer2024.pdf) | [Tasks with Solutions](https://ias-uni-siegen.github.io/EMD_course/summer2024_with_solution.pdf) |
4043
| Summer 2024 (mock-up)| [Only Tasks](https://ias-uni-siegen.github.io/EMD_course/summer2024_mock-up.pdf) | [Tasks with Solutions](https://ias-uni-siegen.github.io/EMD_course/summer2024_mock-up_with_solution.pdf) |
44+
45+
46+
## Citation
47+
See "Cite this repository" info box on the top-right or use the following BibTeX entry for citing it:
48+
```
49+
@misc{Wallscheid_Fundamentals_of_electrical_2024,
50+
author = {Wallscheid, Oliver and Hölsch, Lukas},
51+
doi = {10.5281/zenodo.14215440},
52+
title = {{Fundamentals of electrical machines and drives}},
53+
url = {https://github.com/IAS-Uni-Siegen/EMD_course},
54+
year = {2024}
55+
}
56+
```

metadata.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
'@context': https://schema.org/
2+
creativeWorkStatus: Published
3+
type: LearningResource
4+
name: Fundamentals of electrical machines and drives
5+
description: >-
6+
Course materials on the basics of electrical machines and drives. Includes lecture, exercise and exam materials incl. release of source files using LaTeX, Python and Inkscape.
7+
license: https://creativecommons.org/licenses/by/4.0/deed.de
8+
id: https://github.com/IAS-Uni-Siegen/EMD_course
9+
creator:
10+
- givenName: Oliver
11+
familyName: Wallscheid
12+
id: https://orcid.org/0000-0001-9362-8777
13+
type: Person
14+
affiliation:
15+
name: Universität Siegen
16+
id: https://ror.org/02azyry73
17+
type: Organization
18+
- givenName: Lukas
19+
familyName: Hölsch
20+
id: https://orcid.org/0009-0006-4112-2444
21+
type: Person
22+
affiliation:
23+
name: Universität Siegen
24+
id: https://ror.org/02azyry73
25+
type: Organization
26+
keywords:
27+
- Elektrische Maschinen
28+
- Antriebe
29+
- Energiewandlung
30+
- Energietechnik
31+
- Elektrotechnik
32+
inLanguage:
33+
- en
34+
about:
35+
- https://w3id.org/kim/hochschulfaechersystematik/n048
36+
- https://w3id.org/kim/hochschulfaechersystematik/n316
37+
- https://w3id.org/kim/hochschulfaechersystematik/n8
38+
image: https://upload.wikimedia.org/wikipedia/commons/8/80/Electric_Motor_Rotor.jpg
39+
learningResourceType:
40+
- https://w3id.org/kim/hcrt/drill_and_practice
41+
- https://w3id.org/kim/hcrt/simulation
42+
- https://w3id.org/kim/hcrt/slide
43+
- https://w3id.org/kim/hcrt/worksheet
44+
educationalLevel:
45+
- https://w3id.org/kim/educationalLevel/level_A
46+
datePublished: '2024-09-27'

0 commit comments

Comments
 (0)