Skip to content

Latest commit

 

History

History
105 lines (73 loc) · 2.34 KB

File metadata and controls

105 lines (73 loc) · 2.34 KB

REPOSITORY_STRUCTURE

This document provides an overview of the structure of the GenAI in the SOC Paper repository and the purpose of its main components.

The repository is designed to present a focused research paper, its supporting materials, and conceptual models in a clear and accessible way.


Core Repository Files

  • README.md Main entry point providing an overview of the research topic, key arguments, and visual models.

  • CITATION.cff Contains citation metadata to enable proper academic referencing.

  • LICENSE Defines the usage and distribution rights for the material.

  • .gitignore Specifies files and artifacts that are excluded from version control.


Paper

  • paper/ Contains the published versions of the research paper:

    • English version (PDF)
    • German version (PDF)
  • paper/source/ Contains the editable source files of the paper:

    • .odt documents for further development and revision

Figures

  • figures/ Contains visual models and diagrams used in the paper:

    • conceptual models (e.g., paradigm shift)
    • architecture diagrams (e.g., human-in-the-loop)

These figures support the theoretical and structural explanations within the paper.


Appendix

  • appendix/ Contains supporting material that complements the paper:

    • terminology.md — definitions and contextual interpretations of key terms used throughout the paper

Assets

  • assets/ Contains visual assets used for presentation and repository representation:

    • social preview image
    • cover images (EN/DE)

Repository Layout Overview

.
├─ README.md
├─ LICENSE
├─ CITATION.cff
├─ .gitignore
│
├─ paper/
│  ├─ ESKme-GenAI-im-SOC-Paper-EN-v1.0.pdf
│  ├─ ESKme-GenAI-im-SOC-Paper-DE-v1.0.pdf
│  └─ source/
│     ├─ ESKme-GenAI-im-SOC-Paper-EN-v1.0.odt
│     └─ ESKme-GenAI-im-SOC-Paper-DE-v1.0.odt
│
├─ figures/
│  ├─ paradigm-shift-ai-soc-en.jpg
│  ├─ paradigm-shift-ai-soc-de.jpg
│  ├─ human-in-the-loop-architecture.png
│
├─ appendix/
│  └─ terminology.md
│
└─ assets/
   ├─ cover-en.jpg
   ├─ cover-de.jpg
   └─ social-preview.png
    

This structure ensures a clear separation between the core research paper, its supporting material, and its visual representation.