Jump to content

Asset Template: Difference between revisions

No edit summary
 
(30 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>
<strong>A page that serves as a basic template for the asset pages</strong> [[File:Placehoder image.jpg|thumb|right|Image 1: caption]]


Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
== 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">


== Getting started ==
[[File:Placehoder image.jpg|center|x300px]]
<div align="center" style="font-size:88%;line-height: 2em">''Image 2: Screenshot from the Collaborative Intelligence Platform''</div>
<br><br>
</p>


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

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