I'm having difficulty removing the social media + email icons from the publication pages. Any ideas?
https://themes.gohugo.io//theme/academic/publication/clothing-search/
Set profile = false in params.toml or the page front matter:
https://sourcethemes.com/academic/docs/managing-content/#page-features
Thanks @gcushen. This got rid of the author profile information at the bottom of the page, but unfortunately did not remove the social media icons (see below).

Take a look at the options in the configuration files. The social sharing is controlled by sharing in params.toml.
thank you!!
Most helpful comment
Take a look at the options in the configuration files. The social sharing is controlled by
sharingin params.toml.