Skip to content

Commit

Permalink
Basic sphinx configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
leobardooscar committed Aug 7, 2024
1 parent 3e05462 commit 227d017
Show file tree
Hide file tree
Showing 36 changed files with 431 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/pyvenv.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
home = /Library/Developer/CommandLineTools/usr/bin
include-system-site-packages = false
version = 3.7.3
39 changes: 39 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'CV & P. gallery'
copyright = '2024, Leobardo Oscar Alcantara Ocana'
author = 'Leobardo Oscar Alcantara Ocana'
release = 'August 2024'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

master_doc = "contents"


extensions = [
'myst_parser',
]

templates_path = ['_templates']
exclude_patterns = []



# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'furo'
html_static_path = ['_static']
#Sidebar title
html_title = "Main page"
#Banner top
html_theme_options = {
"announcement": "<h2> CV & Project Gallery</h2> <h3> Leobardo Oscar Alcántara Ocaña</h3> ",
}
28 changes: 28 additions & 0 deletions docs/source/conf.py.ori
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'sphinx_sandbox'
copyright = '2024, Leobardo Alcantara'
author = 'Leobardo Alcantara'
release = 'August 2024'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = []

templates_path = ['_templates']
exclude_patterns = []



# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'alabaster'
html_static_path = ['_static']
10 changes: 10 additions & 0 deletions docs/source/contents.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. toctree::
:maxdepth: 2
:caption: Contents:


index.md
further_education.md
photo.md
project_gallery.md
hobbies.md
69 changes: 69 additions & 0 deletions docs/source/further_education.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# Further Education

## &#10132; Information Technology
<!-- Arrow -different style- &#8594;-->
### **Certificates** &#10002;
+ **2015** - Certificate in Geomatics and Regional Planning - University of Guadalajara. The Mexican Commission for the Knowledge and Use of Biodiversity CONABIO.
+ **2012** - Certificate in Linux Administration - ITESO University
+ **2007** - Certificate in Design and Production of Multimedia & Interactive Systems - ITESO University

### **Workshops** &#10002;
+ **2022** - Search & Retrieval of Statistic and Geographical Information: an update on new features and tools. UNAM - INEGI, México.
+ **2018** - Open-source library services platform FOLIO. EBSCO Information Services & University of Guadalajara.
+ **2017** - The Digital Map of Mexico platform. National System of Statistical and Geographical Information, INEGI. México.
+ **2016** - Drupal Camp. University of Guadalajara.
+ **2014** - Open Access Journals. University of Guadalajara. Guadalajara, México.
+ **2013** - Weaving Academic E-learning Networks - ITESO University (International Workshop).
+ **2012** - Drupal Summit Latino. University of Guadalajara. / Intellectual Property workshop. ITESO University.


---

## &#10132; Social Sciences
### **Certificates** &#10002;

+ **2024** Transparency, Privacy and Security in Digital Environments. Institute of Transparency, Public Information and Protection of Personal Data of the State of Jalisco, ITEI.
+ **2010** Social controllership: Citizen's right to Accountability. ITESO University.
---

