Skip to content

Commit

Permalink
added images back in
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-alt committed Oct 18, 2024
1 parent 223d43b commit e510b65
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 0 deletions.
Binary file added profile/www/TUDelft_logo_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added profile/www/delft_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added profile/www/favicon.ico
Binary file not shown.
Binary file added profile/www/gsoc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added profile/www/ing.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added profile/www/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added profile/www/logo_close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added profile/www/long_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions profile/www/overview.mmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
%%{
init: {
'theme': 'base',
'themeVariables': {
'primaryColor': '#BB2528',
'primaryTextColor': '#fff',
'primaryBorderColor': '#7C0000',
'lineColor': '#F8B229',
'secondaryColor': '#006100',
'tertiaryColor': '#e9edfb',
'fontFamily': "avenir"
}
}
}%%

flowchart TB

classDef taija fill:#389836,stroke:#333,color:#fff;
classDef core fill:#CB3C33,stroke:#333,color:#fff;
classDef base fill:#9558B2,stroke:#333,color:#fff;

%% Base
base["TaijaBase.jl"]

%% Meta
interop["TaijaInteroperability.jl"]
data["TaijaData.jl"]
parallel["TaijaParallel.jl"]
plotting["TaijaPlotting.jl"]

%% Core
ce["CounterfactualExplanations.jl"]
ar["AlgorithmiRecourseDynamics.jl"]
cp["ConformalPrediction.jl"]
lr["LaplaceRedux.jl"]
jem["JointEnergyModels.jl"]

class base base;
class interop,data,parallel,plotting taija;
class ce,cp,lr,jem,ar core;

%% Graph
subgraph "Meta Packages"
data & plotting & parallel & interop
end

subgraph "Core Packages"
ce & cp & lr & jem & ar
end
Binary file added profile/www/qr_code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added profile/www/wide_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e510b65

Please sign in to comment.