@online{project_vae,
  author = {Pierre Saunders},
  title  = {Auto encodeur variationnel},
  url    = {https://nbviewer.org/github/saundersp/VariationalAutoEncoder/blob/main/Variational\%20Auto\%20Encoder.ipynb}
}
@online{project_reglin,
  author = {Pierre Saunders},
  title  = {Régression linéaire},
  url    = {https://nbviewer.org/github/saundersp/SimpleGradientDescent/blob/master/Linear\%20Regression.ipynb}
}
@online{project_wgan-gp,
  author = {Pierre Saunders},
  title  = {Wasserstein GAN avec pénalité de gradient},
  url    = {https://github.com/saundersp/wgan-gp}
}
@online{miage_website,
  author = {MIAGE},
  title  = {Méthodes Informatiques Appliquées à la Gestion des Entreprises},
  url    = {https://univ-cotedazur.fr/miage}
}
@online{ia2_website,
  author = {MIAGE},
  title  = {Intelligence Artificielle Appliquée},
  url    = {https://univ-cotedazur.fr/formation/offre-de-formation/parcours-intelligence-artificielle-appliquee-ia2-1},
}
@online{personnal_portfolio,
  author = {Pierre Saunders},
  title  = {Pierre Saunders's portfolio},
  url    = {saundersp.com},
}
@online{inria_website,
  author = {Inria},
  title  = {Institut National de Recherche en Informatique et en Automatique},
  url    = {https://www.inria.fr/fr}
}
@online{inria_sophia_website,
  author = {Inria},
  title  = {Inria Sophia Antipolis official website},
  url    = {https://www.inria.fr/en/centre-inria-sophia-antipolis-mediterranee}
}
@online{wimmics_website,
  author = {Wimmics},
  title  = {Wimmics – Bridging social semantics and formal semantics on the web},
  url    = {https://team.inria.fr/wimmics}
}
@online{tyrex_website,
  author = {Tyrex},
  title  = {Tyrex's official website},
  url    = {https://tyrex.inria.fr/}
}
@manual{sparql,
  author = {W3C},
  title  = {SPARQL Standard},
  url    = {https://www.w3.org/TR/sparql11-overview}
}
@manual{owl,
  author = {W3C},
  title  = {OWL Standard},
  url    = {https://www.w3.org/TR/owl-features}
}
@manual{rdfa,
  author = {W3C},
  title  = {RDFa Standard},
  url    = {https://www.w3.org/2001/sw/wiki/RDFa}
}
@manual{sparql_query,
  author = {W3C},
  title  = {SPARQL Query Language for RDF},
  url    = {https://www.w3.org/TR/rdf-sparql-query}
}
@manual{sparql_graph_patterns,
  author = {W3C},
  title  = {SPARQL - Graph Patterns},
  url    = {https://www.w3.org/2004/Talks/17Dec-sparql/QueryLang1/all.html}
}
@manual{sparql_inference,
  author = {W3C Member Submission},
  title  = {SPARQL Inferencing Notation},
  url    = {https://spinrdf.org}
}
@manual{rdf_primer,
  author = {W3C},
  title  = {RDF Primer},
  url    = {https://www.w3.org/TR/rdf11-primer}
}
@manual{rdf_schema,
  author = {W3C},
  title  = {RDF Schema},
  url    = {https://www.w3.org/TR/rdf-schema}
}
@manual{rdf_survey,
  title = {RDF Data Storage and Query Processing Schemes : A Survey},
  url   = {https://dl.acm.org/doi/pdf/10.1145/3177850}
}
@online{kgram_website,
  author = {Inria},
  title  = {KGRAM's GitHub repository},
  url    = {https://gforge.inria.fr/projects/kgram/}
}
@online{corese_github,
  author = {Inria},
  title  = {Corese's GitHub repository},
  url    = {https://github.com/Wimmics/corese}
}
@online{corese_website,
  author = {Inria},
  title  = {Corese's official website},
  url    = {https://project.inria.fr/corese}
}
@online{sparqlgx_website,
  author = {Tyrex},
  title  = {SPRAQLGX's official website},
  url    = {https://tyrex.inria.fr/sparqlgx/home.html}
}
@online{spark_website,
  author = {Apache},
  title  = {Apache SPARK's official website},
  url    = {https://spark.apache.org}
}
@online{hadoop_website,
  author = {Apache},
  title  = {Apache Hadoop's official website},
  url    = {https://hadoop.apache.org}
}
@online{mulgara_website,
  author = {Mulgara},
  title  = {Mulgara's official website},
  url    = {http://docs.mulgara.org/system/index.html}
}
@online{mulgara_github,
  author = {Mulgara},
  title  = {Mulgara's GitHub repository},
  url    = {https://github.com/quoll/mulgara}
}
@online{w3c_website,
  author = {W3C},
  title  = {W3C's official website},
  url    = {https://www.w3.org}
}
@online{cumulusrdf_website,
  author = {Karlsruher Institut für Technologie},
  title  = {CumulusRDF's official website},
  url    = {https://www.aifb.kit.edu/web/CumulusRDF/en}
}
@online{cumulusrdf_github,
  author = {Karlsruher Institut für Technologie},
  title  = {CumulusRDF's GitHub repository},
  url    = {https://github.com/cumulusrdf/cumulusrdf}
}
@online{cassandra_website,
  author = {Apache},
  title  = {Apache Cassandra's official website},
  url    = {https://cassandra.apache.org/_/index.html}
}
@online{tomcat_website,
  author = {Apache},
  title  = {Apache Tomcat's official website},
  url    = {https://tomcat.apache.org}
}
@online{latex_website,
  author = {LaTeX},
  title  = {LaTeX's official website},
  url    = {https://www.latex-project.org}
}
@online{alpine_website,
  author = {Alpine},
  title  = {Alpine's official website},
  url    = {https://alpinelinux.org/about}
}
@online{musl_website,
  author = {musl},
  title  = {musl's official website},
  url    = {https://musl.libc.org}
}
@online{glibc_website,
  author = {GNU},
  title  = {GNU C library's official website},
  url    = {https://www.gnu.org/software/libc}
}
@online{apache_website,
  author = {Apache},
  title  = {Apache's official website},
  url    = {https://apache.org}
}
@online{hp_labs_website,
  author = {HP},
  title  = {HP Labs official website},
  url    = {https://www.hp.com/us-en/hp-labs/index.html}
}
@online{i3s_website,
  author = {I3S},
  title  = {I3S official website},
  url    = {https://www.i3s.unice.fr}
}
@online{rdf2rdf_website,
  title = {RDF2RDF’s official website},
  url   = {http://www.l3s.de/~minack/rdf2rdf}
}
@online{team_github,
  author = {Damien Graux and Pierre Saunders},
  year   = {2021},
  title  = {Team’s GitHub},
  url    = {https://github.com/SemanticWebBenchmarker}
}
@manual{unix_standard,
  title = {The UNIX® Standard},
  url   = {https://www.opengroup.org/membership/forums/platform/unix}
}
@online{virtuoso_website,
  title = {Virtuoso’s official website},
  url   = {https://virtuoso.openlinksw.com}
}
@online{dbpedia_website,
  title = {Dbpedia’s official website},
  url   = {https://www.dbpedia.org}
}
@online{lod-cloud_website,
  title = {The Linked Open Data Cloud’s official website},
  url   = {https://www.lod-cloud.net}
}
@online{fuseki_website,
  author = {Apache},
  title  = {Apache Jena Fueski’s official website},
  url    = {https://jena.apache.org/documentation/fuseki2}
}
@manual{sparql_standard,
  title = {SPARQL 1.1 Graph Store HTTP Protocol Standard},
  url   = {https://www.w3.org/TR/sparql11-http-rdf-update}
}
@online{tdb2_website,
  author = {Apache},
  title  = {TDB2’s official website},
  url    = {https://jena.apache.org/documentation/tdb2}
}
@online{watdiv_website,
  title = {WatDiv’s official website},
  url   = {https://dsg.uwaterloo.ca/watdiv}
}
@online{sp2bench_website,
  title = {SP2Bench's official website},
  url   = {http://dbis.informatik.uni-freiburg.de/index.php?project=SP2B}
}
@online{tf_website,
  title = {TensorFlow's official website},
  url   = {https://www.tensorflow.org/}
}
@online{keras_website,
  title = {Keras's official website},
  url   = {https://keras.io/}
}
@online{pytorch_website,
  title = {PyTorch's official website},
  url   = {https://pytorch.org/}
}
@online{numpy_website,
  title = {Numpy's official website},
  url   = {https://numpy.org/}
}
@online{rdf4j_website,
  title = {RDF4J's official website},
  url   = {https://rdf4j.org}
}
@online{jena_website,
  author = {Apache},
  title  = {Apache Jena's official website},
  url    = {https://jena.apache.org/index.html}
}
@online{lubm_website,
  title = {LUBM's official website},
  url   = {http://sc.cse.lehigh.edu/projects/lubm}
}
@online{rdf3x_github,
  title = {RDF3X's GitHub repository},
  url   = {https://gitlab.db.in.tum.de/dbtools/rdf3x}
}
@online{docker_website,
  title = {Docker official website},
  url   = {https://www.docker.com}
}
@online{4store_github,
  title = {4store's GitHub repository},
  url   = {https://github.com/SemanticWebBenchmarker/4store}
}
@online{wikipedia_cayley_dickson,
  title = {Cayley–Dickson construction},
  url   = {https://en.wikipedia.org/wiki/Cayley-Dickson\_construction}
}
@online{wikipedia_complex_number,
   title = {Complex number},
   url   = {https://en.wikipedia.org/wiki/Complex\_number}
}
@online{wikipedia_quaternion,
   title = {Quaternion},
   url   = {https://en.wikipedia.org/wiki/Quaternion}
}
@online{wikipedia_octonion,
   title = {Octonion},
   url   = {https://en.wikipedia.org/wiki/Octonion}
}
@online{wikipedia_sedenion,
   title = {Sedenion},
   url   = {https://en.wikipedia.org/wiki/Sedenion}
}
@online{wikipedia_function_mathematics,
  title = {Function (mathematics)},
  url   = {https://en.wikipedia.org/wiki/Function\_(mathematics)}
}
@online{wikipedia_domain_function,
  title = {Domain of a function},
  url   = {https://en.wikipedia.org/wiki/Domain\_of\_a\_function}
}
@online{wikipedia_codomain,
  title = {Codomain},
  url   = {https://en.wikipedia.org/wiki/Codomain}
}
@online{wikipedia_set_theory,
  title = {Set theory},
  url   = {https://en.wikipedia.org/wiki/Set\_theory}
}
@online{wikipedia_injective_function,
  title = {Injective function},
  url   = {https://en.wikipedia.org/wiki/Injective\_function}
}
@online{wikipedia_surjective_function,
  title = {Surjective function},
  url   = {https://en.wikipedia.org/wiki/Surjective\_function}
}
@online{wikipedia_bijection,
  title = {Bijection},
  url   = {https://en.wikipedia.org/wiki/Bijection}
}
@online{wikipedia_hyperbolic_functions,
  title = {Hyperbolic functions},
  url   = {https://en.wikipedia.org/wiki/Hyperbolic\_functions}
}