UPDC Home: Difference between revisions

Last edited by on 02 07 2026
Jump to: navigation, search
imported>Admin
No edit summary
Fix broken /wiki/index.php links (redirected to Main_Page) -> /index.php
 
(9 intermediate revisions by 2 users not shown)
Line 39: Line 39:


.updc-search input:focus {
.updc-search input:focus {
     border-color: #5da423;
     border-color: #014421;
     box-shadow: 0 0 5px rgba(93,164,35,0.3);
     box-shadow: 0 0 5px rgba(1,68,33,0.3);
}
}


Line 46: Line 46:
     margin-left: 10px;
     margin-left: 10px;
     padding: 12px 20px;
     padding: 12px 20px;
     background: #5da423;
     background: #014421;
    color: white;
     border: 1px solid #012211;
     border: none;
     border-radius: 25px;
     border-radius: 25px;
     font-size: 16px;
     font-size: 16px;
     cursor: pointer;
     cursor: pointer;
     transition: background 0.2s ease;
     color: white;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
}


.updc-search button:hover {
.updc-search button:hover {
     background: #457a1a;
     background: #012211;
}
}


Line 186: Line 190:
     if (query) {
     if (query) {
         // Use the correct search URL format
         // Use the correct search URL format
         window.location.href = '/wiki/index.php?search=' + encodeURIComponent(query);
         window.location.href = '/index.php?search=' + encodeURIComponent(query);
     }
     }
}
}
Line 227: Line 231:
<h3>About UPDC</h3>
<h3>About UPDC</h3>
<p>This section contains Wiki pages that describe what the UPDC Data Commons is, the services that we offer, and the team that maintains our operations.</p>
<p>This section contains Wiki pages that describe what the UPDC Data Commons is, the services that we offer, and the team that maintains our operations.</p>
<a href="#about">Learn More</a>
<a href="/index.php/About_UPDC">Learn More</a>
</div>
</div>


Line 236: Line 240:
<h3>Using UPDC Services</h3>
<h3>Using UPDC Services</h3>
<p>This section details how users can access UPDC services, utilize our data management tools, and communicate service requests to our team via the support portal.</p>
<p>This section details how users can access UPDC services, utilize our data management tools, and communicate service requests to our team via the support portal.</p>
<a href="#services">Learn More</a>
<a href="/index.php/Using_UPDC_Services">Learn More</a>
</div>
</div>


Line 245: Line 249:
<h3>Policies and Guidelines</h3>
<h3>Policies and Guidelines</h3>
<p>This section lists the different policies and guidelines implemented by the UPDC team concerning data management, security, and operational procedures.</p>
<p>This section lists the different policies and guidelines implemented by the UPDC team concerning data management, security, and operational procedures.</p>
<a href="#policies">Learn More</a>
<a href="/index.php/Policies_and_Agreements">Learn More</a>
</div>
 
<div class="updc-card">
<div class="updc-card-icon">
<i>🌐</i>
</div>
<h3>UPDC Web Services</h3>
<p>This section covers the web applications and online services hosted by UPDC for the university community, such as UPila, our live queue-management app.</p>
<a href="/index.php/UPDC_Web_Services">Learn More</a>
</div>
</div>
</div>
</div>
Line 252: Line 265:
<h3>Recent Updates</h3>
<h3>Recent Updates</h3>
<ul>
<ul>
<li><a href="/index.php/UPila">UPila &mdash; Live Queue Management</a> <span class="date">Jul 2, 2026</span></li>
<li><a href="Security_Hardening">Security Hardening Guide</a> <span class="date">Sep 25, 2025</span></li>
<li><a href="Security_Hardening">Security Hardening Guide</a> <span class="date">Sep 25, 2025</span></li>
<li><a href="Password_Policies">Password Policies</a> <span class="date">Sep 23, 2025</span></li>
<li><a href="Password_Policies">Password Policies</a> <span class="date">Sep 23, 2025</span></li>
<li><a href="Adding_a_User_to_Your_VM">VM User Management</a> <span class="date">Sep 22, 2025</span></li>
<li><a href="Adding_a_User_to_Your_VM">VM User Management</a> <span class="date">Sep 22, 2025</span></li>
<li><a href="Data_Backup_Procedures">Data Backup Procedures</a> <span class="date">Sep 20, 2025</span></li>
<li><a href="Network_Configuration">Network Configuration Guide</a> <span class="date">Sep 18, 2025</span></li>
<li><a href="Software_Installation">Software Installation Guidelines</a> <span class="date">Sep 15, 2025</span></li>
<li><a href="Storage_Management">Storage Management Best Practices</a> <span class="date">Sep 12, 2025</span></li>
<li><a href="Monitoring_Systems">System Monitoring Setup</a> <span class="date">Sep 10, 2025</span></li>
<li><a href="Access_Control">Access Control Procedures</a> <span class="date">Sep 8, 2025</span></li>
<li><a href="Troubleshooting_Guide">Common Issues Troubleshooting</a> <span class="date">Sep 5, 2025</span></li>
</ul>
</ul>
</div>
</div>
</div>
</div>
</html>
</html>

Latest revision as of 10:20, 2 July 2026

KNOW MORE ABOUT UPDC DATA COMMONS

ℹ

About UPDC

This section contains Wiki pages that describe what the UPDC Data Commons is, the services that we offer, and the team that maintains our operations.

Learn More
⚙

Using UPDC Services

This section details how users can access UPDC services, utilize our data management tools, and communicate service requests to our team via the support portal.

Learn More
⚖

Policies and Guidelines

This section lists the different policies and guidelines implemented by the UPDC team concerning data management, security, and operational procedures.

Learn More
🌐

UPDC Web Services

This section covers the web applications and online services hosted by UPDC for the university community, such as UPila, our live queue-management app.

Learn More