Public
Edited
Jan 16
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
relacaocongressos = html`
${listaperiodicos(locaiscongressos)}
`
Insert cell
programa = html`
<br>

<p>Pós-doutorandos vinculados ao programa podem colaborar com as atividades de ensino desempenhadas nas disciplinas de pós-graduação, mesmo sem estarem credenciados como professores do programa. As disciplinas elencadas abaixo são aquelas oferecidas através do Laboratório de Visualização e Sentidos:</p>

<br>

${setemmostraD(disciplinasppgdesign, "Disciplinas de Pós-Graduação")}

<br>

<p>Os projetos relacionados abaixo são as diversas atividades de pesquisa em atividade no laboratório. Pós-doutorandos podem desenvolver novos projetos de Iniciação Científica (PIBIC) e/ou projetos de Iniciação Tecnológica e de Inovação (PIBITI), e orientar estudantes de graduação durante seu estágio pós-doutoral:</p>

<br>

${setemmostraD(projetospesquisa, "Projetos de Pesquisa")}

<br>


<br><br>

${setemmostraEditais(recursos, "Bolsas, Fomento e Editais")}

`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
eventos
Insert cell
Insert cell
Insert cell
Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

Insert cell
custombuttonsduo = function (arr, arrB) {
let button = [];

for (let i = 0; i < arr.length; i++) {
button[i] = html`<div class='custombutton'>${arr[i]}</div>`;

button[i].onclick = function () {
acionasearch(arrB[i]);
};
}

return button;
}
Insert cell
acionasearch = function (nome) {
set(viewof filtros, nome);
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more