### **Seminars & Workshops** &#10002;
+ **2024** Webinar on Social Networks & Public Sector. Institute of Transparency, Public Information and Protection of Personal Data of the State of Jalisco (ITEI; Chihuahua Institute for Transparency and Access to Public Information (ICHITAIP).

+ **2022** - Seminar on Democracy, Governance & Civil Society. El Colegio de Jalisco. Guadalajara, México.

+ **2018**
- XXII International Seminar on Communication & Society. "Fake News, Post-Truth and Journalism Studies". University of Guadalajara. Guadalajara, México.
- Social Research Projects: Strategies & Formulations. ITESO - IBERO Universities.

+ **2017** - XXI International Seminar on Communication & Society. "Youth and Digital Social Networks. Beliefs, results & perspectives in their research". University of Guadalajara. Guadalajara, México.

+ **2016**
- XX International Seminar on Communication & Society. "Between knowing & recognizing oneself. Contemporary cultures in a world of migrations". University of Guadalajara. Guadalajara, México.
- Society as Passion: Contributions to Systems Theory. ITESO - IBERO Universities.

+ **2015**
- Measurement of Public Policy results. El Colegio de Jalisco. Guadalajara, México.
- Innovation & Entrepreneurship Ecosystem. ITESO University.

+ **2014**

- Economic, Political & Environmental context analysis. ITESO University.
- Water, Governance & Political Ecology. ITESO University.
- Complex Thinking Paradigms. ITESO University.
- International Seminar on Communication & Society. "Communication at the Center: Theory, Opinion & the Academic Field". ITESO University.

+ **2013**

- General overview of Ethics. ITESO & Deusto Universities.
- Conflict resolution in México. ITESO University.
- The Convergence between Cultural Policies & Communication Policies in the Digital era. ITESO University.

+ **2012**

- Cultural Studies & Citizenship Culture. ITESO University.
- Citizenship, Human Rights & Peace. ITESO University.
- Citizenship, Neighborhood & Fraternity. ITESO University.

+ **2011**
- Ethics in Education for Social Coexistence. ITESO University.
- Seminar of Knowledge & Culture. ITESO University.
79 changes: 79 additions & 0 deletions docs/source/hobbies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Hobbies

## &#10132; Cinema

+ [Usr. profile on MUBI: 1,196 Ratings & Reviews, so far.](https://mubi.com/es/users/272774 "Online movie streaming service")

**My favorite movies:**

+ Les Quatro Cents Coupes. François Truffaut (1959).

+ Blade Runner. Ridley Scott (1982).

| En décembre 1999, MK2 Productions absorbe *Les Films du Carrosse*. | The Ladd Company released Blade Runner in 1982.|
| ----------- | ----------- |
|<figure markdown="span"> ![MK2 Films](img/mk2_films_dark.png) <figcaption> Marin Karmitz</figcaption></figure> | <figure markdown="span">![The Ladd Company](img/The_Ladd_Company_logo.png) <figcaption> </figcaption> Founded in October of 1979 by a team of former Fox executives</figure> |


+ [300 movies that Rober Ebert -website- consider worthy of beign called "great" ](https://www.rogerebert.com/great-movies "RoberEbert.com").

* [*Roger Ebert*](https://en.wikipedia.org/wiki/Roger_Ebert "Wikipedia entry") *was a film critic for the Chicago Sun-Times from 1967 until his death in 2013.*



---

## &#10132; Music


+ [My Playlist on Spotify](https://open.spotify.com/user/leobardo_oscar "1,504 Public Playlists")

---

## &#10132; Dogs


---


## &#10132; Photography

```{admonition} Work in progress!
Currently working on image galleries.
```
In the meantime you can have a look on my[ Clouds image gallery. ](https://leobardooscar.github.io/clouds/ "Clouds spotted in Guadalajara Jalisco, Mexico")

or my [ Flicker image showcase](https://www.flickr.com/people/loao/ "Flickr")


---


## &#10132; Lexicography

#### English Spanish Dictionary

+ Description:

This is not intended to be a professional dictionary by any means.
This is just a collection of English vocabulary used in news, debates and opinion shows.
The goal is to learn the intricacies of building an online dictionary.
I'm just an enthuisiast of lexicography.
Work in progress :-)

+ Link:
[[&#10075; Lexonomy English - Spanish Dictionary &#10076;](https://www.lexonomy.eu/#english_spanish "Home page")]

+ Tools I recommend:

+ [Skell - Sketch Engine for language learning](https://skell.sketchengine.eu "Corpus")

+ [Word Hippo](https://www.wordhippo.com/ "Synonyms, ")

---

## &#10132; Nephologist

+ Cloud observation & appreciation


Binary file added docs/source/img/.DS_Store
Binary file not shown.
Binary file added docs/source/img/LOAO_CV_profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/img/LOAO_CV_profile_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/img/The_Ladd_Company_1982.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/img/The_Ladd_Company_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/img/mk2_films_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/img/mk2_films_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/img/online_thesaurus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/img/thn_browse_vufind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/img/thn_front_archivo_iteso_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/img/thn_front_archivo_iteso_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/img/thn_front_ausjal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/img/thn_front_portal_biblioteca.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/img/thn_front_rei.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/img/thn_front_vufind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/img/thn_online_thesaurus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/img/thn_planta_alta_biblioteca.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/img/thn_planta_baja_biblioteca.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions docs/source/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# Basic Information


![ Image title ](img/LOAO_CV_profile_small.png)

<!-- Add warning
```{warning}
This projec is under heavy development
```
-->

<!-- Read it as if it were RST and Add Toc tree
If you want to render Toctree in index.md
otherwise create a file where to add the directive
```{eval-rst}
.. toctree::
:maxdepth: 2
:caption: Contents:
about.rst
further_education.rst
```
-->

### **Name**
Leobardo Oscar Alcántara Ocaña

I was born on July 6th, 1972 in México City, CDMX (former D.F.).

### **Contact**
**leobardooscar@gmail.com**
<br />
**leobardo@iteso.mx**

<br />

---

### &#10132; **Academic degrees**
+ **1996** B.A. in Communication Sciences - ITESO University, Guadalajara México.
+ **2012** M.A. in Communication of Science & Culture - ITESO University, Guadalajara México.

---

### &#10132; **Work experience**
+ **1999 – 2020** Web Designer & Web Content Manager. “Dr. Jorge Villalobos Padilla” Library. ITESO University. 97 – 2003 University's Web Portal Content Manager. ITESO University.
+ **99 – 2001; 2011** Reference librarian. ITESO University.
+ **2007 – 2008** Reference librarian. "Cultural Centre Library". Supreme Court of Justice of the Nation (SCJN), Mexico.

---

### &#10132; **Skills & Capabilities**

#### Technical &#10002;
+ Web content administration with Drupal & WordPress.
+ Documentation of projects and procedures.
+ GUI customization (theming) of Repositories, Catalogs & Integrated Library Systems like Aleph, DSpace & Vufind.
+ Work comfortably with Windows, Mac, or Linux.

#### Communication &#10002;
+ Facilitate effective and meaningful communication, by mediating the request and response process between developers, staff, and end users of online information systems.


<!-- For full documentation visit [mkdocs.org](https://www.mkdocs.org).-->

21 changes: 21 additions & 0 deletions docs/source/index.rst.edited
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.. sphinx_sandbox documentation master file, created by
sphinx-quickstart on Mon Aug 5 19:49:51 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

CV and Project Gallery
============================

Add your content using ``reStructuredText`` syntax. See the
`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_
documentation for details.


.. toctree::
:maxdepth: 2
:caption: Contents:



about.rst
further_education.rst
17 changes: 17 additions & 0 deletions docs/source/index.rst.ori
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.. sphinx_sandbox documentation master file, created by
sphinx-quickstart on Mon Aug 5 19:49:51 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

sphinx_sandbox documentation
============================

Add your content using ``reStructuredText`` syntax. See the
`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_
documentation for details.


.. toctree::
:maxdepth: 2
:caption: Contents:

8 changes: 8 additions & 0 deletions docs/source/photo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Photography

```{admonition} Work in progress!
Currently working on image galleries.
```
In the meantime you can have a look on my[ Clouds gallery ](https://www.flickr.com/people/loao/ "Clouds spotted in Guadalajara Jalisco, Mexico")

or my [ Flicker image showcase](https://www.flickr.com/people/loao/ "Flickr")
Loading

0 comments on commit 227d017

Please sign in to comment.