UPDC Web Services: Difference between revisions
Last edited by on 13 07 2026
Updc admin (talk | contribs) Create UPDC Web Services index page |
Updc admin (talk | contribs) Add UP Overleaf to web services list |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<html> | |||
<style> | |||
.updc-services-page { | |||
max-width: 1000px; | |||
margin: 0 auto; | |||
padding: 20px; | |||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; | |||
line-height: 1.6; | |||
} | |||
.updc-services-page h2 { | |||
color: #014421; | |||
margin-top: 30px; | |||
margin-bottom: 15px; | |||
} | |||
.updc-services-page ul { | |||
margin: 15px 0; | |||
padding-left: 30px; | |||
} | |||
.updc-services-page li { | |||
margin: 8px 0; | |||
} | |||
.updc-services-page a { | |||
color: #007cba; | |||
text-decoration: none; | |||
font-weight: 500; | |||
} | |||
.updc-services-page a:hover { | |||
text-decoration: underline; | |||
} | |||
.updc-services-page .section-box { | |||
background: #f8f9fa; | |||
border-left: 4px solid #014421; | |||
padding: 20px; | |||
margin: 20px 0; | |||
border-radius: 0 8px 8px 0; | |||
} | |||
.updc-services-page .intro { | |||
background: #e8f4f8; | |||
padding: 20px; | |||
border-radius: 8px; | |||
margin: 20px 0; | |||
font-size: 1.1em; | |||
} | |||
</style> | |||
<div class="updc-services-page"> | |||
<div class="intro"> | |||
<p>This section covers the web applications and online services developed and hosted by UPDC for the university community.</p> | |||
</div> | |||
<h2>Available Web Services</h2> | |||
<ul> | |||
<li><a href="/index.php/UPila">UPila</a> — live queue-management app: participants join a line by scanning a QR code and track their ticket and position in real time.</li> | |||
<li><a href="/index.php/UP_Overleaf">UP Overleaf</a> — ready-to-use LaTeX templates (e.g. the NGSE thesis template) hosted on UP's Overleaf server; copy one to start your own document.</li> | |||
</ul> | |||
<div class="section-box"> | |||
<h3>Need help with a web service?</h3> | |||
<p><strong>UPDC Technical Team</strong><br> | |||
Email: datacommons@up.edu.ph</p> | |||
</div> | |||
<hr> | |||
<p><em>For the most up-to-date information, please refer to our <a href="/index.php/Main_Page">main documentation</a> or contact our support team.</em></p> | |||
</div> | |||
</html> | |||
Latest revision as of 15:39, 13 July 2026
This section covers the web applications and online services developed and hosted by UPDC for the university community.
Available Web Services
- UPila — live queue-management app: participants join a line by scanning a QR code and track their ticket and position in real time.
- UP Overleaf — ready-to-use LaTeX templates (e.g. the NGSE thesis template) hosted on UP's Overleaf server; copy one to start your own document.
Need help with a web service?
UPDC Technical Team
Email: datacommons@up.edu.ph
For the most up-to-date information, please refer to our main documentation or contact our support team.