Skip to content

Commit

Permalink
Blank setup for ProposalDM ADASS poster
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Oct 29, 2024
1 parent 7edc64a commit dba88a8
Show file tree
Hide file tree
Showing 43 changed files with 622 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ def CalledFromWalk(FileList,DirPath,Namelist) :
# - to FileList.)

FileList = []
for Details in os.walk('.') :
for Details in os.walk('..') :
CalledFromWalk(FileList,Details[0],Details[2])

# First, simply list all the graphics files specified by the .tex file.
Expand Down Expand Up @@ -3496,7 +3496,7 @@ def GetLatestFileDate () :
# For each directory, os.walk returns the directory path, a list of
# sub-directories, and a list of files.

for Details in os.walk('.',onerror = None) :
for Details in os.walk('..', onerror = None) :
DirPath = Details[0]

# We ignore files in the special directories OS X inserts under some
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def MainSubjectIndexFile (Details = None) :
# for the file - this is where it was for the Sydney ADASS processing.

Path = LocateFile ("main subject index file","MainSubjectIndexFile", \
"subjectKeywords.txt",["Work"],Details)
"subjectKeywords.txt", ["Work"], Details)
return Path

# ------------------------------------------------------------------------------
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions ADASS2024/ProposalDMPoster/Poster/.latexmkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$bibtex_use = 2;
$clean_ext = "nav snm";
9 changes: 9 additions & 0 deletions ADASS2024/ProposalDMPoster/Poster/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.PHONY: main clean FORCE

main: ProposalDMPoster.pdf

ProposalDMPoster.pdf: ProposalDMPoster.tex
latexmk -pdflatex='lualatex -interaction nonstopmode' -pdf ProposalDMPoster.tex

clean:
latexmk -pdf -C
149 changes: 149 additions & 0 deletions ADASS2024/ProposalDMPoster/Poster/ProposalDMPoster.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,149 @@

\documentclass[final]{beamer}

% ====================
% Packages orientation=portrait,
% ====================

\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[size=custom,width=120,height=213,scale=1.7]{beamerposter}
\usetheme{gemini}
\usecolortheme{uom}
\usepackage{graphicx}
\graphicspath{{./images/}}
\usepackage{booktabs}
\usepackage{tikz}
\usepackage{pgfplots}
\pgfplotsset{compat=1.14}
\usepackage{anyfontsize}

% ====================
% Lengths
% ====================

% If you have N columns, choose \sepwidth and \colwidth such that
% (N+1)*\sepwidth + N*\colwidth = \paperwidth
\newlength{\sepwidth}
\newlength{\colwidth}
\setlength{\sepwidth}{0.025\paperwidth}
\setlength{\colwidth}{0.45\paperwidth}

\newcommand{\separatorcolumn}{\begin{column}{\sepwidth}\end{column}}

% ====================
% Title
% ====================

\title{ProposalDM: An interchange format for Proposals}

\author{Paul Harrison}

\institute[shortinst]{JBCA, The University of Manchester, UK}

% ====================
% Footer Logos
% ====================
%logos left. middle, and right in the footer
\logoleftfooter{\includegraphics[height=7cm]{logos/IVOA_logo}}
\logomiddlefooter{\includegraphics[height=7cm]{logos/ADASS-XXXIV_Logo_rgb_FullColour_uwWfloC}}
\logorightfooter{\includegraphics[height=7cm]{images/ProposalDM_QR}}

