-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio-rfem-wrapper.html
75 lines (66 loc) · 3.39 KB
/
portfolio-rfem-wrapper.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>RFEM 6 Wrapper</title>
<link rel="stylesheet" href="style.css"/>
<link rel="shortcut icon" type="image/x-icon" href="images/Dervis_icon_1.png"/>
</head>
<body>
<!-- HEADER -->
<div class="portfolio-header">
<div class="text-with-vert-line"
style="margin-left: 16px; height: 45px;">
<p class="portfolio-header-title">Dervis van Leersum</p>
</div>
<a class="contact_me_portfolio"
style="position: absolute; right: 20px; top: 4px;"
href="mailto:dervis.vanleersum@gmail@@com?subject=Say%20hi%20to%20Dervis%20van%20Leersum" onclick="this.href=this.href.replace('@@', '.')">CONTACT ME</a>
</div>
<!-- GRAY SECTION TITLES -->
<div class="section gray-section-1"
style="position:relative;">
<div class="separator-1"></div>
<h1 class="portfolio">Portfolio</h1>
<h2 class="portfolio">RFEM 6 Wrapper Python Package</h2>
<a class="back"
style="position: absolute; left: 20px; top: 4px;"
href="index.html">Back</a>
</div>
<!-- CONTENT SECTION -->
<div class="section">
<div class="text-with-vert-line">
<p>
I developed a Python package as a wrapper for the RFEM 6 API/web service, building upon Dlubal's RFEM Python package.
</p><p>
This wrapper enhances user experience and incorporates special features tailored for Civil Engineers with limited Python proficiency,
simplifying automation and programming tasks.
</p><p>
Moreover, it facilitates working with our custom-designed data models.
</p><p>
For instance, within the <a href="portfolio-traffic-bridge-tool.html">Traffic Bridge Tool</a>, a dedicated Bridge class was crafted within the RFEM wrapper Python package.
</p><p>
The wrapper is deployed on the W+B PyPI server, accompanied by comprehensive documentation and examples on a Read the Docs page for internal users.
</p><p>
The repository is hosted on GitLab, where automated pipelines ensure thorough testing and validation of each new version.
</p><p>
Upon successful testing, Read the Docs is updated automatically, followed by deployment of the new version to the PyPI server.
</p><p>
Furthermore, leveraging GitLab's issue board, I assembled a group of structural engineers who serve as users,
contributing by reporting bugs and suggesting new features, enriching the package's functionality and usability.
</p><p>
<u><b>Technologies:</b></u> <b> PYTHON, RFEM, DEVOPS, GITLAB, POETRY, VSCODE, GIT</b>
</p>
</div>
<div style="text-align: center;
margin-top: 30px;">
<a href="https://www.dlubal.com/en" target="_blank"><img class="portfolio" src="images/rfem6.png"/></a>
<a style="display: block; margin-top: 8px;" href="https://www.dlubal.com/en" target="_blank">Link to the project</a>
</div>
</div>
<!-- FRAME -->
<iframe src="contact-frame.html" scrolling="no"/>
</body>
</html>