Jump to content

Asset Template: Difference between revisions

No edit summary
 
(33 intermediate revisions by the same user not shown)
Line 1: Line 1:
<strong>A page that serves as a basic template for the asset pages</strong> [[File:Placehoder image.jpg|thumb|right|Image 1: caption]]


== Asset Description ==
<p style="line-height: 1.5em">
Lorem ipsum dolor sit amet, consectetur adipiscing elit <ref>Ivanov, D. (2023). The Industry 5.0 framework: Viability-based integration of the resilience, sustainability, and human-centricity perspectives. International Journal of Production Research, 61(5), 1683-1695.</ref>, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<p style="line-height: 1.5em">


<body>
[[File:Placehoder image.jpg|center|x300px]]
<div class="main-body">
<div align="center" style="font-size:88%;line-height: 2em">''Image 2: Screenshot from the Collaborative Intelligence Platform''</div>
<main id="main-doc">
<br><br>
<section class="main-section" id="Intro">
</p>
<header>
 
What is C++?
== Features ==
</header>
{| class="wikitable" style="margin:auto; width:100%; line-height: 1.5em"
<p>
|-
C++ is a general purpose programming
! Feature !! Description
language and widely used now a days '
|-
for competitive programming. It has
| Example || Example
imperative, object-oriented and generic
|-
programming features. C++ runs on lots of
| Example || Example
platform like Windows, Linux, Unix, Mac etc.
|-
C++ is an efficient
| Example || Example
and powerful language and finds wide use
|}
in various GUI platforms, 3D graphics and
 
real-time simulations. Because of the
== Usage ==
inclusion of rich function libraries,
<p style="line-height: 1.5em">
working in C++ becomes simpler and
How to deploy and use this asset:
convenient than C. Being object-oriented
* Step 1
programming like Java, C++ provides
* Step 2
the support of inheritance, polymorphism,
* Step 3
encapsulation, etc. Unlike C, C++ allows
* Step 4
exception handling and function overloading.
</p>
</p>
<br>
<p>The “Hello World” program is the first
 
step towards learning any programming
<p style="line-height: 1.5em">
language and also one of the simplest
The asset is Available at [https://www.kaggle.com/datasets/ravirajsinh45/real-life-industrial-dataset-of-casting-product Kaggle].''
programs you will learn. All you have
</p>
to do is display the message “Hello World”
 
on the screen.
=== Walkthroughs===
<br><br>Let us now look at the program :<br>
* Instructions available [https://github.com here]</li>  
</p>
* Detailed step-by-step demonstration can be found [https://github.com here]</li>
<code>
 
#include<iostream>
=== Licence===
<br>
MIT License, licence link [https://github.com/giorgosfatouros/Quality-Control-in-Industry-with-CV-and-TinyML/blob/main/LICENSE here]
using namespace std;
 
<br>
== External Resources ==
int main()
<ul>
<br>
<li>Created by [https://www.suite5.eu/ Suite5 Data Intelligence Solutions]</li>
{
<li>Contact [contact@suite5.eu email]</li>
<br>
</ul>
cout〈〈"Hello World";
 
<br>
==== Acknowledgement====
return 0;
<p style="font-size:90%;line-height: 1.5em">
<br>
''This work is an was originally created in the context of xxx Project''
}
 
</code>
== References ==
<br>
<references />
<p>C++ is an Object Oriented Programming Language.
<br> The main pillars of Object Oriented
== Relevant Categories==
Programming are :
[[Category:xxxx]]
</p>
<ul>
<li>Objects and Classes</li>
<li>Inheritance</li>
<li>Polymorphism</li>
<li>Abstraction</li>
<li>Encapsulation</li>
</ul>
</section>
</main>
</div>
</body>

Latest revision as of 00:17, 19 June 2024

A page that serves as a basic template for the asset pages

Image 1: caption

Asset Description

Lorem ipsum dolor sit amet, consectetur adipiscing elit [1], sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Image 2: Screenshot from the Collaborative Intelligence Platform



Features

Feature Description
Example Example
Example Example
Example Example

Usage

How to deploy and use this asset:

  • Step 1
  • Step 2
  • Step 3
  • Step 4


The asset is Available at Kaggle.

Walkthroughs

  • Instructions available here
  • Detailed step-by-step demonstration can be found here

Licence

MIT License, licence link here

External Resources

Acknowledgement

This work is an was originally created in the context of xxx Project

References

  1. Ivanov, D. (2023). The Industry 5.0 framework: Viability-based integration of the resilience, sustainability, and human-centricity perspectives. International Journal of Production Research, 61(5), 1683-1695.

Relevant Categories