templatebeamerufc

Template for Federal University of Ceará (UFC) presentations in LaTeX.

https://github.com/maumneto/templatebeamerufc

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.9%) to scientific vocabulary

Keywords

latex latex-beamer latex-document latex-template tex ufc
Last synced: 6 months ago · JSON representation ·

Repository

Template for Federal University of Ceará (UFC) presentations in LaTeX.

Basic Info
  • Host: GitHub
  • Owner: maumneto
  • Language: TeX
  • Default Branch: main
  • Homepage:
  • Size: 832 KB
Statistics
  • Stars: 12
  • Watchers: 1
  • Forks: 4
  • Open Issues: 0
  • Releases: 5
Topics
latex latex-beamer latex-document latex-template tex ufc
Created about 5 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog Citation

README.md


Template Beamer UFC

made-with-latex GitHub tag (latest by date)GitHub issuesGitHub starsGitHub forksOpen Source? Yes!Overleaf badge

What is it?For Whom?TipsChangelogAuthor

What is it?

This project aims to create a template for presentation for the Federal University of Ceará (UFC). It was created a class called ufc_format.cls with a set of environments and commands related to the document. This template is not an official document from the Federal University of Ceará. However, this template can be used to create classes, presentations, short courses, etc.

For Whom?

This template can be useful for the Federal University of Ceará (UFC) professors and students.

  • Professors: for creating classes and presentations

  • Students: for assignments and presentations

Tips

Some tips for using this template

Blocks

  • Default Block

tex \begin{block}{Default Block} Body of default block. \end{block}

  • Alert Block

tex \begin{alertblock}{Alert Block} Body of alert block. \end{alertblock}

  • Example Block

tex \begin{exampleblock}{Example Block} Body of example block. \end{exampleblock}

Texts

  • Example text tex \example{Text Example}

  • Emphasis text tex \emph{Text emphasis}

Boxes

  • Simple Box

tex \simplebox{testando o simple box}

  • Alert Box

tex \alertbox{testando o alert box}

  • Success Box

tex \successbox{testando o success box}

Codes

It is possible to insert codes in this presentation. This template uses two packages for algorithms: algorithm2e and listings.

The following example shows how to create a pseudocode:

tex \begin{algorithm}[H] \SetAlgoLined #includes indentation \LinesNumbered #includes lines number \SetKwInOut{Input}{input} \SetKwInOut{Output}{output} \Input{write the input} \Output{write the output} \KwData{write the data} \KwResult{Write the result} initialization\; \While{While condition} { instructions\; \eIf{condition}{ instructions1\; instructions2\; }{ instructions3\; } } \caption{How to write algorithms} \end{algorithm}

The following example shows how to insert a code that is in the project files:

tex \begin{frame}{Including Codes} \lstset{language=Python} \lstinputlisting[language=Python]{path_of_python_code.py} \end{frame}

The following example shows how to insert a figure:

tex \begin{figure} \centering \caption{Caption of the Figure} \includegraphics[scale=1]{path_of_the_figure} \source{Source of the Figure} \label{fig:figlabel} \end{figure}

The following example shows how to insert a multi-columns:

tex \begin{columns}{} \begin{column}{0.5\textwidth} \justify Text of the left side! \end{column} \begin{column}{0.5\textwidth} \justify Text of the right side! \end{column} \end{columns}

Custom Commands

This template has some custom commands that are described below:

To print 'Universidade Federal do Ceará' tex \ufc

To put the department name tex \department{Department Name}

To put the email tex \email{user@domain}

Changelog

Changelog File

Author

Developed by Maurício Moreira Neto :metal:

GmailTwitterLinkedInMediumGitHub

Owner

  • Name: Maurício Moreira Neto
  • Login: maumneto
  • Kind: user
  • Location: Fortaleza, Ceará - Brasil
  • Company: Universidade Federal do Ceará

Developer and Researcher

Citation (CITATION.cff)

cff-version: 1.2.0
title: TemplateBeamerUFC
message: Use as below to reference this template
type: software
authors:
  - given-names: "Maurício"
    family-names: "Moreira Neto"
    orcid: "https://orcid.org/0000-0002-4600-5873"
    lattes: "http://lattes.cnpq.br/7534400645876830"
identifiers:
  - type: url
    value: 'https://github.com/maumneto/TemplateBeamerUFC'
version: '1.3.1'
date-released: '2024-02-26'

GitHub Events

Total
  • Watch event: 2
Last Year
  • Watch event: 2

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 35
  • Total Committers: 3
  • Avg Commits per committer: 11.667
  • Development Distribution Score (DDS): 0.543
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Maurício Moreira Neto m****a@u****r 16
mauricio.moreira m****a@F****8 11
Maurício Moreira Neto m****o@g****m 8
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 4
  • Total pull requests: 1
  • Average time to close issues: 2 months
  • Average time to close pull requests: about 3 hours
  • Total issue authors: 3
  • Total pull request authors: 1
  • Average comments per issue: 2.5
  • Average comments per pull request: 1.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: 3 days
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 2.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • yuw444 (2)
  • Yelbadry (1)
Pull Request Authors
  • maumneto (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/release.yml actions
  • actions/checkout v2 composite
  • actions/create-release v1 composite
  • actions/upload-release-asset v1 composite
  • xu-cheng/latex-action v2 composite