Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/entelecheia/sustaina-graph
A visual exploration of the evolution of corporate sustainability research spanning from 1973 to 2019.
https://github.com/entelecheia/sustaina-graph
Last synced: 17 days ago
JSON representation
A visual exploration of the evolution of corporate sustainability research spanning from 1973 to 2019.
- Host: GitHub
- URL: https://github.com/entelecheia/sustaina-graph
- Owner: entelecheia
- License: mit
- Created: 2023-10-19T03:56:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-25T18:17:54.000Z (about 1 year ago)
- Last Synced: 2023-10-25T19:40:17.272Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://sustaina-graph.entelecheia.ai/
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# SustainaGraph
[![version-image]][release-url]
[![release-date-image]][release-url]
[![license-image]][license-url][license-image]: https://img.shields.io/github/license/entelecheia/sustaina-graph
[license-url]: https://github.com/entelecheia/sustaina-graph/blob/main/LICENSE
[version-image]: https://img.shields.io/github/v/release/entelecheia/sustaina-graph?sort=semver
[release-date-image]: https://img.shields.io/github/release-date/entelecheia/sustaina-graph
[release-url]: https://github.com/entelecheia/sustaina-graph/releases[repo-url]: https://github.com/entelecheia/sustaina-graph
[docs-url]: https://sustaina-graph.entelecheia.ai
[changelog]: https://github.com/entelecheia/sustaina-graph/blob/main/CHANGELOG.md
[contributing guidelines]: https://github.com/entelecheia/sustaina-graph/blob/main/CONTRIBUTING.md## Project Overview
SustainaGraph is an interactive network visualization website created to provide a visual exploration of the evolution of corporate sustainability research spanning from 1973 to 2019. This project is based on a scientometric analysis of 26,111 Web of Science articles, encapsulating the continuous development and shifts in the conceptual foundations of corporate sustainability over 47 years. The visualization segments the research evolution into four major periods: the Dawn of Diverse Ideas (1979-2005), the Rise of Conceptual Frameworks (2006-2011), the Era of Heterogeneity (2012-2015), and the Age of Stakeholder Engagement (2016-2019).
## Features
- **Interactive Network Visualization:** Explore the connections, trends, and shifts in corporate sustainability research across different periods.
- **Period-wise Analysis:** Delve into each defined period to understand the leading research subjects, theories, and perceptions in corporate sustainability.
- **Emerging Concepts Highlight:** Discover emerging concepts in recent sustainability research and their significance in addressing current challenges faced by practitioners.## Installation
1. Clone the repository:
```bash
git clone https://github.com/entelecheia/sustaina-graph.git
```2. Navigate to the project directory:
```bash
cd sustaina-graph
```3. Install dependencies:
```bash
npm install
```4. Run the project:
```bash
npm start
```The application will be running on `http://localhost:3000`.
5. Test the project:
```bash
npm test
```Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://create-react-app.dev/docs/running-tests/) for more information.6. Build the project:
```bash
npm run build
```Builds the app for production to the `build` folder. It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
## Changelog
See the [CHANGELOG] for more information.
## Contributing
We welcome contributions to SustainaGraph! Please see our [contributing guidelines] for more details.
## License
SustainaGraph is licensed under the [MIT License][license-url].
## Acknowledgements
This project is an interactive visualization of our findings from the scientometric analysis presented in our research paper "Looking Back and Looking Forward: A Scientometric Analysis of the Evolution of Corporate Sustainability Research over 47 Years". We extend our gratitude to all researchers and practitioners contributing to the advancement of knowledge and understanding of corporate sustainability over the past decades.
## Contact
For any inquiries or collaboration opportunities, please contact the project maintainers via [email](mailto:[email protected]).