Difference between revisions of "Main Page"

From apertus wiki
Jump to: navigation, search
m
(47 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{| class="wikitable" style="width: 100%; margin:10px auto 10px auto; font-family:'century gothic', 'lucida grande', 'lucida sans','verdana','sans-serif'; background:#F7F6F3;"
<css>
! style="font-size: x-small;font-style:normal;color:blue; padding: 1px; border: 1px solid 474747;" | [[File:Apertus_Logo_w223.png|center|alt=Apertus-Logo|link=https://www.apertus.org/]]
.apertus-header {
    width: 100%;
    margin: 1em 0 1em 0;
    background: #ebebeb;
    /* border: 1px solid #ddd; */
    justify-content: center;
    display: flex;
}


|}
.useful-links {
    margin: 0 auto;
    background: #ebebeb;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
    width: 100%;
}


{| class="wikitable"
.camera-overview {
| style="padding:2px;" | <h2 id="mp-tfa-h2" style="margin:3px; background:#F7F6F3; font-size:120%; font-weight:bold; border:1px solid #b1ada6; text-align:center; color:#474747; padding:0.2em 0.4em;">[[Useful Links]]</h2>
    display: flex;
|}
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #f8f8f8;
    /* flex-wrap: wrap; */
    flex-direction: row;
    font-size: 1.2em;
}


{| class="wikitable" style="width: 100%;background:#f5f5f5;"
.camera-column {
| style="padding:2px;" | <h2 id="mp-tfa-h2" style="margin:3px; background:#ebebeb; font-size:120%; font-weight:bold; border:1px solid #b1ada6; text-align:center; color:#474747; padding:0.2em 0.4em;">Alpha</h2>
    display: flex;
| style="padding:2px;" | <h2 id="mp-tfa-h2" style="margin:3px; background:#ebebeb; font-size:120%; font-weight:bold; border:1px solid #b1ada6; text-align:center; color:#474747; padding:0.2em 0.4em;">Beta</h2>
    flex-direction: column;
| style="padding:2px;" | <h2 id="mp-tfa-h2" style="margin:3px; background:#ebebeb; font-size:120%; font-weight:bold; border:1px solid #b1ada6; text-align:center; color:#474747; padding:0.2em 0.4em;">Gamma</h2>
    flex-grow: 1;
|-
    flex-basis: 0;
| [[File:Alpha03_1.jpg | center | 300px | link=AXIOM Alpha]]
    border: 1px solid #ddd;
| [[File:Axiom-beta-concept-enlosure-01 - Front.png | center | 300px | link=AXIOM Beta]]
    /* height: 70vh; */
| [[File:Gamma.jpeg | center | 300px | link=AXIOM Gamma]]
}
|-
| style="vertical-align:top;padding: 15px; background:#f5f5f5;" |


[[AXIOM Alpha]] prototype.
.column-header {
    margin: 0;
    background: #ebebeb;
    font-size: 1.4em;
    height: 2.5em;
    font-weight: bold;
    line-height: 2.5em;
    outline: 1px solid #ddd;
    text-align: center;
    color: #474747;
    /* padding: 0.2em 0.4em; */
    /* flex: 0 0 calc(100% / 3); */
}
 
.links-column-header {
    margin: 0;
    background: #ebebeb;
    font-size: 1.2em;
    height: 2em;
    font-weight: bold;
    line-height: 2em;
    outline: 1px solid #ddd;
    color: #474747;
    box-sizing: border-box;
    padding-left: 0.5em;
    margin-bottom: 1em;
}
 
.camera-image-container {
    /*flex: 0 0 calc(100% / 3);*/
    /* width: 33%; */
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
    padding: 0.5em;
    height: 12em;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.camera-links {
    box-sizing: border-box;
    padding: 1em;
}
 
.camera-image-container img {
    max-height: 11em;
    width: auto;
}
 
.link-overview {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 1.1em;
}
 
.flex-column {
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: #f8f8f8;
}
 
.left-column {
    flex-basis: 55%;
    margin-right: 0.5em;
}
 
.right-column {
    flex-basis: 45%;
    margin-left: 0.5em;
}
 
.link-column {
    box-sizing: border-box;
    padding: 0.5em;
}
</css>
 
<div class="apertus-header">[[File:Apertus_Logo_w223.png|center|alt=Apertus-Logo|link=https://www.apertus.org/]]</div>
<div class="useful-links">[[Useful Links]]</div>
 
<div class="camera-overview">
<!-- Alpha column-->
  <div class="camera-column">
      <div class="column-header">Alpha</div>
      <div class="camera-image-container">[[File:Axiom-alpha-small Wiki sm.png | link=AXIOM Alpha]]</div>
        <div class="camera-links">
[[AXIOM Alpha]] (prototype)


[[AXIOM Alpha | AXIOM Alpha Hardware]]
[[AXIOM Alpha | AXIOM Alpha Hardware]]


[[AXIOM Alpha Software]]
[[AXIOM Alpha Software]]
        </div>
      </div>


| style="font-style:normal;vertical-align:top;padding: 15px; background:#f5f5f5;" |  
<!-- Beta column -->
 
<div class="camera-column">
      <div class="column-header">Beta</div>
      <div class="camera-image-container">[[File:10.2017.Render Front.png | link=AXIOM Beta]]</div>
        <div class="camera-links">
[[AXIOM Beta]]
[[AXIOM Beta]]


Line 35: Line 151:


[[Research Pending]]
[[Research Pending]]
        </div>
      </div>


 
<!-- Gamma column -->
 
<div class="camera-column">
| style="font-style:normal;vertical-align:top;padding: 15px; background:#f5f5f5;" |
      <div class="column-header">Gamma</div>
 
      <div class="camera-image-container">[[File:Axiom-Gamma-small Wiki sm.png  | link=AXIOM Gamma]]</div>
[[AXIOM Gamma]] prototype workings.
        <div class="camera-links">
[[AXIOM Gamma]] (prototype workings)


[[AXIOM Gamma Concepts]]
[[AXIOM Gamma Concepts]]


[https://apertus.org/axiom-gamma-eu-project-complete-article-sept-2016 EU Project Wrap-Up]
[https://apertus.org/axiom-gamma-eu-project-complete-article-sept-2016 EU Project Wrap-Up]
|}
        </div>
{| id="mp-upper" style="width: 100%; margin:4px 0 0 0; background:none; border-spacing: 0px;"
      </div>
</div>


| class="MainPageBG" style="width:55%; border:1px solid #b1ada6; background:#f5f5f5; vertical-align:top; color:#474747;" |
{| id="mp-left" style="width:100%; vertical-align:top; background:#f5f5f5;"
| style="padding:2px;" | <h2 id="mp-tfa-h2" style="margin:3px; background:#ebebeb; font-size:120%; font-weight:bold; border:1px solid #b1ada6; text-align:left; color:#474747; padding:0.2em 0.4em;">Software</h2>
|-
| style="color:#000; padding: 15px" |


=====Projects=====
<!-- Project links -->
<div class="link-overview">
    <div class="flex-column left-column">
      <div class="link-column">
        <div class="links-column-header">Software</div>
======Projects======


[[OpenCine]] - Free RAW Processing suite in development.
[[OpenCine]] - Free RAW Processing suite in development.
Line 62: Line 182:
[[Wifi Remote]] - Web-based GUI for AXIOM.
[[Wifi Remote]] - Web-based GUI for AXIOM.


[[Websites]]
      </div>
 
      <div class="link-column">
|-
        <div class="links-column-header">Digital Image Research</div>
 
|-
| style="padding:2px;" | <h2 id="mp-otd-h2" style="margin:3px; background:#ebebeb; font-size:120%; font-weight:bold; border:1px solid #b1ada6; text-align:left; color:#474747; padding:0.2em 0.4em;">Digital Image Research</h2>
|-
| style="color:#000; padding: 15px" |
 
[[Sensor Calibration]]
[[Sensor Calibration]]


[[Data and Colour]]
[[Data and Colour]]
 
        </div>
|-
      <div class="link-column">
 
        <div class="links-column-header">Notes</div>
|-
======Uncategorised======
| style="padding:2px;" | <h2 id="mp-otd-h2" style="margin:3px; background:#ebebeb; font-size:120%; font-weight:bold; border:1px solid #b1ada6; text-align:left; color:#474747; padding:0.2em 0.4em;">Notes</h2>
|-
| style="color:#000; padding: 15px" |
 
====Uncategorised====


[[Notes]]
[[Notes]]
 
      </div>
|-
      <div class="link-column">
 
        <div class="links-column-header">Legacy</div>
|-
======Historic but Project Related======
| style="padding:2px;" | <h2 id="mp-otd-h2" style="margin:3px; background:#ebebeb; font-size:120%; font-weight:bold; border:1px solid #b1ada6; text-align:left; color:#474747; padding:0.2em 0.4em;">Legacy</h2>
|-
| style="color:#000; padding:15px" |
 
====Historic but Project Related====


[[Software Legacy]]
[[Software Legacy]]
        </div>
    </div>


|}
    <div class="flex-column right-column">
| style="border:1px solid transparent;" |
      <div class="link-column">
 
        <div class="links-column-header">Hardware</div>
| class="MainPageBG" style="width:55%; border:1px solid #b1ada6; background:#f5f5f5; vertical-align:top; color:#474747;" |
======Resources======
{| id="mp-right" style="width:100%; vertical-align:top; background:#f5f5f5;"
| style="padding:2px;" | <h2 id="mp-itn-h2" style="margin:3px; background:#ebebeb; font-size:120%; font-weight:bold; border:1px solid
#b1ada6; text-align:left; color:#474747; padding:0.2em 0.4em;">Hardware</h2>
|-
| style="color:#000; padding: 15px" |
 
=====Resources=====


[[AXIOM Remote]]
[[AXIOM Remote]]
[[Image Sensor Table]]
[[Lens Mounts]]


[https://wiki.apertus.org/index.php/Hardware/Misc Misc]
[https://wiki.apertus.org/index.php/Hardware/Misc Misc]
 
      </div>
|-
<div class="link-column">
| style="padding:2px;" | <h2 id="mp-itn-h2" style="margin:3px; background:#ebebeb; font-size:120%; font-weight:bold; border:1px solid #b1ada6; text-align:left; color:#474747; padding:0.2em 0.4em;">Planning</h2>
        <div class="links-column-header">Planning</div>
|-
| style="color:#000; padding: 15px" |
 
[[File Metadata Layout]]
[[File Metadata Layout]]


[[Ergonomics Workgroup]] - AXIOM Ergonomics work-group meetings.
[[Ergonomics Workgroup]] - AXIOM Ergonomics work-group meetings.
      </div>
<div class="link-column">
        <div class="links-column-header">Hardware Research</div>
[[Image Sensor Table]]


|-
[[Lens Mounts]]


|-
[[Zynq Development Boards]]
| style="padding:2px;" | <h2 id="mp-otd-h2" style="margin:3px; background:#ebebeb; font-size:120%; font-weight:bold; border:1px solid #b1ada6; text-align:left; color:#474747; padding:0.2em 0.4em;">General Information</h2>
|-
| style="color:#000; padding: 15px" |
 
[[Evaluation]] - Our notes and experience evaluating hardware options related to manufacture and research.


[[Teardowns]] - Reverse engineering.  
[[Teardowns]] - Reverse engineering.  
Line 139: Line 230:
[[Assembly Notes]] - On assembly equipment.
[[Assembly Notes]] - On assembly equipment.


[[:Category:Project|List of Projects]]
[[Evaluation]] - Our notes and experience evaluating hardware options related to manufacture and research.
      </div>
    </div>
</div>


[[Zynq Development Boards]]


|-
<div class="link-overview">
|}
  <div class="flex-column left-column">
|}
      <div class="link-column">
 
        <div class="links-column-header">Community</div>
 
======Development======
{| id="mp-upper" style="width: 100%; margin:4px 0 0 0; background:none; border-spacing: 0px;"
 
| class="MainPageBG" style="width:55%; border:1px solid #b1ada6; background:#F7F6F3; vertical-align:top; color:#474747;" |
{| id="mp-left" style="width:100%; vertical-align:top; background:#F7F6F3;"
| style="padding:2px;" | <h2 id="mp-tfa-h2" style="margin:3px; background:#ebebeb; font-size:120%; font-weight:bold; border:1px solid #b1ada6; text-align:left; color:#474747; padding:0.2em 0.4em;">Community</h2>
|-
| style="color:#000; padding:15px " |
 
=====Development=====


[[How to Contribute]]
[[How to Contribute]]
Line 163: Line 247:




=====Social Platforms=====
======Social Platforms======


[https://wiki.apertus.org/index.php/Social apertus°]
[https://wiki.apertus.org/index.php/Social apertus°]
 
      </div>
|-
      <div class="link-column">
 
        <div class="links-column-header">Resources</div>
|-
======Links to helpful information======
| style="padding:2px;" | <h2 id="mp-otd-h2" style="margin:3px; background:#ebebeb; font-size:120%; font-weight:bold; border:1px solid #b1ada6; text-align:left; color:#474747; padding:0.2em 0.4em;">Resources</h2>
|-
| style="color:#000; padding: 15px" |
 
=====Links to helpful information=====


[[Resources]]
[[Resources]]
 
      </div>
|}
</div>
| style="border:1px solid transparent;" |
    <div class="flex-column right-column">
 
  <div class="link-column">
 
        <div class="links-column-header">Portfolio</div>
 
======Video======
 
 
| class="MainPageBG" style="width:45%; border:1px solid #b1ada6; background:#F7F6F3; vertical-align:top;color:#474747;"|
{| id="mp-right" style="width:100%; vertical-align:top; background:#F7F6F3;"
| style="padding:2px;" | <h2 id="mp-itn-h2" style="margin:3px; background:#ebebeb; font-size:120%; font-weight:bold; border:1px solid #b1ada6; text-align:left; color:#474747; padding:0.2em 0.4em;">Portfolio</h2>
|-
| style="color:#000; padding: 15px" |
 
=====Video=====
   
   
[[Video Archive]]
[[Video Archive]]




=====Materials=====
======Materials======


[[Promotional Materials]]
[[Promotional Materials]]
Line 204: Line 274:


[[Misc Documentation]]
[[Misc Documentation]]
 
        </div>
|}
    </div>
|}
</div>

Revision as of 18:40, 30 December 2017

<css> .apertus-header {

   width: 100%;
   margin: 1em 0 1em 0;
   background: #ebebeb;
   /* border: 1px solid #ddd; */
   justify-content: center;
   display: flex;

}

.useful-links {

   margin: 0 auto;
   background: #ebebeb;
   font-size: 1.3em;
   font-weight: bold;
   text-align: center;
   padding: 0.5em;
   width: 100%;

}

.camera-overview {

   display: flex;
   width: 100%;
   margin-top: 1em;
   margin-bottom: 1em;
   background: #f8f8f8;
   /* flex-wrap: wrap; */
   flex-direction: row;
   font-size: 1.2em;

}

.camera-column {

   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-basis: 0;
   border: 1px solid #ddd;
   /* height: 70vh; */

}

.column-header {

   margin: 0;
   background: #ebebeb;
   font-size: 1.4em;
   height: 2.5em;
   font-weight: bold;
   line-height: 2.5em;
   outline: 1px solid #ddd;
   text-align: center;
   color: #474747;
   /* padding: 0.2em 0.4em; */
   /* flex: 0 0 calc(100% / 3); */

}

.links-column-header {

   margin: 0;
   background: #ebebeb;
   font-size: 1.2em;
   height: 2em;
   font-weight: bold;
   line-height: 2em;
   outline: 1px solid #ddd;
   color: #474747;
   box-sizing: border-box;
   padding-left: 0.5em;
   margin-bottom: 1em;
}

.camera-image-container {

   /*flex: 0 0 calc(100% / 3);*/
   /* width: 33%; */
   border-bottom: 1px solid #ddd;
   box-sizing: border-box;
   width: 100%;
   padding: 0.5em;
   height: 12em;
   display: flex;
   align-items: center;
   justify-content: center;

}

.camera-links {

   box-sizing: border-box;
   padding: 1em;

}

.camera-image-container img {

   max-height: 11em;
   width: auto;

}

.link-overview {

   display: flex;
   flex-direction: row;
   width: 100%;
   font-size: 1.1em;

}

.flex-column {

   border: 1px solid #ddd;
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   background: #f8f8f8;

}

.left-column {

   flex-basis: 55%;
   margin-right: 0.5em;

}

.right-column {

   flex-basis: 45%;
   margin-left: 0.5em;

}

.link-column {

   box-sizing: border-box;
   padding: 0.5em;

} </css>

Apertus-Logo