Skip to content

This repository contains the source code associated with the pilot tech radar for the warm-up DBDD group project.

License

Notifications You must be signed in to change notification settings

blw-ofag-ufag/pilot-tech-radar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warm-up DBDD

This repository contains the R script (tech-radar.R) used to create the technology radar pilot as a SVG file. You can find versions of the technology radar in English, German, French and Italian in the corresponding folders, best by opening the corresponding README.md files.

The master is the table data-English.csv. It can be found in the subdirectory English. Any number of rows may be updated, but the header names must stay the same. Once the table is changed, it can be translated to the other languages by running the corresponding R script.

Rscript translator.R

The program runs a tripple for-loop to individually translate the content of cells to the different languages.

Note

In order to run the script translator.R, you need to set up an OpenAI account and create an API access key. You then have to save the key in a file called my-secret-API-key.

Once the data is translated to all desired languages, you may run the main script.

Rscript tech-radar.R

This program will create a visualization of the technology radar content for every language, and a corresponding README.md file containing the legend of the different technologies in the visualization.

Making the visualization with the data sets

The data sets in each sub-directory contain observations with name, description etc. as well as the coordinates of said observation in the plot. Because it's a circular plot, the polar coordinates are provided. They can quickly be converted to cartesian coordinates:

$$x = R \; \cos(\varphi) \qquad \qquad y = R \; \sin(\varphi)$$

Where $R$ is the radius ($R \in [1,2]$), and $\varphi$ is the angle ($\varphi \in [-\pi,\pi]$).

About

This repository contains the source code associated with the pilot tech radar for the warm-up DBDD group project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages