Skip to content

Commit f7e3a08

Browse files
committed
added Gist
1 parent 641dadf commit f7e3a08

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ results = pyaesthetics.analysis.analyze_image(path_to_img, method="complete")
106106
print(results)
107107
```
108108
## Colab Demo
109-
A simple demo that explain how to install the package, verify the installation, and run an analysis is available as [IPython Notebook](https://colab.research.google.com/drive/1courg5alLiyBcaIg2SMuDMsJOw2mfTJm?usp=sharing).
109+
A simple demo that explain how to install the package, verify the installation, and run an analysis is available as [IPython Notebook](https://colab.research.google.com/drive/1courg5alLiyBcaIg2SMuDMsJOw2mfTJm?usp=sharing) (also available as [Gist](https://gist.github.com/Gabrock94/9c88f620914897b3290eef57aaf2ef64)).
110110

111111
## Documentation
112112
The updated documentation of pyaesthetics, its modules, as well as a getting started guide and a list of examples can be found on [Read the Docs](https://prettywebsite.readthedocs.io/en/latest/). The documentation of each release version of pyaesthetics can be accessed separately through the drop-down menu at the bottom of the left sidebar.

docs/gettingstarted.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,7 @@ While to run a complete analysis, you can use the following snippet:
8585
>>> #perform a subset of the analysis using standard parameters
8686
>>> results = pyaesthetics.analysis.analyze_image(path_to_img, method="complete")
8787
>>> print(results)
88+
89+
Colab Demo
90+
######################################
91+
A demo is available in the form of a `Colab notebook<https://colab.research.google.com/drive/1courg5alLiyBcaIg2SMuDMsJOw2mfTJm?usp=sharing>`_ or `Gist<https://gist.github.com/Gabrock94/9c88f620914897b3290eef57aaf2ef64>_`.

docs/index.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,22 @@ The project has received an open source sponsorhip from Gitkraken.
100100

101101
Scientific Publications that used pyaesthetic
102102
**********************************************
103-
* Gabrieli G. (2018), Using users' physiological response to predict aesthetic experience of websites, Master Degree in Human-Computer Interaction, University of Trento (Italy)
104103
* Gabrieli, G., Bornstein, M. H., Setoh, P., & Esposito, G. (2022). Machine learning estimation of users’ implicit and explicit aesthetic judgments of web-pages. Behaviour & Information Technology, 1-11.
105104
* Bizzego, A., Gabrieli, G., Azhari, A., Lim, M., & Esposito, G. (2022). Dataset of parent-child hyperscanning functional near-infrared spectroscopy recordings. Scientific Data, 9(1), 625.
106105
* Cianfanelli, B., Esposito, A., Spataro, P., Santirocchi, A., Cestari, V., Rossi-Arnaud, C., & Costanzi, M. (2023). The binding of negative emotional stimuli with spatial information in working memory: A possible role for the episodic buffer. Frontiers in Neuroscience, 17, 445.
107106
* Music A., Maerten A., Wagemans J. (2023).Beautification of images by generative adversarial networks. Journal of Vision 2023;23(10):14.
108-
* Veldhuizen M. (2024), Analyzing the Role of Aesthetic Features in Packaging Designs on Consumer Responses: The Case of Specialty Coffee, Master Degree in Communication Science, Vrije Universiteit (Netherlands)
107+
* Liu, Q., Zhu, S., Zhou, X., Liu, F., Becker, B., Kendrick, K. M., & Zhao, W. (2024). Mothers and fathers show different neural synchrony with their children during shared experiences. NeuroImage, 288, 120529.
109108

109+
Theses
110+
*********************
111+
* Gabrieli G. (2018), Using users' physiological response to predict aesthetic experience of websites, Master Degree in Human-Computer Interaction, University of Trento (Italy)
112+
* Veldhuizen M. (2024), Analyzing the Role of Aesthetic Features in Packaging Designs on Consumer Responses: The Case of Specialty Coffee, Master Degree in Communication Science, Vrije Universiteit (Netherlands)
110113

111114
Presentations
112115
===============
113116
* Gabrieli, G., Scapin, G., & Esposito, G. (2022). Pyaesthetic, a python package for empirical aesthetic analysis. XXVII Conference of the International Association of Empirical Aesthetics, Philadelphia, United States.
117+
* Gabrieli, G., & Esposito, G. (2018a, May 3–5). Neuroaesthetics and web design: How expertise shapes our perception of web pages. Concepts, Actions and Objects (CAOS), Rovereto, Italy.
118+
* Gabrieli, G., & Esposito, G. (2018b, August 30–September 2). Neuroaesthetic of websites: Evaluating the impact of expertise and exposure to website on aesthetic judgment. International Association of Empirical Aesthetics Congress (IAEA), Toronto, Canada.
114119

115120
If you have used pyaesthetics in your work and your article/presentation is not on this list, please reach out to be added.
116121

0 commit comments

Comments
 (0)