generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ b88ad73 🚀
- Loading branch information
Showing
139 changed files
with
1,189 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,318 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<!-- Head --> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- Metadata, OpenGraph and Schema.org --> | ||
|
||
|
||
<!-- Standard metadata --> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>Resultado 1a etapa - Proj. CODATA - Edital-02 (Dez 2023) | AYTY</title> | ||
<meta name="author" content="AYTY "> | ||
<meta name="description" content="AYTY - Laboratório de Engenharia de Software Aplicada | ||
"> | ||
<meta name="keywords" content="ayty, engenharia_software"> | ||
|
||
|
||
<!-- Bootstrap & MDB --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-DF7Zhf293AJxJNTmh5zhoYYIMs2oXitRfBjY+9L//AY=" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/mdb.min.css" integrity="sha256-jpjYvU3G3N6nrrBwXJoVEYI/0zw8htfFnhT9ljN3JJw=" crossorigin="anonymous"> | ||
|
||
<!-- Bootstrap Table --> | ||
<link defer rel="stylesheet" href="https://unpkg.com/[email protected]/dist/bootstrap-table.min.css"> | ||
|
||
<!-- Fonts & Icons --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css" integrity="sha256-mUZM63G8m73Mcidfrv5E+Y61y7a12O5mW4ezU3bxqW4=" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/academicons.min.css" integrity="sha256-i1+4qU2G2860dGGIOJscdC30s9beBXjFfzjWLjBRsBg=" crossorigin="anonymous"> | ||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons"> | ||
|
||
<!-- Code Syntax Highlighting --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jwarby/jekyll-pygments-themes@master/github.css" media="" id="highlight_theme_light"> | ||
|
||
|
||
|
||
<!-- Styles --> | ||
|
||
<link rel="shortcut icon" href="/assets/img/favicon-96x96.png"> | ||
|
||
<link rel="stylesheet" href="/assets/css/main.css"> | ||
<link rel="canonical" href="https://ayty.org/blog/2023/edital_codata01_resultado_1etapa/"> | ||
|
||
<!-- Dark Mode --> | ||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jwarby/jekyll-pygments-themes@master/native.css" media="none" id="highlight_theme_dark"> | ||
|
||
<script src="/assets/js/theme.js"></script> | ||
<script src="/assets/js/dark_mode.js"></script> | ||
|
||
|
||
</head> | ||
<script> | ||
window.fwSettings={ | ||
'widget_id':73000004618 | ||
}; | ||
!function(){if("function"!=typeof window.FreshworksWidget){var n=function(){n.q.push(arguments)};n.q=[],window.FreshworksWidget=n}}() | ||
</script> | ||
<script type="text/javascript" src="https://widget.freshworks.com/widgets/73000004618.js" async defer></script> | ||
|
||
<!-- Body --> | ||
<body class="fixed-top-nav sticky-bottom-footer"> | ||
|
||
<!-- Header --> | ||
<header> | ||
|
||
<!-- Nav Bar --> | ||
<nav id="navbar" class="navbar navbar-light navbar-expand-sm fixed-top"> | ||
<div class="container"> | ||
<a class="navbar-brand title font-weight-lighter" href="/">AYTY</a> | ||
<!-- Navbar Toggle --> | ||
<button class="navbar-toggler collapsed ml-auto" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar top-bar"></span> | ||
<span class="icon-bar middle-bar"></span> | ||
<span class="icon-bar bottom-bar"></span> | ||
</button> | ||
|
||
<div class="collapse navbar-collapse text-right" id="navbarNav"> | ||
<ul class="navbar-nav ml-auto flex-nowrap"> | ||
|
||
<!-- About --> | ||
<li class="nav-item "> | ||
<a class="nav-link" href="/">Home</a> | ||
</li> | ||
|
||
|
||
<!-- Other pages --> | ||
<li class="nav-item dropdown "> | ||
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Editais</a> | ||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown"> | ||
<a class="dropdown-item" href="/editais/">Ativos</a> | ||
<div class="dropdown-divider"></div> | ||
<a class="dropdown-item" href="/editais_encerrados/">Encerrados</a> | ||
</div> | ||
</li> | ||
<li class="nav-item "> | ||
<a class="nav-link" href="/equipe/">Equipe</a> | ||
</li> | ||
<li class="nav-item "> | ||
<a class="nav-link" href="/portfolio/">Portfolio</a> | ||
</li> | ||
<li class="nav-item "> | ||
<a class="nav-link" href="/projetos/">Projetos</a> | ||
</li> | ||
<li class="nav-item "> | ||
<a class="nav-link" href="/contato/">Contato</a> | ||
</li> | ||
|
||
<!-- Toogle theme mode --> | ||
<li class="toggle-container"> | ||
<button id="light-toggle" title="Change theme"> | ||
<i class="fas fa-moon"></i> | ||
<i class="fas fa-sun"></i> | ||
</button> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<!-- Scrolling Progress Bar --> | ||
<progress id="progress" value="0"> | ||
<div class="progress-container"> | ||
<span class="progress-bar"></span> | ||
</div> | ||
</progress> | ||
</header> | ||
|
||
|
||
<!-- Content --> | ||
<div class="container mt-5"> | ||
|
||
<!-- _layouts/post.html --> | ||
|
||
<div class="post"> | ||
|
||
<header class="post-header"> | ||
<h1 class="post-title">Resultado 1a etapa - Proj. CODATA - Edital-02 (Dez 2023)</h1> | ||
<p class="post-meta">December 18, 2023</p> | ||
<p class="post-tags"> | ||
<a href="/blog/2023"> <i class="fas fa-calendar fa-sm"></i> 2023 </a> | ||
· | ||
<a href="/blog/tag/codata"> | ||
<i class="fas fa-hashtag fa-sm"></i> codata,</a> | ||
<a href="/blog/tag/resultado"> | ||
<i class="fas fa-hashtag fa-sm"></i> resultado</a> | ||
|
||
· | ||
<a href="/blog/category/codata"> | ||
<i class="fas fa-tag fa-sm"></i> codata</a> | ||
|
||
|
||
</p> | ||
</header> | ||
|
||
<article class="post-content"> | ||
|
||
<div id="markdown-content"> | ||
<p>Edital: <a href="/editais/2023-12-codata-edital-02/">2o Edital - Proj. Codata (Dez 2023)</a></p> | ||
|
||
<p>Selecionados para a etapa de entrevistas (2a etapa) no processo seletivo para projeto entre AYTY e CODATA.</p> | ||
|
||
<p>As entrevistas ocorrerão na quarta-feira, dia 20 de Dezembro, entre 14h30 e 16h30. Você receberá instruções por email.</p> | ||
|
||
<p>(em ordem alfabética)</p> | ||
|
||
<ul> | ||
<li>André Henrique de Sousa Victor</li> | ||
<li>Jhonatas Flor de Sousa</li> | ||
<li>John Wesley da Silva Moreira Pinto</li> | ||
<li>José Ryan Pereira da Silva</li> | ||
<li>Kássio de Lima Leite</li> | ||
<li>Lucas Felipe Gomes Pedrosa</li> | ||
<li>Luiz Felipe Ferreira de Albuquerque</li> | ||
<li>Luiz Gustavo dos Santos Silva</li> | ||
<li>Maria Gabriella Freire Ferreira Saturnino de Oliveira</li> | ||
<li>Nycolas Kevin Costa Nascimento</li> | ||
<li>Suerdo Flaubert Campos de Lucena Júnior</li> | ||
</ul> | ||
|
||
|
||
</div> | ||
</article> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
<!-- Footer --> <footer class="sticky-bottom mt-5"> | ||
<div class="container"> | ||
© Copyright 2023 AYTY . Powered by <a href="https://jekyllrb.com/" target="_blank" rel="external nofollow noopener">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio" rel="external nofollow noopener" target="_blank">al-folio</a> theme. Hosted by <a href="https://pages.github.com/" target="_blank" rel="external nofollow noopener">GitHub Pages</a>. | ||
Last updated: December 18, 2023. | ||
</div> | ||
</footer> | ||
|
||
<!-- JavaScripts --> | ||
<!-- jQuery --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script> | ||
|
||
<!-- Bootsrap & MDB scripts --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha256-fgLAgv7fyCGopR/gBNq2iW3ZKIdqIcyshnUULC4vex8=" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/js/mdb.min.js" integrity="sha256-NdbiivsvWt7VYCt6hYNT3h/th9vSTL4EDWeGs5SN3DA=" crossorigin="anonymous"></script> | ||
|
||
<!-- Masonry & imagesLoaded --> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/masonry.pkgd.min.js" integrity="sha256-Nn1q/fx0H7SNLZMQ5Hw5JLaTRZp0yILA/FRexe19VdI=" crossorigin="anonymous"></script> | ||
<script defer src="https://cdn.jsdelivr.net/npm/imagesloaded@4/imagesloaded.pkgd.min.js"></script> | ||
<script defer src="/assets/js/masonry.js" type="text/javascript"></script> | ||
|
||
<!-- Medium Zoom JS --> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/medium-zoom.min.js" integrity="sha256-7PhEpEWEW0XXQ0k6kQrPKwuoIomz8R8IYyuU1Qew4P8=" crossorigin="anonymous"></script> | ||
<script defer src="/assets/js/zoom.js"></script> | ||
|
||
<!-- Bootstrap Table --> | ||
<script defer src="https://unpkg.com/[email protected]/dist/bootstrap-table.min.js"></script> | ||
|
||
<!-- Load Common JS --> | ||
<script src="/assets/js/no_defer.js"></script> | ||
<script defer src="/assets/js/common.js"></script> | ||
<script defer src="/assets/js/copy_code.js" type="text/javascript"></script> | ||
|
||
|
||
<script async src="https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js"></script> | ||
<script async src="https://badge.dimensions.ai/badge.js"></script> | ||
|
||
<!-- MathJax --> | ||
<script type="text/javascript"> | ||
window.MathJax = { | ||
tex: { | ||
tags: 'ams' | ||
} | ||
}; | ||
</script> | ||
<script defer type="text/javascript" id="MathJax-script" src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js"></script> | ||
<script defer src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> | ||
|
||
|
||
|
||
|
||
<!-- Scrolling Progress Bar --> | ||
<script type="text/javascript"> | ||
/* | ||
* This JavaScript code has been adapted from the article | ||
* https://css-tricks.com/reading-position-indicator/ authored by Pankaj Parashar, | ||
* published on the website https://css-tricks.com on the 7th of May, 2014. | ||
* Couple of changes were made to the original code to make it compatible | ||
* with the `al-foio` theme. | ||
*/ | ||
const progressBar = $("#progress"); | ||
/* | ||
* We set up the bar after all elements are done loading. | ||
* In some cases, if the images in the page are larger than the intended | ||
* size they'll have on the page, they'll be resized via CSS to accomodate | ||
* the desired size. This mistake, however, breaks the computations as the | ||
* scroll size is computed as soon as the elements finish loading. | ||
* To account for this, a minimal delay was introduced before computing the | ||
* values. | ||
*/ | ||
window.onload = function () { | ||
setTimeout(progressBarSetup, 50); | ||
}; | ||
/* | ||
* We set up the bar according to the browser. | ||
* If the browser supports the progress element we use that. | ||
* Otherwise, we resize the bar thru CSS styling | ||
*/ | ||
function progressBarSetup() { | ||
if ("max" in document.createElement("progress")) { | ||
initializeProgressElement(); | ||
$(document).on("scroll", function() { | ||
progressBar.attr({ value: getCurrentScrollPosition() }); | ||
}); | ||
$(window).on("resize", initializeProgressElement); | ||
} else { | ||
resizeProgressBar(); | ||
$(document).on("scroll", resizeProgressBar); | ||
$(window).on("resize", resizeProgressBar); | ||
} | ||
} | ||
/* | ||
* The vertical scroll position is the same as the number of pixels that | ||
* are hidden from view above the scrollable area. Thus, a value > 0 is | ||
* how much the user has scrolled from the top | ||
*/ | ||
function getCurrentScrollPosition() { | ||
return $(window).scrollTop(); | ||
} | ||
|
||
function initializeProgressElement() { | ||
let navbarHeight = $("#navbar").outerHeight(true); | ||
$("body").css({ "padding-top": navbarHeight }); | ||
$("progress-container").css({ "padding-top": navbarHeight }); | ||
progressBar.css({ top: navbarHeight }); | ||
progressBar.attr({ | ||
max: getDistanceToScroll(), | ||
value: getCurrentScrollPosition(), | ||
}); | ||
} | ||
/* | ||
* The offset between the html document height and the browser viewport | ||
* height will be greater than zero if vertical scroll is possible. | ||
* This is the distance the user can scroll | ||
*/ | ||
function getDistanceToScroll() { | ||
return $(document).height() - $(window).height(); | ||
} | ||
|
||
function resizeProgressBar() { | ||
progressBar.css({ width: getWidthPercentage() + "%" }); | ||
} | ||
// The scroll ratio equals the percentage to resize the bar | ||
function getWidthPercentage() { | ||
return (getCurrentScrollPosition() / getDistanceToScroll()) * 100; | ||
} | ||
</script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.