title: "Contribution" categories: [code] image-width: "1cm" image-height: "1cm" format: html: code-fold: false eval: true jupyter: blogqa code-annotations: hover
If you find any bugs or inconveniences in tequila please don't be shy and let us know. You can do so either by raising an issue on github or contact us directly.
For installing and using Quarto correctly, please take a look at some helpful links:
(concrete: opt/anaconda3/envs/BlogQA/bin/python3):
In particular these are the following ones:
Also, these packages are necessary for the Documentation:
First, please make sure that only ipynb-files or quarto-files are allowed as tutorials or research pages for the website. Within these, the following HTML parameters can be placed in a separate markdown at the top, before the actual content begins:
title: "Any titel"
author: "Your full name"
date: "yyyy-mm-dd"
categories: [code]
image: "Preview_Image.png"
image-width: "1cm"
image-height: "1cm"
format:
html:
code-fold: false
eval: true
jupyter: blogqa
Begin and end this section with three hyphens (---)
If you would like to include a preview image with your contribution, feel free to use our preview image template. It is available as a .png file (for non-macOS users) and a Keynote file (for macOS users). You can find the template in the main folder alongside the other files.
If you plan to introduce major changes to the base library it can be beneficial to contact us first. This way we might be able to avoid conflicts before they arise.
If you used tequila for your research, feel free to include your algorithms here, either by integrating it into the core libraries or by demonstrating it with a notebook in the tutorials section. If you let us know about it, we will also add your research article in the list of research projects that use tequila (see the github repos README).