New pages
- 10:17, 19 November 2024 Recommended Software Development Workflow (Tutorial) (hist | edit) [12,673 bytes] Lucasadmin (talk | contribs) (Created page with "In the tutorial about branches in Git we showed how to create, modify and merge branches. We strongly recommend you to follow that tutorial before (if you haven't already) before continuing with the present one. Here, we will illustrate how to put the use of branches to practice in order to create an efficient development workflow. '''WARNING!:''' As a researcher you may be tempted to think that the techniques described he...")
- 16:56, 13 November 2024 Connecting to GitLab (Tutorial) (hist | edit) [11,481 bytes] Lucasadmin (talk | contribs) (Created page with " == Configure the SSH client on our PC == In order to connect to a Gitlab server, we will use SSH. First of all, you should check if SSH is installed on your system (if you are using either a GNU/Linux distribution or a modern Windows or Mac version, it should be installed by default). If typing ssh on your command line does not produce an output similar to this one, contact your IT administrator in order to get an SSH client installed on your machine. File:Connecting...")
- 16:55, 6 November 2024 Git Branches in Local Repository (Tutorial) (hist | edit) [9,757 bytes] Lucasadmin (talk | contribs) (Created page with "== Creating new branches == Let's create a new branch called "modifications1". We can verify the creation of this branch by using the command git branch, which displays all local branches. The currently checked out branch is highlighted in green. 500px|center We now create a second branch called "modifications2". 500px|center By using the option -a, the git branch command displays all...")
- 16:24, 6 November 2024 Git Fundamentals (Tutorial) (hist | edit) [7,542 bytes] Lucasadmin (talk | contribs) (Created page with "First of all, we begin by configuring our user name and e-mail address. Thanks to the option --global, the specified parameters will be applied to all the repositories that we create on our machine. 500px|center We now create a folder (mkdir) where we will initialize the repository (git init). 500px|center By using git status, we can check the state of the repository. Currently, no commits have been ma...")
- 15:18, 6 November 2024 Basic CST Simulation Using INSA Cluster (Tutorial) (hist | edit) [14,262 bytes] Lucasadmin (talk | contribs) (Created page with "== Pre-requisites == This tutorial is focused on the execution of a CST Studio Suite simulation on the research cluster. Nevertheless, before pursuing this goal it is necessary to first get access to the cluster. To assists the user in this task, the IT System Direction (DSI) has created a user guide which [https://intranet.insa-rennes.fr/fileadmin/ressources_intranet/DSI/CATALOGUE_DE_SERVICES/Cluster_Calcul/User_Guide_HPC_Research.pdf can be found here] (you'll need to...")
- 15:00, 6 November 2024 Tutorials (hist | edit) [634 bytes] Lucasadmin (talk | contribs) (Created page with "== Cluster == * CST Studio simulation on INSA cluster == Coding == * Recommended development environment * Python language * Recommended development workflow == Git == * Git Fundamentals * Git_Branches_in_Local_Repository_(Tutorial)|Use of br...")
- 14:48, 6 November 2024 RF Postprocessing Toolbox (hist | edit) [323 bytes] Lucasadmin (talk | contribs) (Created page with "== Links == [https://gitlab.insa-rennes.fr/hermes/rf_postprocessing_toolbox Code and documentation] Did you find a bug or would like to see a certain feature implemented/improved? Do not hesitate to open an issue at the [https://gitlab.insa-rennes.fr/hermes/rf_postprocessing_toolbox/-/issues GitLab page of the project]!")
- 11:11, 6 November 2024 CST Python API (hist | edit) [973 bytes] Lucasadmin (talk | contribs) (Created page with "== Desciption == CST-Python-API is an object-oriented Python package which aims to provide a programmatic interface to control [https://www.cst.com CST Microwave Studio] with the goal of automating the generation of 3D models, execution of simulations and post-treatment of the results. Currently, CST-Python-API is only available for Windows systems. Although we believe that this should not be a problem since the vast majority of CST users make use of Windows machines,...") originally created as "CST Python API Index"
- 11:09, 6 November 2024 Software Tools (hist | edit) [186 bytes] Lucasadmin (talk | contribs) (Created page with "[https://gitlab.insa-rennes.fr/hermes GitLab group] == APIs == * CST-Python-API == Data post-processing == * RF Post-processing Toolbox") originally created as "Software Tools Index"
- 11:07, 6 November 2024 What is HERMES (hist | edit) [389 bytes] Lucasadmin (talk | contribs) (Created page with "HERMES, which stands for '''H'''ighly '''E'''fficient '''R'''adiation '''M'''odels for '''E'''lectromagnetic '''S'''imulation, is an electromagnetic modelling platform developed at the [https://www.ietr.fr/en IETR laboratory]. Currently, HERMES is a virtual platform which offers several kinds of resources like commercial simulation tools, homemade software and tutorials and user guides.")