Difference between revisions of "User:Mukund-pondkule-6a11@uni-paderborn.de"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
  
		
	
| Line 167: | Line 167: | ||
| '''Graphs''' | '''Graphs''' | ||
| + | |||
| What is your role? | What is your role? | ||
| {{Graph:Piechart|legend=Roles|radius=75|innerradius=45|values= [ | {{Graph:Piechart|legend=Roles|radius=75|innerradius=45|values= [ | ||
| Line 174: | Line 175: | ||
|        {"x": "Professor (3%)","y": 0.03}, |        {"x": "Professor (3%)","y": 0.03}, | ||
|        {"x": "Other (7%)","y": 0.07} |        {"x": "Other (7%)","y": 0.07} | ||
| − |      ]|rangeliteral={{ | + |      ]|rangeliteral={{ColourScheme3}} | 
| + | }} | ||
| + | |||
| + | In which field are you working? | ||
| + | {{Graph:Barchart|width=320|height=200|color="rgb(102,138,255)"|values= [ | ||
| + |         {"x": "Architecture",  "y": 0.00}, | ||
| + |         {"x": "Engineering",  "y": 0.28}, | ||
| + |         {"x": "Life sciences",  "y": 0.17}, | ||
| + |         {"x": "Math/Computer science",  "y": 0.24}, | ||
| + |         {"x": "Medicine",  "y": 0.03}, | ||
| + |         {"x": "Natural sciences",  "y": 0.47}, | ||
| + |         {"x": "Social sciences",  "y": 0.06}, | ||
| + |         {"x": "Other",  "y": 0.05} | ||
| + | ] | ||
| }} | }} | ||
Revision as of 10:25, 21 September 2020
Introduction text here.
Template
| {{{REAL-NAME}}} 
 
 
 
 
 
 
 
 
 
 
 | 
|---|
THE EVENT FOR HIGH PERFORMANCE COMPUTING, MACHINE LEARNING AND DATA ANALYTICS
| Warning: | bla blub | 
| Info: | bla blub | 
 Warning: no warning in this section
Warning: no warning in this section
 Exercises in Terminal: no exercises in this section
Exercises in Terminal: no exercises in this section
What is your role?
- REDIRECT Template:Note
Quizes
| 
 | 
Select only one correct answer and no incorrect answers.
Example Code:
for(int i=0; i<4; i++){ 
    dosomething();
}
STR="HELLO WORLD!"
echo ${STR,}   #=> "hELLO WORLD!" (lowercase 1st letter)
echo ${STR,,}  #=> "hello world!" (all lowercase)
STR="hello world!"
echo ${STR^}   #=> "Hello world!" (uppercase 1st letter)
echo ${STR^^}  #=> "HELLO WORLD!" (all uppercase)
Example Table
| Linux (Debian) | Windows (10) | ||
|---|---|---|---|
| Pros | Cons | Pros | Cons | 
| Linux is better | No cons | Looks colourful | will cost money | 
| Linux | No cons | windows | slow | 
| Linux | No cons | windows down | slow to start with | 
| complicated start-up | |||
A sample question to be used for quiz? A. option a B. option b C. option c
| Answer | 
|     B
    Explanation - 
       1. ......
       2. ......
 | 
A sample question to be used for quiz? A. option a B. option b C. option c
Answer
      B
    Explanation - 
       1. ......
       2. ......
  
| Description | table to use | 
| Date | <script> async function fetchAndDisplayCourses() { const url = 'https://api.veranstaltungen.hpc-in-deutschland.de/events';  try {
   const response = await fetch(url);
   if (!response.ok) {
     throw new Error(`Failed to fetch courses: ${response.status}`);
   }
const events = await response.json(); const today = new Date(); const twoMonthsLater = new Date(); twoMonthsLater.setMonth(today.getMonth() + 2);    // Filter upcoming courses within next 2 months
   let upcomingCourses = events.filter(event => {
     const startDate = new Date(event.startDate || event.date);
     return startDate >= today && startDate <= twoMonthsLater;
   });
// Sort by start date ascending upcomingCourses.sort((a, b) => new Date(a.startDate || a.date) - new Date(b.startDate || b.date));let html = ' 
    document.getElementById('course-list').innerHTML = html;
 } catch (error) {
   document.getElementById('course-list').innerText = 'Error loading courses: ' + error.message;
 }
} fetchAndDisplayCourses();</script> | 
| File source | HPC.NRW | 
| Author | HPC.NRW | 
| license-information-permission | no | 
| Other Versions | no | 
Graphs
What is your role?
In which field are you working?

