const recursively_compute = a => a > 1 ? a * recursively_compute(a - 1 ) : 1 return recursively_compute(n) const long_example = (input1, input2) => { console.log( "protein" ); const output = input1 + input2; return output; }
designed by Melike Sabry

Partnership

  ↓  
01.07.2022-03.07.2022
European Meetup Hamburg
July 2022
Research and project definition
August 2022
Structural modeling
September 2022
Automated pipeline
October 2022
Data analysis, tutorial and Wiki feedback

^