\footercontent{
\hspace{10ex} IVOA \hfill
ADASS XXXIV Valetta, Malta - 2024 \hfill
\href{https://github.com/ivoa/ProposalDM/}{github.com/ivoa/ProposalDM}
}


% ====================
% Header Logos
% ====================

% use this to include logos on the left and/or right side of the header:
\logoright{\includegraphics[height=7cm]{logos/INSU-Opticon-Radionet-logo-web-blanc-fond-transparent}}
\logoleft{\includegraphics[height=7cm]{logos/UOM_logo_allwhite}}

% ====================
% Figure command
% ====================

\newcommand{\insertFigure}[3][width=1.0\textwidth]{%
\begin{figure}[ht]
\centering
\includegraphics[#1]{#2}
\caption{#3}
\label{fig:#2}
\end{figure}
}


% ====================
% Body
% ====================

\begin{document}

\begin{frame}[t]
\begin{columns}[t]
\separatorcolumn

\begin{column}{\colwidth}

\begin{block}{Motivation}



\end{block}

\begin{block}{Use-cases}



\end{block}

\end{column}

\separatorcolumn

\begin{column}{\colwidth}

\begin{block}{Concepts}

\end{block}

\begin{alertblock}{Import and export your proposals}


\end{alertblock}

\begin{block}{VO-DML}

\end{block}

\begin{exampleblock}{Future plans}

\end{exampleblock}

\begin{block}{Acknowledgements}
\includegraphics[height=\baselineskip]{logos/EU_flag_yellow_eps}
This project has received funding from the \textbf{European Union’s Horizon 2020} research and
innovation programme under grant agreement \textbf{No 101004719}


\end{block}


\begin{block}{References}

\nocite{*}
\footnotesize{\bibliographystyle{plain}\bibliography{poster}}

\end{block}

\end{column}
\separatorcolumn
\end{columns}

\end{frame}
\end{document}
92 changes: 92 additions & 0 deletions ADASS2024/ProposalDMPoster/Poster/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
# Gemini [![Build Status](https://github.com/anishathalye/gemini/workflows/CI/badge.svg)](https://github.com/anishathalye/gemini/actions?query=workflow%3ACI)

Gemini is a modern LaTeX [beamerposter] theme.

<p align="center">
<a href="https://raw.githubusercontent.com/anishathalye/assets/master/gemini/poster-gemini.pdf">
<img src="https://raw.githubusercontent.com/anishathalye/assets/master/gemini/poster-gemini-small.png">
</a>
</p>

If you're looking for a beamer presentation theme, take a look at [Auriga].

## Dependencies

* A TeX installation that includes [LuaTeX]
* You also need `latexmk` if you want to use the provided `Makefile`
* LaTeX package dependencies including beamerposter (these usually come with
your TeX installation, but if not, you can get them from [CTAN])
* [Raleway] and [Lato], which are both available under Open Font License

## Usage

1. Copy the files in this repository (or clone the repository)

1. In `poster.tex`, set up your paper size, column layout, and scale the
content as necessary

1. Make a copy of `beamercolorthemegemini.sty`, update the `\usecolortheme`
line in `poster.tex`, and theme the poster to your liking (optional, but
highly recommended)

1. Run `make` to build your poster

## FAQ

See the [FAQ] in the Wiki for answers to frequently asked questions such as how
to add an institution logo to the poster.

## Themes

Gemini currently includes three color themes:

* `gemini` (default)
* `mit`
* `labsix`

The alternative themes are intended to be inspiration for you to make your own
color theme. You're highly recommended to make your own color theme (it's
really easy!) or use the default Gemini theme.

### MIT theme

<p align="center">
<a href="https://raw.githubusercontent.com/anishathalye/assets/master/gemini/poster-mit.pdf">
<img src="https://raw.githubusercontent.com/anishathalye/assets/master/gemini/poster-mit-small.png">
</a>
</p>

### LabSix theme

<p align="center">
<a href="https://raw.githubusercontent.com/anishathalye/assets/master/gemini/poster-labsix.pdf">
<img src="https://raw.githubusercontent.com/anishathalye/assets/master/gemini/poster-labsix-small.png">
</a>
</p>

## Design goals

* **Minimal**: clean and easy to read, so that the emphasis is on the content
* **Batteries included**: works and looks good out of the box
* **Easy theming**: easy to create and use a new color theme

## Contributing

Contributions to Gemini such as bug reports, new themes, and new poster
components are greatly appreciated! Given the subjective nature of design,
you're encouraged to open an issue or pull request early to get feedback before
investing a lot of time in implementing a new feature.

## License

Copyright (c) 2018-2022 Anish Athalye. Released under the MIT License. See
[LICENSE.md][license] for details.

[beamerposter]: https://github.com/deselaers/latex-beamerposter
[Auriga]: https://github.com/anishathalye/auriga
[LuaTeX]: http://www.luatex.org/
[CTAN]: https://ctan.org/
[Raleway]: https://www.fontsquirrel.com/fonts/raleway
[Lato]: https://www.fontsquirrel.com/fonts/lato
[license]: LICENSE.md
[FAQ]: https://github.com/anishathalye/gemini/wiki/FAQ
57 changes: 57 additions & 0 deletions ADASS2024/ProposalDMPoster/Poster/beamercolorthemeuom.sty
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
\RequirePackage{color}% ====================
% Definitions
% ====================

\definecolor{manPurple}{RGB}{109, 0, 157}
\definecolor{manYellow}{RGB}{255, 204, 51}
\definecolor{manYellowLight}{RGB}{255, 230, 64}
\definecolor{manGrey}{RGB}{149, 149, 151}

% Extra colors
\definecolor{lightgray}{RGB}{240, 240, 240}
\definecolor{lightorange}{RGB}{255, 245, 242}

% ====================
% Theme
% ====================

% Basic colors
\setbeamercolor{palette primary}{fg=black,bg=white}
\setbeamercolor{palette secondary}{fg=black,bg=white}
\setbeamercolor{palette tertiary}{bg=black,fg=white}
\setbeamercolor{palette quaternary}{fg=black,bg=white}
\setbeamercolor{structure}{fg=manPurple}

% Headline
\setbeamercolor{headline}{fg=manYellow,bg=manPurple}

% FootLine
\setbeamercolor{footline}{fg=manYellow,bg=manPurple}

% Block
\setbeamercolor{block title}{fg=manPurple,bg=white}
\setbeamercolor{block separator}{bg=black}
\setbeamercolor{block body}{fg=black,bg=white}

% Alert Block
\setbeamercolor{block alerted title}{fg=manPurple,bg=manYellowLight}
\setbeamercolor{block alerted separator}{bg=black}
\setbeamercolor{block alerted body}{fg=black,bg=manYellowLight}

% Example Block
\setbeamercolor{block example title}{fg=manPurple,bg=lightgray}
\setbeamercolor{block example separator}{bg=black}
\setbeamercolor{block example body}{fg=black,bg=lightgray}

% Heading
\setbeamercolor{heading}{fg=black}

% Itemize
\setbeamercolor{item}{fg=manPurple}

% Bibliography
\setbeamercolor{bibliography item}{fg=black}
\setbeamercolor{bibliography entry author}{fg=black}
\setbeamercolor{bibliography entry title}{fg=black}
\setbeamercolor{bibliography entry location}{fg=black}
\setbeamercolor{bibliography entry note}{fg=black}
Loading

0 comments on commit dba88a8

Please sign in to comment.