<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="el">
	<id>https://wiki-staging.ellak.gr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pkst</id>
	<title>Ελεύθερο Λογισμικό / Λογισμικό ανοιχτού κώδικα - Συνεισφορές χρήστη [el]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-staging.ellak.gr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pkst"/>
	<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/wiki/%CE%95%CE%B9%CE%B4%CE%B9%CE%BA%CF%8C:%CE%A3%CF%85%CE%BD%CE%B5%CE%B9%CF%83%CF%86%CE%BF%CF%81%CE%AD%CF%82/Pkst"/>
	<updated>2026-09-11T07:32:14Z</updated>
	<subtitle>Συνεισφορές χρήστη</subtitle>
	<generator>MediaWiki 1.41.5</generator>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2521</id>
		<title>Google Summer of Code 2026 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2521"/>
		<updated>2026-02-19T06:56:28Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;VS Code pluggin for CScout&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The objective of the proposed project is to create a Visual Studio Code plugin for accessing the functionality of the CScout source code analyzer and refactoring browser for collections of C programs.&lt;br /&gt;
&lt;br /&gt;
CScout can process workspaces of multiple projects (a project is defined as a collection of C source files that are linked together) mapping the complexity introduced by the C preprocessor back into the original C source code files. CScout takes advantage of modern hardware (fast processors and large memory capacities) to analyze C source code beyond the level of detail and accuracy provided by current compilers and linkers. The analysis CScout performs takes into account the identifier scopes introduced by the C preprocessor and the C language proper scopes and namespaces. CScout has already been applied on projects of tens of thousands of lines to millions of lines, like the Linux and FreeBSD kernels and the Apache web server.&lt;br /&gt;
&lt;br /&gt;
Having VSCode act as a front-end to CScout’s existing batch analysis will work as follows.&lt;br /&gt;
* Trigger explicit runs (command palette / tasks), not on-save analysis.&lt;br /&gt;
* Present results as:&lt;br /&gt;
** Navigable diagnostics&lt;br /&gt;
** Cross-reference views (definitions, uses, dependencies)&lt;br /&gt;
** Refactoring previews as diffs&lt;br /&gt;
** Project-wide facts (identifier scopes, file coupling, macro effects) that are otherwise buried in textual reports&lt;br /&gt;
&lt;br /&gt;
This will offer the following advantages&lt;br /&gt;
* Lower adoption barrier: developers are far more likely to try CScout if results appear inside their editor instead of via reports or bespoke UIs.&lt;br /&gt;
* Natural fit for whole-program analysis: VS Code already supports long-running, cancellable tasks with progress reporting.&lt;br /&gt;
* Superior comprehension UX: jump-to-definition, peek views, code lenses, and diff previews make CScout’s semantic information immediately actionable.&lt;br /&gt;
* Safer refactoring workflow: preview-first refactorings reduce fear of large, semantics-preserving transformations.&lt;br /&gt;
* Separation of concerns: keeps CScout as a standalone engine while the plugin handles visualization and navigation.&lt;br /&gt;
* Research leverage: enables realistic user studies (e.g., acceptance of large-scale refactorings, tolerance of latency).&lt;br /&gt;
* Longevity and reuse: the same backend can serve CLI, CI, and IDE use; the plugin becomes a thin, replaceable shell.&lt;br /&gt;
&lt;br /&gt;
Thus the plugin will combine CScout’s strengths (macro-aware parsing, precise identifier resolution, and whole-system reasoning) that are hard to appreciate via static reports and tricky to use through the existing rudimentary web front-end. The VSCode plugin combines two open source software projects to provide immediate developer value.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
A VS Code plugin that can act as an interface to CScout&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/dspinellis/cscout&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Typescript, C/C++, VS Code API&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Diomidis Spinellis&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;OpenTRIM&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
OpenTRIM is an open-source code for simulating the passage of energetic ions through materials and calculating the associated modifications and damage that they cause to these materials. It is based on the kinetic Monte-Carlo method and employs the Binary Collision Approximation to describe the interaction between ions and target atoms. OpenTRIM comprises a set of C++ libraries, a command-line program for executing simulations in batch mode, and a Qt-based graphical user interface for configuring, running, and evaluating simulations. Several parts of the codebase require improvements and extensions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Real-time 3D visualization tool for simulated ion tracks&lt;br /&gt;
&lt;br /&gt;
Python bindings for running simulations and retrieving results directly from Python&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/ir2-lab/OpenTRIM&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++&lt;br /&gt;
&lt;br /&gt;
Python (optional)&lt;br /&gt;
&lt;br /&gt;
OpenGL (optional)&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
George Apostolopoulos&lt;br /&gt;
&lt;br /&gt;
Michail Axiotis&lt;br /&gt;
&lt;br /&gt;
Eleni Mitsi&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Open-Source AI Framework for Thermal Satellite Payload Data Analysis&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project aims to develop a general-purpose open-source AI framework for extracting high-level semantic information from thermal sensor payloads onboard satellites. The framework will support multiple application scenarios such as nighttime cloud detection and thermal event or anomaly monitoring on land and sea.&lt;br /&gt;
&lt;br /&gt;
The project focuses on building a reusable pipeline covering dataset creation and augmentation from real and synthetic thermal imagery, model training and benchmarking, and advanced analysis tools such as uncertainty quantification and explainability. The goal is to provide a practical and reproducible platform for thermal remote sensing applications in Earth observation and small satellite programs.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Modular AI pipeline for thermal satellite data processing&lt;br /&gt;
&lt;br /&gt;
Dataset extraction, preprocessing and labeling workflows&lt;br /&gt;
&lt;br /&gt;
Baseline and benchmarked ML/DL models&lt;br /&gt;
&lt;br /&gt;
Uncertainty quantification methods&lt;br /&gt;
&lt;br /&gt;
Explainability tools&lt;br /&gt;
&lt;br /&gt;
Public open-source releases with documentation&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab/TIRAuxCloud&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python&lt;br /&gt;
&lt;br /&gt;
Machine Learning / Deep Learning (PyTorch or similar)&lt;br /&gt;
&lt;br /&gt;
Image processing fundamentals&lt;br /&gt;
&lt;br /&gt;
Geospatial / satellite imagery familiarity&lt;br /&gt;
&lt;br /&gt;
Interest in remote sensing and explainable AI&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis&lt;br /&gt;
&lt;br /&gt;
Alexis Apostolakis&lt;br /&gt;
&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Command &amp;amp; Data Handling Software for Open-Source CubeSat FlatSat Testbed&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The CubeSat FlatSat testbed is a ground-based platform for deploying and testing onboard AI algorithms, end-to-end processing pipelines, and avionics software/hardware. It supports onboard processing validation and serves as a development platform for university student projects and future open-source CubeSat missions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
C&amp;amp;DH flight software on STM32 with FreeRTOS&lt;br /&gt;
&lt;br /&gt;
Inter-subsystem communication using CSP over CAN&lt;br /&gt;
&lt;br /&gt;
NASA cFS-inspired modular architecture&lt;br /&gt;
&lt;br /&gt;
Zenoh middleware for high-bandwidth payload data&lt;br /&gt;
&lt;br /&gt;
Unit tests and integration tests&lt;br /&gt;
&lt;br /&gt;
Architecture documentation and developer guides&lt;br /&gt;
&lt;br /&gt;
Public open-source release on GitHub&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group/orion-cubesat-testbed&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python and C&lt;br /&gt;
&lt;br /&gt;
Embedded systems development&lt;br /&gt;
&lt;br /&gt;
FreeRTOS&lt;br /&gt;
&lt;br /&gt;
CAN bus &amp;amp; networking protocols&lt;br /&gt;
&lt;br /&gt;
STM32 toolchain familiarity&lt;br /&gt;
&lt;br /&gt;
Interest in satellite systems and flight software&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis&lt;br /&gt;
&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Fine-tuning AI transcription models for Greek Municipal Councils&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
OpenCouncil has accumulated hundreds of hours of Greek municipal council recordings with human-corrected transcriptions and utterance-level timestamps. Greek municipal speech presents unique challenges: regional accents, domain-specific legal and administrative terminology, multiple speakers, and varying audio quality. This project will fine-tune Whisper (or similar open-source speech recognition models) on our dataset to significantly improve transcription accuracy for Greek municipal contexts. The contributor will preprocess training data, experiment with fine-tuning approaches, evaluate model performance against our current pipeline, and deploy the improved model to production. Success means measurably better transcription quality — especially for technical terms and speaker identification.&lt;br /&gt;
&lt;br /&gt;
OpenCouncil is a civic tech platform that makes Greek municipal council proceedings accessible to citizens through AI-powered transcription, summarization, and search. We have established partnerships with 10+ municipalities across Greece, providing both real-world data and direct validation channels for this project. Our existing dataset of human-corrected transcriptions is a unique resource that makes this fine-tuning project feasible and impactful. The resulting model will be open-sourced and can benefit the entire Greek-speaking NLP community.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
A preprocessed, validated training dataset of Greek municipal speech with utterance-level alignments, ready for model fine-tuning and future research use. A fine-tuned Whisper model that demonstrates measurable improvement in Word Error Rate (WER) over the baseline, particularly on domain-specific terminology (legal, administrative), regional accents, and multi-speaker segments. An evaluation framework with benchmarks and test sets for ongoing quality measurement of Greek municipal transcription. Production integration of the fine-tuned model into OpenCouncil&#039;s transcription pipeline, validated on real council meetings from our 10+ municipal partners. Documentation of the fine-tuning methodology, dataset preparation process, and results — contributing to the broader Greek NLP and open-source speech recognition community.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/schemalabz/opencouncil&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python, Machine Learning, PyTorch/TensorFlow, Speech Recognition, Greek language required&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Andreas Kouloumos (andreas@opencouncil.gr), Christos Porios (christos@opencouncil.gr)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Municipal Budget and Technical Program Visualization Tool&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
All 332 Greek municipalities publish annual budgets (προϋπολογισμοί) and technical programs (τεχνικά προγράμματα) as PDFs — hundreds of pages of financial data and infrastructure projects that citizens struggle to understand. This project will build a standalone tool that processes these PDFs, extracts structured data, and presents it through an accessible interface. Users will be able to search projects, track spending over time, compare municipalities, and visualize budget allocations. The tool will handle the varied PDF formats used across municipalities and be deployable for all 332 Greek municipalities with minimal configuration.&lt;br /&gt;
&lt;br /&gt;
This tool addresses a fundamental transparency gap in Greek local government. While budget data is technically public, it is practically inaccessible to citizens due to its format and complexity. OpenCouncil&#039;s network of 10+ municipal partners provides immediate access to real budget documents for development and testing, and a clear path to adoption across Greece. The tool will be fully open-source and designed for reuse by other civic tech initiatives. This project complements OpenCouncil&#039;s core mission of making municipal governance transparent and accessible.&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
1. PDF processing pipeline: Build robust extraction system that handles various PDF formats and structures, validate data quality &lt;br /&gt;
2.Data model and API: Design database schema, create API endpoints, implement search and comparison features &lt;br /&gt;
3. User interface and deployment: Build accessible frontend for exploring budgets and projects, deploy for multiple municipalities, write documentation&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/schemalabz/opencouncil&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python, PDF processing, Data extraction, PostgreSQL, Next.js/React, Data visualization, greek language required&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Andreas Kouloumos (andreas@opencouncil.gr), Christos Porios (christos@opencouncil.gr)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: Needs-Driven Evolution of the Dataset Production Pipeline for Greek Language Data&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on improving the GlossAPI dataset production pipeline by addressing practical limitations and gaps that emerge as new datasets are processed and published.&lt;br /&gt;
&lt;br /&gt;
As the scope and volume of Greek-language datasets handled by GlossAPI continue to grow, the pipeline must evolve to remain maintainable, reliable, and adaptable to new use cases. The contributor will work on the reconstruction and evolution of parts of the pipeline, guided by operational needs encountered during dataset ingestion, processing, and publication.&lt;br /&gt;
&lt;br /&gt;
The work will emphasize improvements to the pipeline’s maintainability and usability, while enabling richer interaction and input scenarios that better reflect how Greek-language data is accessed and processed in practice. This includes exploring enhancements related to workflow execution, interaction mechanisms, data acquisition paths, and challenges specific to Greek-language and OCR-derived content.&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
* Improved maintainability of the GlossAPI pipeline codebase&lt;br /&gt;
* Targeted improvements addressing real usage issues in dataset ingestion and processing&lt;br /&gt;
* Enhanced support for diverse data sources and interaction patterns&lt;br /&gt;
* Incremental improvements tailored to the characteristics of Greek-language data&lt;br /&gt;
* Documentation and usage notes supporting long-term sustainability and onboarding&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
====[https://github.com/eellak/glossAPI glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of Python, Git/GitHub, experience with data processing pipelines &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Dimitrios Athanasopoulos, Nikos Tsekos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: ML-assisted Anonymization Layer and Targeted Pipeline Improvements for Greek Datasets&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on extending GlossAPI with a production-ready anonymization layer for Greek text datasets, addressing a critical need for privacy-preserving dataset publication, while also contributing targeted updates to the existing pipeline based on requirements that emerge during its evolution.&lt;br /&gt;
&lt;br /&gt;
The core of the project is the design and implementation of an ML-assisted anonymization module that detects and masks sensitive personal information (such as names, emails, phone numbers, and organizations) in Greek text. Due to the linguistic characteristics of Greek and the presence of OCR noise in many datasets, the anonymization layer will explore and evaluate multiple approaches, including rule-based techniques and ML-based methods such as Named Entity Recognition, potentially using transformer-based or other state-of-the-art models depending on empirical results.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
* Integrated anonymization module for Greek text datasets within GlossAPI&lt;br /&gt;
* Detection and masking of common personal identifiers (names, emails, phone numbers, organizations)&lt;br /&gt;
* Targeted updates to specific parts of the GlossAPI pipeline, limited to what is necessary to support anonymization&lt;br /&gt;
* Documentation and usage examples for maintainers and future contributors&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
====[https://github.com/eellak/glossAPI glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of Python, Git/GitHub, Basic NLP/ML concepts, and Regular expressions. &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Myrsini Ioannou, Nikos Tsekos, Dimitrios Athanasopoulos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; FOSSBot Platform: Simulation Enhancements and AI Integration &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The FOSSBot Platform aims to enhance robotic simulation environments by integrating AI-driven capabilities and improving simulation realism. The project focuses on extending existing open-source robotic simulation tools with advanced features that support experimentation, education, and research in autonomous systems. Emphasis is placed on modularity, extensibility, and reproducibility within open-source ecosystems.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
The expected outcomes include enhanced simulation modules, AI-assisted decision-making components, improved documentation, and example use cases. The project will deliver code contributions upstream, along with benchmarks and demonstrations showcasing the improvements in robotic simulation fidelity and usability.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/fossbot-platform&lt;br /&gt;
https://github.com/eellak/fossbot&lt;br /&gt;
https://fossbot.gr&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of JavaScript, Python, robotics simulation environments, and basic AI/ML concepts. Familiarity with open-source workflows and collaborative development is required.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis, Eleftheria Papageorgiou, Irida Ntinou&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; AI assisted KMC &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project explores the integration of machine learning techniques into Kinetic Monte Carlo (KMC) simulations. The goal is to accelerate simulations and improve predictive accuracy by leveraging AI models trained on simulation data. The project targets scientific computing and materials science applications.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Deliverables include AI-augmented KMC algorithms, performance evaluations against traditional methods, and a reproducible pipeline for training and inference. Documentation and example experiments will accompany the final implementation.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++, working knowledge of machine learning techniques, numerical methods, and statistical modeling. Prior experience with scientific simulations is a plus.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Unified SBOM Management via RDF Database Abstraction&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Software Bill of Materials (SBOM) documents, specifically in the ISO standard SPDX format, are becoming the cornerstone of software supply chain security. As the volume of SBOM data grows, simple file-based storage is no longer sufficient for complex analysis and cross-referencing. This project aims to develop a suite of tools to ingest, store, and extract SPDX documents using RDF databases (Triplestores). By utilizing the triplestore Python library, these tools will remain database-agnostic, allowing users to seamlessly switch between backends like Apache Jena, AllegroGraph, Blazegraph, GraphDB, and Oxigraph without changing the codebase.&lt;br /&gt;
&lt;br /&gt;
==== Background information ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
For GSoC 2025, a Python library abstracting some commonly used databases was developed.&lt;br /&gt;
&lt;br /&gt;
SBOM data in SPDX format can be serialized in RDF, and therefore can be stored in such databases.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
The current SPDX ecosystem relies heavily on flat files (JSON, RDF/XML, or even Tag-Value for SPDXv2). While effective for transport, these files are difficult to query at scale—for example, when looking for a specific vulnerable component across thousands of SBOMs. Since SPDXv3 is natively based on an knowledge graph model, storing it in a RDF Triplestore is the most logical and powerful way to handle this data. However, different RDF databases have varying APIs and connection protocols.&lt;br /&gt;
&lt;br /&gt;
This project will leverage the triplestore library (which provides a high-level Python abstraction) to build tools that:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Ingest:&#039;&#039; Parse SPDX documents (multi-format support) and map them to the unified RDF store.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Extract:&#039;&#039; Reconstruct valid SPDX documents from the database based on specific queries (e.g., &amp;quot;Export the SBOM for Project X version 1.2&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Manage:&#039;&#039; Provide basic management functions like listing stored SBOMs, deleting old versions, and validating data integrity.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a number of well-documented tools that can operate on SBOM data. These will allow users to seemlessly move between SPDX documents and RDF databases.&lt;br /&gt;
&lt;br /&gt;
An indicative list of tools and deliverables is:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;SBOM-to-Store Ingestor:&#039;&#039; A CLI tool to upload SPDX documents (v2 and v3) into any supported triplestore.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Store-to-SBOM Exporter:&#039;&#039; A tool to query the database and output a standard-compliant SPDX file.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Database Management Utilities:&#039;&#039; Tools for basic CRUD operations on the stored SBOM data.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Test Suite:&#039;&#039; A comprehensive set of tests to verify the abstraction works.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Documentation:&#039;&#039; User guide for the CLI tools and developer documentation for the API.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== Related Resources and Repositories ====&lt;br /&gt;
- https://github.com/eellak/triplestore&lt;br /&gt;
&lt;br /&gt;
- https://github.com/spdx/tools-python&lt;br /&gt;
&lt;br /&gt;
- https://github.com/RDFLib/rdflib&lt;br /&gt;
&lt;br /&gt;
- https://spdx.github.io/spdx-spec&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
Python3, RDF, SPARQL, SPDX specifications.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tip for your application:&#039;&#039; Study SPDX v3 (and v2): SPDX is heavily RDF-centric. Demonstrating knowledge of how 3.0 maps to triples will make your proposal stand out.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Using SWHID to Identify Software Components&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
This project addresses a critical gap in software supply chain security and reproducibility: the connection between package-level identifiers (like package-name@version) and content-level identifiers (SWHIDs).&lt;br /&gt;
&lt;br /&gt;
==== Background information ====&lt;br /&gt;
&lt;br /&gt;
Software Hash IDentifiers (SWHID) are a standardized way to identify software artifacts, based on content. The definition is officially adopted as ISO/IEC 18670:2025 and is available at https://swhid.org.&lt;br /&gt;
&lt;br /&gt;
However, most developers interact with software through package managers like Cargo (Rust), PyPI (Python), Maven (Java), or APT (Debian/Ubuntu). There is currently a &amp;quot;semantic gap&amp;quot; between the package version (e.g., requests 2.31.0) and its corresponding SWHID, which depends on its contents.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
The goal of this project is to develop tooling that automatically computes, verifies, and publishes the SWHIDs for components across major package registries. By creating a verifiable mapping between package releases and SWHIDs, we can enable better SBOM integration, improved vulnerability tracking, and long-term reproducibility of the global software supply chain.&lt;br /&gt;
&lt;br /&gt;
This project will involve three main phases:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Computation and Archival:&#039;&#039; Build a pipeline to fetch packages from registries (like Crates.io, PyPI, Maven Central, etc.) and compute their SWHIDs locally to ensure integrity.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Mapping &amp;amp; Verification:&#039;&#039; Generate a high-quality dataset that maps registry data (URL and version) to SWHID. This will require handling the specific packaging quirks of each ecosystem.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Publication:&#039;&#039; Publish these identifiers in a way that makes them useful to the community. This could include: contributing to a public lookup service or API; exporting mappings to SPDX format; or proposing metadata additions to the package registries themselves.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;CLI Tool:&#039;&#039; A reusable utility that takes a package name/version and returns a verified SWHID.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Public Dataset:&#039;&#039; A comprehensive mapping of the most popular packages across ecosystems to their SWHIDs.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Documentation:&#039;&#039; A guide on how package maintainers can include SWHIDs in their own release workflows.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Upstream Contributions:&#039;&#039; (Stretch goal) Integration with tools like cargo-swhid or pyproject.toml plugins.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Short or Regular or Long, depending on breadth and depth.&lt;br /&gt;
&lt;br /&gt;
==== Related Resources and Repositories ====&lt;br /&gt;
- https://swhid.org&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
&lt;br /&gt;
Python and bash scripting (for the solution), knowledge of other ecosystems (Rust, Java, etc.) is required to understand their packaging.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tip for your application:&#039;&#039; Study SWHID and the different ecosystems. Demonstrating understanding of ecosystem specific challenges will make your proposal stand out.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Who is who: Alexandria3k entity disambiguation extentions&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The alexandria3k Python package supplies a command-line tool and an API providing fast and space-efficient relational query access to several large scientific publication open data sets. Data are decompressed on the fly, thus allowing the package&#039;s use even on storage-restricted laptops.   This project will enhance Alexandria3k by integrating a scalable, high-precision author and affiliation disambiguation pipeline over Crossref metadata that does not rely on ORCID or ROR, using probabilistic clustering optimized for large-scale bibliometrics. We will implement aggressive normalization and blocking to control candidate growth, represent authors as paper-level mentions, and fuse lightweight, interpretable signals—name similarity, affiliation token overlap, co-author graph structure, venue/topic coherence, and temporal constraints—into conservative merge decisions that favor precision over recall. Disambiguation will be incremental and auditable, with stable cluster IDs, merge provenance, confidence scores, and an explicit “unknown” class to avoid over-merging common names. In parallel, we will cluster affiliation strings into canonical organization buckets using country-aware token blocking and city/org matching, enabling robust institution-level analyses even with noisy or missing data. Together, these additions will materially improve the reliability of author- and organization-centric metrics in Alexandria3k while remaining scalable, reproducible, and resilient to incomplete identifiers.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
New Alexandria3k actions to dissambiguate authors and organizations by adding corresponding fields in the populated database.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/dspinellis/alexandria3k&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python; machine learning; SQL&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Diomidis Spinellis&lt;br /&gt;
&lt;br /&gt;
=&#039;&#039;&#039;Python bindings for Apothesis&#039;&#039;&#039;=&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on creating modern Python bindings for Apothesis to seamlessly connect its high-performance C++ core with Python-based AI workflows. While the existing C++ implementation delivers speed and efficiency for large-scale computation, the lack of native Python integration limits accessibility for researchers and machine learning practitioners who primarily work within Python ecosystems such as NumPy, PyTorch, and TensorFlow. The bindings will expose Apothesis’ core functionality through a clean, Pythonic API, preserving performance while ensuring memory safety and ease of installation. By bridging efficient C++ algorithms with Python’s flexibility and extensive AI tooling, this work enables rapid experimentation, smoother integration into machine learning pipelines, and broader adoption within the research community.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
The expected results of the project are the delivery of fully functional Python bindings for Apothesis that provide seamless access to its C++ core from Python. The bindings will expose the main computational components through a clean and intuitive API, while preserving the performance and efficiency of the underlying C++ implementation.The project will also include comprehensive documentation, usage examples, and unit tests to ensure reliability, maintainability, and ease of adoption.  Overall, the outcome will be a stable, extensible interface that lowers the barrier to entry for researchers and developers, enabling faster experimentation, improved interoperability with machine learning pipelines, and broader community engagement.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
C++, python &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos &lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;br /&gt;
&lt;br /&gt;
[[Category:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2520</id>
		<title>Google Summer of Code 2026 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2520"/>
		<updated>2026-02-19T06:50:10Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Municipal Budget and Technical Program Visualization Tool&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
All 332 Greek municipalities publish annual budgets (προϋπολογισμοί) and technical programs (τεχνικά προγράμματα) as PDFs — hundreds of pages of financial data and infrastructure projects that citizens struggle to understand. This project will build a standalone tool that processes these PDFs, extracts structured data, and presents it through an accessible interface. Users will be able to search projects, track spending over time, compare municipalities, and visualize budget allocations. The tool will handle the varied PDF formats used across municipalities and be deployable for all 332 Greek municipalities with minimal configuration.&lt;br /&gt;
&lt;br /&gt;
This tool addresses a fundamental transparency gap in Greek local government. While budget data is technically public, it is practically inaccessible to citizens due to its format and complexity. OpenCouncil&#039;s network of 10+ municipal partners provides immediate access to real budget documents for development and testing, and a clear path to adoption across Greece. The tool will be fully open-source and designed for reuse by other civic tech initiatives. This project complements OpenCouncil&#039;s core mission of making municipal governance transparent and accessible.&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
1. PDF processing pipeline: Build robust extraction system that handles various PDF formats and structures, validate data quality &lt;br /&gt;
2.Data model and API: Design database schema, create API endpoints, implement search and comparison features &lt;br /&gt;
3. User interface and deployment: Build accessible frontend for exploring budgets and projects, deploy for multiple municipalities, write documentation&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/schemalabz/opencouncil&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python, PDF processing, Data extraction, PostgreSQL, Next.js/React, Data visualization, greek language required&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Andreas Kouloumos (andreas@opencouncil.gr), Christos Porios (christos@opencouncil.gr)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;VS Code pluggin for CScout&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The objective of the proposed project is to create a Visual Studio Code plugin for accessing the functionality of the CScout source code analyzer and refactoring browser for collections of C programs.&lt;br /&gt;
&lt;br /&gt;
CScout can process workspaces of multiple projects (a project is defined as a collection of C source files that are linked together) mapping the complexity introduced by the C preprocessor back into the original C source code files. CScout takes advantage of modern hardware (fast processors and large memory capacities) to analyze C source code beyond the level of detail and accuracy provided by current compilers and linkers. The analysis CScout performs takes into account the identifier scopes introduced by the C preprocessor and the C language proper scopes and namespaces. CScout has already been applied on projects of tens of thousands of lines to millions of lines, like the Linux and FreeBSD kernels and the Apache web server.&lt;br /&gt;
&lt;br /&gt;
Having VSCode act as a front-end to CScout’s existing batch analysis will work as follows.&lt;br /&gt;
* Trigger explicit runs (command palette / tasks), not on-save analysis.&lt;br /&gt;
* Present results as:&lt;br /&gt;
** Navigable diagnostics&lt;br /&gt;
** Cross-reference views (definitions, uses, dependencies)&lt;br /&gt;
** Refactoring previews as diffs&lt;br /&gt;
** Project-wide facts (identifier scopes, file coupling, macro effects) that are otherwise buried in textual reports&lt;br /&gt;
&lt;br /&gt;
This will offer the following advantages&lt;br /&gt;
* Lower adoption barrier: developers are far more likely to try CScout if results appear inside their editor instead of via reports or bespoke UIs.&lt;br /&gt;
* Natural fit for whole-program analysis: VS Code already supports long-running, cancellable tasks with progress reporting.&lt;br /&gt;
* Superior comprehension UX: jump-to-definition, peek views, code lenses, and diff previews make CScout’s semantic information immediately actionable.&lt;br /&gt;
* Safer refactoring workflow: preview-first refactorings reduce fear of large, semantics-preserving transformations.&lt;br /&gt;
* Separation of concerns: keeps CScout as a standalone engine while the plugin handles visualization and navigation.&lt;br /&gt;
* Research leverage: enables realistic user studies (e.g., acceptance of large-scale refactorings, tolerance of latency).&lt;br /&gt;
* Longevity and reuse: the same backend can serve CLI, CI, and IDE use; the plugin becomes a thin, replaceable shell.&lt;br /&gt;
&lt;br /&gt;
Thus the plugin will combine CScout’s strengths (macro-aware parsing, precise identifier resolution, and whole-system reasoning) that are hard to appreciate via static reports and tricky to use through the existing rudimentary web front-end. The VSCode plugin combines two open source software projects to provide immediate developer value.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
A VS Code plugin that can act as an interface to CScout&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/dspinellis/cscout&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Typescript, C/C++, VS Code API&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Diomidis Spinellis&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;OpenTRIM&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
OpenTRIM is an open-source code for simulating the passage of energetic ions through materials and calculating the associated modifications and damage that they cause to these materials. It is based on the kinetic Monte-Carlo method and employs the Binary Collision Approximation to describe the interaction between ions and target atoms. OpenTRIM comprises a set of C++ libraries, a command-line program for executing simulations in batch mode, and a Qt-based graphical user interface for configuring, running, and evaluating simulations. Several parts of the codebase require improvements and extensions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Real-time 3D visualization tool for simulated ion tracks&lt;br /&gt;
&lt;br /&gt;
Python bindings for running simulations and retrieving results directly from Python&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/ir2-lab/OpenTRIM&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++&lt;br /&gt;
&lt;br /&gt;
Python (optional)&lt;br /&gt;
&lt;br /&gt;
OpenGL (optional)&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
George Apostolopoulos&lt;br /&gt;
&lt;br /&gt;
Michail Axiotis&lt;br /&gt;
&lt;br /&gt;
Eleni Mitsi&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Open-Source AI Framework for Thermal Satellite Payload Data Analysis&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project aims to develop a general-purpose open-source AI framework for extracting high-level semantic information from thermal sensor payloads onboard satellites. The framework will support multiple application scenarios such as nighttime cloud detection and thermal event or anomaly monitoring on land and sea.&lt;br /&gt;
&lt;br /&gt;
The project focuses on building a reusable pipeline covering dataset creation and augmentation from real and synthetic thermal imagery, model training and benchmarking, and advanced analysis tools such as uncertainty quantification and explainability. The goal is to provide a practical and reproducible platform for thermal remote sensing applications in Earth observation and small satellite programs.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Modular AI pipeline for thermal satellite data processing&lt;br /&gt;
&lt;br /&gt;
Dataset extraction, preprocessing and labeling workflows&lt;br /&gt;
&lt;br /&gt;
Baseline and benchmarked ML/DL models&lt;br /&gt;
&lt;br /&gt;
Uncertainty quantification methods&lt;br /&gt;
&lt;br /&gt;
Explainability tools&lt;br /&gt;
&lt;br /&gt;
Public open-source releases with documentation&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab/TIRAuxCloud&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python&lt;br /&gt;
&lt;br /&gt;
Machine Learning / Deep Learning (PyTorch or similar)&lt;br /&gt;
&lt;br /&gt;
Image processing fundamentals&lt;br /&gt;
&lt;br /&gt;
Geospatial / satellite imagery familiarity&lt;br /&gt;
&lt;br /&gt;
Interest in remote sensing and explainable AI&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis&lt;br /&gt;
&lt;br /&gt;
Alexis Apostolakis&lt;br /&gt;
&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Command &amp;amp; Data Handling Software for Open-Source CubeSat FlatSat Testbed&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The CubeSat FlatSat testbed is a ground-based platform for deploying and testing onboard AI algorithms, end-to-end processing pipelines, and avionics software/hardware. It supports onboard processing validation and serves as a development platform for university student projects and future open-source CubeSat missions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
C&amp;amp;DH flight software on STM32 with FreeRTOS&lt;br /&gt;
&lt;br /&gt;
Inter-subsystem communication using CSP over CAN&lt;br /&gt;
&lt;br /&gt;
NASA cFS-inspired modular architecture&lt;br /&gt;
&lt;br /&gt;
Zenoh middleware for high-bandwidth payload data&lt;br /&gt;
&lt;br /&gt;
Unit tests and integration tests&lt;br /&gt;
&lt;br /&gt;
Architecture documentation and developer guides&lt;br /&gt;
&lt;br /&gt;
Public open-source release on GitHub&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group/orion-cubesat-testbed&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python and C&lt;br /&gt;
&lt;br /&gt;
Embedded systems development&lt;br /&gt;
&lt;br /&gt;
FreeRTOS&lt;br /&gt;
&lt;br /&gt;
CAN bus &amp;amp; networking protocols&lt;br /&gt;
&lt;br /&gt;
STM32 toolchain familiarity&lt;br /&gt;
&lt;br /&gt;
Interest in satellite systems and flight software&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis&lt;br /&gt;
&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: Needs-Driven Evolution of the Dataset Production Pipeline for Greek Language Data&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on improving the GlossAPI dataset production pipeline by addressing practical limitations and gaps that emerge as new datasets are processed and published.&lt;br /&gt;
&lt;br /&gt;
As the scope and volume of Greek-language datasets handled by GlossAPI continue to grow, the pipeline must evolve to remain maintainable, reliable, and adaptable to new use cases. The contributor will work on the reconstruction and evolution of parts of the pipeline, guided by operational needs encountered during dataset ingestion, processing, and publication.&lt;br /&gt;
&lt;br /&gt;
The work will emphasize improvements to the pipeline’s maintainability and usability, while enabling richer interaction and input scenarios that better reflect how Greek-language data is accessed and processed in practice. This includes exploring enhancements related to workflow execution, interaction mechanisms, data acquisition paths, and challenges specific to Greek-language and OCR-derived content.&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
* Improved maintainability of the GlossAPI pipeline codebase&lt;br /&gt;
* Targeted improvements addressing real usage issues in dataset ingestion and processing&lt;br /&gt;
* Enhanced support for diverse data sources and interaction patterns&lt;br /&gt;
* Incremental improvements tailored to the characteristics of Greek-language data&lt;br /&gt;
* Documentation and usage notes supporting long-term sustainability and onboarding&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
====[https://github.com/eellak/glossAPI glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of Python, Git/GitHub, experience with data processing pipelines &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Dimitrios Athanasopoulos, Nikos Tsekos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: ML-assisted Anonymization Layer and Targeted Pipeline Improvements for Greek Datasets&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on extending GlossAPI with a production-ready anonymization layer for Greek text datasets, addressing a critical need for privacy-preserving dataset publication, while also contributing targeted updates to the existing pipeline based on requirements that emerge during its evolution.&lt;br /&gt;
&lt;br /&gt;
The core of the project is the design and implementation of an ML-assisted anonymization module that detects and masks sensitive personal information (such as names, emails, phone numbers, and organizations) in Greek text. Due to the linguistic characteristics of Greek and the presence of OCR noise in many datasets, the anonymization layer will explore and evaluate multiple approaches, including rule-based techniques and ML-based methods such as Named Entity Recognition, potentially using transformer-based or other state-of-the-art models depending on empirical results.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
* Integrated anonymization module for Greek text datasets within GlossAPI&lt;br /&gt;
* Detection and masking of common personal identifiers (names, emails, phone numbers, organizations)&lt;br /&gt;
* Targeted updates to specific parts of the GlossAPI pipeline, limited to what is necessary to support anonymization&lt;br /&gt;
* Documentation and usage examples for maintainers and future contributors&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
====[https://github.com/eellak/glossAPI glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of Python, Git/GitHub, Basic NLP/ML concepts, and Regular expressions. &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Myrsini Ioannou, Nikos Tsekos, Dimitrios Athanasopoulos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; FOSSBot Platform: Simulation Enhancements and AI Integration &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The FOSSBot Platform aims to enhance robotic simulation environments by integrating AI-driven capabilities and improving simulation realism. The project focuses on extending existing open-source robotic simulation tools with advanced features that support experimentation, education, and research in autonomous systems. Emphasis is placed on modularity, extensibility, and reproducibility within open-source ecosystems.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
The expected outcomes include enhanced simulation modules, AI-assisted decision-making components, improved documentation, and example use cases. The project will deliver code contributions upstream, along with benchmarks and demonstrations showcasing the improvements in robotic simulation fidelity and usability.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/fossbot-platform&lt;br /&gt;
https://github.com/eellak/fossbot&lt;br /&gt;
https://fossbot.gr&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of JavaScript, Python, robotics simulation environments, and basic AI/ML concepts. Familiarity with open-source workflows and collaborative development is required.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis, Eleftheria Papageorgiou, Irida Ntinou&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; AI assisted KMC &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project explores the integration of machine learning techniques into Kinetic Monte Carlo (KMC) simulations. The goal is to accelerate simulations and improve predictive accuracy by leveraging AI models trained on simulation data. The project targets scientific computing and materials science applications.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Deliverables include AI-augmented KMC algorithms, performance evaluations against traditional methods, and a reproducible pipeline for training and inference. Documentation and example experiments will accompany the final implementation.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++, working knowledge of machine learning techniques, numerical methods, and statistical modeling. Prior experience with scientific simulations is a plus.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Unified SBOM Management via RDF Database Abstraction&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Software Bill of Materials (SBOM) documents, specifically in the ISO standard SPDX format, are becoming the cornerstone of software supply chain security. As the volume of SBOM data grows, simple file-based storage is no longer sufficient for complex analysis and cross-referencing. This project aims to develop a suite of tools to ingest, store, and extract SPDX documents using RDF databases (Triplestores). By utilizing the triplestore Python library, these tools will remain database-agnostic, allowing users to seamlessly switch between backends like Apache Jena, AllegroGraph, Blazegraph, GraphDB, and Oxigraph without changing the codebase.&lt;br /&gt;
&lt;br /&gt;
==== Background information ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
For GSoC 2025, a Python library abstracting some commonly used databases was developed.&lt;br /&gt;
&lt;br /&gt;
SBOM data in SPDX format can be serialized in RDF, and therefore can be stored in such databases.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
The current SPDX ecosystem relies heavily on flat files (JSON, RDF/XML, or even Tag-Value for SPDXv2). While effective for transport, these files are difficult to query at scale—for example, when looking for a specific vulnerable component across thousands of SBOMs. Since SPDXv3 is natively based on an knowledge graph model, storing it in a RDF Triplestore is the most logical and powerful way to handle this data. However, different RDF databases have varying APIs and connection protocols.&lt;br /&gt;
&lt;br /&gt;
This project will leverage the triplestore library (which provides a high-level Python abstraction) to build tools that:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Ingest:&#039;&#039; Parse SPDX documents (multi-format support) and map them to the unified RDF store.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Extract:&#039;&#039; Reconstruct valid SPDX documents from the database based on specific queries (e.g., &amp;quot;Export the SBOM for Project X version 1.2&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Manage:&#039;&#039; Provide basic management functions like listing stored SBOMs, deleting old versions, and validating data integrity.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a number of well-documented tools that can operate on SBOM data. These will allow users to seemlessly move between SPDX documents and RDF databases.&lt;br /&gt;
&lt;br /&gt;
An indicative list of tools and deliverables is:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;SBOM-to-Store Ingestor:&#039;&#039; A CLI tool to upload SPDX documents (v2 and v3) into any supported triplestore.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Store-to-SBOM Exporter:&#039;&#039; A tool to query the database and output a standard-compliant SPDX file.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Database Management Utilities:&#039;&#039; Tools for basic CRUD operations on the stored SBOM data.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Test Suite:&#039;&#039; A comprehensive set of tests to verify the abstraction works.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Documentation:&#039;&#039; User guide for the CLI tools and developer documentation for the API.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== Related Resources and Repositories ====&lt;br /&gt;
- https://github.com/eellak/triplestore&lt;br /&gt;
&lt;br /&gt;
- https://github.com/spdx/tools-python&lt;br /&gt;
&lt;br /&gt;
- https://github.com/RDFLib/rdflib&lt;br /&gt;
&lt;br /&gt;
- https://spdx.github.io/spdx-spec&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
Python3, RDF, SPARQL, SPDX specifications.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tip for your application:&#039;&#039; Study SPDX v3 (and v2): SPDX is heavily RDF-centric. Demonstrating knowledge of how 3.0 maps to triples will make your proposal stand out.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Using SWHID to Identify Software Components&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
This project addresses a critical gap in software supply chain security and reproducibility: the connection between package-level identifiers (like package-name@version) and content-level identifiers (SWHIDs).&lt;br /&gt;
&lt;br /&gt;
==== Background information ====&lt;br /&gt;
&lt;br /&gt;
Software Hash IDentifiers (SWHID) are a standardized way to identify software artifacts, based on content. The definition is officially adopted as ISO/IEC 18670:2025 and is available at https://swhid.org.&lt;br /&gt;
&lt;br /&gt;
However, most developers interact with software through package managers like Cargo (Rust), PyPI (Python), Maven (Java), or APT (Debian/Ubuntu). There is currently a &amp;quot;semantic gap&amp;quot; between the package version (e.g., requests 2.31.0) and its corresponding SWHID, which depends on its contents.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
The goal of this project is to develop tooling that automatically computes, verifies, and publishes the SWHIDs for components across major package registries. By creating a verifiable mapping between package releases and SWHIDs, we can enable better SBOM integration, improved vulnerability tracking, and long-term reproducibility of the global software supply chain.&lt;br /&gt;
&lt;br /&gt;
This project will involve three main phases:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Computation and Archival:&#039;&#039; Build a pipeline to fetch packages from registries (like Crates.io, PyPI, Maven Central, etc.) and compute their SWHIDs locally to ensure integrity.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Mapping &amp;amp; Verification:&#039;&#039; Generate a high-quality dataset that maps registry data (URL and version) to SWHID. This will require handling the specific packaging quirks of each ecosystem.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Publication:&#039;&#039; Publish these identifiers in a way that makes them useful to the community. This could include: contributing to a public lookup service or API; exporting mappings to SPDX format; or proposing metadata additions to the package registries themselves.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;CLI Tool:&#039;&#039; A reusable utility that takes a package name/version and returns a verified SWHID.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Public Dataset:&#039;&#039; A comprehensive mapping of the most popular packages across ecosystems to their SWHIDs.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Documentation:&#039;&#039; A guide on how package maintainers can include SWHIDs in their own release workflows.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Upstream Contributions:&#039;&#039; (Stretch goal) Integration with tools like cargo-swhid or pyproject.toml plugins.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Short or Regular or Long, depending on breadth and depth.&lt;br /&gt;
&lt;br /&gt;
==== Related Resources and Repositories ====&lt;br /&gt;
- https://swhid.org&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
&lt;br /&gt;
Python and bash scripting (for the solution), knowledge of other ecosystems (Rust, Java, etc.) is required to understand their packaging.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tip for your application:&#039;&#039; Study SWHID and the different ecosystems. Demonstrating understanding of ecosystem specific challenges will make your proposal stand out.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Who is who: Alexandria3k entity disambiguation extentions&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The alexandria3k Python package supplies a command-line tool and an API providing fast and space-efficient relational query access to several large scientific publication open data sets. Data are decompressed on the fly, thus allowing the package&#039;s use even on storage-restricted laptops.   This project will enhance Alexandria3k by integrating a scalable, high-precision author and affiliation disambiguation pipeline over Crossref metadata that does not rely on ORCID or ROR, using probabilistic clustering optimized for large-scale bibliometrics. We will implement aggressive normalization and blocking to control candidate growth, represent authors as paper-level mentions, and fuse lightweight, interpretable signals—name similarity, affiliation token overlap, co-author graph structure, venue/topic coherence, and temporal constraints—into conservative merge decisions that favor precision over recall. Disambiguation will be incremental and auditable, with stable cluster IDs, merge provenance, confidence scores, and an explicit “unknown” class to avoid over-merging common names. In parallel, we will cluster affiliation strings into canonical organization buckets using country-aware token blocking and city/org matching, enabling robust institution-level analyses even with noisy or missing data. Together, these additions will materially improve the reliability of author- and organization-centric metrics in Alexandria3k while remaining scalable, reproducible, and resilient to incomplete identifiers.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
New Alexandria3k actions to dissambiguate authors and organizations by adding corresponding fields in the populated database.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/dspinellis/alexandria3k&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python; machine learning; SQL&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Diomidis Spinellis&lt;br /&gt;
&lt;br /&gt;
=&#039;&#039;&#039;Python bindings for Apothesis&#039;&#039;&#039;=&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on creating modern Python bindings for Apothesis to seamlessly connect its high-performance C++ core with Python-based AI workflows. While the existing C++ implementation delivers speed and efficiency for large-scale computation, the lack of native Python integration limits accessibility for researchers and machine learning practitioners who primarily work within Python ecosystems such as NumPy, PyTorch, and TensorFlow. The bindings will expose Apothesis’ core functionality through a clean, Pythonic API, preserving performance while ensuring memory safety and ease of installation. By bridging efficient C++ algorithms with Python’s flexibility and extensive AI tooling, this work enables rapid experimentation, smoother integration into machine learning pipelines, and broader adoption within the research community.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
The expected results of the project are the delivery of fully functional Python bindings for Apothesis that provide seamless access to its C++ core from Python. The bindings will expose the main computational components through a clean and intuitive API, while preserving the performance and efficiency of the underlying C++ implementation.The project will also include comprehensive documentation, usage examples, and unit tests to ensure reliability, maintainability, and ease of adoption.  Overall, the outcome will be a stable, extensible interface that lowers the barrier to entry for researchers and developers, enabling faster experimentation, improved interoperability with machine learning pipelines, and broader community engagement.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
C++, python &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos &lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;br /&gt;
&lt;br /&gt;
[[Category:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2516</id>
		<title>Google Summer of Code 2026 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2516"/>
		<updated>2026-02-12T08:46:12Z</updated>

		<summary type="html">&lt;p&gt;Pkst: /* Python bindings for Apothesis= */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;VS Code pluggin for CScout&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The objective of the proposed project is to create a Visual Studio Code plugin for accessing the functionality of the CScout source code analyzer and refactoring browser for collections of C programs.&lt;br /&gt;
&lt;br /&gt;
CScout can process workspaces of multiple projects (a project is defined as a collection of C source files that are linked together) mapping the complexity introduced by the C preprocessor back into the original C source code files. CScout takes advantage of modern hardware (fast processors and large memory capacities) to analyze C source code beyond the level of detail and accuracy provided by current compilers and linkers. The analysis CScout performs takes into account the identifier scopes introduced by the C preprocessor and the C language proper scopes and namespaces. CScout has already been applied on projects of tens of thousands of lines to millions of lines, like the Linux and FreeBSD kernels and the Apache web server.&lt;br /&gt;
&lt;br /&gt;
Having VSCode act as a front-end to CScout’s existing batch analysis will work as follows.&lt;br /&gt;
* Trigger explicit runs (command palette / tasks), not on-save analysis.&lt;br /&gt;
* Present results as:&lt;br /&gt;
** Navigable diagnostics&lt;br /&gt;
** Cross-reference views (definitions, uses, dependencies)&lt;br /&gt;
** Refactoring previews as diffs&lt;br /&gt;
** Project-wide facts (identifier scopes, file coupling, macro effects) that are otherwise buried in textual reports&lt;br /&gt;
&lt;br /&gt;
This will offer the following advantages&lt;br /&gt;
* Lower adoption barrier: developers are far more likely to try CScout if results appear inside their editor instead of via reports or bespoke UIs.&lt;br /&gt;
* Natural fit for whole-program analysis: VS Code already supports long-running, cancellable tasks with progress reporting.&lt;br /&gt;
* Superior comprehension UX: jump-to-definition, peek views, code lenses, and diff previews make CScout’s semantic information immediately actionable.&lt;br /&gt;
* Safer refactoring workflow: preview-first refactorings reduce fear of large, semantics-preserving transformations.&lt;br /&gt;
* Separation of concerns: keeps CScout as a standalone engine while the plugin handles visualization and navigation.&lt;br /&gt;
* Research leverage: enables realistic user studies (e.g., acceptance of large-scale refactorings, tolerance of latency).&lt;br /&gt;
* Longevity and reuse: the same backend can serve CLI, CI, and IDE use; the plugin becomes a thin, replaceable shell.&lt;br /&gt;
&lt;br /&gt;
Thus the plugin will combine CScout’s strengths (macro-aware parsing, precise identifier resolution, and whole-system reasoning) that are hard to appreciate via static reports and tricky to use through the existing rudimentary web front-end. The VSCode plugin combines two open source software projects to provide immediate developer value.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
A VS Code plugin that can act as an interface to CScout&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/dspinellis/cscout&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Typescript, C/C++, VS Code API&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Diomidis Spinellis&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;OpenTRIM&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
OpenTRIM is an open-source code for simulating the passage of energetic ions through materials and calculating the associated modifications and damage that they cause to these materials. It is based on the kinetic Monte-Carlo method and employs the Binary Collision Approximation to describe the interaction between ions and target atoms. OpenTRIM comprises a set of C++ libraries, a command-line program for executing simulations in batch mode, and a Qt-based graphical user interface for configuring, running, and evaluating simulations. Several parts of the codebase require improvements and extensions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Real-time 3D visualization tool for simulated ion tracks&lt;br /&gt;
&lt;br /&gt;
Python bindings for running simulations and retrieving results directly from Python&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/ir2-lab/OpenTRIM&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++&lt;br /&gt;
&lt;br /&gt;
Python (optional)&lt;br /&gt;
&lt;br /&gt;
OpenGL (optional)&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
George Apostolopoulos&lt;br /&gt;
&lt;br /&gt;
Michail Axiotis&lt;br /&gt;
&lt;br /&gt;
Eleni Mitsi&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Open-Source AI Framework for Thermal Satellite Payload Data Analysis&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project aims to develop a general-purpose open-source AI framework for extracting high-level semantic information from thermal sensor payloads onboard satellites. The framework will support multiple application scenarios such as nighttime cloud detection and thermal event or anomaly monitoring on land and sea.&lt;br /&gt;
&lt;br /&gt;
The project focuses on building a reusable pipeline covering dataset creation and augmentation from real and synthetic thermal imagery, model training and benchmarking, and advanced analysis tools such as uncertainty quantification and explainability. The goal is to provide a practical and reproducible platform for thermal remote sensing applications in Earth observation and small satellite programs.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Modular AI pipeline for thermal satellite data processing&lt;br /&gt;
&lt;br /&gt;
Dataset extraction, preprocessing and labeling workflows&lt;br /&gt;
&lt;br /&gt;
Baseline and benchmarked ML/DL models&lt;br /&gt;
&lt;br /&gt;
Uncertainty quantification methods&lt;br /&gt;
&lt;br /&gt;
Explainability tools&lt;br /&gt;
&lt;br /&gt;
Public open-source releases with documentation&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab/TIRAuxCloud&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python&lt;br /&gt;
&lt;br /&gt;
Machine Learning / Deep Learning (PyTorch or similar)&lt;br /&gt;
&lt;br /&gt;
Image processing fundamentals&lt;br /&gt;
&lt;br /&gt;
Geospatial / satellite imagery familiarity&lt;br /&gt;
&lt;br /&gt;
Interest in remote sensing and explainable AI&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis&lt;br /&gt;
&lt;br /&gt;
Alexis Apostolakis&lt;br /&gt;
&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Command &amp;amp; Data Handling Software for Open-Source CubeSat FlatSat Testbed&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The CubeSat FlatSat testbed is a ground-based platform for deploying and testing onboard AI algorithms, end-to-end processing pipelines, and avionics software/hardware. It supports onboard processing validation and serves as a development platform for university student projects and future open-source CubeSat missions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
C&amp;amp;DH flight software on STM32 with FreeRTOS&lt;br /&gt;
&lt;br /&gt;
Inter-subsystem communication using CSP over CAN&lt;br /&gt;
&lt;br /&gt;
NASA cFS-inspired modular architecture&lt;br /&gt;
&lt;br /&gt;
Zenoh middleware for high-bandwidth payload data&lt;br /&gt;
&lt;br /&gt;
Unit tests and integration tests&lt;br /&gt;
&lt;br /&gt;
Architecture documentation and developer guides&lt;br /&gt;
&lt;br /&gt;
Public open-source release on GitHub&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group/orion-cubesat-testbed&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python and C&lt;br /&gt;
&lt;br /&gt;
Embedded systems development&lt;br /&gt;
&lt;br /&gt;
FreeRTOS&lt;br /&gt;
&lt;br /&gt;
CAN bus &amp;amp; networking protocols&lt;br /&gt;
&lt;br /&gt;
STM32 toolchain familiarity&lt;br /&gt;
&lt;br /&gt;
Interest in satellite systems and flight software&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis&lt;br /&gt;
&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: Needs-Driven Evolution of the Dataset Production Pipeline for Greek Language Data&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on improving the GlossAPI dataset production pipeline by addressing practical limitations and gaps that emerge as new datasets are processed and published.&lt;br /&gt;
&lt;br /&gt;
As the scope and volume of Greek-language datasets handled by GlossAPI continue to grow, the pipeline must evolve to remain maintainable, reliable, and adaptable to new use cases. The contributor will work on the reconstruction and evolution of parts of the pipeline, guided by operational needs encountered during dataset ingestion, processing, and publication.&lt;br /&gt;
&lt;br /&gt;
The work will emphasize improvements to the pipeline’s maintainability and usability, while enabling richer interaction and input scenarios that better reflect how Greek-language data is accessed and processed in practice. This includes exploring enhancements related to workflow execution, interaction mechanisms, data acquisition paths, and challenges specific to Greek-language and OCR-derived content.&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
* Improved maintainability of the GlossAPI pipeline codebase&lt;br /&gt;
* Targeted improvements addressing real usage issues in dataset ingestion and processing&lt;br /&gt;
* Enhanced support for diverse data sources and interaction patterns&lt;br /&gt;
* Incremental improvements tailored to the characteristics of Greek-language data&lt;br /&gt;
* Documentation and usage notes supporting long-term sustainability and onboarding&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
====[https://github.com/eellak/glossAPI glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of Python, Git/GitHub, experience with data processing pipelines &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Dimitris Athanasopoulos, Nikos Tsekos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: ML-assisted Anonymization Layer and Targeted Pipeline Improvements for Greek Datasets&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on extending GlossAPI with a production-ready anonymization layer for Greek text datasets, addressing a critical need for privacy-preserving dataset publication, while also contributing targeted updates to the existing pipeline based on requirements that emerge during its evolution.&lt;br /&gt;
&lt;br /&gt;
The core of the project is the design and implementation of an ML-assisted anonymization module that detects and masks sensitive personal information (such as names, emails, phone numbers, and organizations) in Greek text. Due to the linguistic characteristics of Greek and the presence of OCR noise in many datasets, the anonymization layer will explore and evaluate multiple approaches, including rule-based techniques and ML-based methods such as Named Entity Recognition, potentially using transformer-based or other state-of-the-art models depending on empirical results.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
* Integrated anonymization module for Greek text datasets within GlossAPI&lt;br /&gt;
* Detection and masking of common personal identifiers (names, emails, phone numbers, organizations)&lt;br /&gt;
* Targeted updates to specific parts of the GlossAPI pipeline, limited to what is necessary to support anonymization&lt;br /&gt;
* Documentation and usage examples for maintainers and future contributors&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
====[https://github.com/eellak/glossAPI glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of Python, Git/GitHub, Basic NLP/ML concepts, and Regular expressions. &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Myrsini Ioannou, Nikos Tsekos, Dimitris Athanasopoulos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; FOSSBot Platform: Simulation Enhancements and AI Integration &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The FOSSBot Platform aims to enhance robotic simulation environments by integrating AI-driven capabilities and improving simulation realism. The project focuses on extending existing open-source robotic simulation tools with advanced features that support experimentation, education, and research in autonomous systems. Emphasis is placed on modularity, extensibility, and reproducibility within open-source ecosystems.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
The expected outcomes include enhanced simulation modules, AI-assisted decision-making components, improved documentation, and example use cases. The project will deliver code contributions upstream, along with benchmarks and demonstrations showcasing the improvements in robotic simulation fidelity and usability.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/fossbot-platform&lt;br /&gt;
https://github.com/eellak/fossbot&lt;br /&gt;
https://fossbot.gr&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of JavaScript, Python, robotics simulation environments, and basic AI/ML concepts. Familiarity with open-source workflows and collaborative development is required.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis, Eleftheria Papageorgiou, Irida Ntinou&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; AI assisted KMC &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project explores the integration of machine learning techniques into Kinetic Monte Carlo (KMC) simulations. The goal is to accelerate simulations and improve predictive accuracy by leveraging AI models trained on simulation data. The project targets scientific computing and materials science applications.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Deliverables include AI-augmented KMC algorithms, performance evaluations against traditional methods, and a reproducible pipeline for training and inference. Documentation and example experiments will accompany the final implementation.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++, working knowledge of machine learning techniques, numerical methods, and statistical modeling. Prior experience with scientific simulations is a plus.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Unified SBOM Management via RDF Database Abstraction&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Software Bill of Materials (SBOM) documents, specifically in the ISO standard SPDX format, are becoming the cornerstone of software supply chain security. As the volume of SBOM data grows, simple file-based storage is no longer sufficient for complex analysis and cross-referencing. This project aims to develop a suite of tools to ingest, store, and extract SPDX documents using RDF databases (Triplestores). By utilizing the triplestore Python library, these tools will remain database-agnostic, allowing users to seamlessly switch between backends like Apache Jena, AllegroGraph, Blazegraph, GraphDB, and Oxigraph without changing the codebase.&lt;br /&gt;
&lt;br /&gt;
==== Background information ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
For GSoC 2025, a Python library abstracting some commonly used databases was developed.&lt;br /&gt;
&lt;br /&gt;
SBOM data in SPDX format can be serialized in RDF, and therefore can be stored in such databases.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
The current SPDX ecosystem relies heavily on flat files (JSON, RDF/XML, or even Tag-Value for SPDXv2). While effective for transport, these files are difficult to query at scale—for example, when looking for a specific vulnerable component across thousands of SBOMs. Since SPDXv3 is natively based on an knowledge graph model, storing it in a RDF Triplestore is the most logical and powerful way to handle this data. However, different RDF databases have varying APIs and connection protocols.&lt;br /&gt;
&lt;br /&gt;
This project will leverage the triplestore library (which provides a high-level Python abstraction) to build tools that:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Ingest:&#039;&#039; Parse SPDX documents (multi-format support) and map them to the unified RDF store.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Extract:&#039;&#039; Reconstruct valid SPDX documents from the database based on specific queries (e.g., &amp;quot;Export the SBOM for Project X version 1.2&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Manage:&#039;&#039; Provide basic management functions like listing stored SBOMs, deleting old versions, and validating data integrity.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a number of well-documented tools that can operate on SBOM data. These will allow users to seemlessly move between SPDX documents and RDF databases.&lt;br /&gt;
&lt;br /&gt;
An indicative list of tools and deliverables is:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;SBOM-to-Store Ingestor:&#039;&#039; A CLI tool to upload SPDX documents (v2 and v3) into any supported triplestore.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Store-to-SBOM Exporter:&#039;&#039; A tool to query the database and output a standard-compliant SPDX file.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Database Management Utilities:&#039;&#039; Tools for basic CRUD operations on the stored SBOM data.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Test Suite:&#039;&#039; A comprehensive set of tests to verify the abstraction works.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Documentation:&#039;&#039; User guide for the CLI tools and developer documentation for the API.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== Related Resources and Repositories ====&lt;br /&gt;
- https://github.com/eellak/triplestore&lt;br /&gt;
&lt;br /&gt;
- https://github.com/spdx/tools-python&lt;br /&gt;
&lt;br /&gt;
- https://github.com/RDFLib/rdflib&lt;br /&gt;
&lt;br /&gt;
- https://spdx.github.io/spdx-spec&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
Python3, RDF, SPARQL, SPDX specifications.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tip for your application:&#039;&#039; Study SPDX v3 (and v2): SPDX is heavily RDF-centric. Demonstrating knowledge of how 3.0 maps to triples will make your proposal stand out.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Using SWHID to Identify Software Components&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
This project addresses a critical gap in software supply chain security and reproducibility: the connection between package-level identifiers (like package-name@version) and content-level identifiers (SWHIDs).&lt;br /&gt;
&lt;br /&gt;
==== Background information ====&lt;br /&gt;
&lt;br /&gt;
Software Hash IDentifiers (SWHID) are a standardized way to identify software artifacts, based on content. The definition is officially adopted as ISO/IEC 18670:2025 and is available at https://swhid.org.&lt;br /&gt;
&lt;br /&gt;
However, most developers interact with software through package managers like Cargo (Rust), PyPI (Python), Maven (Java), or APT (Debian/Ubuntu). There is currently a &amp;quot;semantic gap&amp;quot; between the package version (e.g., requests 2.31.0) and its corresponding SWHID, which depends on its contents.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
The goal of this project is to develop tooling that automatically computes, verifies, and publishes the SWHIDs for components across major package registries. By creating a verifiable mapping between package releases and SWHIDs, we can enable better SBOM integration, improved vulnerability tracking, and long-term reproducibility of the global software supply chain.&lt;br /&gt;
&lt;br /&gt;
This project will involve three main phases:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Computation and Archival:&#039;&#039; Build a pipeline to fetch packages from registries (like Crates.io, PyPI, Maven Central, etc.) and compute their SWHIDs locally to ensure integrity.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Mapping &amp;amp; Verification:&#039;&#039; Generate a high-quality dataset that maps registry data (URL and version) to SWHID. This will require handling the specific packaging quirks of each ecosystem.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Publication:&#039;&#039; Publish these identifiers in a way that makes them useful to the community. This could include: contributing to a public lookup service or API; exporting mappings to SPDX format; or proposing metadata additions to the package registries themselves.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;CLI Tool:&#039;&#039; A reusable utility that takes a package name/version and returns a verified SWHID.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Public Dataset:&#039;&#039; A comprehensive mapping of the most popular packages across ecosystems to their SWHIDs.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Documentation:&#039;&#039; A guide on how package maintainers can include SWHIDs in their own release workflows.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Upstream Contributions:&#039;&#039; (Stretch goal) Integration with tools like cargo-swhid or pyproject.toml plugins.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Short or Regular or Long, depending on breadth and depth.&lt;br /&gt;
&lt;br /&gt;
==== Related Resources and Repositories ====&lt;br /&gt;
- https://swhid.org&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
&lt;br /&gt;
Python and bash scripting (for the solution), knowledge of other ecosystems (Rust, Java, etc.) is required to understand their packaging.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tip for your application:&#039;&#039; Study SWHID and the different ecosystems. Demonstrating understanding of ecosystem specific challenges will make your proposal stand out.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Who is who: Alexandria3k entity disambiguation extentions&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The alexandria3k Python package supplies a command-line tool and an API providing fast and space-efficient relational query access to several large scientific publication open data sets. Data are decompressed on the fly, thus allowing the package&#039;s use even on storage-restricted laptops.   This project will enhance Alexandria3k by integrating a scalable, high-precision author and affiliation disambiguation pipeline over Crossref metadata that does not rely on ORCID or ROR, using probabilistic clustering optimized for large-scale bibliometrics. We will implement aggressive normalization and blocking to control candidate growth, represent authors as paper-level mentions, and fuse lightweight, interpretable signals—name similarity, affiliation token overlap, co-author graph structure, venue/topic coherence, and temporal constraints—into conservative merge decisions that favor precision over recall. Disambiguation will be incremental and auditable, with stable cluster IDs, merge provenance, confidence scores, and an explicit “unknown” class to avoid over-merging common names. In parallel, we will cluster affiliation strings into canonical organization buckets using country-aware token blocking and city/org matching, enabling robust institution-level analyses even with noisy or missing data. Together, these additions will materially improve the reliability of author- and organization-centric metrics in Alexandria3k while remaining scalable, reproducible, and resilient to incomplete identifiers.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
New Alexandria3k actions to dissambiguate authors and organizations by adding corresponding fields in the populated database.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/dspinellis/alexandria3k&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python; machine learning; SQL&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Diomidis Spinellis&lt;br /&gt;
&lt;br /&gt;
=&#039;&#039;&#039;Python bindings for Apothesis&#039;&#039;&#039;=&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on creating modern Python bindings for Apothesis to seamlessly connect its high-performance C++ core with Python-based AI workflows. While the existing C++ implementation delivers speed and efficiency for large-scale computation, the lack of native Python integration limits accessibility for researchers and machine learning practitioners who primarily work within Python ecosystems such as NumPy, PyTorch, and TensorFlow. The bindings will expose Apothesis’ core functionality through a clean, Pythonic API, preserving performance while ensuring memory safety and ease of installation. By bridging efficient C++ algorithms with Python’s flexibility and extensive AI tooling, this work enables rapid experimentation, smoother integration into machine learning pipelines, and broader adoption within the research community.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
The expected results of the project are the delivery of fully functional Python bindings for Apothesis that provide seamless access to its C++ core from Python. The bindings will expose the main computational components through a clean and intuitive API, while preserving the performance and efficiency of the underlying C++ implementation.The project will also include comprehensive documentation, usage examples, and unit tests to ensure reliability, maintainability, and ease of adoption.  Overall, the outcome will be a stable, extensible interface that lowers the barrier to entry for researchers and developers, enabling faster experimentation, improved interoperability with machine learning pipelines, and broader community engagement.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
C++, python &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos &lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;br /&gt;
&lt;br /&gt;
[[Category:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2515</id>
		<title>Google Summer of Code 2026 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2515"/>
		<updated>2026-02-12T08:44:20Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;VS Code pluggin for CScout&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The objective of the proposed project is to create a Visual Studio Code plugin for accessing the functionality of the CScout source code analyzer and refactoring browser for collections of C programs.&lt;br /&gt;
&lt;br /&gt;
CScout can process workspaces of multiple projects (a project is defined as a collection of C source files that are linked together) mapping the complexity introduced by the C preprocessor back into the original C source code files. CScout takes advantage of modern hardware (fast processors and large memory capacities) to analyze C source code beyond the level of detail and accuracy provided by current compilers and linkers. The analysis CScout performs takes into account the identifier scopes introduced by the C preprocessor and the C language proper scopes and namespaces. CScout has already been applied on projects of tens of thousands of lines to millions of lines, like the Linux and FreeBSD kernels and the Apache web server.&lt;br /&gt;
&lt;br /&gt;
Having VSCode act as a front-end to CScout’s existing batch analysis will work as follows.&lt;br /&gt;
* Trigger explicit runs (command palette / tasks), not on-save analysis.&lt;br /&gt;
* Present results as:&lt;br /&gt;
** Navigable diagnostics&lt;br /&gt;
** Cross-reference views (definitions, uses, dependencies)&lt;br /&gt;
** Refactoring previews as diffs&lt;br /&gt;
** Project-wide facts (identifier scopes, file coupling, macro effects) that are otherwise buried in textual reports&lt;br /&gt;
&lt;br /&gt;
This will offer the following advantages&lt;br /&gt;
* Lower adoption barrier: developers are far more likely to try CScout if results appear inside their editor instead of via reports or bespoke UIs.&lt;br /&gt;
* Natural fit for whole-program analysis: VS Code already supports long-running, cancellable tasks with progress reporting.&lt;br /&gt;
* Superior comprehension UX: jump-to-definition, peek views, code lenses, and diff previews make CScout’s semantic information immediately actionable.&lt;br /&gt;
* Safer refactoring workflow: preview-first refactorings reduce fear of large, semantics-preserving transformations.&lt;br /&gt;
* Separation of concerns: keeps CScout as a standalone engine while the plugin handles visualization and navigation.&lt;br /&gt;
* Research leverage: enables realistic user studies (e.g., acceptance of large-scale refactorings, tolerance of latency).&lt;br /&gt;
* Longevity and reuse: the same backend can serve CLI, CI, and IDE use; the plugin becomes a thin, replaceable shell.&lt;br /&gt;
&lt;br /&gt;
Thus the plugin will combine CScout’s strengths (macro-aware parsing, precise identifier resolution, and whole-system reasoning) that are hard to appreciate via static reports and tricky to use through the existing rudimentary web front-end. The VSCode plugin combines two open source software projects to provide immediate developer value.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
A VS Code plugin that can act as an interface to CScout&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/dspinellis/cscout&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Typescript, C/C++, VS Code API&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Diomidis Spinellis&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;OpenTRIM&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
OpenTRIM is an open-source code for simulating the passage of energetic ions through materials and calculating the associated modifications and damage that they cause to these materials. It is based on the kinetic Monte-Carlo method and employs the Binary Collision Approximation to describe the interaction between ions and target atoms. OpenTRIM comprises a set of C++ libraries, a command-line program for executing simulations in batch mode, and a Qt-based graphical user interface for configuring, running, and evaluating simulations. Several parts of the codebase require improvements and extensions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Real-time 3D visualization tool for simulated ion tracks&lt;br /&gt;
&lt;br /&gt;
Python bindings for running simulations and retrieving results directly from Python&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/ir2-lab/OpenTRIM&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++&lt;br /&gt;
&lt;br /&gt;
Python (optional)&lt;br /&gt;
&lt;br /&gt;
OpenGL (optional)&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
George Apostolopoulos&lt;br /&gt;
&lt;br /&gt;
Michail Axiotis&lt;br /&gt;
&lt;br /&gt;
Eleni Mitsi&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Open-Source AI Framework for Thermal Satellite Payload Data Analysis&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project aims to develop a general-purpose open-source AI framework for extracting high-level semantic information from thermal sensor payloads onboard satellites. The framework will support multiple application scenarios such as nighttime cloud detection and thermal event or anomaly monitoring on land and sea.&lt;br /&gt;
&lt;br /&gt;
The project focuses on building a reusable pipeline covering dataset creation and augmentation from real and synthetic thermal imagery, model training and benchmarking, and advanced analysis tools such as uncertainty quantification and explainability. The goal is to provide a practical and reproducible platform for thermal remote sensing applications in Earth observation and small satellite programs.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Modular AI pipeline for thermal satellite data processing&lt;br /&gt;
&lt;br /&gt;
Dataset extraction, preprocessing and labeling workflows&lt;br /&gt;
&lt;br /&gt;
Baseline and benchmarked ML/DL models&lt;br /&gt;
&lt;br /&gt;
Uncertainty quantification methods&lt;br /&gt;
&lt;br /&gt;
Explainability tools&lt;br /&gt;
&lt;br /&gt;
Public open-source releases with documentation&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab/TIRAuxCloud&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python&lt;br /&gt;
&lt;br /&gt;
Machine Learning / Deep Learning (PyTorch or similar)&lt;br /&gt;
&lt;br /&gt;
Image processing fundamentals&lt;br /&gt;
&lt;br /&gt;
Geospatial / satellite imagery familiarity&lt;br /&gt;
&lt;br /&gt;
Interest in remote sensing and explainable AI&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis&lt;br /&gt;
&lt;br /&gt;
Alexis Apostolakis&lt;br /&gt;
&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Command &amp;amp; Data Handling Software for Open-Source CubeSat FlatSat Testbed&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The CubeSat FlatSat testbed is a ground-based platform for deploying and testing onboard AI algorithms, end-to-end processing pipelines, and avionics software/hardware. It supports onboard processing validation and serves as a development platform for university student projects and future open-source CubeSat missions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
C&amp;amp;DH flight software on STM32 with FreeRTOS&lt;br /&gt;
&lt;br /&gt;
Inter-subsystem communication using CSP over CAN&lt;br /&gt;
&lt;br /&gt;
NASA cFS-inspired modular architecture&lt;br /&gt;
&lt;br /&gt;
Zenoh middleware for high-bandwidth payload data&lt;br /&gt;
&lt;br /&gt;
Unit tests and integration tests&lt;br /&gt;
&lt;br /&gt;
Architecture documentation and developer guides&lt;br /&gt;
&lt;br /&gt;
Public open-source release on GitHub&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group/orion-cubesat-testbed&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python and C&lt;br /&gt;
&lt;br /&gt;
Embedded systems development&lt;br /&gt;
&lt;br /&gt;
FreeRTOS&lt;br /&gt;
&lt;br /&gt;
CAN bus &amp;amp; networking protocols&lt;br /&gt;
&lt;br /&gt;
STM32 toolchain familiarity&lt;br /&gt;
&lt;br /&gt;
Interest in satellite systems and flight software&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis&lt;br /&gt;
&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: Needs-Driven Evolution of the Dataset Production Pipeline for Greek Language Data&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on improving the GlossAPI dataset production pipeline by addressing practical limitations and gaps that emerge as new datasets are processed and published.&lt;br /&gt;
&lt;br /&gt;
As the scope and volume of Greek-language datasets handled by GlossAPI continue to grow, the pipeline must evolve to remain maintainable, reliable, and adaptable to new use cases. The contributor will work on the reconstruction and evolution of parts of the pipeline, guided by operational needs encountered during dataset ingestion, processing, and publication.&lt;br /&gt;
&lt;br /&gt;
The work will emphasize improvements to the pipeline’s maintainability and usability, while enabling richer interaction and input scenarios that better reflect how Greek-language data is accessed and processed in practice. This includes exploring enhancements related to workflow execution, interaction mechanisms, data acquisition paths, and challenges specific to Greek-language and OCR-derived content.&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
* Improved maintainability of the GlossAPI pipeline codebase&lt;br /&gt;
* Targeted improvements addressing real usage issues in dataset ingestion and processing&lt;br /&gt;
* Enhanced support for diverse data sources and interaction patterns&lt;br /&gt;
* Incremental improvements tailored to the characteristics of Greek-language data&lt;br /&gt;
* Documentation and usage notes supporting long-term sustainability and onboarding&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
====[https://github.com/eellak/glossAPI glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of Python, Git/GitHub, experience with data processing pipelines &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Dimitris Athanasopoulos, Nikos Tsekos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: ML-assisted Anonymization Layer and Targeted Pipeline Improvements for Greek Datasets&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on extending GlossAPI with a production-ready anonymization layer for Greek text datasets, addressing a critical need for privacy-preserving dataset publication, while also contributing targeted updates to the existing pipeline based on requirements that emerge during its evolution.&lt;br /&gt;
&lt;br /&gt;
The core of the project is the design and implementation of an ML-assisted anonymization module that detects and masks sensitive personal information (such as names, emails, phone numbers, and organizations) in Greek text. Due to the linguistic characteristics of Greek and the presence of OCR noise in many datasets, the anonymization layer will explore and evaluate multiple approaches, including rule-based techniques and ML-based methods such as Named Entity Recognition, potentially using transformer-based or other state-of-the-art models depending on empirical results.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
* Integrated anonymization module for Greek text datasets within GlossAPI&lt;br /&gt;
* Detection and masking of common personal identifiers (names, emails, phone numbers, organizations)&lt;br /&gt;
* Targeted updates to specific parts of the GlossAPI pipeline, limited to what is necessary to support anonymization&lt;br /&gt;
* Documentation and usage examples for maintainers and future contributors&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
====[https://github.com/eellak/glossAPI glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of Python, Git/GitHub, Basic NLP/ML concepts, and Regular expressions. &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Myrsini Ioannou, Nikos Tsekos, Dimitris Athanasopoulos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; FOSSBot Platform: Simulation Enhancements and AI Integration &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The FOSSBot Platform aims to enhance robotic simulation environments by integrating AI-driven capabilities and improving simulation realism. The project focuses on extending existing open-source robotic simulation tools with advanced features that support experimentation, education, and research in autonomous systems. Emphasis is placed on modularity, extensibility, and reproducibility within open-source ecosystems.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
The expected outcomes include enhanced simulation modules, AI-assisted decision-making components, improved documentation, and example use cases. The project will deliver code contributions upstream, along with benchmarks and demonstrations showcasing the improvements in robotic simulation fidelity and usability.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/fossbot-platform&lt;br /&gt;
https://github.com/eellak/fossbot&lt;br /&gt;
https://fossbot.gr&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of JavaScript, Python, robotics simulation environments, and basic AI/ML concepts. Familiarity with open-source workflows and collaborative development is required.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis, Eleftheria Papageorgiou, Irida Ntinou&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; AI assisted KMC &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project explores the integration of machine learning techniques into Kinetic Monte Carlo (KMC) simulations. The goal is to accelerate simulations and improve predictive accuracy by leveraging AI models trained on simulation data. The project targets scientific computing and materials science applications.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Deliverables include AI-augmented KMC algorithms, performance evaluations against traditional methods, and a reproducible pipeline for training and inference. Documentation and example experiments will accompany the final implementation.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++, working knowledge of machine learning techniques, numerical methods, and statistical modeling. Prior experience with scientific simulations is a plus.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Unified SBOM Management via RDF Database Abstraction&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Software Bill of Materials (SBOM) documents, specifically in the ISO standard SPDX format, are becoming the cornerstone of software supply chain security. As the volume of SBOM data grows, simple file-based storage is no longer sufficient for complex analysis and cross-referencing. This project aims to develop a suite of tools to ingest, store, and extract SPDX documents using RDF databases (Triplestores). By utilizing the triplestore Python library, these tools will remain database-agnostic, allowing users to seamlessly switch between backends like Apache Jena, AllegroGraph, Blazegraph, GraphDB, and Oxigraph without changing the codebase.&lt;br /&gt;
&lt;br /&gt;
==== Background information ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
For GSoC 2025, a Python library abstracting some commonly used databases was developed.&lt;br /&gt;
&lt;br /&gt;
SBOM data in SPDX format can be serialized in RDF, and therefore can be stored in such databases.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
The current SPDX ecosystem relies heavily on flat files (JSON, RDF/XML, or even Tag-Value for SPDXv2). While effective for transport, these files are difficult to query at scale—for example, when looking for a specific vulnerable component across thousands of SBOMs. Since SPDXv3 is natively based on an knowledge graph model, storing it in a RDF Triplestore is the most logical and powerful way to handle this data. However, different RDF databases have varying APIs and connection protocols.&lt;br /&gt;
&lt;br /&gt;
This project will leverage the triplestore library (which provides a high-level Python abstraction) to build tools that:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Ingest:&#039;&#039; Parse SPDX documents (multi-format support) and map them to the unified RDF store.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Extract:&#039;&#039; Reconstruct valid SPDX documents from the database based on specific queries (e.g., &amp;quot;Export the SBOM for Project X version 1.2&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Manage:&#039;&#039; Provide basic management functions like listing stored SBOMs, deleting old versions, and validating data integrity.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a number of well-documented tools that can operate on SBOM data. These will allow users to seemlessly move between SPDX documents and RDF databases.&lt;br /&gt;
&lt;br /&gt;
An indicative list of tools and deliverables is:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;SBOM-to-Store Ingestor:&#039;&#039; A CLI tool to upload SPDX documents (v2 and v3) into any supported triplestore.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Store-to-SBOM Exporter:&#039;&#039; A tool to query the database and output a standard-compliant SPDX file.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Database Management Utilities:&#039;&#039; Tools for basic CRUD operations on the stored SBOM data.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Test Suite:&#039;&#039; A comprehensive set of tests to verify the abstraction works.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Documentation:&#039;&#039; User guide for the CLI tools and developer documentation for the API.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== Related Resources and Repositories ====&lt;br /&gt;
- https://github.com/eellak/triplestore&lt;br /&gt;
&lt;br /&gt;
- https://github.com/spdx/tools-python&lt;br /&gt;
&lt;br /&gt;
- https://github.com/RDFLib/rdflib&lt;br /&gt;
&lt;br /&gt;
- https://spdx.github.io/spdx-spec&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
Python3, RDF, SPARQL, SPDX specifications.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tip for your application:&#039;&#039; Study SPDX v3 (and v2): SPDX is heavily RDF-centric. Demonstrating knowledge of how 3.0 maps to triples will make your proposal stand out.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Using SWHID to Identify Software Components&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
This project addresses a critical gap in software supply chain security and reproducibility: the connection between package-level identifiers (like package-name@version) and content-level identifiers (SWHIDs).&lt;br /&gt;
&lt;br /&gt;
==== Background information ====&lt;br /&gt;
&lt;br /&gt;
Software Hash IDentifiers (SWHID) are a standardized way to identify software artifacts, based on content. The definition is officially adopted as ISO/IEC 18670:2025 and is available at https://swhid.org.&lt;br /&gt;
&lt;br /&gt;
However, most developers interact with software through package managers like Cargo (Rust), PyPI (Python), Maven (Java), or APT (Debian/Ubuntu). There is currently a &amp;quot;semantic gap&amp;quot; between the package version (e.g., requests 2.31.0) and its corresponding SWHID, which depends on its contents.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
The goal of this project is to develop tooling that automatically computes, verifies, and publishes the SWHIDs for components across major package registries. By creating a verifiable mapping between package releases and SWHIDs, we can enable better SBOM integration, improved vulnerability tracking, and long-term reproducibility of the global software supply chain.&lt;br /&gt;
&lt;br /&gt;
This project will involve three main phases:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Computation and Archival:&#039;&#039; Build a pipeline to fetch packages from registries (like Crates.io, PyPI, Maven Central, etc.) and compute their SWHIDs locally to ensure integrity.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Mapping &amp;amp; Verification:&#039;&#039; Generate a high-quality dataset that maps registry data (URL and version) to SWHID. This will require handling the specific packaging quirks of each ecosystem.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Publication:&#039;&#039; Publish these identifiers in a way that makes them useful to the community. This could include: contributing to a public lookup service or API; exporting mappings to SPDX format; or proposing metadata additions to the package registries themselves.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;CLI Tool:&#039;&#039; A reusable utility that takes a package name/version and returns a verified SWHID.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Public Dataset:&#039;&#039; A comprehensive mapping of the most popular packages across ecosystems to their SWHIDs.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Documentation:&#039;&#039; A guide on how package maintainers can include SWHIDs in their own release workflows.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Upstream Contributions:&#039;&#039; (Stretch goal) Integration with tools like cargo-swhid or pyproject.toml plugins.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Short or Regular or Long, depending on breadth and depth.&lt;br /&gt;
&lt;br /&gt;
==== Related Resources and Repositories ====&lt;br /&gt;
- https://swhid.org&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
&lt;br /&gt;
Python and bash scripting (for the solution), knowledge of other ecosystems (Rust, Java, etc.) is required to understand their packaging.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tip for your application:&#039;&#039; Study SWHID and the different ecosystems. Demonstrating understanding of ecosystem specific challenges will make your proposal stand out.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Who is who: Alexandria3k entity disambiguation extentions&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The alexandria3k Python package supplies a command-line tool and an API providing fast and space-efficient relational query access to several large scientific publication open data sets. Data are decompressed on the fly, thus allowing the package&#039;s use even on storage-restricted laptops.   This project will enhance Alexandria3k by integrating a scalable, high-precision author and affiliation disambiguation pipeline over Crossref metadata that does not rely on ORCID or ROR, using probabilistic clustering optimized for large-scale bibliometrics. We will implement aggressive normalization and blocking to control candidate growth, represent authors as paper-level mentions, and fuse lightweight, interpretable signals—name similarity, affiliation token overlap, co-author graph structure, venue/topic coherence, and temporal constraints—into conservative merge decisions that favor precision over recall. Disambiguation will be incremental and auditable, with stable cluster IDs, merge provenance, confidence scores, and an explicit “unknown” class to avoid over-merging common names. In parallel, we will cluster affiliation strings into canonical organization buckets using country-aware token blocking and city/org matching, enabling robust institution-level analyses even with noisy or missing data. Together, these additions will materially improve the reliability of author- and organization-centric metrics in Alexandria3k while remaining scalable, reproducible, and resilient to incomplete identifiers.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
New Alexandria3k actions to dissambiguate authors and organizations by adding corresponding fields in the populated database.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/dspinellis/alexandria3k&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python; machine learning; SQL&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Diomidis Spinellis&lt;br /&gt;
&lt;br /&gt;
=&#039;&#039;&#039;Python bindings for Apothesis&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on creating modern Python bindings for Apothesis to seamlessly connect its high-performance C++ core with Python-based AI workflows. While the existing C++ implementation delivers speed and efficiency for large-scale computation, the lack of native Python integration limits accessibility for researchers and machine learning practitioners who primarily work within Python ecosystems such as NumPy, PyTorch, and TensorFlow. The bindings will expose Apothesis’ core functionality through a clean, Pythonic API, preserving performance while ensuring memory safety and ease of installation. By bridging efficient C++ algorithms with Python’s flexibility and extensive AI tooling, this work enables rapid experimentation, smoother integration into machine learning pipelines, and broader adoption within the research community.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
The expected results of the project are the delivery of fully functional Python bindings for Apothesis that provide seamless access to its C++ core from Python. The bindings will expose the main computational components through a clean and intuitive API, while preserving the performance and efficiency of the underlying C++ implementation.The project will also include comprehensive documentation, usage examples, and unit tests to ensure reliability, maintainability, and ease of adoption.  Overall, the outcome will be a stable, extensible interface that lowers the barrier to entry for researchers and developers, enabling faster experimentation, improved interoperability with machine learning pipelines, and broader community engagement.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
C++, python &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos &lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;br /&gt;
&lt;br /&gt;
[[Category:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2514</id>
		<title>Google Summer of Code 2026 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2514"/>
		<updated>2026-02-10T07:33:27Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;VS Code pluggin for CScout&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The objective of the proposed project is to create a Visual Studio Code plugin for accessing the functionality of the CScout source code analyzer and refactoring browser for collections of C programs.&lt;br /&gt;
&lt;br /&gt;
CScout can process workspaces of multiple projects (a project is defined as a collection of C source files that are linked together) mapping the complexity introduced by the C preprocessor back into the original C source code files. CScout takes advantage of modern hardware (fast processors and large memory capacities) to analyze C source code beyond the level of detail and accuracy provided by current compilers and linkers. The analysis CScout performs takes into account the identifier scopes introduced by the C preprocessor and the C language proper scopes and namespaces. CScout has already been applied on projects of tens of thousands of lines to millions of lines, like the Linux and FreeBSD kernels and the Apache web server.&lt;br /&gt;
&lt;br /&gt;
Having VSCode act as a front-end to CScout’s existing batch analysis will work as follows.&lt;br /&gt;
* Trigger explicit runs (command palette / tasks), not on-save analysis.&lt;br /&gt;
* Present results as:&lt;br /&gt;
** Navigable diagnostics&lt;br /&gt;
** Cross-reference views (definitions, uses, dependencies)&lt;br /&gt;
** Refactoring previews as diffs&lt;br /&gt;
** Project-wide facts (identifier scopes, file coupling, macro effects) that are otherwise buried in textual reports&lt;br /&gt;
&lt;br /&gt;
This will offer the following advantages&lt;br /&gt;
* Lower adoption barrier: developers are far more likely to try CScout if results appear inside their editor instead of via reports or bespoke UIs.&lt;br /&gt;
* Natural fit for whole-program analysis: VS Code already supports long-running, cancellable tasks with progress reporting.&lt;br /&gt;
* Superior comprehension UX: jump-to-definition, peek views, code lenses, and diff previews make CScout’s semantic information immediately actionable.&lt;br /&gt;
* Safer refactoring workflow: preview-first refactorings reduce fear of large, semantics-preserving transformations.&lt;br /&gt;
* Separation of concerns: keeps CScout as a standalone engine while the plugin handles visualization and navigation.&lt;br /&gt;
* Research leverage: enables realistic user studies (e.g., acceptance of large-scale refactorings, tolerance of latency).&lt;br /&gt;
* Longevity and reuse: the same backend can serve CLI, CI, and IDE use; the plugin becomes a thin, replaceable shell.&lt;br /&gt;
&lt;br /&gt;
Thus the plugin will combine CScout’s strengths (macro-aware parsing, precise identifier resolution, and whole-system reasoning) that are hard to appreciate via static reports and tricky to use through the existing rudimentary web front-end. The VSCode plugin combines two open source software projects to provide immediate developer value.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
A VS Code plugin that can act as an interface to CScout&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/dspinellis/cscout&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Typescript, C/C++, VS Code API&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Diomidis Spinellis&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;OpenTRIM&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
OpenTRIM is an open-source code for simulating the passage of energetic ions through materials and calculating the associated modifications and damage that they cause to these materials. It is based on the kinetic Monte-Carlo method and employs the Binary Collision Approximation to describe the interaction between ions and target atoms. OpenTRIM comprises a set of C++ libraries, a command-line program for executing simulations in batch mode, and a Qt-based graphical user interface for configuring, running, and evaluating simulations. Several parts of the codebase require improvements and extensions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Real-time 3D visualization tool for simulated ion tracks&lt;br /&gt;
&lt;br /&gt;
Python bindings for running simulations and retrieving results directly from Python&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/ir2-lab/OpenTRIM&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++&lt;br /&gt;
&lt;br /&gt;
Python (optional)&lt;br /&gt;
&lt;br /&gt;
OpenGL (optional)&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
George Apostolopoulos&lt;br /&gt;
&lt;br /&gt;
Michail Axiotis&lt;br /&gt;
&lt;br /&gt;
Eleni Mitsi&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Open-Source AI Framework for Thermal Satellite Payload Data Analysis&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project aims to develop a general-purpose open-source AI framework for extracting high-level semantic information from thermal sensor payloads onboard satellites. The framework will support multiple application scenarios such as nighttime cloud detection and thermal event or anomaly monitoring on land and sea.&lt;br /&gt;
&lt;br /&gt;
The project focuses on building a reusable pipeline covering dataset creation and augmentation from real and synthetic thermal imagery, model training and benchmarking, and advanced analysis tools such as uncertainty quantification and explainability. The goal is to provide a practical and reproducible platform for thermal remote sensing applications in Earth observation and small satellite programs.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Modular AI pipeline for thermal satellite data processing&lt;br /&gt;
&lt;br /&gt;
Dataset extraction, preprocessing and labeling workflows&lt;br /&gt;
&lt;br /&gt;
Baseline and benchmarked ML/DL models&lt;br /&gt;
&lt;br /&gt;
Uncertainty quantification methods&lt;br /&gt;
&lt;br /&gt;
Explainability tools&lt;br /&gt;
&lt;br /&gt;
Public open-source releases with documentation&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab/TIRAuxCloud&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python&lt;br /&gt;
&lt;br /&gt;
Machine Learning / Deep Learning (PyTorch or similar)&lt;br /&gt;
&lt;br /&gt;
Image processing fundamentals&lt;br /&gt;
&lt;br /&gt;
Geospatial / satellite imagery familiarity&lt;br /&gt;
&lt;br /&gt;
Interest in remote sensing and explainable AI&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis&lt;br /&gt;
&lt;br /&gt;
Alexis Apostolakis&lt;br /&gt;
&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Command &amp;amp; Data Handling Software for Open-Source CubeSat FlatSat Testbed&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The CubeSat FlatSat testbed is a ground-based platform for deploying and testing onboard AI algorithms, end-to-end processing pipelines, and avionics software/hardware. It supports onboard processing validation and serves as a development platform for university student projects and future open-source CubeSat missions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
C&amp;amp;DH flight software on STM32 with FreeRTOS&lt;br /&gt;
&lt;br /&gt;
Inter-subsystem communication using CSP over CAN&lt;br /&gt;
&lt;br /&gt;
NASA cFS-inspired modular architecture&lt;br /&gt;
&lt;br /&gt;
Zenoh middleware for high-bandwidth payload data&lt;br /&gt;
&lt;br /&gt;
Unit tests and integration tests&lt;br /&gt;
&lt;br /&gt;
Architecture documentation and developer guides&lt;br /&gt;
&lt;br /&gt;
Public open-source release on GitHub&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group/orion-cubesat-testbed&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python and C&lt;br /&gt;
&lt;br /&gt;
Embedded systems development&lt;br /&gt;
&lt;br /&gt;
FreeRTOS&lt;br /&gt;
&lt;br /&gt;
CAN bus &amp;amp; networking protocols&lt;br /&gt;
&lt;br /&gt;
STM32 toolchain familiarity&lt;br /&gt;
&lt;br /&gt;
Interest in satellite systems and flight software&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis&lt;br /&gt;
&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: Needs-Driven Evolution of the Dataset Production Pipeline for Greek Language Data&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on improving the GlossAPI dataset production pipeline by addressing practical limitations and gaps that emerge as new datasets are processed and published.&lt;br /&gt;
&lt;br /&gt;
As the scope and volume of Greek-language datasets handled by GlossAPI continue to grow, the pipeline must evolve to remain maintainable, reliable, and adaptable to new use cases. The contributor will work on the reconstruction and evolution of parts of the pipeline, guided by operational needs encountered during dataset ingestion, processing, and publication.&lt;br /&gt;
&lt;br /&gt;
The work will emphasize improvements to the pipeline’s maintainability and usability, while enabling richer interaction and input scenarios that better reflect how Greek-language data is accessed and processed in practice. This includes exploring enhancements related to workflow execution, interaction mechanisms, data acquisition paths, and challenges specific to Greek-language and OCR-derived content.&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
* Improved maintainability of the GlossAPI pipeline codebase&lt;br /&gt;
* Targeted improvements addressing real usage issues in dataset ingestion and processing&lt;br /&gt;
* Enhanced support for diverse data sources and interaction patterns&lt;br /&gt;
* Incremental improvements tailored to the characteristics of Greek-language data&lt;br /&gt;
* Documentation and usage notes supporting long-term sustainability and onboarding&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
====[https://github.com/eellak/glossAPI glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of Python, Git/GitHub, experience with data processing pipelines &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Dimitris Athanasopoulos, Nikos Tsekos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: ML-assisted Anonymization Layer and Targeted Pipeline Improvements for Greek Datasets&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on extending GlossAPI with a production-ready anonymization layer for Greek text datasets, addressing a critical need for privacy-preserving dataset publication, while also contributing targeted updates to the existing pipeline based on requirements that emerge during its evolution.&lt;br /&gt;
&lt;br /&gt;
The core of the project is the design and implementation of an ML-assisted anonymization module that detects and masks sensitive personal information (such as names, emails, phone numbers, and organizations) in Greek text. Due to the linguistic characteristics of Greek and the presence of OCR noise in many datasets, the anonymization layer will explore and evaluate multiple approaches, including rule-based techniques and ML-based methods such as Named Entity Recognition, potentially using transformer-based or other state-of-the-art models depending on empirical results.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
* Integrated anonymization module for Greek text datasets within GlossAPI&lt;br /&gt;
* Detection and masking of common personal identifiers (names, emails, phone numbers, organizations)&lt;br /&gt;
* Targeted updates to specific parts of the GlossAPI pipeline, limited to what is necessary to support anonymization&lt;br /&gt;
* Documentation and usage examples for maintainers and future contributors&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
====[https://github.com/eellak/glossAPI glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of Python, Git/GitHub, Basic NLP/ML concepts, and Regular expressions. &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Myrsini Ioannou, Nikos Tsekos, Dimitris Athanasopoulos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; FOSSBot Platform: Simulation Enhancements and AI Integration &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The FOSSBot Platform aims to enhance robotic simulation environments by integrating AI-driven capabilities and improving simulation realism. The project focuses on extending existing open-source robotic simulation tools with advanced features that support experimentation, education, and research in autonomous systems. Emphasis is placed on modularity, extensibility, and reproducibility within open-source ecosystems.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
The expected outcomes include enhanced simulation modules, AI-assisted decision-making components, improved documentation, and example use cases. The project will deliver code contributions upstream, along with benchmarks and demonstrations showcasing the improvements in robotic simulation fidelity and usability.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/fossbot-platform&lt;br /&gt;
https://github.com/eellak/fossbot&lt;br /&gt;
https://fossbot.gr&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of JavaScript, Python, robotics simulation environments, and basic AI/ML concepts. Familiarity with open-source workflows and collaborative development is required.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis, Eleftheria Papageorgiou, Irida Ntinou&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; AI assisted KMC &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project explores the integration of machine learning techniques into Kinetic Monte Carlo (KMC) simulations. The goal is to accelerate simulations and improve predictive accuracy by leveraging AI models trained on simulation data. The project targets scientific computing and materials science applications.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Deliverables include AI-augmented KMC algorithms, performance evaluations against traditional methods, and a reproducible pipeline for training and inference. Documentation and example experiments will accompany the final implementation.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++, working knowledge of machine learning techniques, numerical methods, and statistical modeling. Prior experience with scientific simulations is a plus.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Unified SBOM Management via RDF Database Abstraction&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Software Bill of Materials (SBOM) documents, specifically in the ISO standard SPDX format, are becoming the cornerstone of software supply chain security. As the volume of SBOM data grows, simple file-based storage is no longer sufficient for complex analysis and cross-referencing. This project aims to develop a suite of tools to ingest, store, and extract SPDX documents using RDF databases (Triplestores). By utilizing the triplestore Python library, these tools will remain database-agnostic, allowing users to seamlessly switch between backends like Apache Jena, AllegroGraph, Blazegraph, GraphDB, and Oxigraph without changing the codebase.&lt;br /&gt;
&lt;br /&gt;
==== Background information ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
For GSoC 2025, a Python library abstracting some commonly used databases was developed.&lt;br /&gt;
&lt;br /&gt;
SBOM data in SPDX format can be serialized in RDF, and therefore can be stored in such databases.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
The current SPDX ecosystem relies heavily on flat files (JSON, RDF/XML, or even Tag-Value for SPDXv2). While effective for transport, these files are difficult to query at scale—for example, when looking for a specific vulnerable component across thousands of SBOMs. Since SPDXv3 is natively based on an knowledge graph model, storing it in a RDF Triplestore is the most logical and powerful way to handle this data. However, different RDF databases have varying APIs and connection protocols.&lt;br /&gt;
&lt;br /&gt;
This project will leverage the triplestore library (which provides a high-level Python abstraction) to build tools that:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Ingest:&#039;&#039; Parse SPDX documents (multi-format support) and map them to the unified RDF store.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Extract:&#039;&#039; Reconstruct valid SPDX documents from the database based on specific queries (e.g., &amp;quot;Export the SBOM for Project X version 1.2&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Manage:&#039;&#039; Provide basic management functions like listing stored SBOMs, deleting old versions, and validating data integrity.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a number of well-documented tools that can operate on SBOM data. These will allow users to seemlessly move between SPDX documents and RDF databases.&lt;br /&gt;
&lt;br /&gt;
An indicative list of tools and deliverables is:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;SBOM-to-Store Ingestor:&#039;&#039; A CLI tool to upload SPDX documents (v2 and v3) into any supported triplestore.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Store-to-SBOM Exporter:&#039;&#039; A tool to query the database and output a standard-compliant SPDX file.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Database Management Utilities:&#039;&#039; Tools for basic CRUD operations on the stored SBOM data.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Test Suite:&#039;&#039; A comprehensive set of tests to verify the abstraction works.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Documentation:&#039;&#039; User guide for the CLI tools and developer documentation for the API.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== Related Resources and Repositories ====&lt;br /&gt;
- https://github.com/eellak/triplestore&lt;br /&gt;
&lt;br /&gt;
- https://github.com/spdx/tools-python&lt;br /&gt;
&lt;br /&gt;
- https://github.com/RDFLib/rdflib&lt;br /&gt;
&lt;br /&gt;
- https://spdx.github.io/spdx-spec&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
Python3, RDF, SPARQL, SPDX specifications.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tip for your application:&#039;&#039; Study SPDX v3 (and v2): SPDX is heavily RDF-centric. Demonstrating knowledge of how 3.0 maps to triples will make your proposal stand out.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Using SWHID to Identify Software Components&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
This project addresses a critical gap in software supply chain security and reproducibility: the connection between package-level identifiers (like package-name@version) and content-level identifiers (SWHIDs).&lt;br /&gt;
&lt;br /&gt;
==== Background information ====&lt;br /&gt;
&lt;br /&gt;
Software Hash IDentifiers (SWHID) are a standardized way to identify software artifacts, based on content. The definition is officially adopted as ISO/IEC 18670:2025 and is available at https://swhid.org.&lt;br /&gt;
&lt;br /&gt;
However, most developers interact with software through package managers like Cargo (Rust), PyPI (Python), Maven (Java), or APT (Debian/Ubuntu). There is currently a &amp;quot;semantic gap&amp;quot; between the package version (e.g., requests 2.31.0) and its corresponding SWHID, which depends on its contents.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
The goal of this project is to develop tooling that automatically computes, verifies, and publishes the SWHIDs for components across major package registries. By creating a verifiable mapping between package releases and SWHIDs, we can enable better SBOM integration, improved vulnerability tracking, and long-term reproducibility of the global software supply chain.&lt;br /&gt;
&lt;br /&gt;
This project will involve three main phases:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Computation and Archival:&#039;&#039; Build a pipeline to fetch packages from registries (like Crates.io, PyPI, Maven Central, etc.) and compute their SWHIDs locally to ensure integrity.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Mapping &amp;amp; Verification:&#039;&#039; Generate a high-quality dataset that maps registry data (URL and version) to SWHID. This will require handling the specific packaging quirks of each ecosystem.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Publication:&#039;&#039; Publish these identifiers in a way that makes them useful to the community. This could include: contributing to a public lookup service or API; exporting mappings to SPDX format; or proposing metadata additions to the package registries themselves.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;CLI Tool:&#039;&#039; A reusable utility that takes a package name/version and returns a verified SWHID.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Public Dataset:&#039;&#039; A comprehensive mapping of the most popular packages across ecosystems to their SWHIDs.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Documentation:&#039;&#039; A guide on how package maintainers can include SWHIDs in their own release workflows.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Upstream Contributions:&#039;&#039; (Stretch goal) Integration with tools like cargo-swhid or pyproject.toml plugins.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Short or Regular or Long, depending on breadth and depth.&lt;br /&gt;
&lt;br /&gt;
==== Related Resources and Repositories ====&lt;br /&gt;
- https://swhid.org&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
&lt;br /&gt;
Python and bash scripting (for the solution), knowledge of other ecosystems (Rust, Java, etc.) is required to understand their packaging.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tip for your application:&#039;&#039; Study SWHID and the different ecosystems. Demonstrating understanding of ecosystem specific challenges will make your proposal stand out.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Who is who: Alexandria3k entity disambiguation extentions&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The alexandria3k Python package supplies a command-line tool and an API providing fast and space-efficient relational query access to several large scientific publication open data sets. Data are decompressed on the fly, thus allowing the package&#039;s use even on storage-restricted laptops.   This project will enhance Alexandria3k by integrating a scalable, high-precision author and affiliation disambiguation pipeline over Crossref metadata that does not rely on ORCID or ROR, using probabilistic clustering optimized for large-scale bibliometrics. We will implement aggressive normalization and blocking to control candidate growth, represent authors as paper-level mentions, and fuse lightweight, interpretable signals—name similarity, affiliation token overlap, co-author graph structure, venue/topic coherence, and temporal constraints—into conservative merge decisions that favor precision over recall. Disambiguation will be incremental and auditable, with stable cluster IDs, merge provenance, confidence scores, and an explicit “unknown” class to avoid over-merging common names. In parallel, we will cluster affiliation strings into canonical organization buckets using country-aware token blocking and city/org matching, enabling robust institution-level analyses even with noisy or missing data. Together, these additions will materially improve the reliability of author- and organization-centric metrics in Alexandria3k while remaining scalable, reproducible, and resilient to incomplete identifiers.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
New Alexandria3k actions to dissambiguate authors and organizations by adding corresponding fields in the populated database.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/dspinellis/alexandria3k&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python; machine learning; SQL&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Diomidis Spinellis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2513</id>
		<title>Google Summer of Code 2026 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2513"/>
		<updated>2026-02-10T07:31:01Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Who is who: Alexandria3k entity disambiguation extentions&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The alexandria3k Python package supplies a command-line tool and an API providing fast and space-efficient relational query access to several large scientific publication open data sets. Data are decompressed on the fly, thus allowing the package&#039;s use even on storage-restricted laptops.   This project will enhance Alexandria3k by integrating a scalable, high-precision author and affiliation disambiguation pipeline over Crossref metadata that does not rely on ORCID or ROR, using probabilistic clustering optimized for large-scale bibliometrics. We will implement aggressive normalization and blocking to control candidate growth, represent authors as paper-level mentions, and fuse lightweight, interpretable signals—name similarity, affiliation token overlap, co-author graph structure, venue/topic coherence, and temporal constraints—into conservative merge decisions that favor precision over recall. Disambiguation will be incremental and auditable, with stable cluster IDs, merge provenance, confidence scores, and an explicit “unknown” class to avoid over-merging common names. In parallel, we will cluster affiliation strings into canonical organization buckets using country-aware token blocking and city/org matching, enabling robust institution-level analyses even with noisy or missing data. Together, these additions will materially improve the reliability of author- and organization-centric metrics in Alexandria3k while remaining scalable, reproducible, and resilient to incomplete identifiers.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
New Alexandria3k actions to dissambiguate authors and organizations by adding corresponding fields in the populated database.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/dspinellis/alexandria3k&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python; machine learning; SQL&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Diomidis Spinellis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;VS Code pluggin for CScout&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The objective of the proposed project is to create a Visual Studio Code plugin for accessing the functionality of the CScout source code analyzer and refactoring browser for collections of C programs.&lt;br /&gt;
&lt;br /&gt;
CScout can process workspaces of multiple projects (a project is defined as a collection of C source files that are linked together) mapping the complexity introduced by the C preprocessor back into the original C source code files. CScout takes advantage of modern hardware (fast processors and large memory capacities) to analyze C source code beyond the level of detail and accuracy provided by current compilers and linkers. The analysis CScout performs takes into account the identifier scopes introduced by the C preprocessor and the C language proper scopes and namespaces. CScout has already been applied on projects of tens of thousands of lines to millions of lines, like the Linux and FreeBSD kernels and the Apache web server.&lt;br /&gt;
&lt;br /&gt;
Having VSCode act as a front-end to CScout’s existing batch analysis will work as follows.&lt;br /&gt;
* Trigger explicit runs (command palette / tasks), not on-save analysis.&lt;br /&gt;
* Present results as:&lt;br /&gt;
** Navigable diagnostics&lt;br /&gt;
** Cross-reference views (definitions, uses, dependencies)&lt;br /&gt;
** Refactoring previews as diffs&lt;br /&gt;
** Project-wide facts (identifier scopes, file coupling, macro effects) that are otherwise buried in textual reports&lt;br /&gt;
&lt;br /&gt;
This will offer the following advantages&lt;br /&gt;
* Lower adoption barrier: developers are far more likely to try CScout if results appear inside their editor instead of via reports or bespoke UIs.&lt;br /&gt;
* Natural fit for whole-program analysis: VS Code already supports long-running, cancellable tasks with progress reporting.&lt;br /&gt;
* Superior comprehension UX: jump-to-definition, peek views, code lenses, and diff previews make CScout’s semantic information immediately actionable.&lt;br /&gt;
* Safer refactoring workflow: preview-first refactorings reduce fear of large, semantics-preserving transformations.&lt;br /&gt;
* Separation of concerns: keeps CScout as a standalone engine while the plugin handles visualization and navigation.&lt;br /&gt;
* Research leverage: enables realistic user studies (e.g., acceptance of large-scale refactorings, tolerance of latency).&lt;br /&gt;
* Longevity and reuse: the same backend can serve CLI, CI, and IDE use; the plugin becomes a thin, replaceable shell.&lt;br /&gt;
&lt;br /&gt;
Thus the plugin will combine CScout’s strengths (macro-aware parsing, precise identifier resolution, and whole-system reasoning) that are hard to appreciate via static reports and tricky to use through the existing rudimentary web front-end. The VSCode plugin combines two open source software projects to provide immediate developer value.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
A VS Code plugin that can act as an interface to CScout&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/dspinellis/cscout&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Typescript, C/C++, VS Code API&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Diomidis Spinellis&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;OpenTRIM&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
OpenTRIM is an open-source code for simulating the passage of energetic ions through materials and calculating the associated modifications and damage that they cause to these materials. It is based on the kinetic Monte-Carlo method and employs the Binary Collision Approximation to describe the interaction between ions and target atoms. OpenTRIM comprises a set of C++ libraries, a command-line program for executing simulations in batch mode, and a Qt-based graphical user interface for configuring, running, and evaluating simulations. Several parts of the codebase require improvements and extensions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Real-time 3D visualization tool for simulated ion tracks&lt;br /&gt;
&lt;br /&gt;
Python bindings for running simulations and retrieving results directly from Python&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/ir2-lab/OpenTRIM&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++&lt;br /&gt;
&lt;br /&gt;
Python (optional)&lt;br /&gt;
&lt;br /&gt;
OpenGL (optional)&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
George Apostolopoulos&lt;br /&gt;
&lt;br /&gt;
Michail Axiotis&lt;br /&gt;
&lt;br /&gt;
Eleni Mitsi&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Open-Source AI Framework for Thermal Satellite Payload Data Analysis&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project aims to develop a general-purpose open-source AI framework for extracting high-level semantic information from thermal sensor payloads onboard satellites. The framework will support multiple application scenarios such as nighttime cloud detection and thermal event or anomaly monitoring on land and sea.&lt;br /&gt;
&lt;br /&gt;
The project focuses on building a reusable pipeline covering dataset creation and augmentation from real and synthetic thermal imagery, model training and benchmarking, and advanced analysis tools such as uncertainty quantification and explainability. The goal is to provide a practical and reproducible platform for thermal remote sensing applications in Earth observation and small satellite programs.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Modular AI pipeline for thermal satellite data processing&lt;br /&gt;
&lt;br /&gt;
Dataset extraction, preprocessing and labeling workflows&lt;br /&gt;
&lt;br /&gt;
Baseline and benchmarked ML/DL models&lt;br /&gt;
&lt;br /&gt;
Uncertainty quantification methods&lt;br /&gt;
&lt;br /&gt;
Explainability tools&lt;br /&gt;
&lt;br /&gt;
Public open-source releases with documentation&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab/TIRAuxCloud&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python&lt;br /&gt;
&lt;br /&gt;
Machine Learning / Deep Learning (PyTorch or similar)&lt;br /&gt;
&lt;br /&gt;
Image processing fundamentals&lt;br /&gt;
&lt;br /&gt;
Geospatial / satellite imagery familiarity&lt;br /&gt;
&lt;br /&gt;
Interest in remote sensing and explainable AI&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis&lt;br /&gt;
&lt;br /&gt;
Alexis Apostolakis&lt;br /&gt;
&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Command &amp;amp; Data Handling Software for Open-Source CubeSat FlatSat Testbed&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The CubeSat FlatSat testbed is a ground-based platform for deploying and testing onboard AI algorithms, end-to-end processing pipelines, and avionics software/hardware. It supports onboard processing validation and serves as a development platform for university student projects and future open-source CubeSat missions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
C&amp;amp;DH flight software on STM32 with FreeRTOS&lt;br /&gt;
&lt;br /&gt;
Inter-subsystem communication using CSP over CAN&lt;br /&gt;
&lt;br /&gt;
NASA cFS-inspired modular architecture&lt;br /&gt;
&lt;br /&gt;
Zenoh middleware for high-bandwidth payload data&lt;br /&gt;
&lt;br /&gt;
Unit tests and integration tests&lt;br /&gt;
&lt;br /&gt;
Architecture documentation and developer guides&lt;br /&gt;
&lt;br /&gt;
Public open-source release on GitHub&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group/orion-cubesat-testbed&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python and C&lt;br /&gt;
&lt;br /&gt;
Embedded systems development&lt;br /&gt;
&lt;br /&gt;
FreeRTOS&lt;br /&gt;
&lt;br /&gt;
CAN bus &amp;amp; networking protocols&lt;br /&gt;
&lt;br /&gt;
STM32 toolchain familiarity&lt;br /&gt;
&lt;br /&gt;
Interest in satellite systems and flight software&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis&lt;br /&gt;
&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: Needs-Driven Evolution of the Dataset Production Pipeline for Greek Language Data&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on improving the GlossAPI dataset production pipeline by addressing practical limitations and gaps that emerge as new datasets are processed and published.&lt;br /&gt;
&lt;br /&gt;
As the scope and volume of Greek-language datasets handled by GlossAPI continue to grow, the pipeline must evolve to remain maintainable, reliable, and adaptable to new use cases. The contributor will work on the reconstruction and evolution of parts of the pipeline, guided by operational needs encountered during dataset ingestion, processing, and publication.&lt;br /&gt;
&lt;br /&gt;
The work will emphasize improvements to the pipeline’s maintainability and usability, while enabling richer interaction and input scenarios that better reflect how Greek-language data is accessed and processed in practice. This includes exploring enhancements related to workflow execution, interaction mechanisms, data acquisition paths, and challenges specific to Greek-language and OCR-derived content.&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
* Improved maintainability of the GlossAPI pipeline codebase&lt;br /&gt;
* Targeted improvements addressing real usage issues in dataset ingestion and processing&lt;br /&gt;
* Enhanced support for diverse data sources and interaction patterns&lt;br /&gt;
* Incremental improvements tailored to the characteristics of Greek-language data&lt;br /&gt;
* Documentation and usage notes supporting long-term sustainability and onboarding&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
====[https://github.com/eellak/glossAPI glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of Python, Git/GitHub, experience with data processing pipelines &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Dimitris Athanasopoulos, Nikos Tsekos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: ML-assisted Anonymization Layer and Targeted Pipeline Improvements for Greek Datasets&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on extending GlossAPI with a production-ready anonymization layer for Greek text datasets, addressing a critical need for privacy-preserving dataset publication, while also contributing targeted updates to the existing pipeline based on requirements that emerge during its evolution.&lt;br /&gt;
&lt;br /&gt;
The core of the project is the design and implementation of an ML-assisted anonymization module that detects and masks sensitive personal information (such as names, emails, phone numbers, and organizations) in Greek text. Due to the linguistic characteristics of Greek and the presence of OCR noise in many datasets, the anonymization layer will explore and evaluate multiple approaches, including rule-based techniques and ML-based methods such as Named Entity Recognition, potentially using transformer-based or other state-of-the-art models depending on empirical results.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
* Integrated anonymization module for Greek text datasets within GlossAPI&lt;br /&gt;
* Detection and masking of common personal identifiers (names, emails, phone numbers, organizations)&lt;br /&gt;
* Targeted updates to specific parts of the GlossAPI pipeline, limited to what is necessary to support anonymization&lt;br /&gt;
* Documentation and usage examples for maintainers and future contributors&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
====[https://github.com/eellak/glossAPI glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of Python, Git/GitHub, Basic NLP/ML concepts, and Regular expressions. &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Myrsini Ioannou, Nikos Tsekos, Dimitris Athanasopoulos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; FOSSBot Platform: Simulation Enhancements and AI Integration &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The FOSSBot Platform aims to enhance robotic simulation environments by integrating AI-driven capabilities and improving simulation realism. The project focuses on extending existing open-source robotic simulation tools with advanced features that support experimentation, education, and research in autonomous systems. Emphasis is placed on modularity, extensibility, and reproducibility within open-source ecosystems.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
The expected outcomes include enhanced simulation modules, AI-assisted decision-making components, improved documentation, and example use cases. The project will deliver code contributions upstream, along with benchmarks and demonstrations showcasing the improvements in robotic simulation fidelity and usability.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/fossbot-platform&lt;br /&gt;
https://github.com/eellak/fossbot&lt;br /&gt;
https://fossbot.gr&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of JavaScript, Python, robotics simulation environments, and basic AI/ML concepts. Familiarity with open-source workflows and collaborative development is required.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis, Eleftheria Papageorgiou, Irida Ntinou&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; AI assisted KMC &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project explores the integration of machine learning techniques into Kinetic Monte Carlo (KMC) simulations. The goal is to accelerate simulations and improve predictive accuracy by leveraging AI models trained on simulation data. The project targets scientific computing and materials science applications.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Deliverables include AI-augmented KMC algorithms, performance evaluations against traditional methods, and a reproducible pipeline for training and inference. Documentation and example experiments will accompany the final implementation.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++, working knowledge of machine learning techniques, numerical methods, and statistical modeling. Prior experience with scientific simulations is a plus.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Unified SBOM Management via RDF Database Abstraction&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Software Bill of Materials (SBOM) documents, specifically in the ISO standard SPDX format, are becoming the cornerstone of software supply chain security. As the volume of SBOM data grows, simple file-based storage is no longer sufficient for complex analysis and cross-referencing. This project aims to develop a suite of tools to ingest, store, and extract SPDX documents using RDF databases (Triplestores). By utilizing the triplestore Python library, these tools will remain database-agnostic, allowing users to seamlessly switch between backends like Apache Jena, AllegroGraph, Blazegraph, GraphDB, and Oxigraph without changing the codebase.&lt;br /&gt;
&lt;br /&gt;
==== Background information ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
For GSoC 2025, a Python library abstracting some commonly used databases was developed.&lt;br /&gt;
&lt;br /&gt;
SBOM data in SPDX format can be serialized in RDF, and therefore can be stored in such databases.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
The current SPDX ecosystem relies heavily on flat files (JSON, RDF/XML, or even Tag-Value for SPDXv2). While effective for transport, these files are difficult to query at scale—for example, when looking for a specific vulnerable component across thousands of SBOMs. Since SPDXv3 is natively based on an knowledge graph model, storing it in a RDF Triplestore is the most logical and powerful way to handle this data. However, different RDF databases have varying APIs and connection protocols.&lt;br /&gt;
&lt;br /&gt;
This project will leverage the triplestore library (which provides a high-level Python abstraction) to build tools that:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Ingest:&#039;&#039; Parse SPDX documents (multi-format support) and map them to the unified RDF store.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Extract:&#039;&#039; Reconstruct valid SPDX documents from the database based on specific queries (e.g., &amp;quot;Export the SBOM for Project X version 1.2&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Manage:&#039;&#039; Provide basic management functions like listing stored SBOMs, deleting old versions, and validating data integrity.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a number of well-documented tools that can operate on SBOM data. These will allow users to seemlessly move between SPDX documents and RDF databases.&lt;br /&gt;
&lt;br /&gt;
An indicative list of tools and deliverables is:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;SBOM-to-Store Ingestor:&#039;&#039; A CLI tool to upload SPDX documents (v2 and v3) into any supported triplestore.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Store-to-SBOM Exporter:&#039;&#039; A tool to query the database and output a standard-compliant SPDX file.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Database Management Utilities:&#039;&#039; Tools for basic CRUD operations on the stored SBOM data.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Test Suite:&#039;&#039; A comprehensive set of tests to verify the abstraction works.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Documentation:&#039;&#039; User guide for the CLI tools and developer documentation for the API.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== Related Resources and Repositories ====&lt;br /&gt;
- https://github.com/eellak/triplestore&lt;br /&gt;
&lt;br /&gt;
- https://github.com/spdx/tools-python&lt;br /&gt;
&lt;br /&gt;
- https://github.com/RDFLib/rdflib&lt;br /&gt;
&lt;br /&gt;
- https://spdx.github.io/spdx-spec&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
Python3, RDF, SPARQL, SPDX specifications.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tip for your application:&#039;&#039; Study SPDX v3 (and v2): SPDX is heavily RDF-centric. Demonstrating knowledge of how 3.0 maps to triples will make your proposal stand out.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Using SWHID to Identify Software Components&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
This project addresses a critical gap in software supply chain security and reproducibility: the connection between package-level identifiers (like package-name@version) and content-level identifiers (SWHIDs).&lt;br /&gt;
&lt;br /&gt;
==== Background information ====&lt;br /&gt;
&lt;br /&gt;
Software Hash IDentifiers (SWHID) are a standardized way to identify software artifacts, based on content. The definition is officially adopted as ISO/IEC 18670:2025 and is available at https://swhid.org.&lt;br /&gt;
&lt;br /&gt;
However, most developers interact with software through package managers like Cargo (Rust), PyPI (Python), Maven (Java), or APT (Debian/Ubuntu). There is currently a &amp;quot;semantic gap&amp;quot; between the package version (e.g., requests 2.31.0) and its corresponding SWHID, which depends on its contents.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
The goal of this project is to develop tooling that automatically computes, verifies, and publishes the SWHIDs for components across major package registries. By creating a verifiable mapping between package releases and SWHIDs, we can enable better SBOM integration, improved vulnerability tracking, and long-term reproducibility of the global software supply chain.&lt;br /&gt;
&lt;br /&gt;
This project will involve three main phases:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Computation and Archival:&#039;&#039; Build a pipeline to fetch packages from registries (like Crates.io, PyPI, Maven Central, etc.) and compute their SWHIDs locally to ensure integrity.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Mapping &amp;amp; Verification:&#039;&#039; Generate a high-quality dataset that maps registry data (URL and version) to SWHID. This will require handling the specific packaging quirks of each ecosystem.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Publication:&#039;&#039; Publish these identifiers in a way that makes them useful to the community. This could include: contributing to a public lookup service or API; exporting mappings to SPDX format; or proposing metadata additions to the package registries themselves.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;CLI Tool:&#039;&#039; A reusable utility that takes a package name/version and returns a verified SWHID.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Public Dataset:&#039;&#039; A comprehensive mapping of the most popular packages across ecosystems to their SWHIDs.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Documentation:&#039;&#039; A guide on how package maintainers can include SWHIDs in their own release workflows.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Upstream Contributions:&#039;&#039; (Stretch goal) Integration with tools like cargo-swhid or pyproject.toml plugins.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Short or Regular or Long, depending on breadth and depth.&lt;br /&gt;
&lt;br /&gt;
==== Related Resources and Repositories ====&lt;br /&gt;
- https://swhid.org&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
&lt;br /&gt;
Python and bash scripting (for the solution), knowledge of other ecosystems (Rust, Java, etc.) is required to understand their packaging.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tip for your application:&#039;&#039; Study SWHID and the different ecosystems. Demonstrating understanding of ecosystem specific challenges will make your proposal stand out.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2512</id>
		<title>Google Summer of Code 2026 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2512"/>
		<updated>2026-02-09T13:57:09Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;VS Code pluggin for CScout&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The objective of the proposed project is to create a Visual Studio Code plugin for accessing the functionality of the CScout source code analyzer and refactoring browser for collections of C programs.&lt;br /&gt;
&lt;br /&gt;
CScout can process workspaces of multiple projects (a project is defined as a collection of C source files that are linked together) mapping the complexity introduced by the C preprocessor back into the original C source code files. CScout takes advantage of modern hardware (fast processors and large memory capacities) to analyze C source code beyond the level of detail and accuracy provided by current compilers and linkers. The analysis CScout performs takes into account the identifier scopes introduced by the C preprocessor and the C language proper scopes and namespaces. CScout has already been applied on projects of tens of thousands of lines to millions of lines, like the Linux and FreeBSD kernels and the Apache web server.&lt;br /&gt;
&lt;br /&gt;
Having VSCode act as a front-end to CScout’s existing batch analysis will work as follows.&lt;br /&gt;
* Trigger explicit runs (command palette / tasks), not on-save analysis.&lt;br /&gt;
* Present results as:&lt;br /&gt;
** Navigable diagnostics&lt;br /&gt;
** Cross-reference views (definitions, uses, dependencies)&lt;br /&gt;
** Refactoring previews as diffs&lt;br /&gt;
** Project-wide facts (identifier scopes, file coupling, macro effects) that are otherwise buried in textual reports&lt;br /&gt;
&lt;br /&gt;
This will offer the following advantages&lt;br /&gt;
* Lower adoption barrier: developers are far more likely to try CScout if results appear inside their editor instead of via reports or bespoke UIs.&lt;br /&gt;
* Natural fit for whole-program analysis: VS Code already supports long-running, cancellable tasks with progress reporting.&lt;br /&gt;
* Superior comprehension UX: jump-to-definition, peek views, code lenses, and diff previews make CScout’s semantic information immediately actionable.&lt;br /&gt;
* Safer refactoring workflow: preview-first refactorings reduce fear of large, semantics-preserving transformations.&lt;br /&gt;
* Separation of concerns: keeps CScout as a standalone engine while the plugin handles visualization and navigation.&lt;br /&gt;
* Research leverage: enables realistic user studies (e.g., acceptance of large-scale refactorings, tolerance of latency).&lt;br /&gt;
* Longevity and reuse: the same backend can serve CLI, CI, and IDE use; the plugin becomes a thin, replaceable shell.&lt;br /&gt;
&lt;br /&gt;
Thus the plugin will combine CScout’s strengths (macro-aware parsing, precise identifier resolution, and whole-system reasoning) that are hard to appreciate via static reports and tricky to use through the existing rudimentary web front-end. The VSCode plugin combines two open source software projects to provide immediate developer value.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
A VS Code plugin that can act as an interface to CScout&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/dspinellis/cscout&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Typescript, C/C++, VS Code API&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Diomidis Spinellis&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;OpenTRIM&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
OpenTRIM is an open-source code for simulating the passage of energetic ions through materials and calculating the associated modifications and damage that they cause to these materials. It is based on the kinetic Monte-Carlo method and employs the Binary Collision Approximation to describe the interaction between ions and target atoms. OpenTRIM comprises a set of C++ libraries, a command-line program for executing simulations in batch mode, and a Qt-based graphical user interface for configuring, running, and evaluating simulations. Several parts of the codebase require improvements and extensions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Real-time 3D visualization tool for simulated ion tracks&lt;br /&gt;
&lt;br /&gt;
Python bindings for running simulations and retrieving results directly from Python&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/ir2-lab/OpenTRIM&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++&lt;br /&gt;
&lt;br /&gt;
Python (optional)&lt;br /&gt;
&lt;br /&gt;
OpenGL (optional)&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
George Apostolopoulos&lt;br /&gt;
&lt;br /&gt;
Michail Axiotis&lt;br /&gt;
&lt;br /&gt;
Eleni Mitsi&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Open-Source AI Framework for Thermal Satellite Payload Data Analysis&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project aims to develop a general-purpose open-source AI framework for extracting high-level semantic information from thermal sensor payloads onboard satellites. The framework will support multiple application scenarios such as nighttime cloud detection and thermal event or anomaly monitoring on land and sea.&lt;br /&gt;
&lt;br /&gt;
The project focuses on building a reusable pipeline covering dataset creation and augmentation from real and synthetic thermal imagery, model training and benchmarking, and advanced analysis tools such as uncertainty quantification and explainability. The goal is to provide a practical and reproducible platform for thermal remote sensing applications in Earth observation and small satellite programs.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Modular AI pipeline for thermal satellite data processing&lt;br /&gt;
&lt;br /&gt;
Dataset extraction, preprocessing and labeling workflows&lt;br /&gt;
&lt;br /&gt;
Baseline and benchmarked ML/DL models&lt;br /&gt;
&lt;br /&gt;
Uncertainty quantification methods&lt;br /&gt;
&lt;br /&gt;
Explainability tools&lt;br /&gt;
&lt;br /&gt;
Public open-source releases with documentation&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab/TIRAuxCloud&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python&lt;br /&gt;
&lt;br /&gt;
Machine Learning / Deep Learning (PyTorch or similar)&lt;br /&gt;
&lt;br /&gt;
Image processing fundamentals&lt;br /&gt;
&lt;br /&gt;
Geospatial / satellite imagery familiarity&lt;br /&gt;
&lt;br /&gt;
Interest in remote sensing and explainable AI&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis&lt;br /&gt;
&lt;br /&gt;
Alexis Apostolakis&lt;br /&gt;
&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Command &amp;amp; Data Handling Software for Open-Source CubeSat FlatSat Testbed&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The CubeSat FlatSat testbed is a ground-based platform for deploying and testing onboard AI algorithms, end-to-end processing pipelines, and avionics software/hardware. It supports onboard processing validation and serves as a development platform for university student projects and future open-source CubeSat missions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
C&amp;amp;DH flight software on STM32 with FreeRTOS&lt;br /&gt;
&lt;br /&gt;
Inter-subsystem communication using CSP over CAN&lt;br /&gt;
&lt;br /&gt;
NASA cFS-inspired modular architecture&lt;br /&gt;
&lt;br /&gt;
Zenoh middleware for high-bandwidth payload data&lt;br /&gt;
&lt;br /&gt;
Unit tests and integration tests&lt;br /&gt;
&lt;br /&gt;
Architecture documentation and developer guides&lt;br /&gt;
&lt;br /&gt;
Public open-source release on GitHub&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group/orion-cubesat-testbed&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python and C&lt;br /&gt;
&lt;br /&gt;
Embedded systems development&lt;br /&gt;
&lt;br /&gt;
FreeRTOS&lt;br /&gt;
&lt;br /&gt;
CAN bus &amp;amp; networking protocols&lt;br /&gt;
&lt;br /&gt;
STM32 toolchain familiarity&lt;br /&gt;
&lt;br /&gt;
Interest in satellite systems and flight software&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis&lt;br /&gt;
&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: Needs-Driven Evolution of the Dataset Production Pipeline for Greek Language Data&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on improving the GlossAPI dataset production pipeline by addressing practical limitations and gaps that emerge as new datasets are processed and published.&lt;br /&gt;
&lt;br /&gt;
As the scope and volume of Greek-language datasets handled by GlossAPI continue to grow, the pipeline must evolve to remain maintainable, reliable, and adaptable to new use cases. The contributor will work on the reconstruction and evolution of parts of the pipeline, guided by operational needs encountered during dataset ingestion, processing, and publication.&lt;br /&gt;
&lt;br /&gt;
The work will emphasize improvements to the pipeline’s maintainability and usability, while enabling richer interaction and input scenarios that better reflect how Greek-language data is accessed and processed in practice. This includes exploring enhancements related to workflow execution, interaction mechanisms, data acquisition paths, and challenges specific to Greek-language and OCR-derived content.&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
* Improved maintainability of the GlossAPI pipeline codebase&lt;br /&gt;
* Targeted improvements addressing real usage issues in dataset ingestion and processing&lt;br /&gt;
* Enhanced support for diverse data sources and interaction patterns&lt;br /&gt;
* Incremental improvements tailored to the characteristics of Greek-language data&lt;br /&gt;
* Documentation and usage notes supporting long-term sustainability and onboarding&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
====[https://github.com/eellak/glossAPI glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of Python, Git/GitHub, experience with data processing pipelines &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Dimitris Athanasopoulos, Nikos Tsekos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: ML-assisted Anonymization Layer and Targeted Pipeline Improvements for Greek Datasets&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on extending GlossAPI with a production-ready anonymization layer for Greek text datasets, addressing a critical need for privacy-preserving dataset publication, while also contributing targeted updates to the existing pipeline based on requirements that emerge during its evolution.&lt;br /&gt;
&lt;br /&gt;
The core of the project is the design and implementation of an ML-assisted anonymization module that detects and masks sensitive personal information (such as names, emails, phone numbers, and organizations) in Greek text. Due to the linguistic characteristics of Greek and the presence of OCR noise in many datasets, the anonymization layer will explore and evaluate multiple approaches, including rule-based techniques and ML-based methods such as Named Entity Recognition, potentially using transformer-based or other state-of-the-art models depending on empirical results.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
* Integrated anonymization module for Greek text datasets within GlossAPI&lt;br /&gt;
* Detection and masking of common personal identifiers (names, emails, phone numbers, organizations)&lt;br /&gt;
* Targeted updates to specific parts of the GlossAPI pipeline, limited to what is necessary to support anonymization&lt;br /&gt;
* Documentation and usage examples for maintainers and future contributors&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
====[https://github.com/eellak/glossAPI glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of Python, Git/GitHub, Basic NLP/ML concepts, and Regular expressions. &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Myrsini Ioannou, Nikos Tsekos, Dimitris Athanasopoulos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; FOSSBot Platform: Simulation Enhancements and AI Integration &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The FOSSBot Platform aims to enhance robotic simulation environments by integrating AI-driven capabilities and improving simulation realism. The project focuses on extending existing open-source robotic simulation tools with advanced features that support experimentation, education, and research in autonomous systems. Emphasis is placed on modularity, extensibility, and reproducibility within open-source ecosystems.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
The expected outcomes include enhanced simulation modules, AI-assisted decision-making components, improved documentation, and example use cases. The project will deliver code contributions upstream, along with benchmarks and demonstrations showcasing the improvements in robotic simulation fidelity and usability.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/fossbot-platform&lt;br /&gt;
https://github.com/eellak/fossbot&lt;br /&gt;
https://fossbot.gr&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of JavaScript, Python, robotics simulation environments, and basic AI/ML concepts. Familiarity with open-source workflows and collaborative development is required.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis, Eleftheria Papageorgiou, Irida Ntinou&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; AI assisted KMC &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project explores the integration of machine learning techniques into Kinetic Monte Carlo (KMC) simulations. The goal is to accelerate simulations and improve predictive accuracy by leveraging AI models trained on simulation data. The project targets scientific computing and materials science applications.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Deliverables include AI-augmented KMC algorithms, performance evaluations against traditional methods, and a reproducible pipeline for training and inference. Documentation and example experiments will accompany the final implementation.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++, working knowledge of machine learning techniques, numerical methods, and statistical modeling. Prior experience with scientific simulations is a plus.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Unified SBOM Management via RDF Database Abstraction&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Software Bill of Materials (SBOM) documents, specifically in the ISO standard SPDX format, are becoming the cornerstone of software supply chain security. As the volume of SBOM data grows, simple file-based storage is no longer sufficient for complex analysis and cross-referencing. This project aims to develop a suite of tools to ingest, store, and extract SPDX documents using RDF databases (Triplestores). By utilizing the triplestore Python library, these tools will remain database-agnostic, allowing users to seamlessly switch between backends like Apache Jena, AllegroGraph, Blazegraph, GraphDB, and Oxigraph without changing the codebase.&lt;br /&gt;
&lt;br /&gt;
==== Background information ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
For GSoC 2025, a Python library abstracting some commonly used databases was developed.&lt;br /&gt;
&lt;br /&gt;
SBOM data in SPDX format can be serialized in RDF, and therefore can be stored in such databases.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
The current SPDX ecosystem relies heavily on flat files (JSON, RDF/XML, or even Tag-Value for SPDXv2). While effective for transport, these files are difficult to query at scale—for example, when looking for a specific vulnerable component across thousands of SBOMs. Since SPDXv3 is natively based on an knowledge graph model, storing it in a RDF Triplestore is the most logical and powerful way to handle this data. However, different RDF databases have varying APIs and connection protocols.&lt;br /&gt;
&lt;br /&gt;
This project will leverage the triplestore library (which provides a high-level Python abstraction) to build tools that:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Ingest:&#039;&#039; Parse SPDX documents (multi-format support) and map them to the unified RDF store.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Extract:&#039;&#039; Reconstruct valid SPDX documents from the database based on specific queries (e.g., &amp;quot;Export the SBOM for Project X version 1.2&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Manage:&#039;&#039; Provide basic management functions like listing stored SBOMs, deleting old versions, and validating data integrity.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a number of well-documented tools that can operate on SBOM data. These will allow users to seemlessly move between SPDX documents and RDF databases.&lt;br /&gt;
&lt;br /&gt;
An indicative list of tools and deliverables is:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;SBOM-to-Store Ingestor:&#039;&#039; A CLI tool to upload SPDX documents (v2 and v3) into any supported triplestore.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Store-to-SBOM Exporter:&#039;&#039; A tool to query the database and output a standard-compliant SPDX file.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Database Management Utilities:&#039;&#039; Tools for basic CRUD operations on the stored SBOM data.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Test Suite:&#039;&#039; A comprehensive set of tests to verify the abstraction works.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Documentation:&#039;&#039; User guide for the CLI tools and developer documentation for the API.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== Related Resources and Repositories ====&lt;br /&gt;
- https://github.com/eellak/triplestore&lt;br /&gt;
&lt;br /&gt;
- https://github.com/spdx/tools-python&lt;br /&gt;
&lt;br /&gt;
- https://github.com/RDFLib/rdflib&lt;br /&gt;
&lt;br /&gt;
- https://spdx.github.io/spdx-spec&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
Python3, RDF, SPARQL, SPDX specifications.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tip for your application:&#039;&#039; Study SPDX v3 (and v2): SPDX is heavily RDF-centric. Demonstrating knowledge of how 3.0 maps to triples will make your proposal stand out.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Using SWHID to Identify Software Components&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
This project addresses a critical gap in software supply chain security and reproducibility: the connection between package-level identifiers (like package-name@version) and content-level identifiers (SWHIDs).&lt;br /&gt;
&lt;br /&gt;
==== Background information ====&lt;br /&gt;
&lt;br /&gt;
Software Hash IDentifiers (SWHID) are a standardized way to identify software artifacts, based on content. The definition is officially adopted as ISO/IEC 18670:2025 and is available at https://swhid.org.&lt;br /&gt;
&lt;br /&gt;
However, most developers interact with software through package managers like Cargo (Rust), PyPI (Python), Maven (Java), or APT (Debian/Ubuntu). There is currently a &amp;quot;semantic gap&amp;quot; between the package version (e.g., requests 2.31.0) and its corresponding SWHID, which depends on its contents.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
The goal of this project is to develop tooling that automatically computes, verifies, and publishes the SWHIDs for components across major package registries. By creating a verifiable mapping between package releases and SWHIDs, we can enable better SBOM integration, improved vulnerability tracking, and long-term reproducibility of the global software supply chain.&lt;br /&gt;
&lt;br /&gt;
This project will involve three main phases:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Computation and Archival:&#039;&#039; Build a pipeline to fetch packages from registries (like Crates.io, PyPI, Maven Central, etc.) and compute their SWHIDs locally to ensure integrity.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Mapping &amp;amp; Verification:&#039;&#039; Generate a high-quality dataset that maps registry data (URL and version) to SWHID. This will require handling the specific packaging quirks of each ecosystem.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Publication:&#039;&#039; Publish these identifiers in a way that makes them useful to the community. This could include: contributing to a public lookup service or API; exporting mappings to SPDX format; or proposing metadata additions to the package registries themselves.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;CLI Tool:&#039;&#039; A reusable utility that takes a package name/version and returns a verified SWHID.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Public Dataset:&#039;&#039; A comprehensive mapping of the most popular packages across ecosystems to their SWHIDs.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Documentation:&#039;&#039; A guide on how package maintainers can include SWHIDs in their own release workflows.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Upstream Contributions:&#039;&#039; (Stretch goal) Integration with tools like cargo-swhid or pyproject.toml plugins.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Short or Regular or Long, depending on breadth and depth.&lt;br /&gt;
&lt;br /&gt;
==== Related Resources and Repositories ====&lt;br /&gt;
- https://swhid.org&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
&lt;br /&gt;
Python and bash scripting (for the solution), knowledge of other ecosystems (Rust, Java, etc.) is required to understand their packaging.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tip for your application:&#039;&#039; Study SWHID and the different ecosystems. Demonstrating understanding of ecosystem specific challenges will make your proposal stand out.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2511</id>
		<title>Google Summer of Code 2026 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2511"/>
		<updated>2026-02-09T13:42:34Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;VS Code pluggin for CScout&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The objective of the proposed project is to create a Visual Studio Code plugin for accessing the functionality of the CScout source code analyzer and refactoring browser for collections of C programs.&lt;br /&gt;
&lt;br /&gt;
CScout can process workspaces of multiple projects (a project is defined as a collection of C source files that are linked together) mapping the complexity introduced by the C preprocessor back into the original C source code files. CScout takes advantage of modern hardware (fast processors and large memory capacities) to analyze C source code beyond the level of detail and accuracy provided by current compilers and linkers. The analysis CScout performs takes into account the identifier scopes introduced by the C preprocessor and the C language proper scopes and namespaces. CScout has already been applied on projects of tens of thousands of lines to millions of lines, like the Linux and FreeBSD kernels and the Apache web server.&lt;br /&gt;
&lt;br /&gt;
Having VSCode act as a front-end to CScout’s existing batch analysis will work as follows.&lt;br /&gt;
* Trigger explicit runs (command palette / tasks), not on-save analysis.&lt;br /&gt;
* Present results as:&lt;br /&gt;
  * navigable diagnostics,&lt;br /&gt;
  * cross-reference views (definitions, uses, dependencies),&lt;br /&gt;
  * refactoring previews as diffs.&lt;br /&gt;
  * Surface project-wide facts (identifier scopes, file coupling, macro effects) that are otherwise buried in textual reports.&lt;br /&gt;
&lt;br /&gt;
This will offer the following advantages&lt;br /&gt;
* Lower adoption barrier: developers are far more likely to try CScout if results appear inside their editor instead of via reports or bespoke UIs.&lt;br /&gt;
* Natural fit for whole-program analysis: VS Code already supports long-running, cancellable tasks with progress reporting.&lt;br /&gt;
* Superior comprehension UX: jump-to-definition, peek views, code lenses, and diff previews make CScout’s semantic information immediately actionable.&lt;br /&gt;
* Safer refactoring workflow: preview-first refactorings reduce fear of large, semantics-preserving transformations.&lt;br /&gt;
* Separation of concerns: keeps CScout as a standalone engine while the plugin handles visualization and navigation.&lt;br /&gt;
* Research leverage: enables realistic user studies (e.g., acceptance of large-scale refactorings, tolerance of latency).&lt;br /&gt;
* Longevity and reuse: the same backend can serve CLI, CI, and IDE use; the plugin becomes a thin, replaceable shell.&lt;br /&gt;
&lt;br /&gt;
Thus the plugin will combine CScout’s strengths (macro-aware parsing, precise identifier resolution, and whole-system reasoning) that are hard to appreciate via static reports and tricky to use through the existing rudimentary web front-end. The VSCode plugin combines two open source software projects to provide immediate developer value.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
A VS Code plugin that can act as an interface to CScout&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/dspinellis/cscout&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Typescript, C/C++, VS Code API&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Diomidis Spinellis&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;OpenTRIM&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
OpenTRIM is an open-source code for simulating the passage of energetic ions through materials and calculating the associated modifications and damage that they cause to these materials. It is based on the kinetic Monte-Carlo method and employs the Binary Collision Approximation to describe the interaction between ions and target atoms. OpenTRIM comprises a set of C++ libraries, a command-line program for executing simulations in batch mode, and a Qt-based graphical user interface for configuring, running, and evaluating simulations. Several parts of the codebase require improvements and extensions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Real-time 3D visualization tool for simulated ion tracks&lt;br /&gt;
&lt;br /&gt;
Python bindings for running simulations and retrieving results directly from Python&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/ir2-lab/OpenTRIM&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++&lt;br /&gt;
&lt;br /&gt;
Python (optional)&lt;br /&gt;
&lt;br /&gt;
OpenGL (optional)&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
George Apostolopoulos&lt;br /&gt;
&lt;br /&gt;
Michail Axiotis&lt;br /&gt;
&lt;br /&gt;
Eleni Mitsi&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Open-Source AI Framework for Thermal Satellite Payload Data Analysis&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project aims to develop a general-purpose open-source AI framework for extracting high-level semantic information from thermal sensor payloads onboard satellites. The framework will support multiple application scenarios such as nighttime cloud detection and thermal event or anomaly monitoring on land and sea.&lt;br /&gt;
&lt;br /&gt;
The project focuses on building a reusable pipeline covering dataset creation and augmentation from real and synthetic thermal imagery, model training and benchmarking, and advanced analysis tools such as uncertainty quantification and explainability. The goal is to provide a practical and reproducible platform for thermal remote sensing applications in Earth observation and small satellite programs.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Modular AI pipeline for thermal satellite data processing&lt;br /&gt;
&lt;br /&gt;
Dataset extraction, preprocessing and labeling workflows&lt;br /&gt;
&lt;br /&gt;
Baseline and benchmarked ML/DL models&lt;br /&gt;
&lt;br /&gt;
Uncertainty quantification methods&lt;br /&gt;
&lt;br /&gt;
Explainability tools&lt;br /&gt;
&lt;br /&gt;
Public open-source releases with documentation&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab/TIRAuxCloud&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python&lt;br /&gt;
&lt;br /&gt;
Machine Learning / Deep Learning (PyTorch or similar)&lt;br /&gt;
&lt;br /&gt;
Image processing fundamentals&lt;br /&gt;
&lt;br /&gt;
Geospatial / satellite imagery familiarity&lt;br /&gt;
&lt;br /&gt;
Interest in remote sensing and explainable AI&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis&lt;br /&gt;
&lt;br /&gt;
Alexis Apostolakis&lt;br /&gt;
&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Command &amp;amp; Data Handling Software for Open-Source CubeSat FlatSat Testbed&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The CubeSat FlatSat testbed is a ground-based platform for deploying and testing onboard AI algorithms, end-to-end processing pipelines, and avionics software/hardware. It supports onboard processing validation and serves as a development platform for university student projects and future open-source CubeSat missions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
C&amp;amp;DH flight software on STM32 with FreeRTOS&lt;br /&gt;
&lt;br /&gt;
Inter-subsystem communication using CSP over CAN&lt;br /&gt;
&lt;br /&gt;
NASA cFS-inspired modular architecture&lt;br /&gt;
&lt;br /&gt;
Zenoh middleware for high-bandwidth payload data&lt;br /&gt;
&lt;br /&gt;
Unit tests and integration tests&lt;br /&gt;
&lt;br /&gt;
Architecture documentation and developer guides&lt;br /&gt;
&lt;br /&gt;
Public open-source release on GitHub&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group/orion-cubesat-testbed&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python and C&lt;br /&gt;
&lt;br /&gt;
Embedded systems development&lt;br /&gt;
&lt;br /&gt;
FreeRTOS&lt;br /&gt;
&lt;br /&gt;
CAN bus &amp;amp; networking protocols&lt;br /&gt;
&lt;br /&gt;
STM32 toolchain familiarity&lt;br /&gt;
&lt;br /&gt;
Interest in satellite systems and flight software&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis&lt;br /&gt;
&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: Needs-Driven Evolution of the Dataset Production Pipeline for Greek Language Data&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on improving the GlossAPI dataset production pipeline by addressing practical limitations and gaps that emerge as new datasets are processed and published.&lt;br /&gt;
&lt;br /&gt;
As the scope and volume of Greek-language datasets handled by GlossAPI continue to grow, the pipeline must evolve to remain maintainable, reliable, and adaptable to new use cases. The contributor will work on the reconstruction and evolution of parts of the pipeline, guided by operational needs encountered during dataset ingestion, processing, and publication.&lt;br /&gt;
&lt;br /&gt;
The work will emphasize improvements to the pipeline’s maintainability and usability, while enabling richer interaction and input scenarios that better reflect how Greek-language data is accessed and processed in practice. This includes exploring enhancements related to workflow execution, interaction mechanisms, data acquisition paths, and challenges specific to Greek-language and OCR-derived content.&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
* Improved maintainability of the GlossAPI pipeline codebase&lt;br /&gt;
* Targeted improvements addressing real usage issues in dataset ingestion and processing&lt;br /&gt;
* Enhanced support for diverse data sources and interaction patterns&lt;br /&gt;
* Incremental improvements tailored to the characteristics of Greek-language data&lt;br /&gt;
* Documentation and usage notes supporting long-term sustainability and onboarding&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
====[https://github.com/eellak/glossAPI glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of Python, Git/GitHub, experience with data processing pipelines &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Dimitris Athanasopoulos, Nikos Tsekos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: ML-assisted Anonymization Layer and Targeted Pipeline Improvements for Greek Datasets&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on extending GlossAPI with a production-ready anonymization layer for Greek text datasets, addressing a critical need for privacy-preserving dataset publication, while also contributing targeted updates to the existing pipeline based on requirements that emerge during its evolution.&lt;br /&gt;
&lt;br /&gt;
The core of the project is the design and implementation of an ML-assisted anonymization module that detects and masks sensitive personal information (such as names, emails, phone numbers, and organizations) in Greek text. Due to the linguistic characteristics of Greek and the presence of OCR noise in many datasets, the anonymization layer will explore and evaluate multiple approaches, including rule-based techniques and ML-based methods such as Named Entity Recognition, potentially using transformer-based or other state-of-the-art models depending on empirical results.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
* Integrated anonymization module for Greek text datasets within GlossAPI&lt;br /&gt;
* Detection and masking of common personal identifiers (names, emails, phone numbers, organizations)&lt;br /&gt;
* Targeted updates to specific parts of the GlossAPI pipeline, limited to what is necessary to support anonymization&lt;br /&gt;
* Documentation and usage examples for maintainers and future contributors&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
====[https://github.com/eellak/glossAPI glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of Python, Git/GitHub, Basic NLP/ML concepts, and Regular expressions. &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Myrsini Ioannou, Nikos Tsekos, Dimitris Athanasopoulos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; FOSSBot Platform: Simulation Enhancements and AI Integration &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The FOSSBot Platform aims to enhance robotic simulation environments by integrating AI-driven capabilities and improving simulation realism. The project focuses on extending existing open-source robotic simulation tools with advanced features that support experimentation, education, and research in autonomous systems. Emphasis is placed on modularity, extensibility, and reproducibility within open-source ecosystems.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
The expected outcomes include enhanced simulation modules, AI-assisted decision-making components, improved documentation, and example use cases. The project will deliver code contributions upstream, along with benchmarks and demonstrations showcasing the improvements in robotic simulation fidelity and usability.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/fossbot-platform&lt;br /&gt;
https://github.com/eellak/fossbot&lt;br /&gt;
https://fossbot.gr&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of JavaScript, Python, robotics simulation environments, and basic AI/ML concepts. Familiarity with open-source workflows and collaborative development is required.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis, Eleftheria Papageorgiou, Irida Ntinou&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; AI assisted KMC &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project explores the integration of machine learning techniques into Kinetic Monte Carlo (KMC) simulations. The goal is to accelerate simulations and improve predictive accuracy by leveraging AI models trained on simulation data. The project targets scientific computing and materials science applications.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Deliverables include AI-augmented KMC algorithms, performance evaluations against traditional methods, and a reproducible pipeline for training and inference. Documentation and example experiments will accompany the final implementation.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++, working knowledge of machine learning techniques, numerical methods, and statistical modeling. Prior experience with scientific simulations is a plus.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Unified SBOM Management via RDF Database Abstraction&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Software Bill of Materials (SBOM) documents, specifically in the ISO standard SPDX format, are becoming the cornerstone of software supply chain security. As the volume of SBOM data grows, simple file-based storage is no longer sufficient for complex analysis and cross-referencing. This project aims to develop a suite of tools to ingest, store, and extract SPDX documents using RDF databases (Triplestores). By utilizing the triplestore Python library, these tools will remain database-agnostic, allowing users to seamlessly switch between backends like Apache Jena, AllegroGraph, Blazegraph, GraphDB, and Oxigraph without changing the codebase.&lt;br /&gt;
&lt;br /&gt;
==== Background information ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
For GSoC 2025, a Python library abstracting some commonly used databases was developed.&lt;br /&gt;
&lt;br /&gt;
SBOM data in SPDX format can be serialized in RDF, and therefore can be stored in such databases.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
The current SPDX ecosystem relies heavily on flat files (JSON, RDF/XML, or even Tag-Value for SPDXv2). While effective for transport, these files are difficult to query at scale—for example, when looking for a specific vulnerable component across thousands of SBOMs. Since SPDXv3 is natively based on an knowledge graph model, storing it in a RDF Triplestore is the most logical and powerful way to handle this data. However, different RDF databases have varying APIs and connection protocols.&lt;br /&gt;
&lt;br /&gt;
This project will leverage the triplestore library (which provides a high-level Python abstraction) to build tools that:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Ingest:&#039;&#039; Parse SPDX documents (multi-format support) and map them to the unified RDF store.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Extract:&#039;&#039; Reconstruct valid SPDX documents from the database based on specific queries (e.g., &amp;quot;Export the SBOM for Project X version 1.2&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Manage:&#039;&#039; Provide basic management functions like listing stored SBOMs, deleting old versions, and validating data integrity.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a number of well-documented tools that can operate on SBOM data. These will allow users to seemlessly move between SPDX documents and RDF databases.&lt;br /&gt;
&lt;br /&gt;
An indicative list of tools and deliverables is:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;SBOM-to-Store Ingestor:&#039;&#039; A CLI tool to upload SPDX documents (v2 and v3) into any supported triplestore.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Store-to-SBOM Exporter:&#039;&#039; A tool to query the database and output a standard-compliant SPDX file.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Database Management Utilities:&#039;&#039; Tools for basic CRUD operations on the stored SBOM data.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Test Suite:&#039;&#039; A comprehensive set of tests to verify the abstraction works.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Documentation:&#039;&#039; User guide for the CLI tools and developer documentation for the API.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== Related Resources and Repositories ====&lt;br /&gt;
- https://github.com/eellak/triplestore&lt;br /&gt;
&lt;br /&gt;
- https://github.com/spdx/tools-python&lt;br /&gt;
&lt;br /&gt;
- https://github.com/RDFLib/rdflib&lt;br /&gt;
&lt;br /&gt;
- https://spdx.github.io/spdx-spec&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
Python3, RDF, SPARQL, SPDX specifications.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tip for your application:&#039;&#039; Study SPDX v3 (and v2): SPDX is heavily RDF-centric. Demonstrating knowledge of how 3.0 maps to triples will make your proposal stand out.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Using SWHID to Identify Software Components&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
This project addresses a critical gap in software supply chain security and reproducibility: the connection between package-level identifiers (like package-name@version) and content-level identifiers (SWHIDs).&lt;br /&gt;
&lt;br /&gt;
==== Background information ====&lt;br /&gt;
&lt;br /&gt;
Software Hash IDentifiers (SWHID) are a standardized way to identify software artifacts, based on content. The definition is officially adopted as ISO/IEC 18670:2025 and is available at https://swhid.org.&lt;br /&gt;
&lt;br /&gt;
However, most developers interact with software through package managers like Cargo (Rust), PyPI (Python), Maven (Java), or APT (Debian/Ubuntu). There is currently a &amp;quot;semantic gap&amp;quot; between the package version (e.g., requests 2.31.0) and its corresponding SWHID, which depends on its contents.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
The goal of this project is to develop tooling that automatically computes, verifies, and publishes the SWHIDs for components across major package registries. By creating a verifiable mapping between package releases and SWHIDs, we can enable better SBOM integration, improved vulnerability tracking, and long-term reproducibility of the global software supply chain.&lt;br /&gt;
&lt;br /&gt;
This project will involve three main phases:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Computation and Archival:&#039;&#039; Build a pipeline to fetch packages from registries (like Crates.io, PyPI, Maven Central, etc.) and compute their SWHIDs locally to ensure integrity.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Mapping &amp;amp; Verification:&#039;&#039; Generate a high-quality dataset that maps registry data (URL and version) to SWHID. This will require handling the specific packaging quirks of each ecosystem.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Publication:&#039;&#039; Publish these identifiers in a way that makes them useful to the community. This could include: contributing to a public lookup service or API; exporting mappings to SPDX format; or proposing metadata additions to the package registries themselves.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;CLI Tool:&#039;&#039; A reusable utility that takes a package name/version and returns a verified SWHID.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Public Dataset:&#039;&#039; A comprehensive mapping of the most popular packages across ecosystems to their SWHIDs.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Documentation:&#039;&#039; A guide on how package maintainers can include SWHIDs in their own release workflows.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Upstream Contributions:&#039;&#039; (Stretch goal) Integration with tools like cargo-swhid or pyproject.toml plugins.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Short or Regular or Long, depending on breadth and depth.&lt;br /&gt;
&lt;br /&gt;
==== Related Resources and Repositories ====&lt;br /&gt;
- https://swhid.org&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
&lt;br /&gt;
Python and bash scripting (for the solution), knowledge of other ecosystems (Rust, Java, etc.) is required to understand their packaging.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tip for your application:&#039;&#039; Study SWHID and the different ecosystems. Demonstrating understanding of ecosystem specific challenges will make your proposal stand out.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2510</id>
		<title>Google Summer of Code 2026 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2510"/>
		<updated>2026-02-07T13:12:22Z</updated>

		<summary type="html">&lt;p&gt;Pkst: Ανάκληση των αλλαγών Pkst (συζήτηση) επιστροφή στην προηγούμενη αναθεώρηση Zvr&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;OpenTRIM&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
OpenTRIM is an open-source code for simulating the passage of energetic ions through materials and calculating the associated modifications and damage that they cause to these materials. It is based on the kinetic Monte-Carlo method and employs the Binary Collision Approximation to describe the interaction between ions and target atoms. OpenTRIM comprises a set of C++ libraries, a command-line program for executing simulations in batch mode, and a Qt-based graphical user interface for configuring, running, and evaluating simulations. Several parts of the codebase require improvements and extensions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Real-time 3D visualization tool for simulated ion tracks&lt;br /&gt;
&lt;br /&gt;
Python bindings for running simulations and retrieving results directly from Python&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/ir2-lab/OpenTRIM&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++&lt;br /&gt;
&lt;br /&gt;
Python (optional)&lt;br /&gt;
&lt;br /&gt;
OpenGL (optional)&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
George Apostolopoulos&lt;br /&gt;
&lt;br /&gt;
Michail Axiotis&lt;br /&gt;
&lt;br /&gt;
Eleni Mitsi&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Open-Source AI Framework for Thermal Satellite Payload Data Analysis&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project aims to develop a general-purpose open-source AI framework for extracting high-level semantic information from thermal sensor payloads onboard satellites. The framework will support multiple application scenarios such as nighttime cloud detection and thermal event or anomaly monitoring on land and sea.&lt;br /&gt;
&lt;br /&gt;
The project focuses on building a reusable pipeline covering dataset creation and augmentation from real and synthetic thermal imagery, model training and benchmarking, and advanced analysis tools such as uncertainty quantification and explainability. The goal is to provide a practical and reproducible platform for thermal remote sensing applications in Earth observation and small satellite programs.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Modular AI pipeline for thermal satellite data processing&lt;br /&gt;
&lt;br /&gt;
Dataset extraction, preprocessing and labeling workflows&lt;br /&gt;
&lt;br /&gt;
Baseline and benchmarked ML/DL models&lt;br /&gt;
&lt;br /&gt;
Uncertainty quantification methods&lt;br /&gt;
&lt;br /&gt;
Explainability tools&lt;br /&gt;
&lt;br /&gt;
Public open-source releases with documentation&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab/TIRAuxCloud&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python&lt;br /&gt;
&lt;br /&gt;
Machine Learning / Deep Learning (PyTorch or similar)&lt;br /&gt;
&lt;br /&gt;
Image processing fundamentals&lt;br /&gt;
&lt;br /&gt;
Geospatial / satellite imagery familiarity&lt;br /&gt;
&lt;br /&gt;
Interest in remote sensing and explainable AI&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis&lt;br /&gt;
&lt;br /&gt;
Alexis Apostolakis&lt;br /&gt;
&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Command &amp;amp; Data Handling Software for Open-Source CubeSat FlatSat Testbed&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The CubeSat FlatSat testbed is a ground-based platform for deploying and testing onboard AI algorithms, end-to-end processing pipelines, and avionics software/hardware. It supports onboard processing validation and serves as a development platform for university student projects and future open-source CubeSat missions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
C&amp;amp;DH flight software on STM32 with FreeRTOS&lt;br /&gt;
&lt;br /&gt;
Inter-subsystem communication using CSP over CAN&lt;br /&gt;
&lt;br /&gt;
NASA cFS-inspired modular architecture&lt;br /&gt;
&lt;br /&gt;
Zenoh middleware for high-bandwidth payload data&lt;br /&gt;
&lt;br /&gt;
Unit tests and integration tests&lt;br /&gt;
&lt;br /&gt;
Architecture documentation and developer guides&lt;br /&gt;
&lt;br /&gt;
Public open-source release on GitHub&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group/orion-cubesat-testbed&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python and C&lt;br /&gt;
&lt;br /&gt;
Embedded systems development&lt;br /&gt;
&lt;br /&gt;
FreeRTOS&lt;br /&gt;
&lt;br /&gt;
CAN bus &amp;amp; networking protocols&lt;br /&gt;
&lt;br /&gt;
STM32 toolchain familiarity&lt;br /&gt;
&lt;br /&gt;
Interest in satellite systems and flight software&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis&lt;br /&gt;
&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: Needs-Driven Evolution of the Dataset Production Pipeline for Greek Language Data&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on improving the GlossAPI dataset production pipeline by addressing practical limitations and gaps that emerge as new datasets are processed and published.&lt;br /&gt;
&lt;br /&gt;
As the scope and volume of Greek-language datasets handled by GlossAPI continue to grow, the pipeline must evolve to remain maintainable, reliable, and adaptable to new use cases. The contributor will work on the reconstruction and evolution of parts of the pipeline, guided by operational needs encountered during dataset ingestion, processing, and publication.&lt;br /&gt;
&lt;br /&gt;
The work will emphasize improvements to the pipeline’s maintainability and usability, while enabling richer interaction and input scenarios that better reflect how Greek-language data is accessed and processed in practice. This includes exploring enhancements related to workflow execution, interaction mechanisms, data acquisition paths, and challenges specific to Greek-language and OCR-derived content.&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
* Improved maintainability of the GlossAPI pipeline codebase&lt;br /&gt;
* Targeted improvements addressing real usage issues in dataset ingestion and processing&lt;br /&gt;
* Enhanced support for diverse data sources and interaction patterns&lt;br /&gt;
* Incremental improvements tailored to the characteristics of Greek-language data&lt;br /&gt;
* Documentation and usage notes supporting long-term sustainability and onboarding&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
====[https://github.com/eellak/glossAPI glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of Python, Git/GitHub, experience with data processing pipelines &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Dimitris Athanasopoulos, Nikos Tsekos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: ML-assisted Anonymization Layer and Targeted Pipeline Improvements for Greek Datasets&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on extending GlossAPI with a production-ready anonymization layer for Greek text datasets, addressing a critical need for privacy-preserving dataset publication, while also contributing targeted updates to the existing pipeline based on requirements that emerge during its evolution.&lt;br /&gt;
&lt;br /&gt;
The core of the project is the design and implementation of an ML-assisted anonymization module that detects and masks sensitive personal information (such as names, emails, phone numbers, and organizations) in Greek text. Due to the linguistic characteristics of Greek and the presence of OCR noise in many datasets, the anonymization layer will explore and evaluate multiple approaches, including rule-based techniques and ML-based methods such as Named Entity Recognition, potentially using transformer-based or other state-of-the-art models depending on empirical results.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
* Integrated anonymization module for Greek text datasets within GlossAPI&lt;br /&gt;
* Detection and masking of common personal identifiers (names, emails, phone numbers, organizations)&lt;br /&gt;
* Targeted updates to specific parts of the GlossAPI pipeline, limited to what is necessary to support anonymization&lt;br /&gt;
* Documentation and usage examples for maintainers and future contributors&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
====[https://github.com/eellak/glossAPI glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of Python, Git/GitHub, Basic NLP/ML concepts, and Regular expressions. &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Myrsini Ioannou, Nikos Tsekos, Dimitris Athanasopoulos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; FOSSBot Platform: Simulation Enhancements and AI Integration &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The FOSSBot Platform aims to enhance robotic simulation environments by integrating AI-driven capabilities and improving simulation realism. The project focuses on extending existing open-source robotic simulation tools with advanced features that support experimentation, education, and research in autonomous systems. Emphasis is placed on modularity, extensibility, and reproducibility within open-source ecosystems.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
The expected outcomes include enhanced simulation modules, AI-assisted decision-making components, improved documentation, and example use cases. The project will deliver code contributions upstream, along with benchmarks and demonstrations showcasing the improvements in robotic simulation fidelity and usability.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/fossbot-platform&lt;br /&gt;
https://github.com/eellak/fossbot&lt;br /&gt;
https://fossbot.gr&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of JavaScript, Python, robotics simulation environments, and basic AI/ML concepts. Familiarity with open-source workflows and collaborative development is required.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis, Eleftheria Papageorgiou, Irida Ntinou&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; AI assisted KMC &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project explores the integration of machine learning techniques into Kinetic Monte Carlo (KMC) simulations. The goal is to accelerate simulations and improve predictive accuracy by leveraging AI models trained on simulation data. The project targets scientific computing and materials science applications.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Deliverables include AI-augmented KMC algorithms, performance evaluations against traditional methods, and a reproducible pipeline for training and inference. Documentation and example experiments will accompany the final implementation.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++, working knowledge of machine learning techniques, numerical methods, and statistical modeling. Prior experience with scientific simulations is a plus.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Unified SBOM Management via RDF Database Abstraction&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Software Bill of Materials (SBOM) documents, specifically in the ISO standard SPDX format, are becoming the cornerstone of software supply chain security. As the volume of SBOM data grows, simple file-based storage is no longer sufficient for complex analysis and cross-referencing. This project aims to develop a suite of tools to ingest, store, and extract SPDX documents using RDF databases (Triplestores). By utilizing the triplestore Python library, these tools will remain database-agnostic, allowing users to seamlessly switch between backends like Apache Jena, AllegroGraph, Blazegraph, GraphDB, and Oxigraph without changing the codebase.&lt;br /&gt;
&lt;br /&gt;
==== Background information ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
For GSoC 2025, a Python library abstracting some commonly used databases was developed.&lt;br /&gt;
&lt;br /&gt;
SBOM data in SPDX format can be serialized in RDF, and therefore can be stored in such databases.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
The current SPDX ecosystem relies heavily on flat files (JSON, RDF/XML, or even Tag-Value for SPDXv2). While effective for transport, these files are difficult to query at scale—for example, when looking for a specific vulnerable component across thousands of SBOMs. Since SPDXv3 is natively based on an knowledge graph model, storing it in a RDF Triplestore is the most logical and powerful way to handle this data. However, different RDF databases have varying APIs and connection protocols.&lt;br /&gt;
&lt;br /&gt;
This project will leverage the triplestore library (which provides a high-level Python abstraction) to build tools that:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Ingest:&#039;&#039; Parse SPDX documents (multi-format support) and map them to the unified RDF store.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Extract:&#039;&#039; Reconstruct valid SPDX documents from the database based on specific queries (e.g., &amp;quot;Export the SBOM for Project X version 1.2&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Manage:&#039;&#039; Provide basic management functions like listing stored SBOMs, deleting old versions, and validating data integrity.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a number of well-documented tools that can operate on SBOM data. These will allow users to seemlessly move between SPDX documents and RDF databases.&lt;br /&gt;
&lt;br /&gt;
An indicative list of tools and deliverables is:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;SBOM-to-Store Ingestor:&#039;&#039; A CLI tool to upload SPDX documents (v2 and v3) into any supported triplestore.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Store-to-SBOM Exporter:&#039;&#039; A tool to query the database and output a standard-compliant SPDX file.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Database Management Utilities:&#039;&#039; Tools for basic CRUD operations on the stored SBOM data.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Test Suite:&#039;&#039; A comprehensive set of tests to verify the abstraction works.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Documentation:&#039;&#039; User guide for the CLI tools and developer documentation for the API.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== Related Resources and Repositories ====&lt;br /&gt;
- https://github.com/eellak/triplestore&lt;br /&gt;
&lt;br /&gt;
- https://github.com/spdx/tools-python&lt;br /&gt;
&lt;br /&gt;
- https://github.com/RDFLib/rdflib&lt;br /&gt;
&lt;br /&gt;
- https://spdx.github.io/spdx-spec&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
Python3, RDF, SPARQL, SPDX specifications.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tip for your application:&#039;&#039; Study SPDX v3 (and v2): SPDX is heavily RDF-centric. Demonstrating knowledge of how 3.0 maps to triples will make your proposal stand out.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Using SWHID to Identify Software Components&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
This project addresses a critical gap in software supply chain security and reproducibility: the connection between package-level identifiers (like package-name@version) and content-level identifiers (SWHIDs).&lt;br /&gt;
&lt;br /&gt;
==== Background information ====&lt;br /&gt;
&lt;br /&gt;
Software Hash IDentifiers (SWHID) are a standardized way to identify software artifacts, based on content. The definition is officially adopted as ISO/IEC 18670:2025 and is available at https://swhid.org.&lt;br /&gt;
&lt;br /&gt;
However, most developers interact with software through package managers like Cargo (Rust), PyPI (Python), Maven (Java), or APT (Debian/Ubuntu). There is currently a &amp;quot;semantic gap&amp;quot; between the package version (e.g., requests 2.31.0) and its corresponding SWHID, which depends on its contents.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
The goal of this project is to develop tooling that automatically computes, verifies, and publishes the SWHIDs for components across major package registries. By creating a verifiable mapping between package releases and SWHIDs, we can enable better SBOM integration, improved vulnerability tracking, and long-term reproducibility of the global software supply chain.&lt;br /&gt;
&lt;br /&gt;
This project will involve three main phases:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Computation and Archival:&#039;&#039; Build a pipeline to fetch packages from registries (like Crates.io, PyPI, Maven Central, etc.) and compute their SWHIDs locally to ensure integrity.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Mapping &amp;amp; Verification:&#039;&#039; Generate a high-quality dataset that maps registry data (URL and version) to SWHID. This will require handling the specific packaging quirks of each ecosystem.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Publication:&#039;&#039; Publish these identifiers in a way that makes them useful to the community. This could include: contributing to a public lookup service or API; exporting mappings to SPDX format; or proposing metadata additions to the package registries themselves.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;CLI Tool:&#039;&#039; A reusable utility that takes a package name/version and returns a verified SWHID.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Public Dataset:&#039;&#039; A comprehensive mapping of the most popular packages across ecosystems to their SWHIDs.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Documentation:&#039;&#039; A guide on how package maintainers can include SWHIDs in their own release workflows.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Upstream Contributions:&#039;&#039; (Stretch goal) Integration with tools like cargo-swhid or pyproject.toml plugins.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Short or Regular or Long, depending on breadth and depth.&lt;br /&gt;
&lt;br /&gt;
==== Related Resources and Repositories ====&lt;br /&gt;
- https://swhid.org&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
&lt;br /&gt;
Python and bash scripting (for the solution), knowledge of other ecosystems (Rust, Java, etc.) is required to understand their packaging.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tip for your application:&#039;&#039; Study SWHID and the different ecosystems. Demonstrating understanding of ecosystem specific challenges will make your proposal stand out.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2503</id>
		<title>Google Summer of Code 2026 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2503"/>
		<updated>2026-02-03T09:38:34Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; AI assisted KMC &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
This project explores the integration of machine learning techniques into Kinetic Monte Carlo (KMC) simulations. The goal is to accelerate simulations and improve predictive accuracy by leveraging AI models trained on simulation data. The project targets scientific computing and materials science applications.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
Deliverables include AI-augmented KMC algorithms, performance evaluations against traditional methods, and a reproducible pipeline for training and inference. Documentation and example experiments will accompany the final implementation.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
C++, working knowledge of machine learning techniques, numerical methods, and statistical modeling. Prior experience with scientific simulations is a plus.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Command &amp;amp; Data Handling Software for Open-Source CubeSat FlatSat Testbed&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
The CubeSat FlatSat testbed is a ground-based platform for deploying and testing onboard AI algorithms, end-to-end processing pipelines, and avionics software/hardware. It supports onboard processing validation and serves as a development platform for university student projects and future open-source CubeSat missions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
C&amp;amp;DH flight software on STM32 with FreeRTOS&lt;br /&gt;
Inter-subsystem communication using CSP over CAN&lt;br /&gt;
NASA cFS-inspired modular architecture&lt;br /&gt;
Zenoh middleware for high-bandwidth payload data&lt;br /&gt;
Unit tests and integration tests&lt;br /&gt;
Architecture documentation and developer guides&lt;br /&gt;
Public open-source release on GitHub&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
https://github.com/omega-space-group&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group/orion-cubesat-testbed&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
Python and C&lt;br /&gt;
Embedded systems development&lt;br /&gt;
FreeRTOS&lt;br /&gt;
CAN bus &amp;amp; networking protocols&lt;br /&gt;
STM32 toolchain familiarity&lt;br /&gt;
Interest in satellite systems and flight software&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
Christos Chronis&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; FOSSBot Platform: Simulation Enhancements and AI Integration &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
The FOSSBot Platform aims to enhance robotic simulation environments by integrating AI-driven capabilities and improving simulation realism.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
Enhanced simulation modules, AI-assisted decision-making components, improved documentation, and example use cases.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
https://github.com/eellak/fossbot-platform&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/fossbot&lt;br /&gt;
&lt;br /&gt;
https://fossbot.gr&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
JavaScript, Python, robotics simulation environments, basic AI/ML concepts.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
Christos Chronis, Eleftheria Papageorgiou, Irida Ntinou&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: ML-assisted Anonymization Layer and Targeted Pipeline Improvements for Greek Datasets&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
Production-ready anonymization layer for Greek text datasets with ML-assisted detection and masking of sensitive information.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
Integrated anonymization module, detection and masking of personal identifiers, documentation.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
====[https://github.com/eellak/glossAPI&lt;br /&gt;
 glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
Python, Git/GitHub, basic NLP/ML, regular expressions.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
Myrsini Ioannou, Nikos Tsekos, Dimitris Athanasopoulos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: Needs-Driven Evolution of the Dataset Production Pipeline for Greek Language Data&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
Improving the GlossAPI dataset production pipeline by addressing maintainability and operational limitations.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
Improved maintainability, better ingestion workflows, enhanced documentation.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
====[https://github.com/eellak/glossAPI&lt;br /&gt;
 glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
Python, Git/GitHub, experience with data pipelines.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
Dimitris Athanasopoulos, Nikos Tsekos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Open-Source AI Framework for Thermal Satellite Payload Data Analysis&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
General-purpose open-source AI framework for extracting high-level semantic information from thermal satellite data.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
Modular AI pipeline, datasets, ML/DL models, uncertainty quantification, explainability tools.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
https://github.com/Orion-AI-Lab&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab/TIRAuxCloud&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
Python, ML/DL, image processing, geospatial familiarity.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
Christos Chronis&lt;br /&gt;
Alexis Apostolakis&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;OpenTRIM&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
Open-source code for simulating the passage of energetic ions through materials using Monte-Carlo methods.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
Real-time 3D visualization tool&lt;br /&gt;
Python bindings&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
https://github.com/ir2-lab/OpenTRIM&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
C++, Python (optional), OpenGL (optional)&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
George Apostolopoulos&lt;br /&gt;
Michail Axiotis&lt;br /&gt;
Eleni Mitsi&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Unified SBOM Management via RDF Database Abstraction&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Tools to ingest, store, extract SPDX SBOM documents using RDF triplestores.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
CLI tools, database utilities, tests, documentation.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== Related Resources and Repositories ====&lt;br /&gt;
https://github.com/eellak/triplestore&lt;br /&gt;
&lt;br /&gt;
https://github.com/spdx/tools-python&lt;br /&gt;
&lt;br /&gt;
https://github.com/RDFLib/rdflib&lt;br /&gt;
&lt;br /&gt;
https://spdx.github.io/spdx-spec&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
Python3, RDF, SPARQL, SPDX&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Using SWHID to Identify Software Components&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Tooling to compute, verify, and publish SWHIDs for software packages across ecosystems.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
CLI tool, public dataset, documentation, upstream integrations.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Short / Regular / Long&lt;br /&gt;
&lt;br /&gt;
==== Related Resources ====&lt;br /&gt;
https://swhid.org&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
Python, bash scripting, packaging ecosystems&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2500</id>
		<title>Google Summer of Code 2026 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2500"/>
		<updated>2026-02-03T07:28:33Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;OpenTRIM&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
OpenTRIM is an open-source code for simulating the passage of energetic ions through materials and calculating the associated modifications and damage that they cause to these materials. It is based on the kinetic Monte-Carlo method and employs the Binary Collision Approximation to describe the interaction between ions and target atoms. OpenTRIM comprises a set of C++ libraries, a command-line program for executing simulations in batch mode, and a Qt-based graphical user interface for configuring, running, and evaluating simulations. Several parts of the codebase require improvements and extensions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Real-time 3D visualization tool for simulated ion tracks&lt;br /&gt;
&lt;br /&gt;
Python bindings for running simulations and retrieving results directly from Python&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/ir2-lab/OpenTRIM&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++&lt;br /&gt;
&lt;br /&gt;
Python (optional)&lt;br /&gt;
&lt;br /&gt;
OpenGL (optional)&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
George Apostolopoulos&lt;br /&gt;
&lt;br /&gt;
Michail Axiotis&lt;br /&gt;
&lt;br /&gt;
Eleni Mitsi&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Open-Source AI Framework for Thermal Satellite Payload Data Analysis&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project aims to develop a general-purpose open-source AI framework for extracting high-level semantic information from thermal sensor payloads onboard satellites. The framework will support multiple application scenarios such as nighttime cloud detection and thermal event or anomaly monitoring on land and sea.&lt;br /&gt;
&lt;br /&gt;
The project focuses on building a reusable pipeline covering dataset creation and augmentation from real and synthetic thermal imagery, model training and benchmarking, and advanced analysis tools such as uncertainty quantification and explainability. The goal is to provide a practical and reproducible platform for thermal remote sensing applications in Earth observation and small satellite programs.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Modular AI pipeline for thermal satellite data processing&lt;br /&gt;
&lt;br /&gt;
Dataset extraction, preprocessing and labeling workflows&lt;br /&gt;
&lt;br /&gt;
Baseline and benchmarked ML/DL models&lt;br /&gt;
&lt;br /&gt;
Uncertainty quantification methods&lt;br /&gt;
&lt;br /&gt;
Explainability tools&lt;br /&gt;
&lt;br /&gt;
Public open-source releases with documentation&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab&lt;br /&gt;
&lt;br /&gt;
https://github.com/Orion-AI-Lab/TIRAuxCloud&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python&lt;br /&gt;
&lt;br /&gt;
Machine Learning / Deep Learning (PyTorch or similar)&lt;br /&gt;
&lt;br /&gt;
Image processing fundamentals&lt;br /&gt;
&lt;br /&gt;
Geospatial / satellite imagery familiarity&lt;br /&gt;
&lt;br /&gt;
Interest in remote sensing and explainable AI&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis&lt;br /&gt;
&lt;br /&gt;
Alexis Apostolakis&lt;br /&gt;
&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;Command &amp;amp; Data Handling Software for Open-Source CubeSat FlatSat Testbed&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The CubeSat FlatSat testbed is a ground-based platform for deploying and testing onboard AI algorithms, end-to-end processing pipelines, and avionics software/hardware. It supports onboard processing validation and serves as a development platform for university student projects and future open-source CubeSat missions.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
C&amp;amp;DH flight software on STM32 with FreeRTOS&lt;br /&gt;
&lt;br /&gt;
Inter-subsystem communication using CSP over CAN&lt;br /&gt;
&lt;br /&gt;
NASA cFS-inspired modular architecture&lt;br /&gt;
&lt;br /&gt;
Zenoh middleware for high-bandwidth payload data&lt;br /&gt;
&lt;br /&gt;
Unit tests and integration tests&lt;br /&gt;
&lt;br /&gt;
Architecture documentation and developer guides&lt;br /&gt;
&lt;br /&gt;
Public open-source release on GitHub&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project – 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group&lt;br /&gt;
&lt;br /&gt;
https://github.com/omega-space-group/orion-cubesat-testbed&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Python and C&lt;br /&gt;
&lt;br /&gt;
Embedded systems development&lt;br /&gt;
&lt;br /&gt;
FreeRTOS&lt;br /&gt;
&lt;br /&gt;
CAN bus &amp;amp; networking protocols&lt;br /&gt;
&lt;br /&gt;
STM32 toolchain familiarity&lt;br /&gt;
&lt;br /&gt;
Interest in satellite systems and flight software&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis&lt;br /&gt;
&lt;br /&gt;
Simon Vellas&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: Needs-Driven Evolution of the Dataset Production Pipeline for Greek Language Data&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on improving the GlossAPI dataset production pipeline by addressing practical limitations and gaps that emerge as new datasets are processed and published.&lt;br /&gt;
&lt;br /&gt;
As the scope and volume of Greek-language datasets handled by GlossAPI continue to grow, the pipeline must evolve to remain maintainable, reliable, and adaptable to new use cases. The contributor will work on the reconstruction and evolution of parts of the pipeline, guided by operational needs encountered during dataset ingestion, processing, and publication.&lt;br /&gt;
&lt;br /&gt;
The work will emphasize improvements to the pipeline’s maintainability and usability, while enabling richer interaction and input scenarios that better reflect how Greek-language data is accessed and processed in practice. This includes exploring enhancements related to workflow execution, interaction mechanisms, data acquisition paths, and challenges specific to Greek-language and OCR-derived content.&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
* Improved maintainability of the GlossAPI pipeline codebase&lt;br /&gt;
* Targeted improvements addressing real usage issues in dataset ingestion and processing&lt;br /&gt;
* Enhanced support for diverse data sources and interaction patterns&lt;br /&gt;
* Incremental improvements tailored to the characteristics of Greek-language data&lt;br /&gt;
* Documentation and usage notes supporting long-term sustainability and onboarding&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
====[https://github.com/eellak/glossAPI glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of Python, Git/GitHub, experience with data processing pipelines &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Dimitris Athanasopoulos, Nikos Tsekos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;GlossAPI: ML-assisted Anonymization Layer and Targeted Pipeline Improvements for Greek Datasets&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project focuses on extending GlossAPI with a production-ready anonymization layer for Greek text datasets, addressing a critical need for privacy-preserving dataset publication, while also contributing targeted updates to the existing pipeline based on requirements that emerge during its evolution.&lt;br /&gt;
&lt;br /&gt;
The core of the project is the design and implementation of an ML-assisted anonymization module that detects and masks sensitive personal information (such as names, emails, phone numbers, and organizations) in Greek text. Due to the linguistic characteristics of Greek and the presence of OCR noise in many datasets, the anonymization layer will explore and evaluate multiple approaches, including rule-based techniques and ML-based methods such as Named Entity Recognition, potentially using transformer-based or other state-of-the-art models depending on empirical results.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
* Integrated anonymization module for Greek text datasets within GlossAPI&lt;br /&gt;
* Detection and masking of common personal identifiers (names, emails, phone numbers, organizations)&lt;br /&gt;
* Targeted updates to specific parts of the GlossAPI pipeline, limited to what is necessary to support anonymization&lt;br /&gt;
* Documentation and usage examples for maintainers and future contributors&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
====[https://github.com/eellak/glossAPI glossAPI]====&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of Python, Git/GitHub, Basic NLP/ML concepts, and Regular expressions. &lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Myrsini Ioannou, Nikos Tsekos, Dimitris Athanasopoulos&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; FOSSBot Platform: Simulation Enhancements and AI Integration &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The FOSSBot Platform aims to enhance robotic simulation environments by integrating AI-driven capabilities and improving simulation realism. The project focuses on extending existing open-source robotic simulation tools with advanced features that support experimentation, education, and research in autonomous systems. Emphasis is placed on modularity, extensibility, and reproducibility within open-source ecosystems.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
The expected outcomes include enhanced simulation modules, AI-assisted decision-making components, improved documentation, and example use cases. The project will deliver code contributions upstream, along with benchmarks and demonstrations showcasing the improvements in robotic simulation fidelity and usability.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/fossbot-platform&lt;br /&gt;
https://github.com/eellak/fossbot&lt;br /&gt;
https://fossbot.gr&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of JavaScript, Python, robotics simulation environments, and basic AI/ML concepts. Familiarity with open-source workflows and collaborative development is required.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis, Eleftheria Papageorgiou, Irida Ntinou&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; AI assisted KMC &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project explores the integration of machine learning techniques into Kinetic Monte Carlo (KMC) simulations. The goal is to accelerate simulations and improve predictive accuracy by leveraging AI models trained on simulation data. The project targets scientific computing and materials science applications.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Deliverables include AI-augmented KMC algorithms, performance evaluations against traditional methods, and a reproducible pipeline for training and inference. Documentation and example experiments will accompany the final implementation.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++, working knowledge of machine learning techniques, numerical methods, and statistical modeling. Prior experience with scientific simulations is a plus.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Unified SBOM Management via RDF Database Abstraction&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Software Bill of Materials (SBOM) documents, specifically in the ISO standard SPDX format, are becoming the cornerstone of software supply chain security. As the volume of SBOM data grows, simple file-based storage is no longer sufficient for complex analysis and cross-referencing. This project aims to develop a suite of tools to ingest, store, and extract SPDX documents using RDF databases (Triplestores). By utilizing the triplestore Python library, these tools will remain database-agnostic, allowing users to seamlessly switch between backends like Apache Jena, AllegroGraph, Blazegraph, GraphDB, and Oxigraph without changing the codebase.&lt;br /&gt;
&lt;br /&gt;
==== Background information ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
For GSoC 2025, a Python library abstracting some commonly used databases was developed.&lt;br /&gt;
&lt;br /&gt;
SBOM data in SPDX format can be serialized in RDF, and therefore can be stored in such databases.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
The current SPDX ecosystem relies heavily on flat files (JSON, RDF/XML, or even Tag-Value for SPDXv2). While effective for transport, these files are difficult to query at scale—for example, when looking for a specific vulnerable component across thousands of SBOMs. Since SPDXv3 is natively based on an knowledge graph model, storing it in a RDF Triplestore is the most logical and powerful way to handle this data. However, different RDF databases have varying APIs and connection protocols.&lt;br /&gt;
&lt;br /&gt;
This project will leverage the triplestore library (which provides a high-level Python abstraction) to build tools that:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Ingest:&#039;&#039; Parse SPDX documents (multi-format support) and map them to the unified RDF store.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Extract:&#039;&#039; Reconstruct valid SPDX documents from the database based on specific queries (e.g., &amp;quot;Export the SBOM for Project X version 1.2&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Manage:&#039;&#039; Provide basic management functions like listing stored SBOMs, deleting old versions, and validating data integrity.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a number of well-documented tools that can operate on SBOM data. These will allow users to seemlessly move between SPDX documents and RDF databases.&lt;br /&gt;
&lt;br /&gt;
An indicative list of tools and deliverables is:&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;SBOM-to-Store Ingestor:&#039;&#039; A CLI tool to upload SPDX documents (v2 and v3) into any supported triplestore.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Store-to-SBOM Exporter:&#039;&#039; A tool to query the database and output a standard-compliant SPDX file.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Database Management Utilities:&#039;&#039; Tools for basic CRUD operations on the stored SBOM data.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Test Suite:&#039;&#039; A comprehensive set of tests to verify the abstraction works.&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;Documentation:&#039;&#039; User guide for the CLI tools and developer documentation for the API.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== Related Resources and Repositories ====&lt;br /&gt;
- https://github.com/eellak/triplestore&lt;br /&gt;
&lt;br /&gt;
- https://github.com/spdx/tools-python&lt;br /&gt;
&lt;br /&gt;
- https://github.com/RDFLib/rdflib&lt;br /&gt;
&lt;br /&gt;
- https://spdx.github.io/spdx-spec&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Areas ====&lt;br /&gt;
Python3, RDF, SPARQL, SPDX specifications.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Tip for your application:&#039;&#039; Study SPDX v3 (and v2): SPDX is heavily RDF-centric. Demonstrating knowledge of how 3.0 maps to triples will make your proposal stand out.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Alexios Zavras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2483</id>
		<title>Google Summer of Code 2026 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2483"/>
		<updated>2026-01-19T08:14:15Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; FOSSBot Platform: Simulation Enhancements and AI Integration &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The FOSSBot Platform aims to enhance robotic simulation environments by integrating AI-driven capabilities and improving simulation realism. The project focuses on extending existing open-source robotic simulation tools with advanced features that support experimentation, education, and research in autonomous systems. Emphasis is placed on modularity, extensibility, and reproducibility within open-source ecosystems.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
The expected outcomes include enhanced simulation modules, AI-assisted decision-making components, improved documentation, and example use cases. The project will deliver code contributions upstream, along with benchmarks and demonstrations showcasing the improvements in robotic simulation fidelity and usability.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/fossbot-platform&lt;br /&gt;
https://github.com/eellak/fossbot&lt;br /&gt;
https://fossbot.gr&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of JavaScript, Python, robotics simulation environments, and basic AI/ML concepts. Familiarity with open-source workflows and collaborative development is required.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis, Eleftheria Papageorgiou, Irida Ntinou&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; AI assisted KMC &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project explores the integration of machine learning techniques into Kinetic Monte Carlo (KMC) simulations. The goal is to accelerate simulations and improve predictive accuracy by leveraging AI models trained on simulation data. The project targets scientific computing and materials science applications.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Deliverables include AI-augmented KMC algorithms, performance evaluations against traditional methods, and a reproducible pipeline for training and inference. Documentation and example experiments will accompany the final implementation.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++, working knowledge of machine learning techniques, numerical methods, and statistical modeling. Prior experience with scientific simulations is a plus.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2482</id>
		<title>Google Summer of Code 2026 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2482"/>
		<updated>2026-01-19T08:11:51Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; FOSSBot Platform: Simulation Enhancements and AI Integration &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
The FOSSBot Platform aims to enhance robotic simulation environments by integrating AI-driven capabilities and improving simulation realism. The project focuses on extending existing open-source robotic simulation tools with advanced features that support experimentation, education, and research in autonomous systems. Emphasis is placed on modularity, extensibility, and reproducibility within open-source ecosystems.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
The expected outcomes include enhanced simulation modules, AI-assisted decision-making components, improved documentation, and example use cases. The project will deliver code contributions upstream, along with benchmarks and demonstrations showcasing the improvements in robotic simulation fidelity and usability.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/fossbot-platform&lt;br /&gt;
https://github.com/eellak/fossbot&lt;br /&gt;
https://fossbot.gr&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Applicants should have good knowledge of JavaScript, Python, robotics simulation environments, and basic AI/ML concepts. Familiarity with open-source workflows and collaborative development is required.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Christos Chronis, Eleftheria Papageorgiou, Irida Ntinou&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039; AI assisted KMC &#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
This project explores the integration of machine learning techniques into Kinetic Monte Carlo (KMC) simulations. The goal is to accelerate simulations and improve predictive accuracy by leveraging AI models trained on simulation data. The project targets scientific computing and materials science applications.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
Deliverables include AI-augmented KMC algorithms, performance evaluations against traditional methods, and a reproducible pipeline for training and inference. Documentation and example experiments will accompany the final implementation.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
Large Project - 350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
C++, working knowledge of machine learning techniques, numerical methods, and statistical modeling. Prior experience with scientific simulations is a plus.&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2481</id>
		<title>Google Summer of Code 2026 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2026_proposed_ideas&amp;diff=2481"/>
		<updated>2026-01-19T08:03:07Z</updated>

		<summary type="html">&lt;p&gt;Pkst: Δημιουργήθηκε κενή σελίδα&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code&amp;diff=2480</id>
		<title>Google Summer of Code</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code&amp;diff=2480"/>
		<updated>2026-01-19T08:02:34Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
[[Αρχείο:Gfoss2.png ‎|432x432px]] [[Αρχείο:400px-GSoC2016Logo.jpg]]&lt;br /&gt;
== Welcome to the GFOSS Google Summer of Code page ==&lt;br /&gt;
&lt;br /&gt;
* See [[Google Summer of Code 2026 proposed ideas]]&lt;br /&gt;
* See [[Google Summer of Code 2025 proposed ideas]]&lt;br /&gt;
* See [[Google Summer of Code 2024 proposed ideas]]&lt;br /&gt;
&lt;br /&gt;
* See [[Google Summer of Code 2023 proposed ideas]]&lt;br /&gt;
* See [[Google Summer of Code 2022 proposed ideas]]&lt;br /&gt;
* [[Google Summer of Code 2021 Accepted Projects|See Google Summer of Code 2021 Accepted projects]]&lt;br /&gt;
* See [[Google Summer of Code 2021 proposed ideas]]&lt;br /&gt;
* See [https://ellak.gr/wiki/index.php?title=Google_Summer_of_Code_2019_Accepted_projects Google Summer of Code 2019 Accepted projects]&lt;br /&gt;
&lt;br /&gt;
* See  [[Google Summer of Code 2019 proposed ideas]]&lt;br /&gt;
&lt;br /&gt;
* See [[Google Summer of Code 2018 Accepted projects]]&lt;br /&gt;
&lt;br /&gt;
* See [https://ellak.gr/wiki/index.php?title=GSOC2018_Projects Google Summer of Code 2018 proposed ideas ]&lt;br /&gt;
&lt;br /&gt;
* See [[Google Summer of Code 2017 Accepted projects]]&lt;br /&gt;
&lt;br /&gt;
* See [https://ellak.gr/wiki/index.php?title=GSOC2017_Ideas Google Summer of Code 2017 proposed ideas ]&lt;br /&gt;
&lt;br /&gt;
== Open Technologies Alliance at Google Summer of Code Archive ==&lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2024/organizations/open-technologies-alliance-gfoss#projects-list GFOSS at GSOC 2024] &lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2023/organizations/open-technologies-alliance-gfoss#projects-list GFOSS at GSOC 2023] &lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2022/organizations/open-technologies-alliance-gfoss#projects-list GFOSS at GSOC 2022] &lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2021/organizations/5185060013080576#projects-list GFOSS at GSOC 2021] &lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2019/organizations/6491213031538688/ GFOSS at GSOC 2019] &lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2018/organizations/5472477677355008/ GFOSS at GSOC 2018]&lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2017/organizations/6266968780832768/ GFOSS at GSOC 2017]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=%CE%91%CF%81%CF%87%CE%B9%CE%BA%CE%AE_%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CE%B1&amp;diff=2467</id>
		<title>Αρχική σελίδα</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=%CE%91%CF%81%CF%87%CE%B9%CE%BA%CE%AE_%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CE%B1&amp;diff=2467"/>
		<updated>2025-11-06T11:55:51Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Καλώς ήλθατε στο wiki του Οργανισμού Ανοιχτών Τεχνολογιών (&#039;&#039;&#039;ΕΕΛΛΑΚ&#039;&#039;&#039;) =  &lt;br /&gt;
&lt;br /&gt;
Καλώς ήλθατε στο  &#039;&#039;&#039;κεντρικό wiki τεκμηρίωσης &#039;&#039;&#039; του Οργανισμού Ανοιχτών Τεχνολογιών (ΕΕΛΛΑΚ).  &lt;br /&gt;
Εδώ θα βρείτε οδηγούς, διαδικασίες, τεκμηρίωση και υλικό για: &#039;&#039;&#039;Ελεύθερο / Λογισμικό Ανοιχτού Κώδικα (ΕΛ/ΛΑΚ) &#039;&#039;&#039;,  &#039;&#039;&#039;Ανοικτά Δεδομένα &#039;&#039;&#039;,  &#039;&#039;&#039;Ανοικτό Περιεχόμενο &#039;&#039;&#039;και  &#039;&#039;&#039;Ανοικτές Τεχνολογίες  &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
➡️ [https://ellak.gr/wiki/ Πρόσβαση στο wiki της ΕΕΛΛΑΚ]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🔗 Γρήγορη Πλοήγηση ==  &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:90%; background:#fffaf5; border:1px solid #f2c48d;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#ffe4b2; text-align:center;&amp;quot; | &#039;&#039;&#039;Γρήγορη Πλοήγηση&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Κεντρικά&#039;&#039;&#039;: [http://eellak.gr eellak.gr] · [http://gfoss.eu gfoss.eu] · [https://advisory.ellak.gr advisory] · [https://wiki.ellak.gr wiki]  &lt;br /&gt;
* &#039;&#039;&#039;Εκπαίδευση&#039;&#039;&#039;: [https://edu.ellak.gr edu] · [https://elearn.ellak.gr elearn] · [https://robotics.ellak.gr robotics] · [https://scientix.ellak.gr scientix] · [https://elearnconf.ellak.gr elearnconf] · [https://mathe.ellak.gr mathe]  &lt;br /&gt;
* &#039;&#039;&#039;Περιεχόμενο / Δεδομένα&#039;&#039;&#039;: [https://mycontent.ellak.gr mycontent] · [https://creativecommons.gr creativecommons] · [https://odi.ellak.gr odi] · [https://opendata.ellak.gr opendata] · [https://openstandards.ellak.gr openstandards] · [http://repository.ellak.gr repository]  &lt;br /&gt;
* &#039;&#039;&#039;Δημόσιος Τομέας &amp;amp; Πόλεις&#039;&#039;&#039;: [https://opengov.ellak.gr opengov] · [https://smartcities.ellak.gr smartcities] · [https://el.diadikasies.gr diadikasies] · [https://obs.ellak.gr obs]  &lt;br /&gt;
* &#039;&#039;&#039;Υποδομές &amp;amp; Κοινότητα&#039;&#039;&#039;: [https://github.com/eellak github] · [https://opensource.ellak.gr opensource] · [https://glossapi.gr glossapi] · [https://openhardware.ellak.gr openhardware] · [https://opendesign.ellak.gr opendesign] · [https://openwifi.gr openwifi] · [https://openedtech.ellak.gr openedtech] · [https://planet.ellak.gr planet] · [https://newsletters.ellak.gr newsletters] · [https://lists.ellak.gr lists]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 📝 Οδηγίες για Blogs Δράσεων &amp;amp; Ομάδων Εργασίας ==  &lt;br /&gt;
&lt;br /&gt;
[https://ellak.gr/wiki/index.php?title=%CE%9F%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82_%CE%A7%CF%81%CE%AE%CF%83%CE%B7%CF%82_Blogs_%CE%9F%CE%BC%CE%AC%CE%B4%CF%89%CE%BD_%CE%95%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82 Δείτε εδώ αναλυτικές οδηγίες]  &lt;br /&gt;
για τη δημοσίευση άρθρων στις σελίδες δράσεων και στα blogs των ομάδων εργασίας.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🌐 Ιστοσελίδες Δράσεων του Οργανισμού(EΕΛ/ΛΑΚ) ==  &lt;br /&gt;
&lt;br /&gt;
* [https://ellak.gr/ Το κεντρικό site για το ΕΛ/ΛΑΚ] — Αναδημοσιεύονται αυτόματα όλα τα άρθρα από όλους τους δικτυακούς τόπους της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://ellak.gr/ Οργανισμός Ανοιχτών Τεχνολογιών (ΕΕΛΛΑΚ)] — Ο εταιρικός δικτυακός τόπος.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:40%; background:#f5faff; border:1px solid #a3c1ff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#dbe8ff; text-align:center;&amp;quot; | &#039;&#039;&#039;Μέσα Κοινωνικής Δικτύωσης ΕΕΛΛΑΚ&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
* LinkedIn: [https://www.linkedin.com/in/gfoss/ eellak]  &lt;br /&gt;
* Facebook: [https://www.facebook.com/eellak eellak]  &lt;br /&gt;
* Instagram: [https://www.instagram.com/ellak.gr/ eellak]  &lt;br /&gt;
* BlueSky: [https://bsky.app/profile/eellak.bsky.social eellak]  &lt;br /&gt;
* Mastodon: [https://mastodon.social/@eellak eellak]  &lt;br /&gt;
* Twitter/X: [https://twitter.com/eellak @eellak]&lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
* [http://gfoss.eu Open Technologies Alliance (GFOSS)] — Αγγλόφωνη παρουσία της ΕΕΛΛΑΚ (Twitter/X: [https://twitter.com/gfoss_en @gfoss_en])&lt;br /&gt;
* [https://github.com/eellak github.com/eellak] — Αποθετήριο κώδικα της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://mathe.ellak.gr/ mathe.ellak.gr] — Προώθηση &amp;amp; διάδοση ΕΛ/ΛΑΚ: Ανοιχτό λογισμικό, ανοιχτοί ορίζοντες.&lt;br /&gt;
* [https://glossapi.gr/ glossapi.gr] — Open-source toolkit της ΕΕΛΛΑΚ για ανάλυση ελληνικού κειμένου (λογοτεχνία, νομοθεσία, επιστήμη, πολιτισμός).&lt;br /&gt;
* [https://opensource.ellak.gr/ opensource.ellak.gr] — Ανοιχτό λογισμικό.&lt;br /&gt;
* [https://edu.ellak.gr/ edu.ellak.gr] — Ανοικτές τεχνολογίες στην εκπαίδευση.&lt;br /&gt;
* [https://elearn.ellak.gr/ elearn.ellak.gr] — Πλατφόρμα ανοικτού εκπαιδευτικού περιεχομένου.&lt;br /&gt;
* [https://openedtech.ellak.gr/ openedtech.ellak.gr] — Πανελλήνιος Διαγωνισμός Ρομποτικής Ανοιχτών Τεχνολογιών.&lt;br /&gt;
* [https://scientix.ellak.gr/ scientix.ellak.gr] — Πανελλήνιο Συνέδριο Scientix.&lt;br /&gt;
* [https://elearnconf.ellak.gr/ elearnconf.ellak.gr] — Διημερίδα «Η πρόκληση της ανοικτής εκπαίδευσης».&lt;br /&gt;
* [https://privacy.ellak.gr/ privacy.ellak.gr] — Ασφάλεια Πληροφοριακών Συστημάτων και Προστασία Προσωπικών Δεδομένων.&lt;br /&gt;
* [https://creativecommons.ellak.gr/ Creative Commons] — Προώθηση των Αδειών Creative Commons.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:40%; background:#f5faff; border:1px solid #a3c1ff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#dbe8ff; text-align:center;&amp;quot; | &#039;&#039;&#039;Μέσα Κοινωνικής Δικτύωσης — Creative Commons Greece&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
* Facebook: [https://www.facebook.com/CreativeCommonsGreece CreativeCommonsGreece]  &lt;br /&gt;
* Twitter/X: [https://twitter.com/cc_greece @cc_greece]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [https://opengov.ellak.gr/ opengov.ellak.gr] — Προώθηση δράσεων Ανοιχτής Διακυβέρνησης.&lt;br /&gt;
* [https://mycontent.ellak.gr/ mycontent.ellak.gr] — Προώθηση ανοικτού περιεχομένου (Wikipedia, OpenStreetMap, OpenGLAM).&lt;br /&gt;
* [https://opendata.ellak.gr/ opendata.ellak.gr] — Ανοικτά Δεδομένα.&lt;br /&gt;
* [https://openhardware.ellak.gr/ openhardware.ellak.gr] — Προώθηση Ανοικτού Υλισμικού (Hardware).&lt;br /&gt;
* [https://openwifi.gr/ openwifi.gr] — Ελεύθερα ασύρματα δίκτυα.&lt;br /&gt;
* [https://oer.ellak.gr/ oer.ellak.gr] — Ανοικτό περιεχόμενο στην εκπαίδευση.&lt;br /&gt;
* [https://openstandards.ellak.gr/ openstandards.ellak.gr] — Προώθηση Ανοικτών Προτύπων.&lt;br /&gt;
* [https://odi.ellak.gr/ odi.ellak.gr] — Open Data Institute – Athens Node.&lt;br /&gt;
* [https://obs.ellak.gr/ obs.ellak.gr] — Ανοικτοί Προϋπολογισμοί, Προμήθειες και Συμβάσεις.&lt;br /&gt;
* [https://legal.ellak.gr/ legal.ellak.gr] — Νομικά θέματα για ΕΛ/ΛΑΚ και ανοικτές τεχνολογίες.&lt;br /&gt;
* [https://smartcities.ellak.gr/ smartcities.ellak.gr] — Έξυπνες πόλεις.&lt;br /&gt;
* [https://openbusiness.ellak.gr/ openbusiness.ellak.gr] — Προώθηση της Ανοικτής Επιχειρηματικότητας και Καινοτομίας.&lt;br /&gt;
* [https://advisory.ellak.gr/ advisory.ellak.gr] — Δημόσια διαβούλευση για τις δράσεις της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://opendesign.ellak.gr/ opendesign.ellak.gr] — Ανοιχτή σχεδίαση (Open Design).&lt;br /&gt;
* [https://ccradio.ellak.gr/ ccradio.ellak.gr] — Μουσικό ραδιόφωνο με άδειες Creative Commons.&lt;br /&gt;
* [https://planet.ellak.gr/ planet.ellak.gr] — Συγκεντρωτής δημοσιεύσεων της κοινότητας ΕΛ/ΛΑΚ.&lt;br /&gt;
* [http://repository.ellak.gr/ repository.ellak.gr] — Αποθετήριο υλικού έργων, τεκμηρίωσης και δράσεων.&lt;br /&gt;
* [https://conferences.ellak.gr/ conferences.ellak.gr] — Οπτικοακουστικό υλικό και παρουσιάσεις από συνέδρια/ημερίδες.&lt;br /&gt;
* [https://el.diadikasies.gr/ el.diadikasies.gr] — Wiki υπηρεσιών και διαδικασιών Δημόσιου Τομέα.&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 👥 Blogs Ομάδων Εργασίας ==  &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:90%; background:#f5faff; border:1px solid #a3c1ff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#dbe8ff; text-align:center;&amp;quot; | &#039;&#039;&#039;Blogs Ομάδων Εργασίας της ΕΕΛΛΑΚ&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* [https://opengov.ellak.gr opengov.ellak.gr] &amp;amp; [https://opendata.ellak.gr opendata.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για την Ανοικτή Διακυβέρνηση και τα Ανοικτά Δεδομένα&#039;&#039;&#039;&lt;br /&gt;
* [https://edu.ellak.gr edu.ellak.gr], [https://oer.ellak.gr oer.ellak.gr], [https://elearn.ellak.gr elearn.ellak.gr], [https://openedtech.ellak.gr openedtech.ellak.gr], [https://scientix.ellak.gr scientix.ellak.gr], [https://elearnconf.ellak.gr elearnconf.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοιχτές Τεχνολογίες και Ανοικτό Περιεχόμενο στην Εκπαίδευση&#039;&#039;&#039;&lt;br /&gt;
* [https://openhardware.ellak.gr openhardware.ellak.gr] &amp;amp; [https://openwifi.ellak.gr openwifi.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοιχτό Σχεδιασμό, Ανοιχτό Υλισμικό και Ασύρματα Δίκτυα&#039;&#039;&#039;&lt;br /&gt;
* [https://privacy.ellak.gr privacy.ellak.gr] &amp;amp; [https://legal.ellak.gr legal.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ασφάλεια Πληροφοριακών Συστημάτων και Προστασία Προσωπικών Δεδομένων&#039;&#039;&#039;&lt;br /&gt;
* [https://opensource.ellak.gr opensource.ellak.gr] &amp;amp; [https://openstandards.ellak.gr openstandards.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοικτό Λογισμικό και Ανοικτά Πρότυπα&#039;&#039;&#039;&lt;br /&gt;
* [https://openbusiness.ellak.gr openbusiness.ellak.gr] &amp;amp; [https://smartcities.ellak.gr smartcities.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Καινοτομία, Επιχειρηματικότητα και Έξυπνες Πόλεις&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 📚 Δράσεις &amp;amp; Κατηγορίες στο wiki ==  &lt;br /&gt;
&lt;br /&gt;
* [[:Κατηγορία:Ομάδες Εργασίας της ΕΕΛ/ΛΑΚ|Ομάδες Εργασίας του Οργανισμού]]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%9A%CE%B1%CF%84%CE%AC%CE%BB%CE%BF%CE%B3%CE%BF%CF%82_%CE%9A%CE%BF%CE%B9%CE%BD%CE%BF%CF%84%CE%AE%CF%84%CF%89%CE%BD_%CE%91%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CF%8E%CE%BD_%CE%A4%CE%B5%CF%87%CE%BD%CE%BF%CE%BB%CE%BF%CE%B3%CE%B9%CF%8E%CE%BD Κατάλογος Κοινοτήτων Ανοιχτών Τεχνολογιών]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%95%CF%84%CE%B1%CE%B9%CF%81%CE%B5%CE%AF%CE%B5%CF%82_%CF%80%CE%BF%CF%85_%CF%85%CF%80%CE%BF%CF%83%CF%84%CE%B7%CF%81%CE%AF%CE%B6%CE%BF%CF%85%CE%BD_%CE%BB%CF%8D%CF%83%CE%B5%CE%B9%CF%82_%CE%91%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%9B%CE%BF%CE%B3%CE%B9%CF%83%CE%BC%CE%B9%CE%BA%CE%BF%CF%8D Εταιρείες που υποστηρίζουν λύσεις Ανοικτού Λογισμικού]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%A0%CE%AF%CE%BD%CE%B1%CE%BA%CE%B1%CF%82_%CE%B9%CF%83%CE%BF%CE%B4%CF%8D%CE%BD%CE%B1%CE%BC%CF%89%CE%BD_%CE%BB%CE%BF%CE%B3%CE%B9%CF%83%CE%BC%CE%B9%CE%BA%CF%8E%CE%BD_%CE%B1%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%BA%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1 Πίνακας ισοδύναμων λογισμικών ανοιχτού κώδικα]&lt;br /&gt;
* [[:Κατηγορία:Προτάσεις Πολιτικής|Προτάσεις Πολιτικής]]&lt;br /&gt;
* [[:Κατηγορία:Μελέτες|Μελέτες]] — Σχέση ΕΛ/ΛΑΚ με ανοικτή διακυβέρνηση, εκπαίδευση, κοινότητες, Δημόσιο τομέα, επιχειρήσεις, άδειες.&lt;br /&gt;
* [[Κατάλογος Πηγών Ελληνικού Κειμένου]]&lt;br /&gt;
* [[Google Summer of Code]]&lt;br /&gt;
* [[:Κατηγορία:ΠΑΝΟΠΤΗΣ|ΠΑΝΟΠΤΗΣ]] — Άσκηση κυβερνοάμυνας.&lt;br /&gt;
* [[:Κατηγορία:Κρυπτογράφηση|Κρυπτογράφηση]] — Άρθρα, εγχειρίδια και how-to για κρυπτογράφηση &amp;amp; ασφάλεια.&lt;br /&gt;
* [[:Κατηγορία:Ανοικτά δεδομένα|Ανοικτά δεδομένα]]&lt;br /&gt;
* [[:Κατηγορία:Ανοικτή Διακυβέρνηση|Ανοικτή Διακυβέρνηση]]&lt;br /&gt;
* [[:Κατηγορία:Ανοικτό Περιεχόμενο|Ανοικτό Περιεχόμενο]]&lt;br /&gt;
* [[:Κατηγορία:Εκπαίδευση και ΕΛΛΑΚ‏‎|Εκπαίδευση και ΕΛΛΑΚ]]&lt;br /&gt;
* [[:Κατηγορία:Νομικά θέματα ΕΕΛ/ΛΑΚ‏‎|Νομικά θέματα]]&lt;br /&gt;
* [[:Κατηγορία:ΕΛΛΑΚ‏‎|ΕΛΛΑΚ]] — Οδηγοί, κατάλογοι κοινοτήτων και εταιρειών.&lt;br /&gt;
* [[:Κατηγορία:FABLAB‏‎|FABLAB]]&lt;br /&gt;
* [[:Κατηγορία:ΕΕΛ/ΛΑΚ‏‎|Οργανισμός Ανοιχτών Τεχνολογιών ΕΕΛΛΑΚ]] — Καταστατικό, παρουσίαση, δράσεις.&lt;br /&gt;
* [[:Κατηγορία:Τεχνικές Προδιαγραφές|Τεχνικές Προδιαγραφές]] — Υποδείγματα.&lt;br /&gt;
* [[ΕΤΗΣΙΕΣ ΕΡΕΥΝΕΣ: Πείτε μας τη γνώμη σας για το περιεχόμενο του ενημερωτικού δελτίου της ΕΕΛΛΑΚ]]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%94%CF%81%CE%AC%CF%83%CE%B5%CE%B9%CF%82_%CE%B1%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%BA%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1_%CE%B3%CE%B9%CE%B1_%CF%84%CE%B7%CE%BD_%CE%B1%CE%BD%CF%84%CE%B9%CE%BC%CE%B5%CF%84%CF%8E%CF%80%CE%B9%CF%83%CE%B7_%CF%84%CF%89%CE%BD_%CF%83%CF%85%CE%BD%CE%B5%CF%80%CE%B5%CE%B9%CF%89%CE%BD_%CF%84%CE%B7%CF%82_%CF%80%CE%B1%CE%BD%CE%B4%CE%B7%CE%BC%CE%AF%CE%B1%CF%82 Δράσεις ανοιχτού κώδικα για την πανδημία]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== ⚙️ Πηγές &amp;amp; Εργαλεία ==  &lt;br /&gt;
&lt;br /&gt;
=== [https://mathe.ellak.gr/?page_id=135 Πίνακας ισοδύναμων λογισμικών] ===&lt;br /&gt;
* [http://directory.fsf.org/wiki/Main_Page Free Software Directory] — Κατάλογος χρήσιμου λογισμικού.&lt;br /&gt;
* [https://www.openhub.net/ OpenHub] — Discover, track and compare open source projects.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🤝 Συμμετοχή ==  &lt;br /&gt;
&lt;br /&gt;
* Διαβούλευση: [https://advisory.ellak.gr advisory.ellak.gr]&lt;br /&gt;
* Συνεισφορά σε έργα: [https://github.com/eellak GitHub/eellak]&lt;br /&gt;
* Οδηγός wiki: [[Οδηγός:Πώς_συμμετέχω_στο_wiki|Πώς συμμετέχω στο wiki]]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== ✍️ Οδηγίες για Συντάκτες ==  &lt;br /&gt;
&lt;br /&gt;
* Άδειες τεκμηρίωσης: CC BY-SA.&lt;br /&gt;
* Σαφείς τίτλοι και σύντομες περιλήψεις.&lt;br /&gt;
* Προσθέστε σχετικές κατηγορίες σε κάθε άρθρο που προτείνετε για δημοσίευση.&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%9F%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82_%CE%A7%CF%81%CE%AE%CF%83%CE%B7%CF%82_Blogs_%CE%9F%CE%BC%CE%AC%CE%B4%CF%89%CE%BD_%CE%95%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82 Οδηγίες: πώς να καταχωρείτε άρθρα στις σελίδες δράσεων και τα blogs ομάδων εργασίας]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 💬 Επικοινωνία &amp;amp; Προτάσεις ==  &lt;br /&gt;
&lt;br /&gt;
Για προτάσεις βελτίωσης ή θέματα διαβούλευσης, επικοινωνήστε μέσω της φόρμας:  &lt;br /&gt;
➡️ [https://ellak.gr/pite-mas-ti-gnomi-sas/ Πείτε μας τη γνώμη σας]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Τελευταία επιμέλεια σελίδας: 04/11/2025&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:ΕΕΛΛΑΚ]] [[Κατηγορία:Αρχική σελίδα]] [[Κατηγορία:Τεκμηρίωση]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=%CE%A0%CE%AF%CE%BD%CE%B1%CE%BA%CE%B1%CF%82_%CE%B9%CF%83%CE%BF%CE%B4%CF%8D%CE%BD%CE%B1%CE%BC%CF%89%CE%BD_%CE%BB%CE%BF%CE%B3%CE%B9%CF%83%CE%BC%CE%B9%CE%BA%CF%8E%CE%BD_%CE%B1%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%BA%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1&amp;diff=2466</id>
		<title>Πίνακας ισοδύναμων λογισμικών ανοιχτού κώδικα</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=%CE%A0%CE%AF%CE%BD%CE%B1%CE%BA%CE%B1%CF%82_%CE%B9%CF%83%CE%BF%CE%B4%CF%8D%CE%BD%CE%B1%CE%BC%CF%89%CE%BD_%CE%BB%CE%BF%CE%B3%CE%B9%CF%83%CE%BC%CE%B9%CE%BA%CF%8E%CE%BD_%CE%B1%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%BA%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1&amp;diff=2466"/>
		<updated>2025-11-06T11:44:38Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== &amp;lt;strong&amp;gt;Τα βασικά κριτήρια επιλογής ανοιχτού λογισμικού είναι τα παρακάτω&amp;lt;/strong&amp;gt;: ===&lt;br /&gt;
1. η &amp;lt;strong&amp;gt;καταλληλότητα&amp;lt;/strong&amp;gt; για τις ανάγκες της επιχείρησης/οργανισμού,&lt;br /&gt;
&lt;br /&gt;
2. ο &amp;lt;strong&amp;gt;αριθμός των ενεργών μελών&amp;lt;/strong&amp;gt; της κοινότητας (προγραμματιστών/developers) που το αναπτύσσουν,&lt;br /&gt;
&lt;br /&gt;
3. η &amp;lt;strong&amp;gt;άδεια χρήσης&amp;lt;/strong&amp;gt; (Διαθέσιμες Άδειες-https://www.opensource.org/licenses),&lt;br /&gt;
&lt;br /&gt;
4. &amp;lt;strong&amp;gt;η&lt;br /&gt;
&amp;lt;nowiki&amp;gt; &amp;lt;/nowiki&amp;gt;ύπαρξη στελεχών που είναι σε θέση να αναλάβουν την υποστήριξη του &lt;br /&gt;
λογισμικού εσωτερικά στην επιχείρηση/οργανισμό ή εναλλακτικά η επιλογή εξωτερικών συνεργατών ή τοπικής εταιρείας πληροφορικής με τεχνογνωσία και εμπειρία στην υποστήριξη του επιλεγμένου λογισμικού, &amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;5. η διάθεση πόρων σε συνεργασία με την αντίστοιχη κοινότητα&lt;br /&gt;
&amp;lt;nowiki&amp;gt; &amp;lt;/nowiki&amp;gt;για να υποστηριχθεί και να επεκταθεί το λογισμικό που επιλέξατε, οι &lt;br /&gt;
κοινότητες που αναπτύσσουν και υποστηρίζουν το ανοιχτό λογισμικό είναι &lt;br /&gt;
“ανοιχτοί” συνεταιρισμοί που βασίζονται στην ενεργή υποστήριξη όλων των &lt;br /&gt;
ωφελουμένων.&amp;lt;/strong&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Προτεινόμενο Λογισμικό ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:2px solid #666; background-color:#f9f9f9; padding:10px; margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; border:1px solid #aaa; border-collapse:collapse;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:30%; text-align:center; background:#ececec;&amp;quot; | Περιγραφή&lt;br /&gt;
! style=&amp;quot;width:20%; text-align:center; background:#ececec;&amp;quot; | Εμπορικό Ισοδύναμο&lt;br /&gt;
! style=&amp;quot;width:20%; text-align:center; background:#ececec;&amp;quot; | ΕΛ-ΛΑΚ&lt;br /&gt;
! style=&amp;quot;width:30%; text-align:center; background:#ececec;&amp;quot; | Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Περιηγητής ιστού&lt;br /&gt;
| Edge, Safari&lt;br /&gt;
| &#039;&#039;&#039;Firefox&#039;&#039;&#039;&lt;br /&gt;
| [https://www.mozilla.org/en-US/firefox/ Mozilla Firefox]&lt;br /&gt;
|-&lt;br /&gt;
| Πακέτο εφαρμογών γραφείου&lt;br /&gt;
| Microsoft Office&lt;br /&gt;
| &#039;&#039;&#039;LibreOffice&#039;&#039;&#039;&lt;br /&gt;
| [https://eo.libreoffice.org/ LibreOffice]&amp;lt;br /&amp;gt;[https://elearn.ellak.gr/course/view.php?id=62 &#039;&#039;&#039;Χρήση του Libre Office&#039;&#039;&#039;]&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ηλεκτρονικού ταχυδρομείου&lt;br /&gt;
| Microsoft Outlook Express&lt;br /&gt;
| &#039;&#039;&#039;Mozilla Thunderbird&#039;&#039;&#039;&lt;br /&gt;
| [https://www.thunderbird.net/en-US/ Thunderbird]&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων, Τηλεφωνία μέσω internet&lt;br /&gt;
| Slack, Discord, Facebook Messenger&lt;br /&gt;
| &#039;&#039;&#039;Signal&#039;&#039;&#039;&lt;br /&gt;
| [https://www.signal.org/ Signal]&lt;br /&gt;
|-&lt;br /&gt;
| Ανώνυμη περιήγηση&lt;br /&gt;
| Opera&lt;br /&gt;
| &#039;&#039;&#039;Tor Browser&#039;&#039;&#039;&lt;br /&gt;
| [https://www.torproject.org/download/ Tor Project]&lt;br /&gt;
|-&lt;br /&gt;
| Λειτουργικό Σύστημα&lt;br /&gt;
| Microsoft Windows, Mac OS&lt;br /&gt;
| &#039;&#039;&#039;Ubuntu&#039;&#039;&#039;&lt;br /&gt;
| [https://ubuntu-gr.org/ Ubuntu GR]&lt;br /&gt;
|-&lt;br /&gt;
| Προγραμματισμός συναντήσεων ομάδων/εργαζομένων&lt;br /&gt;
| Doodle, Calendly&lt;br /&gt;
| &#039;&#039;&#039;Framadate&#039;&#039;&#039;&lt;br /&gt;
| [https://framadate.org/abc/en/ Framadate]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= 🖥️ Εργαλεία Γραφείου =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:2px solid #3b5998; background-color:#eef3fb; padding:10px; margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; border:1px solid #aaa; border-collapse:collapse;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Περιγραφή&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Εμπορικό Ισοδύναμο&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | ΕΛ/ΛΑΚ&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ηλεκτρονικού ταχυδρομείου&lt;br /&gt;
| Microsoft Outlook Express&lt;br /&gt;
| Thunderbird&lt;br /&gt;
| https://www.thunderbird.net/en-US/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ηλεκτρονικού ταχυδρομείου&lt;br /&gt;
| Microsoft Outlook Express&lt;br /&gt;
| Evolution&lt;br /&gt;
| https://projects.gnome.org/evolution/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ηλεκτρονικού ταχυδρομείου&lt;br /&gt;
| Microsoft Outlook Express&lt;br /&gt;
| K-9 Mail&lt;br /&gt;
| https://k9mail.github.io/&lt;br /&gt;
|-&lt;br /&gt;
| Προστασία από ιούς&lt;br /&gt;
| McAfee VirusScan&lt;br /&gt;
| ClamWin&lt;br /&gt;
| https://www.clamwin.com/&lt;br /&gt;
|-&lt;br /&gt;
| Προστασία από ιούς&lt;br /&gt;
| McAfee VirusScan&lt;br /&gt;
| Lynis&lt;br /&gt;
| https://cisofy.com/lynis/&lt;br /&gt;
|-&lt;br /&gt;
| Απλός επεξεργαστής κειμένου&lt;br /&gt;
| Microsoft Notepad&lt;br /&gt;
| gedit&lt;br /&gt;
| https://projects.gnome.org/gedit&lt;br /&gt;
|-&lt;br /&gt;
| Απλός επεξεργαστής κειμένου&lt;br /&gt;
| Microsoft Notepad&lt;br /&gt;
| NotePad++&lt;br /&gt;
| https://notepad-plus-plus.org/&lt;br /&gt;
|-&lt;br /&gt;
| Απλός επεξεργαστής κειμένου&lt;br /&gt;
| Microsoft Notepad&lt;br /&gt;
| kedit&lt;br /&gt;
| https://kate-editor.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Code::Blocks (C, C++ and Fortran)&lt;br /&gt;
| https://www.codeblocks.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Dev-C++ (C και C++)&lt;br /&gt;
| https://www.bloodshed.net/devcpp.html&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Mono (Microsoft .NET Framework, ECMA standards C#)&lt;br /&gt;
| https://www.mono-project.com/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Ultimate++ (C++)&lt;br /&gt;
| https://www.ultimatepp.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή διαχείρισης αρχείων&lt;br /&gt;
| Total Commander&lt;br /&gt;
| GNOME Commander&lt;br /&gt;
| https://gcmd.github.io/&lt;br /&gt;
|-&lt;br /&gt;
| Δημιουργία αντιγράφων ασφαλείας και ανάκτηση δεδομένων&lt;br /&gt;
| Norton Ghost&lt;br /&gt;
| PartitionImage&lt;br /&gt;
| https://www.partimage.org/&lt;br /&gt;
|-&lt;br /&gt;
| Συμπίεση/αποσυμπίεση αρχείων&lt;br /&gt;
| WinZip&lt;br /&gt;
| 7-Zip&lt;br /&gt;
| https://www.7-zip.org/&lt;br /&gt;
|-&lt;br /&gt;
| Πρόγραμμα οργάνωσης συναντήσεων&lt;br /&gt;
| Windows Calendar&lt;br /&gt;
| Kontact&lt;br /&gt;
| https://kontact.org/&lt;br /&gt;
|-&lt;br /&gt;
| Πρόγραμμα οργάνωσης συναντήσεων&lt;br /&gt;
| Windows Calendar&lt;br /&gt;
| Thunderbird&lt;br /&gt;
| https://www.thunderbird.net/en-US/&lt;br /&gt;
|-&lt;br /&gt;
| Πρόγραμμα οργάνωσης συναντήσεων&lt;br /&gt;
| Windows Calendar&lt;br /&gt;
| Evolution&lt;br /&gt;
| https://projects.gnome.org/evolution/&lt;br /&gt;
|-&lt;br /&gt;
| Ανάγνωση αρχείων PS&lt;br /&gt;
| Adobe PostScript&lt;br /&gt;
| Ghostscript&lt;br /&gt;
| http://pages.cs.wisc.edu/~ghost/&lt;br /&gt;
|-&lt;br /&gt;
| Ανάγνωση αρχείων PS&lt;br /&gt;
| Adobe PostScript&lt;br /&gt;
| KGhostview&lt;br /&gt;
| http://pages.cs.wisc.edu/~ghost/&lt;br /&gt;
|-&lt;br /&gt;
| Αυτόματη μετάφραση σε Python, με χρήση νευρωνικών δικτύων&lt;br /&gt;
|&lt;br /&gt;
| Argos Translate&lt;br /&gt;
| https://www.argosopentech.com/&lt;br /&gt;
|-&lt;br /&gt;
| Ελεύθερο API μηχανικής μετάφρασης, self-hosted, χωρίς περιορισμούς όγκου&lt;br /&gt;
|&lt;br /&gt;
| LibreTranslate&lt;br /&gt;
| https://libretranslate.com/&lt;br /&gt;
|-&lt;br /&gt;
| Searx – μηχανή μετα-αναζήτησης που σέβεται την ιδιωτικότητα, βασισμένη στον διαμεσολαβητή Seeks&lt;br /&gt;
|&lt;br /&gt;
| Searx&lt;br /&gt;
| https://github.com/asciimoo/searx/wiki/&lt;br /&gt;
|-&lt;br /&gt;
| Προγραμματισμός συναντήσεων ομάδων/εργαζομένων&lt;br /&gt;
| Doodle, Calendly&lt;br /&gt;
| Framadate&lt;br /&gt;
| https://framadate.org/abc/en/&lt;br /&gt;
|-&lt;br /&gt;
| Πακέτο εφαρμογών γραφείου&lt;br /&gt;
| Microsoft Office&lt;br /&gt;
| LibreOffice&lt;br /&gt;
| https://eo.libreoffice.org/&lt;br /&gt;
|-&lt;br /&gt;
| Πακέτο εφαρμογών γραφείου&lt;br /&gt;
| Microsoft Office&lt;br /&gt;
| OpenOffice&lt;br /&gt;
| https://www.openoffice.org/el/&lt;br /&gt;
|-&lt;br /&gt;
| Αναγνώστης αρχείων PDF&lt;br /&gt;
| Adobe PDF Reader&lt;br /&gt;
| Evince&lt;br /&gt;
| https://wiki.gnome.org/Apps/Evince&lt;br /&gt;
|-&lt;br /&gt;
| Αναγνώστης αρχείων PDF&lt;br /&gt;
| Adobe PDF Reader&lt;br /&gt;
| KDE (KPDF)&lt;br /&gt;
| https://kpdf.kde.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Eclipse&lt;br /&gt;
| https://www.eclipse.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| NetBeans&lt;br /&gt;
| https://netbeans.apache.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Geany&lt;br /&gt;
| https://www.geany.org/&lt;br /&gt;
|-&lt;br /&gt;
| Ολοκλήρωση – Integration&lt;br /&gt;
| Zapier&lt;br /&gt;
| Huginn&lt;br /&gt;
| https://github.com/huginn/huginn&lt;br /&gt;
|-&lt;br /&gt;
| Ολοκλήρωση – Integration&lt;br /&gt;
| Zapier&lt;br /&gt;
| n8n&lt;br /&gt;
| https://n8n.io&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
= 📰 Ιστολόγια και Μέσα Δικτύωσης =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:2px solid #8b4513; background-color:#fdf4ec; padding:10px; margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; border:1px solid #aaa; border-collapse:collapse;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Περιγραφή&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Εμπορικό Ισοδύναμο&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | ΕΛ/ΛΑΚ&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Λογισμικό διακομιστή microblogging που ακολουθεί το πρότυπο ActivityPub, υποστηρίζει προειδοποιήσεις περιεχομένου και ιδιωτικά μηνύματα&lt;br /&gt;
|&lt;br /&gt;
| Mastodon&lt;br /&gt;
| https://joinmastodon.org&lt;br /&gt;
|-&lt;br /&gt;
| Λογισμικό διακομιστή ιστολογίου (blogging) που χρησιμοποιεί το πρότυπο Activity Streams&lt;br /&gt;
|&lt;br /&gt;
| Pump.io&lt;br /&gt;
| http://pump.io&lt;br /&gt;
|-&lt;br /&gt;
| Αποκεντρωμένη πλατφόρμα microblogging P2P&lt;br /&gt;
|&lt;br /&gt;
| Twister&lt;br /&gt;
| http://twister.net.co/&lt;br /&gt;
|-&lt;br /&gt;
| Μια μινιμαλιστική πλατφόρμα δημοσίευσης, φτιαγμένη για συγγραφείς&lt;br /&gt;
|&lt;br /&gt;
| WriteFreely&lt;br /&gt;
| https://writefreely.org/&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
= 💬 Ανταλλαγή Μηνυμάτων, Τηλεφωνία και Βιντεοκλήσεις =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:2px solid #9932cc; background-color:#f9f3fb; padding:10px; margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; border:1px solid #aaa; border-collapse:collapse;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Περιγραφή&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Εμπορικό Ισοδύναμο&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | ΕΛ/ΛΑΚ&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων&lt;br /&gt;
| Facebook Messenger&lt;br /&gt;
| Empathy&lt;br /&gt;
| https://live.gnome.org/Empathy&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων&lt;br /&gt;
| Facebook Messenger&lt;br /&gt;
| Kopete&lt;br /&gt;
| https://apps.kde.org/kopete/&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων&lt;br /&gt;
| Facebook Messenger&lt;br /&gt;
| Pidgin&lt;br /&gt;
| https://www.pidgin.im/&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων&lt;br /&gt;
| Facebook Messenger&lt;br /&gt;
| Telegram&lt;br /&gt;
| https://telegram.org/&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων&lt;br /&gt;
| Facebook Messenger&lt;br /&gt;
| Signal&lt;br /&gt;
| https://www.signal.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εργαλείο ηλεκτρονικής συνδιάλεξης&lt;br /&gt;
| mIRC&lt;br /&gt;
| HexChat&lt;br /&gt;
| https://hexchat.github.io/downloads.html&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω Internet – VoIP&lt;br /&gt;
| Skype&lt;br /&gt;
| Ekiga&lt;br /&gt;
| https://www.ekiga.org/&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω Internet – VoIP&lt;br /&gt;
| Skype&lt;br /&gt;
| Empathy&lt;br /&gt;
| https://wiki.gnome.org/Apps/Empathy&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω Internet – VoIP&lt;br /&gt;
| Skype&lt;br /&gt;
| Linphone&lt;br /&gt;
| https://www.linphone.org/&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω Internet – VoIP&lt;br /&gt;
| Skype&lt;br /&gt;
| Telegram&lt;br /&gt;
| https://telegram.org/&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω Internet – VoIP&lt;br /&gt;
| Skype&lt;br /&gt;
| Signal&lt;br /&gt;
| https://www.signal.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εξυπηρετητής τηλεφωνίας&lt;br /&gt;
|&lt;br /&gt;
| Bayonne&lt;br /&gt;
| https://www.gnu.org/software/bayonne/&lt;br /&gt;
|-&lt;br /&gt;
| Υπηρεσίες φωνής (VoIP) και τηλεδιάσκεψης&lt;br /&gt;
|&lt;br /&gt;
| Ekiga&lt;br /&gt;
| http://www.ekiga.org/&lt;br /&gt;
|-&lt;br /&gt;
| Πρόγραμμα ανταλλαγής μηνυμάτων που υποστηρίζει συνομιλίες κειμένου, φωνής και βίντεο και μεταφορές αρχείων μέσω πολλών διαφορετικών πρωτοκόλλων&lt;br /&gt;
|&lt;br /&gt;
| Empathy&lt;br /&gt;
| https://wiki.gnome.org/Apps/Empathy&lt;br /&gt;
|-&lt;br /&gt;
| Πρόγραμμα τηλεπικοινωνιών GNU&lt;br /&gt;
|&lt;br /&gt;
| Gnucomm&lt;br /&gt;
| https://www.gnu.org/software/gnucomm/&lt;br /&gt;
|-&lt;br /&gt;
| Κατανεμημένη και κρυπτογραφημένη επικοινωνία ήχου/βίντεο/κειμένου&lt;br /&gt;
|&lt;br /&gt;
| Jami&lt;br /&gt;
| https://www.gnu.org/software/jami/&lt;br /&gt;
|-&lt;br /&gt;
| Λύση τηλεφωνίας μέσω του Session Initiation Protocol (SIP)&lt;br /&gt;
|&lt;br /&gt;
| Linphone&lt;br /&gt;
| https://www.linphone.org&lt;br /&gt;
|-&lt;br /&gt;
| Λογισμικό διακομιστή ανταλλαγής μηνυμάτων Synapse: Matrix&lt;br /&gt;
|&lt;br /&gt;
| Matrix-synapse&lt;br /&gt;
| https://matrix.org/&lt;br /&gt;
|-&lt;br /&gt;
| Ασφαλής αποκεντρωμένη πλατφόρμα ανταλλαγής μηνυμάτων με κρυπτογράφηση e2e&lt;br /&gt;
|&lt;br /&gt;
| Pica Pica Messenger&lt;br /&gt;
| https://picapica.im/?page_id=192&amp;amp;lang=en&lt;br /&gt;
|-&lt;br /&gt;
| Πρόσθετο Pidgin για κρυφές συνομιλίες&lt;br /&gt;
|&lt;br /&gt;
| Pidgin-otr&lt;br /&gt;
| https://otr.cypherpunks.ca&lt;br /&gt;
|-&lt;br /&gt;
| Client για το Bitmessage&lt;br /&gt;
|&lt;br /&gt;
| PyBitmessage&lt;br /&gt;
| https://github.com/Bitmessage/PyBitmessage&lt;br /&gt;
|-&lt;br /&gt;
| Αποκεντρωμένη ανταλλαγή μηνυμάτων μέσω του δικτύου Tor&lt;br /&gt;
|&lt;br /&gt;
| Ricochet&lt;br /&gt;
| https://github.com/ricochet-im/Ricochet&lt;br /&gt;
|-&lt;br /&gt;
| Εξυπηρετητής τηλεφωνικών κλήσεων γραφείου με βάση το Session Initiation Protocol (SIP)&lt;br /&gt;
|&lt;br /&gt;
| Sipwitch&lt;br /&gt;
| https://www.gnu.org/software/sipwitch/&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω SIP/VoIP&lt;br /&gt;
|&lt;br /&gt;
| Twinkle&lt;br /&gt;
| http://www.xs4all.nl/~mfnboer/twinkle/home.html&lt;br /&gt;
|-&lt;br /&gt;
| Συλλογή scripts για τον WeeChat IRC client&lt;br /&gt;
|&lt;br /&gt;
| Weechat-scripts&lt;br /&gt;
| https://weechat.org/scripts&lt;br /&gt;
|-&lt;br /&gt;
| Εργαλείο επικοινωνίας που σέβεται την ιδιωτικότητα&lt;br /&gt;
|&lt;br /&gt;
| Wire&lt;br /&gt;
| https://wire.com/&lt;br /&gt;
|-&lt;br /&gt;
| Ενδοεταιρική Επικοινωνία&lt;br /&gt;
| Slack&lt;br /&gt;
| Rocket.Chat&lt;br /&gt;
| https://rocket.chat/&lt;br /&gt;
|-&lt;br /&gt;
| Ενδοεταιρική Επικοινωνία&lt;br /&gt;
| Slack&lt;br /&gt;
| Mattermost&lt;br /&gt;
| https://mattermost.com&lt;br /&gt;
|-&lt;br /&gt;
| Ενδοεταιρική Επικοινωνία&lt;br /&gt;
| Slack&lt;br /&gt;
| Zulip&lt;br /&gt;
| https://zulip.com/&lt;br /&gt;
|-&lt;br /&gt;
| Ενδοεταιρική Επικοινωνία&lt;br /&gt;
| Slack&lt;br /&gt;
| Element&lt;br /&gt;
| https://element.io/&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Πολυμέσα: Επεξεργασία, διαχείριση, αναπαραγωγή =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:2px solid #3b5998; background-color:#eef3fb; padding:10px; margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; border:1px solid #aaa; border-collapse:collapse;&amp;quot;&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Αναπαραγωγέας αρχείων μουσικής&lt;br /&gt;
| Apple iTunes&lt;br /&gt;
| Rhythmbox&lt;br /&gt;
| https://projects.gnome.org/rhythmbox/&lt;br /&gt;
|-&lt;br /&gt;
| Αναπαραγωγέας αρχείων μουσικής&lt;br /&gt;
| Apple iTunes&lt;br /&gt;
| Amarok&lt;br /&gt;
| https://amarok.kde.org/&lt;br /&gt;
|-&lt;br /&gt;
| Αναπαραγωγέας αρχείων μουσικής&lt;br /&gt;
| Apple iTunes&lt;br /&gt;
| DeaDBeeF&lt;br /&gt;
| http://deadbeef.sourceforge.net/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον επεξεργασίας εικόνων&lt;br /&gt;
| Adobe Photoshop, MS Paint, Corel Painter&lt;br /&gt;
| Gimp&lt;br /&gt;
| https://www.gimp.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον επεξεργασίας εικόνων&lt;br /&gt;
| Adobe Photoshop, MS Paint, Corel Painter&lt;br /&gt;
| Pinta&lt;br /&gt;
| https://pinta-project.com/download.ashx&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον επεξεργασίας εικόνων&lt;br /&gt;
| Adobe Photoshop, MS Paint, Corel Painter&lt;br /&gt;
| Krita&lt;br /&gt;
| https://www.krita.org/download&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον επεξεργασίας εικόνων&lt;br /&gt;
| Adobe Photoshop, MS Paint, Corel Painter&lt;br /&gt;
| Inkscape&lt;br /&gt;
| https://inkscape.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή επεξεργασίας ήχου&lt;br /&gt;
| Adobe Audition, Logic&lt;br /&gt;
| Audacity&lt;br /&gt;
| https://audacity.sourceforge.net&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή επεξεργασίας ήχου&lt;br /&gt;
| Adobe Audition, Logic&lt;br /&gt;
| Ardour&lt;br /&gt;
| https://ardour.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον εγγραφής οπτικών μέσων&lt;br /&gt;
| Nero Burning Rom&lt;br /&gt;
| Brasero&lt;br /&gt;
| https://www.gnome.org/projects/brasero/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον εγγραφής οπτικών μέσων&lt;br /&gt;
| Nero Burning Rom&lt;br /&gt;
| K3b&lt;br /&gt;
| https://userbase.kde.org/K3b&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή αναπαραγωγής- Διαχείρισης πολυμέσων&lt;br /&gt;
| Winamp, Windows Media Player, RealPlayer, QuickTime&lt;br /&gt;
| VLC&lt;br /&gt;
| https://www.videolan.org/vlc/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή αναπαραγωγής- Διαχείρισης πολυμέσων&lt;br /&gt;
| Winamp, Windows Media Player, RealPlayer, QuickTime&lt;br /&gt;
| XBMC Media Center&lt;br /&gt;
| https://xbmc.org/about/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή αναπαραγωγής- Διαχείρισης πολυμέσων&lt;br /&gt;
| Winamp, Windows Media Player, RealPlayer, QuickTime&lt;br /&gt;
| Miro&lt;br /&gt;
| https://www.getmiro.com/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή αναπαραγωγής- Διαχείρισης πολυμέσων&lt;br /&gt;
| Winamp, Windows Media Player, RealPlayer, QuickTime&lt;br /&gt;
| Banshee&lt;br /&gt;
| http://www.banshee-project.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή αναπαραγωγής- Διαχείρισης πολυμέσων&lt;br /&gt;
| Winamp, Windows Media Player, RealPlayer, QuickTime&lt;br /&gt;
| Audacious&lt;br /&gt;
| https://audacious-media-player.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογές ταξινόμησης πολυμέσων&lt;br /&gt;
| MediaMan&lt;br /&gt;
| Data&lt;br /&gt;
| https://www.datacrow.net/&lt;br /&gt;
|-&lt;br /&gt;
| Αποκωδικοποίηση και αντιγραφή DVD&lt;br /&gt;
| DVDShrink&lt;br /&gt;
| k9copy&lt;br /&gt;
| https://k9copy.sourceforge.net/&lt;br /&gt;
|-&lt;br /&gt;
| Παρακολούθηση τηλεόρασης μέσω υπολογιστή&lt;br /&gt;
| WinTV&lt;br /&gt;
| tvtime&lt;br /&gt;
| https://tvtime.sourceforge.net/&lt;br /&gt;
|-&lt;br /&gt;
| Παρακολούθηση τηλεόρασης μέσω υπολογιστή&lt;br /&gt;
| WinTV&lt;br /&gt;
| MythTV&lt;br /&gt;
| https://www.mythtv.org/&lt;br /&gt;
|-&lt;br /&gt;
| Κωδικοποιητές video&lt;br /&gt;
| DivX&lt;br /&gt;
| xvid&lt;br /&gt;
| https://labs.xvid.com/&lt;br /&gt;
|-&lt;br /&gt;
| Συμπίεση/αποσυμπίεση αρχείων video&lt;br /&gt;
|&lt;br /&gt;
| Theora&lt;br /&gt;
| https://www.theora.org/&lt;br /&gt;
|-&lt;br /&gt;
| Σύνδεση με iPod&lt;br /&gt;
| iTunes&lt;br /&gt;
| GTKPod&lt;br /&gt;
| https://github.com/trinitonesounds/gtkpod&lt;br /&gt;
|-&lt;br /&gt;
| Σύνδεση με iPod&lt;br /&gt;
| iTunes&lt;br /&gt;
| Banshee&lt;br /&gt;
| https://banshee-project.org/&lt;br /&gt;
|-&lt;br /&gt;
| Σύνδεση με iPod&lt;br /&gt;
| iTunes&lt;br /&gt;
| Amarok&lt;br /&gt;
| https://amarok.kde.org/&lt;br /&gt;
|-&lt;br /&gt;
| Σύνδεση με iPod&lt;br /&gt;
| iTunes&lt;br /&gt;
| Rhythmbox&lt;br /&gt;
| https://projects.gnome.org/rhythmbox/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογές ταξινόμησης πολυμέσων&lt;br /&gt;
| MediaMan&lt;br /&gt;
| Data Crow&lt;br /&gt;
| https://www.datacrow.net/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογές ταξινόμησης πολυμέσων&lt;br /&gt;
| MediaMan&lt;br /&gt;
| Wwidd&lt;br /&gt;
| https://github.com/wwidd/wwidd&lt;br /&gt;
|-&lt;br /&gt;
| Διαχείριση εικόνων&lt;br /&gt;
| ACDSee&lt;br /&gt;
| EOG&lt;br /&gt;
| https://gitlab.gnome.org/GNOME/eog&lt;br /&gt;
|-&lt;br /&gt;
| Διαχείριση εικόνων&lt;br /&gt;
| ACDSee&lt;br /&gt;
| Shotwell&lt;br /&gt;
| https://wiki.gnome.org/Apps/Shotwell&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Διαμοιρασμών αρχείων και πολυμέσων =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:2px solid #228B22; background-color:#f3f9f3; padding:10px; margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; border:1px solid #aaa; border-collapse:collapse;&amp;quot;&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ανταλλαγής αρχείων μέσω ftp&lt;br /&gt;
| CuteFTP&lt;br /&gt;
| Filezilla&lt;br /&gt;
| https://filezilla-project.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ανταλλαγής αρχείων μέσω ftp&lt;br /&gt;
| CuteFTP&lt;br /&gt;
| gFTP&lt;br /&gt;
| https://github.com/masneyb/gftp&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ανταλλαγής αρχείων μέσω ftp&lt;br /&gt;
| CuteFTP&lt;br /&gt;
| WinSCP&lt;br /&gt;
| https://winscp.net/eng/index.php&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ανταλλαγής αρχείων torrent&lt;br /&gt;
| uTorrent&lt;br /&gt;
| Transmission&lt;br /&gt;
| https://www.transmissionbt.com/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ανταλλαγής αρχείων torrent&lt;br /&gt;
| uTorrent&lt;br /&gt;
| qBittorent&lt;br /&gt;
| https://www.qbittorrent.org/&lt;br /&gt;
|-&lt;br /&gt;
| Peer to peer ανταλλαγή αρχείων&lt;br /&gt;
| eMule&lt;br /&gt;
| Gnutella&lt;br /&gt;
| https://sourceforge.net/projects/gtk-gnutella/&lt;br /&gt;
|-&lt;br /&gt;
| Λογισμικό διακομιστή για διαμοιρασμό πολυμέσων.&lt;br /&gt;
|&lt;br /&gt;
| Mediagoblin&lt;br /&gt;
| https://mediagoblin.org/&lt;br /&gt;
|-&lt;br /&gt;
| Το OnionShare είναι ένα δωρεάν εργαλείο που σας επιτρέπει ασφαλή και ανώνυμο διαμοιρασμό αρχείων οποιουδήποτε μεγέθους.&lt;br /&gt;
|&lt;br /&gt;
| OnionShare&lt;br /&gt;
| https://onionshare.org/&lt;br /&gt;
|-&lt;br /&gt;
| Λογισμικό διακομιστή κοινής χρήσης φωτογραφιών, που υποστηρίζεται από το ActivityPub.&lt;br /&gt;
|&lt;br /&gt;
| Pixelfed&lt;br /&gt;
| https://pixelfed.org/&lt;br /&gt;
|-&lt;br /&gt;
| Διαμοιρασμός αρχείων μέσω BitTorrent/Internet TV που βασίζεται σε Python.&lt;br /&gt;
|&lt;br /&gt;
| Tribler&lt;br /&gt;
| http://www.tribler.org/&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Περιήγηση, ιδιωτικότητα, υποδομές δικτύου και αποκεντρωμένα δίκτυα =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:2px solid #9932cc; background-color:#f9f3fb; padding:10px; margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; border:1px solid #aaa; border-collapse:collapse;&amp;quot;&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Web browser&lt;br /&gt;
| Google Chrome, Microsoft Internet Explorer, Safari&lt;br /&gt;
| Chromium&lt;br /&gt;
| https://www.chromium.org/Home&lt;br /&gt;
|-&lt;br /&gt;
| Web browser&lt;br /&gt;
| Google Chrome, Microsoft Internet Explorer, Safari&lt;br /&gt;
| Mozilla Firefox&lt;br /&gt;
| https://www.mozilla.com/el/firefox/&lt;br /&gt;
|-&lt;br /&gt;
| Web browser&lt;br /&gt;
| Google Chrome, Microsoft Internet Explorer, Safari&lt;br /&gt;
| SeaMonkey&lt;br /&gt;
| https://www.seamonkey-project.org/&lt;br /&gt;
|-&lt;br /&gt;
| Anonymous Web Browser&lt;br /&gt;
| Opera&lt;br /&gt;
| Tor Browser&lt;br /&gt;
| https://www.torproject.org/download/&lt;br /&gt;
|-&lt;br /&gt;
| Anonymous Web Browser&lt;br /&gt;
| Opera&lt;br /&gt;
| Firefox Focus&lt;br /&gt;
| https://www.mozilla.org/en-US/firefox/mobile/#focus&lt;br /&gt;
|-&lt;br /&gt;
| Τείχος ασφαλείας&lt;br /&gt;
| Norton Internet Security 2009&lt;br /&gt;
| Shorewall&lt;br /&gt;
| https://shorewall.org/&lt;br /&gt;
|-&lt;br /&gt;
| Τείχος ασφαλείας&lt;br /&gt;
| Norton Internet Security 2009&lt;br /&gt;
| UFW&lt;br /&gt;
| https://help.ubuntu.com/community/UFW&lt;br /&gt;
|-&lt;br /&gt;
| Τείχος ασφαλείας&lt;br /&gt;
| Norton Internet Security 2009&lt;br /&gt;
| FirewallD&lt;br /&gt;
| https://firewalld.org/&lt;br /&gt;
|-&lt;br /&gt;
| Απομακρυσμένη γραμμή εντολών&lt;br /&gt;
| iSSH&lt;br /&gt;
| Putty&lt;br /&gt;
| https://www.chiark.greenend.org.uk/~sgtatham/putty/&lt;br /&gt;
|-&lt;br /&gt;
| Στοίβα πρωτοκόλλων RTP της GNU Common C++ και του έργου GNU.&lt;br /&gt;
|&lt;br /&gt;
| Ccrtp&lt;br /&gt;
| https://www.gnu.org/software/ccrtp/&lt;br /&gt;
|-&lt;br /&gt;
| Ελεύθερη υλοποίηση των socks έκδοση 4, socks έκδοση 5 και msproxy.&lt;br /&gt;
|&lt;br /&gt;
| Dante&lt;br /&gt;
| http://www.inet.no/dante/&lt;br /&gt;
|-&lt;br /&gt;
| CDN που προστατεύει την ιδιωτικότητα και εξυπηρετεί τοπικά αρχεία για απρόσκοπτη λειτουργία των ιστοτόπων. Λειτουργεί ως συμπλήρωμα στους συνήθεις αποκλειστές περιεχομένου.&lt;br /&gt;
|&lt;br /&gt;
| Decentraleyes&lt;br /&gt;
| https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/&lt;br /&gt;
|-&lt;br /&gt;
| Πρόσθετο του Firefox που τοποθετεί τη Lite (μη-JS / SSL) έκδοση του DuckDuckGo στη γραμμή αναζήτησης.&lt;br /&gt;
|&lt;br /&gt;
| DuckDuckGo (Lite SSL)&lt;br /&gt;
| https://duckduckgo.com/lite/&lt;br /&gt;
|-&lt;br /&gt;
| Παράκαμψη του αποκλεισμού διευθύνσεων IP (nodejs proxy).&lt;br /&gt;
|&lt;br /&gt;
| Flashproxy&lt;br /&gt;
| https://crypto.stanford.edu/flashproxy/&lt;br /&gt;
|-&lt;br /&gt;
| Διαχείριση διακομιστών μεσολάβησης για τον Firefox. Για ένα απλούστερο εργαλείο με λιγότερες επιλογές διαμόρφωσης, χρησιμοποιήστε το FoxyProxy Basic.&lt;br /&gt;
|&lt;br /&gt;
| FoxyProxy Standard&lt;br /&gt;
| http://getfoxyproxy.org/&lt;br /&gt;
|-&lt;br /&gt;
| Ασφαλές, αποκεντρωμένο, μέσο P2P δικτύωσης.&lt;br /&gt;
|&lt;br /&gt;
| Gnunet&lt;br /&gt;
| https://gnunet.org/&lt;br /&gt;
|-&lt;br /&gt;
| Βιβλιοθήκη που υλοποιεί το TLS 1.0 και το SSL 3.0.&lt;br /&gt;
|&lt;br /&gt;
| Gnutls&lt;br /&gt;
| https://www.gnu.org/software/gnutls/&lt;br /&gt;
|-&lt;br /&gt;
| GNU έκδοση του προγράμματος περιήγησης Firefox.&lt;br /&gt;
|&lt;br /&gt;
| Gnuzilla&lt;br /&gt;
| https://www.gnu.org/software/gnuzilla/&lt;br /&gt;
|-&lt;br /&gt;
| Κρυπτογραφεί την επικοινωνία του περιηγητή με πολλούς μεγάλους ιστότοπους, καθιστώντας την περιήγηση πιο ασφαλή.&lt;br /&gt;
|&lt;br /&gt;
| HTTPS Everywhere&lt;br /&gt;
| https://www.eff.org/https-everywhere&lt;br /&gt;
|-&lt;br /&gt;
| Μέσο P2P δικτύωσης, με έμφαση στην ανωνυμία.&lt;br /&gt;
|&lt;br /&gt;
| I2P&lt;br /&gt;
| https://geti2p.net/&lt;br /&gt;
|-&lt;br /&gt;
| Εμποδίζει την τροποποίηση του &amp;amp;lt;canvas&amp;amp;gt; για την αποτροπή του Canvas-Fingerprinting.&amp;amp;lt;/canvas&amp;amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| IceCat/CanvasBlocker&lt;br /&gt;
| https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/&lt;br /&gt;
|-&lt;br /&gt;
| Το WebRTC εκθέτει τις IP(s) του εσωτερικού σας δικτύου, χωρίς την αλληλεπίδραση του χρήστη.&lt;br /&gt;
|&lt;br /&gt;
| IceCat/Disable WebRTC&lt;br /&gt;
| https://addons.mozilla.org/en-US/firefox/addon/happy-bonobo-disable-webrtc/&lt;br /&gt;
|-&lt;br /&gt;
| Ενεργοποιεί το JavaScript μόνο για ιστότοπους που εμπιστεύεστε.&lt;br /&gt;
|&lt;br /&gt;
| IceCat/NoScript&lt;br /&gt;
| https://noscript.net/&lt;br /&gt;
|-&lt;br /&gt;
| Διαμόρφωση των κανόνων φιλτραρίσματος πακέτων IP του Linux.&lt;br /&gt;
|&lt;br /&gt;
| Iptables&lt;br /&gt;
| http://www.iptables.org/&lt;br /&gt;
|-&lt;br /&gt;
| Παραλλαγή του Firefox που εστιάζει στην ιδιωτικότητα, την ασφάλεια και το ελεύθερο λογισμικό.&lt;br /&gt;
|&lt;br /&gt;
| Librewolf&lt;br /&gt;
| https://librewolf.net/&lt;br /&gt;
|-&lt;br /&gt;
| Απόκρυψη γεωγραφικής θέσης από ιστότοπους.&lt;br /&gt;
|&lt;br /&gt;
| Location Guard&lt;br /&gt;
| https://github.com/chatziko/location-guard&lt;br /&gt;
|-&lt;br /&gt;
| Βιβλιοθήκη που υποστηρίζει το πρωτόκολλο έναρξης συνόδου (Session Initiation Protocol).&lt;br /&gt;
|&lt;br /&gt;
| Osip&lt;br /&gt;
| https://www.gnu.org/software/osip/&lt;br /&gt;
|-&lt;br /&gt;
| Επέκταση περιηγητή που ανιχνεύει και αποτρέπει την παρακολούθηση από τρίτους&lt;br /&gt;
|&lt;br /&gt;
| Privacy Badger&lt;br /&gt;
| https://www.eff.org/privacybadger&lt;br /&gt;
|-&lt;br /&gt;
| Διακομιστής μεσολάβησης (proxy) με αυξημένες δυνατότητες φιλτραρίσματος&lt;br /&gt;
|&lt;br /&gt;
| Privoxy&lt;br /&gt;
| https://www.privoxy.org/&lt;br /&gt;
|-&lt;br /&gt;
| Ανώνυμος δρομολογητής δικτύου για βελτίωση του απορρήτου στο Διαδίκτυο.&lt;br /&gt;
|&lt;br /&gt;
| Tor&lt;br /&gt;
| https://torproject.org&lt;br /&gt;
|-&lt;br /&gt;
| Περιηγητής ιστού που βασίζεται σε Firefox ESR για χρήση του δικτύου TOR.&lt;br /&gt;
|&lt;br /&gt;
| Tor Browser&lt;br /&gt;
| https://www.torproject.org/projects/torbrowser.html&lt;br /&gt;
|-&lt;br /&gt;
| Υποστήριξη Tor για Icedove/Mozilla Thunderbird.&lt;br /&gt;
|&lt;br /&gt;
| TorBirdy&lt;br /&gt;
| https://trac.torproject.org/projects/tor/wiki/torbirdy&lt;br /&gt;
|-&lt;br /&gt;
| Επιτρέπει σε εφαρμογές φιλικές προς το socks να χρησιμοποιούνται με το Tor.&lt;br /&gt;
|&lt;br /&gt;
| Torsocks&lt;br /&gt;
| https://gitweb.torproject.org/torsocks.git&lt;br /&gt;
|-&lt;br /&gt;
| Αποκλειστής για μεγάλο εύρος περιεχομένων.&lt;br /&gt;
|&lt;br /&gt;
| UBlock Origin&lt;br /&gt;
| https://github.com/gorhill/uBlock&lt;br /&gt;
|-&lt;br /&gt;
| Εύκολος έλεγχος οποιασδήποτε κατηγορία αιτημάτων από το πρόγραμμα περιήγησής σας (όπως scripts, iframes, διαφημίσεις, facebook).&lt;br /&gt;
|&lt;br /&gt;
| UMatrix&lt;br /&gt;
| https://addons.mozilla.org/en-US/firefox/addon/umatrix/&lt;br /&gt;
|-&lt;br /&gt;
| WebSocket pluggable transport - server.&lt;br /&gt;
|&lt;br /&gt;
| Websocket&lt;br /&gt;
| https://gitweb.torproject.org/pluggable-transports/websocket.git&lt;br /&gt;
|-&lt;br /&gt;
| Κλιμακούμενη δρομολόγηση ως κρυπτογραφημένο δίκτυο IPv6.&lt;br /&gt;
|&lt;br /&gt;
| Yggdrasil&lt;br /&gt;
| https://yggdrasil-network.github.io/&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Ανάπτυξη, φιλοξενία, παρακολούθηση εφαρμογών =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:2px solid #ff8c00; background-color:#fff7f0; padding:10px; margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; border:1px solid #aaa; border-collapse:collapse;&amp;quot;&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Data analytics&lt;br /&gt;
| Google Analytics&lt;br /&gt;
| Matomo&lt;br /&gt;
| https://matomo.org&lt;br /&gt;
|-&lt;br /&gt;
| Data analytics&lt;br /&gt;
| Google Analytics&lt;br /&gt;
| Goaccess&lt;br /&gt;
| https://goaccess.io/&lt;br /&gt;
|-&lt;br /&gt;
| Data analytics&lt;br /&gt;
| Google Analytics&lt;br /&gt;
| umami&lt;br /&gt;
| https://umami.is&lt;br /&gt;
|-&lt;br /&gt;
| Data analytics&lt;br /&gt;
| Google Analytics&lt;br /&gt;
| Plausible-Analytics&lt;br /&gt;
| https://plausible.io/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Χρονοσειρές)&lt;br /&gt;
| Kdb+&lt;br /&gt;
| InfluxDB&lt;br /&gt;
| https://www.influxdata.com/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Χρονοσειρές)&lt;br /&gt;
| Kdb+&lt;br /&gt;
| TDengine&lt;br /&gt;
| https://tdengine.com/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Χρονοσειρές)&lt;br /&gt;
| Kdb+&lt;br /&gt;
| TimescaleDB&lt;br /&gt;
| https://www.timescale.com/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Χρονοσειρές)&lt;br /&gt;
| Kdb+&lt;br /&gt;
| QuestDB&lt;br /&gt;
| https://questdb.io/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Γράφοι)&lt;br /&gt;
| Amazon Neptune&lt;br /&gt;
| Dgraph&lt;br /&gt;
| https://dgraph.io/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Γράφοι)&lt;br /&gt;
| Amazon Neptune&lt;br /&gt;
| ArangoDB&lt;br /&gt;
| https://www.arangodb.com/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Γράφοι)&lt;br /&gt;
| Amazon Neptune&lt;br /&gt;
| Neo4j&lt;br /&gt;
| https://neo4j.com/&lt;br /&gt;
|-&lt;br /&gt;
| Παρακολουθησιμότητα (Observability)&lt;br /&gt;
| Datadog&lt;br /&gt;
| Netdata&lt;br /&gt;
| https://github.com/netdata/netdata&lt;br /&gt;
|-&lt;br /&gt;
| Παρακολουθησιμότητα (Observability)&lt;br /&gt;
| Datadog&lt;br /&gt;
| Grafana&lt;br /&gt;
| https://github.com/grafana/grafana&lt;br /&gt;
|-&lt;br /&gt;
| Παρακολουθησιμότητα (Observability)&lt;br /&gt;
| Datadog&lt;br /&gt;
| ThingsBoard&lt;br /&gt;
| https://thingsboard.io/&lt;br /&gt;
|-&lt;br /&gt;
| Φιλοξενία Εφαρμογών&lt;br /&gt;
| Heroku&lt;br /&gt;
| Dokku&lt;br /&gt;
| http://dokku.viewdocs.io/dokku/&lt;br /&gt;
|-&lt;br /&gt;
| Φιλοξενία Εφαρμογών&lt;br /&gt;
| Heroku&lt;br /&gt;
| OpenFaas&lt;br /&gt;
| https://www.openfaas.com/&lt;br /&gt;
|-&lt;br /&gt;
| Φιλοξενία Εφαρμογών&lt;br /&gt;
| Heroku&lt;br /&gt;
| Caprover&lt;br /&gt;
| https://CapRover.com&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Κρυπτογραφία =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:2px solid #2f4f4f; background-color:#f4f8f8; padding:10px; margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; border:1px solid #aaa; border-collapse:collapse;&amp;quot;&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Σύστημα κρυπτογράφησης αρχείων.&lt;br /&gt;
|&lt;br /&gt;
| Ecryptfs-utils&lt;br /&gt;
| https://launchpad.net/ecryptfs&lt;br /&gt;
|-&lt;br /&gt;
| Υποστήριξη GPG για το Thunderbird/Icedove.&lt;br /&gt;
|&lt;br /&gt;
| Enigmail&lt;br /&gt;
| http://www.enigmail.net/home/index.php&lt;br /&gt;
|-&lt;br /&gt;
| Εργαλεία κρυπτογραφίας Java.&lt;br /&gt;
|&lt;br /&gt;
| Gnu-crypto&lt;br /&gt;
| https://www.gnu.org/software/gnu-crypto/&lt;br /&gt;
|-&lt;br /&gt;
| Υλοποίηση του προτύπου OpenPGP για το Διαδίκτυο.&lt;br /&gt;
|&lt;br /&gt;
| Gnupg&lt;br /&gt;
| https://gnupg.org/&lt;br /&gt;
|-&lt;br /&gt;
| Γραφική διεπαφή χρήστη για το GNU Privacy Guard (GnuPG).&lt;br /&gt;
|&lt;br /&gt;
| Gpa&lt;br /&gt;
| http://www.gnupg.org/gpa.html&lt;br /&gt;
|-&lt;br /&gt;
| Βιβλιοθήκη κρυπτογραφίας.&lt;br /&gt;
|&lt;br /&gt;
| Libgcrypt&lt;br /&gt;
| https://gnupg.org/software/libgcrypt/&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Άλλα =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:2px solid #8b0000; background-color:#fdf4f4; padding:10px; margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; border:1px solid #aaa; border-collapse:collapse;&amp;quot;&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Μια γλώσσα προγραμματισμού για μαθητές και καθηγητές&lt;br /&gt;
|&lt;br /&gt;
| EDUBlocks&lt;br /&gt;
| https://edublocks.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εικονικός προσωπικός βοηθός&lt;br /&gt;
|&lt;br /&gt;
| Leon&lt;br /&gt;
| https://getleon.ai/&lt;br /&gt;
|-&lt;br /&gt;
| Ανοιχτού κώδικα λογισμικό για τη συγκέντρωση πληροφοριών (OSINT)&lt;br /&gt;
|&lt;br /&gt;
| Maryam&lt;br /&gt;
| https://github.com/saeeddhqan/Maryam&lt;br /&gt;
|-&lt;br /&gt;
| Εικονικός προσωπικός βοηθός.&lt;br /&gt;
|&lt;br /&gt;
| Mycroft&lt;br /&gt;
| https://mycroft.ai/&lt;br /&gt;
|-&lt;br /&gt;
| Ανοιχτού κώδικα λογισμικό διαχείρισης ανθρώπινου δυναμικού (human resources).&lt;br /&gt;
|&lt;br /&gt;
| Open HRMS Software&lt;br /&gt;
| https://www.openhrms.com/&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Λογισμικό προχωρημένης χρήσης (advanced) ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:2px solid #696969; background-color:#f8f8f8; padding:10px; margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width:100%; border:1px solid #aaa; border-collapse:collapse;&amp;quot;&lt;br /&gt;
! &lt;br /&gt;
!Περιγραφή&lt;br /&gt;
!Εμπορικό&lt;br /&gt;
!Προϊόν ΕΛΛΑΚ&lt;br /&gt;
!Ιστοσελίδα&lt;br /&gt;
!Πλατφόρμα&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Εξαγωγέας pdf αρχείων&lt;br /&gt;
|Adobe Acrobat Professional&lt;br /&gt;
|PDFCreator&lt;br /&gt;
|https://sourceforge.net/project/showfiles.php?group_id=57796&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Απομακρυσμένη διαχείριση επιφάνειας εργασίας&lt;br /&gt;
|Microsoft Remote Desktop&lt;br /&gt;
|Tight VNC&lt;br /&gt;
|https://www.tightvnc.com&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |3&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Πλατφόρμα δημιουργίας 3D γραφικών&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Autodesk 3ds Max&lt;br /&gt;
|Blender&lt;br /&gt;
|https://www.blender.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|K-3D&lt;br /&gt;
|https://www.k-3d.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux, Microsoft Windows, Mac OS X, FreeBSD&lt;br /&gt;
|-&lt;br /&gt;
|Art of Illusion&lt;br /&gt;
|https://www.artofillusion.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |4&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Σχεδίαση Ιστοσελίδων&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Adobe Dreamweaver&lt;br /&gt;
|KompoZer&lt;br /&gt;
|https://kompozer.net/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|Bluefish&lt;br /&gt;
|https://bluefish.openoffice.nl/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X&lt;br /&gt;
|-&lt;br /&gt;
|Brackets&lt;br /&gt;
|https://brackets.io/&amp;lt;br&amp;gt;&lt;br /&gt;
|OS Independent&lt;br /&gt;
|-&lt;br /&gt;
|Atom&lt;br /&gt;
|https://atom.io/&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |5&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Εξυπηρετητής βάσης δεδομένων&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Microsoft SQL Server&lt;br /&gt;
|MySQL Server &lt;br /&gt;
|https://www.mysql.com/ &amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|PostgreSQL&lt;br /&gt;
|https://www.postgresql.org/&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |6&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Εξυπηρετητής Διαδικτύου&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Microsoft IIS&lt;br /&gt;
|Apache Web Server&lt;br /&gt;
|https://httpd.apache.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|Nginx&lt;br /&gt;
|https://www.nginx.com/&lt;br /&gt;
|Linux, FreeBSD&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|Λογισμικό για δημιουργία vector graphics&lt;br /&gt;
|Corel Draw X3&lt;br /&gt;
|InkScape&lt;br /&gt;
|https://www.inkscape.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|Περιβάλλον επιστημονικών κ΄μαθηματικών υπολογισμών&lt;br /&gt;
|Mathematica&lt;br /&gt;
|Sage&lt;br /&gt;
|https://www.sagemath.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |9&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Περιβάλλον μαθηματικών υπολογισμών&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Mathworks Matlab&lt;br /&gt;
|GNU Octave&lt;br /&gt;
|[https://www.gnu.org/software/octave/https://www.scilab.org/ https://www.gnu.org/software/octave/]&amp;lt;br&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|SciLab&lt;br /&gt;
|[https://www.gnu.org/software/octave/https://www.scilab.org/ https://www.scilab.org/]&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Προσομοιωτής κίνησης δικτύου&lt;br /&gt;
|OPNET&lt;br /&gt;
|Ns-3&lt;br /&gt;
|https://www.nsnam.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Εφαρμογή σχεδίασης&lt;br /&gt;
|Adobe Illustrator&lt;br /&gt;
|Skencil&lt;br /&gt;
|https://www.skencil.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; |12&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; |Εφαρμογή επεξεργασίας video&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; |Adobe Premier&lt;br /&gt;
|KdenliveVirtualdub&lt;br /&gt;
|https://kdenlive.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|FreeBSD, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|Cinerrella&lt;br /&gt;
|https://cinelerra.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|Kino&lt;br /&gt;
|https://kinodv.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|Avidemux&lt;br /&gt;
|https://www.avidemux.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|VideoLAN Movie Creator&lt;br /&gt;
|https://www.videolan.org/vlmc/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|Blender&lt;br /&gt;
|https://www.blender.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Δημιουργία γραφικών flash&lt;br /&gt;
|Adobe Flash&lt;br /&gt;
|F4LSwftools&lt;br /&gt;
|https://f4l.sourceforge.net/https://swftools.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux, Windows&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |14&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Σχεδιαστικό πακέτο&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Microsoft Visio&lt;br /&gt;
|Dia&lt;br /&gt;
|https://projects.gnome.org/dia/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|Libreoffice Draw&lt;br /&gt;
|https://www.libreoffice.org/discover/draw/&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |15&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Εφαρμογή διαμόρφωσης του σκληρού δίσκου&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Partition Magic&lt;br /&gt;
|gparted &lt;br /&gt;
|https://gparted.sourceforge.net/ &amp;lt;br&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Linux&lt;br /&gt;
|-&lt;br /&gt;
|qtparted&lt;br /&gt;
|https://qtparted.sourceforge.net/&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|Ανάλυση γεωγραφικών δεδομένων (G.I.S.)&lt;br /&gt;
|ESRI ArcGIS&lt;br /&gt;
|GRASS GIS QGIS&lt;br /&gt;
|https://grass.osgeo.org/ https://www.qgis.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Διαχείριση εκπαιδευτικού περιεχομένου&lt;br /&gt;
|Βlackboard&lt;br /&gt;
|Moodle e-Class eFront&lt;br /&gt;
|https://moodle.org https://www.openeclass.org/ &amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |18&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Εφαρμογή διαχείρισης έργων&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Microsoft Project&lt;br /&gt;
|Open Workbench&lt;br /&gt;
|[https://www.openworkbench.org/https://www.projectlibre.org/https://2-plan.com/ https://www.openworkbench.org/]&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|ProjectLibre&lt;br /&gt;
|[https://www.openworkbench.org/https://www.projectlibre.org/https://2-plan.com/ https://www.projectlibre.org/]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |19&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Περιβάλλον σχεδίασης CAD&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |AutoCAD&lt;br /&gt;
|Archimedes&lt;br /&gt;
|https://www.codeplex.com/archimedes&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|FreeCAD&lt;br /&gt;
|https://freecadweb.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|LibreCAD&lt;br /&gt;
|https://librecad.org/cms/home.html&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Οπτική αναγνώριση κειμένου&lt;br /&gt;
|FineReader&lt;br /&gt;
|Kooka&lt;br /&gt;
|https://kooka.kde.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Εργαλείο αποσφαλμάτωσης κώδικα&lt;br /&gt;
|Rational Purify&lt;br /&gt;
|Valgrind&lt;br /&gt;
|https://valgrind.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Ασφαλείς συναλλαγές&lt;br /&gt;
|Authorize.net&lt;br /&gt;
|OpenSSL&lt;br /&gt;
|https://www.openssl.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |23&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Διαχείριση οικιακών οικονομικών&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Microsoft Money&lt;br /&gt;
|HomeBank &lt;br /&gt;
|https://homebank.free.fr/ &amp;lt;br&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Windows, Linux&lt;br /&gt;
|-&lt;br /&gt;
|turboCash&lt;br /&gt;
|https://www.turbocashuk.com/&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|Εξυπηρετητής εφαρμογών&lt;br /&gt;
|Oracle WebLogic Server&lt;br /&gt;
|JBoss Tomcat&lt;br /&gt;
|https://www.jboss.org/jbossas/ https://tomcat.apache.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Εξομοιωτής αστρονομία&lt;br /&gt;
|Starry Night&lt;br /&gt;
|Celestia&lt;br /&gt;
|https://shatters.net/celestia/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|Μεταγλωττιστής c/c++&lt;br /&gt;
|Visual C compiler&lt;br /&gt;
|Gcc&lt;br /&gt;
|https://gcc.gnu.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Συνεργατικά εργαλεία διαχείρισης projects&lt;br /&gt;
|SourceForge&lt;br /&gt;
|GForge&lt;br /&gt;
|https://gforge.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|Ανάλυση κίνησης δικτύου&lt;br /&gt;
|Microsoft Network Monitor&lt;br /&gt;
|Wireshark&lt;br /&gt;
|https://www.wireshark.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |29&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Διαχείριση εκδόσεων λογισμικού&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Perforce&lt;br /&gt;
|Subversion&lt;br /&gt;
|https://subversion.tigris.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|Git&lt;br /&gt;
|https://git-scm.com/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X&lt;br /&gt;
|-&lt;br /&gt;
|TortoiseSVN&lt;br /&gt;
|https://tortoisesvn.tigris.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Στατιστική Ανάλυση&lt;br /&gt;
|SPSS&lt;br /&gt;
|GNU PSPP R – Project&lt;br /&gt;
|https://www.gnu.org/software/pspp/ https://www.r-project.org&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Desktop Publishing&lt;br /&gt;
|Microsoft Publisher&lt;br /&gt;
|Scribus&lt;br /&gt;
|https://www.scribus.net/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |32&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Ανάκτηση δεδομένων&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | &lt;br /&gt;
|Photorec&lt;br /&gt;
|https://www.cgsecurity.org/wiki/PhotoRec&amp;lt;br&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Windows, Linux, Mac OS XLinux&lt;br /&gt;
|-&lt;br /&gt;
|TestDisc&lt;br /&gt;
|[https://www.cgsecurity.org/wiki/TestDiskhttps://foremost.sourceforge.net/ https://www.cgsecurity.org/wiki/TestDisk]&lt;br /&gt;
|-&lt;br /&gt;
|Foremost&lt;br /&gt;
|[https://www.cgsecurity.org/wiki/TestDiskhttps://foremost.sourceforge.net/ https://foremost.sourceforge.net/]&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Mechanical computer-aided design (MCAD)&lt;br /&gt;
|Autodesk Inventor, SolidWorks&lt;br /&gt;
|FreeCAD&lt;br /&gt;
|https://freecadweb.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Microsoft Windows, Linux, OS X[1]&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|CRM&lt;br /&gt;
| &lt;br /&gt;
| Vtiger Suitecrm&lt;br /&gt;
|https://sourceforge.net/projects/vtigercrm/ https://suitecrm.com/&amp;lt;br&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |35&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |ERP&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | &lt;br /&gt;
|Adempiere&lt;br /&gt;
|&lt;br /&gt;
|Linux, OS X, Unix, Windows&lt;br /&gt;
|-&lt;br /&gt;
|Dolibarr&lt;br /&gt;
|https://www.dolibarr.gr/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Unix, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Μίξη Ήχου/ Εργαλεία DJ&lt;br /&gt;
|Traktor Scratch, Scratch Live&lt;br /&gt;
|Mixx&lt;br /&gt;
|https://www.mixxx.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |37&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Μουσική σύνθεση&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |DrumCore , FL Studio, Finale, GuitarPro&lt;br /&gt;
|Hydrogen&lt;br /&gt;
|https://www.hydrogen-music.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X.&lt;br /&gt;
|-&lt;br /&gt;
|Linux MultiMedia Studio&lt;br /&gt;
|https://lmms.sourceforge.net/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux&lt;br /&gt;
|-&lt;br /&gt;
|MuseScore&lt;br /&gt;
|https://musescore.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X&lt;br /&gt;
|-&lt;br /&gt;
|TuxGuitar&lt;br /&gt;
|https://www.tuxguitar.com.ar/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |38&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Σύλληψη βίντεο οθόνης (screen video capture)&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Camtasia&lt;br /&gt;
|CamStudio&lt;br /&gt;
|https://camstudio.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows&lt;br /&gt;
|-&lt;br /&gt;
|Krut Computer Recorder&lt;br /&gt;
|https://krut.sourceforge.net/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X&lt;br /&gt;
|-&lt;br /&gt;
|Webinaria&lt;br /&gt;
|https://www.webinaria.com/index.php&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux OS X&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Επιπλέον πληροφορίες για το ανοιχτό λογισμικό στην [https://el.wikipedia.org/wiki/%CE%91%CE%BD%CE%BF%CE%B9%CE%BA%CF%84%CF%8C%CF%82_%CE%9A%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1%CF%82 wikipedia],  μπορείτε να βελτιώσετε [https://el.wikipedia.org/wiki/%CE%91%CE%BD%CE%BF%CE%B9%CE%BA%CF%84%CF%8C%CF%82_%CE%9A%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1%CF%82 αυτό] το άρθρο στα Ελληνικά αξιοποιώντας το [https://en.wikipedia.org/wiki/Open_source αντίστοιχο] στα Αγγλικά. ===&lt;br /&gt;
&lt;br /&gt;
== [https://directory.fsf.org/wiki/Main_Page The Free Software Directory, is a catalog of useful software] ==&lt;br /&gt;
== [https://www.openhub.net/  Discover, Track and Compare Open Source Projects] ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:ΕΛΛΑΚ]]&lt;br /&gt;
[[Κατηγορία:Μελέτες]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=%CE%A0%CE%AF%CE%BD%CE%B1%CE%BA%CE%B1%CF%82_%CE%B9%CF%83%CE%BF%CE%B4%CF%8D%CE%BD%CE%B1%CE%BC%CF%89%CE%BD_%CE%BB%CE%BF%CE%B3%CE%B9%CF%83%CE%BC%CE%B9%CE%BA%CF%8E%CE%BD_%CE%B1%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%BA%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1&amp;diff=2465</id>
		<title>Πίνακας ισοδύναμων λογισμικών ανοιχτού κώδικα</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=%CE%A0%CE%AF%CE%BD%CE%B1%CE%BA%CE%B1%CF%82_%CE%B9%CF%83%CE%BF%CE%B4%CF%8D%CE%BD%CE%B1%CE%BC%CF%89%CE%BD_%CE%BB%CE%BF%CE%B3%CE%B9%CF%83%CE%BC%CE%B9%CE%BA%CF%8E%CE%BD_%CE%B1%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%BA%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1&amp;diff=2465"/>
		<updated>2025-11-06T11:30:07Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== &amp;lt;strong&amp;gt;Τα βασικά κριτήρια επιλογής ανοιχτού λογισμικού είναι τα παρακάτω&amp;lt;/strong&amp;gt;: ===&lt;br /&gt;
1. η &amp;lt;strong&amp;gt;καταλληλότητα&amp;lt;/strong&amp;gt; για τις ανάγκες της επιχείρησης/οργανισμού,&lt;br /&gt;
&lt;br /&gt;
2. ο &amp;lt;strong&amp;gt;αριθμός των ενεργών μελών&amp;lt;/strong&amp;gt; της κοινότητας (προγραμματιστών/developers) που το αναπτύσσουν,&lt;br /&gt;
&lt;br /&gt;
3. η &amp;lt;strong&amp;gt;άδεια χρήσης&amp;lt;/strong&amp;gt; (Διαθέσιμες Άδειες-https://www.opensource.org/licenses),&lt;br /&gt;
&lt;br /&gt;
4. &amp;lt;strong&amp;gt;η&lt;br /&gt;
&amp;lt;nowiki&amp;gt; &amp;lt;/nowiki&amp;gt;ύπαρξη στελεχών που είναι σε θέση να αναλάβουν την υποστήριξη του &lt;br /&gt;
λογισμικού εσωτερικά στην επιχείρηση/οργανισμό ή εναλλακτικά η επιλογή εξωτερικών συνεργατών ή τοπικής εταιρείας πληροφορικής με τεχνογνωσία και εμπειρία στην υποστήριξη του επιλεγμένου λογισμικού, &amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;5. η διάθεση πόρων σε συνεργασία με την αντίστοιχη κοινότητα&lt;br /&gt;
&amp;lt;nowiki&amp;gt; &amp;lt;/nowiki&amp;gt;για να υποστηριχθεί και να επεκταθεί το λογισμικό που επιλέξατε, οι &lt;br /&gt;
κοινότητες που αναπτύσσουν και υποστηρίζουν το ανοιχτό λογισμικό είναι &lt;br /&gt;
“ανοιχτοί” συνεταιρισμοί που βασίζονται στην ενεργή υποστήριξη όλων των &lt;br /&gt;
ωφελουμένων.&amp;lt;/strong&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Προτεινόμενο Λογισμικό ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%; border:2px solid #aaa; border-collapse:collapse; background:#f9f9f9;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:30%; text-align:center; background:#ececec;&amp;quot; | Περιγραφή&lt;br /&gt;
! style=&amp;quot;width:20%; text-align:center; background:#ececec;&amp;quot; | Εμπορικό Ισοδύναμο&lt;br /&gt;
! style=&amp;quot;width:20%; text-align:center; background:#ececec;&amp;quot; | ΕΛ-ΛΑΚ&lt;br /&gt;
! style=&amp;quot;width:30%; text-align:center; background:#ececec;&amp;quot; | Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Περιηγητής ιστού&lt;br /&gt;
| Edge, Safari&lt;br /&gt;
| &#039;&#039;&#039;Firefox&#039;&#039;&#039;&lt;br /&gt;
| [https://www.mozilla.org/en-US/firefox/ Mozilla Firefox]&lt;br /&gt;
|-&lt;br /&gt;
| Πακέτο εφαρμογών γραφείου&lt;br /&gt;
| Microsoft Office&lt;br /&gt;
| &#039;&#039;&#039;LibreOffice&#039;&#039;&#039;&lt;br /&gt;
| [https://eo.libreoffice.org/ LibreOffice]&amp;lt;br /&amp;gt;[https://elearn.ellak.gr/course/view.php?id=62 &#039;&#039;&#039;Χρήση του Libre Office&#039;&#039;&#039;]&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ηλεκτρονικού ταχυδρομείου&lt;br /&gt;
| Microsoft Outlook Express&lt;br /&gt;
| &#039;&#039;&#039;Mozilla Thunderbird&#039;&#039;&#039;&lt;br /&gt;
| [https://www.thunderbird.net/en-US/ Thunderbird]&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων, Τηλεφωνία μέσω internet&lt;br /&gt;
| Slack, Discord, Facebook Messenger&lt;br /&gt;
| &#039;&#039;&#039;Signal&#039;&#039;&#039;&lt;br /&gt;
| [https://www.signal.org/ Signal]&lt;br /&gt;
|-&lt;br /&gt;
| Ανώνυμη περιήγηση&lt;br /&gt;
| Opera&lt;br /&gt;
| &#039;&#039;&#039;Tor Browser&#039;&#039;&#039;&lt;br /&gt;
| [https://www.torproject.org/download/ Tor Project]&lt;br /&gt;
|-&lt;br /&gt;
| Λειτουργικό Σύστημα&lt;br /&gt;
| Microsoft Windows, Mac OS&lt;br /&gt;
| &#039;&#039;&#039;Ubuntu&#039;&#039;&#039;&lt;br /&gt;
| [https://ubuntu-gr.org/ Ubuntu GR]&lt;br /&gt;
|-&lt;br /&gt;
| Προγραμματισμός συναντήσεων ομάδων/εργαζομένων&lt;br /&gt;
| Doodle, Calendly&lt;br /&gt;
| &#039;&#039;&#039;Framadate&#039;&#039;&#039;&lt;br /&gt;
| [https://framadate.org/abc/en/ Framadate]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= 🖥️ Εργαλεία Γραφείου =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%; border:2px solid #aaa; border-collapse:collapse; background:#f9f9f9;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Περιγραφή&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Εμπορικό Ισοδύναμο&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | ΕΛ/ΛΑΚ&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ηλεκτρονικού ταχυδρομείου&lt;br /&gt;
| Microsoft Outlook Express&lt;br /&gt;
| Thunderbird&lt;br /&gt;
| https://www.thunderbird.net/en-US/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ηλεκτρονικού ταχυδρομείου&lt;br /&gt;
| Microsoft Outlook Express&lt;br /&gt;
| Evolution&lt;br /&gt;
| https://projects.gnome.org/evolution/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ηλεκτρονικού ταχυδρομείου&lt;br /&gt;
| Microsoft Outlook Express&lt;br /&gt;
| K-9 Mail&lt;br /&gt;
| https://k9mail.github.io/&lt;br /&gt;
|-&lt;br /&gt;
| Προστασία από ιούς&lt;br /&gt;
| McAfee VirusScan&lt;br /&gt;
| ClamWin&lt;br /&gt;
| https://www.clamwin.com/&lt;br /&gt;
|-&lt;br /&gt;
| Προστασία από ιούς&lt;br /&gt;
| McAfee VirusScan&lt;br /&gt;
| Lynis&lt;br /&gt;
| https://cisofy.com/lynis/&lt;br /&gt;
|-&lt;br /&gt;
| Απλός επεξεργαστής κειμένου&lt;br /&gt;
| Microsoft Notepad&lt;br /&gt;
| gedit&lt;br /&gt;
| https://projects.gnome.org/gedit&lt;br /&gt;
|-&lt;br /&gt;
| Απλός επεξεργαστής κειμένου&lt;br /&gt;
| Microsoft Notepad&lt;br /&gt;
| NotePad++&lt;br /&gt;
| https://notepad-plus-plus.org/&lt;br /&gt;
|-&lt;br /&gt;
| Απλός επεξεργαστής κειμένου&lt;br /&gt;
| Microsoft Notepad&lt;br /&gt;
| kedit&lt;br /&gt;
| https://kate-editor.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Code::Blocks (C, C++ and Fortran)&lt;br /&gt;
| https://www.codeblocks.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Dev-C++ (C και C++)&lt;br /&gt;
| https://www.bloodshed.net/devcpp.html&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Mono (Microsoft .NET Framework, ECMA standards C#)&lt;br /&gt;
| https://www.mono-project.com/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Ultimate++ (C++)&lt;br /&gt;
| https://www.ultimatepp.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή διαχείρισης αρχείων&lt;br /&gt;
| Total Commander&lt;br /&gt;
| GNOME Commander&lt;br /&gt;
| https://gcmd.github.io/&lt;br /&gt;
|-&lt;br /&gt;
| Δημιουργία αντιγράφων ασφαλείας και ανάκτηση δεδομένων&lt;br /&gt;
| Norton Ghost&lt;br /&gt;
| PartitionImage&lt;br /&gt;
| https://www.partimage.org/&lt;br /&gt;
|-&lt;br /&gt;
| Συμπίεση/αποσυμπίεση αρχείων&lt;br /&gt;
| WinZip&lt;br /&gt;
| 7-Zip&lt;br /&gt;
| https://www.7-zip.org/&lt;br /&gt;
|-&lt;br /&gt;
| Πρόγραμμα οργάνωσης συναντήσεων&lt;br /&gt;
| Windows Calendar&lt;br /&gt;
| Kontact&lt;br /&gt;
| https://kontact.org/&lt;br /&gt;
|-&lt;br /&gt;
| Πρόγραμμα οργάνωσης συναντήσεων&lt;br /&gt;
| Windows Calendar&lt;br /&gt;
| Thunderbird&lt;br /&gt;
| https://www.thunderbird.net/en-US/&lt;br /&gt;
|-&lt;br /&gt;
| Πρόγραμμα οργάνωσης συναντήσεων&lt;br /&gt;
| Windows Calendar&lt;br /&gt;
| Evolution&lt;br /&gt;
| https://projects.gnome.org/evolution/&lt;br /&gt;
|-&lt;br /&gt;
| Ανάγνωση αρχείων PS&lt;br /&gt;
| Adobe PostScript&lt;br /&gt;
| Ghostscript&lt;br /&gt;
| http://pages.cs.wisc.edu/~ghost/&lt;br /&gt;
|-&lt;br /&gt;
| Ανάγνωση αρχείων PS&lt;br /&gt;
| Adobe PostScript&lt;br /&gt;
| KGhostview&lt;br /&gt;
| http://pages.cs.wisc.edu/~ghost/&lt;br /&gt;
|-&lt;br /&gt;
| Αυτόματη μετάφραση σε Python, με χρήση νευρωνικών δικτύων&lt;br /&gt;
|&lt;br /&gt;
| Argos Translate&lt;br /&gt;
| https://www.argosopentech.com/&lt;br /&gt;
|-&lt;br /&gt;
| Ελεύθερο API μηχανικής μετάφρασης, self-hosted, χωρίς περιορισμούς όγκου&lt;br /&gt;
|&lt;br /&gt;
| LibreTranslate&lt;br /&gt;
| https://libretranslate.com/&lt;br /&gt;
|-&lt;br /&gt;
| Searx – μηχανή μετα-αναζήτησης που σέβεται την ιδιωτικότητα, βασισμένη στον διαμεσολαβητή Seeks&lt;br /&gt;
|&lt;br /&gt;
| Searx&lt;br /&gt;
| https://github.com/asciimoo/searx/wiki/&lt;br /&gt;
|-&lt;br /&gt;
| Προγραμματισμός συναντήσεων ομάδων/εργαζομένων&lt;br /&gt;
| Doodle, Calendly&lt;br /&gt;
| Framadate&lt;br /&gt;
| https://framadate.org/abc/en/&lt;br /&gt;
|-&lt;br /&gt;
| Πακέτο εφαρμογών γραφείου&lt;br /&gt;
| Microsoft Office&lt;br /&gt;
| LibreOffice&lt;br /&gt;
| https://eo.libreoffice.org/&lt;br /&gt;
|-&lt;br /&gt;
| Πακέτο εφαρμογών γραφείου&lt;br /&gt;
| Microsoft Office&lt;br /&gt;
| OpenOffice&lt;br /&gt;
| https://www.openoffice.org/el/&lt;br /&gt;
|-&lt;br /&gt;
| Αναγνώστης αρχείων PDF&lt;br /&gt;
| Adobe PDF Reader&lt;br /&gt;
| Evince&lt;br /&gt;
| https://wiki.gnome.org/Apps/Evince&lt;br /&gt;
|-&lt;br /&gt;
| Αναγνώστης αρχείων PDF&lt;br /&gt;
| Adobe PDF Reader&lt;br /&gt;
| KDE (KPDF)&lt;br /&gt;
| https://kpdf.kde.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Eclipse&lt;br /&gt;
| https://www.eclipse.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| NetBeans&lt;br /&gt;
| https://netbeans.apache.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Geany&lt;br /&gt;
| https://www.geany.org/&lt;br /&gt;
|-&lt;br /&gt;
| Ολοκλήρωση – Integration&lt;br /&gt;
| Zapier&lt;br /&gt;
| Huginn&lt;br /&gt;
| https://github.com/huginn/huginn&lt;br /&gt;
|-&lt;br /&gt;
| Ολοκλήρωση – Integration&lt;br /&gt;
| Zapier&lt;br /&gt;
| n8n&lt;br /&gt;
| https://n8n.io&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
= 📰 Ιστολόγια και Μέσα Δικτύωσης =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%; border:2px solid #aaa; border-collapse:collapse; background:#f9f9f9;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Περιγραφή&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Εμπορικό Ισοδύναμο&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | ΕΛ/ΛΑΚ&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Λογισμικό διακομιστή microblogging που ακολουθεί το πρότυπο ActivityPub, υποστηρίζει προειδοποιήσεις περιεχομένου και ιδιωτικά μηνύματα&lt;br /&gt;
|&lt;br /&gt;
| Mastodon&lt;br /&gt;
| https://joinmastodon.org&lt;br /&gt;
|-&lt;br /&gt;
| Λογισμικό διακομιστή ιστολογίου (blogging) που χρησιμοποιεί το πρότυπο Activity Streams&lt;br /&gt;
|&lt;br /&gt;
| Pump.io&lt;br /&gt;
| http://pump.io&lt;br /&gt;
|-&lt;br /&gt;
| Αποκεντρωμένη πλατφόρμα microblogging P2P&lt;br /&gt;
|&lt;br /&gt;
| Twister&lt;br /&gt;
| http://twister.net.co/&lt;br /&gt;
|-&lt;br /&gt;
| Μια μινιμαλιστική πλατφόρμα δημοσίευσης, φτιαγμένη για συγγραφείς&lt;br /&gt;
|&lt;br /&gt;
| WriteFreely&lt;br /&gt;
| https://writefreely.org/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= 💬 Ανταλλαγή Μηνυμάτων, Τηλεφωνία και Βιντεοκλήσεις =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%; border:2px solid #aaa; border-collapse:collapse; background:#f9f9f9;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Περιγραφή&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Εμπορικό Ισοδύναμο&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | ΕΛ/ΛΑΚ&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων&lt;br /&gt;
| Facebook Messenger&lt;br /&gt;
| Empathy&lt;br /&gt;
| https://live.gnome.org/Empathy&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων&lt;br /&gt;
| Facebook Messenger&lt;br /&gt;
| Kopete&lt;br /&gt;
| https://apps.kde.org/kopete/&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων&lt;br /&gt;
| Facebook Messenger&lt;br /&gt;
| Pidgin&lt;br /&gt;
| https://www.pidgin.im/&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων&lt;br /&gt;
| Facebook Messenger&lt;br /&gt;
| Telegram&lt;br /&gt;
| https://telegram.org/&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων&lt;br /&gt;
| Facebook Messenger&lt;br /&gt;
| Signal&lt;br /&gt;
| https://www.signal.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εργαλείο ηλεκτρονικής συνδιάλεξης&lt;br /&gt;
| mIRC&lt;br /&gt;
| HexChat&lt;br /&gt;
| https://hexchat.github.io/downloads.html&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω Internet – VoIP&lt;br /&gt;
| Skype&lt;br /&gt;
| Ekiga&lt;br /&gt;
| https://www.ekiga.org/&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω Internet – VoIP&lt;br /&gt;
| Skype&lt;br /&gt;
| Empathy&lt;br /&gt;
| https://wiki.gnome.org/Apps/Empathy&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω Internet – VoIP&lt;br /&gt;
| Skype&lt;br /&gt;
| Linphone&lt;br /&gt;
| https://www.linphone.org/&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω Internet – VoIP&lt;br /&gt;
| Skype&lt;br /&gt;
| Telegram&lt;br /&gt;
| https://telegram.org/&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω Internet – VoIP&lt;br /&gt;
| Skype&lt;br /&gt;
| Signal&lt;br /&gt;
| https://www.signal.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εξυπηρετητής τηλεφωνίας&lt;br /&gt;
|&lt;br /&gt;
| Bayonne&lt;br /&gt;
| https://www.gnu.org/software/bayonne/&lt;br /&gt;
|-&lt;br /&gt;
| Υπηρεσίες φωνής (VoIP) και τηλεδιάσκεψης&lt;br /&gt;
|&lt;br /&gt;
| Ekiga&lt;br /&gt;
| http://www.ekiga.org/&lt;br /&gt;
|-&lt;br /&gt;
| Πρόγραμμα ανταλλαγής μηνυμάτων που υποστηρίζει συνομιλίες κειμένου, φωνής και βίντεο και μεταφορές αρχείων μέσω πολλών διαφορετικών πρωτοκόλλων&lt;br /&gt;
|&lt;br /&gt;
| Empathy&lt;br /&gt;
| https://wiki.gnome.org/Apps/Empathy&lt;br /&gt;
|-&lt;br /&gt;
| Πρόγραμμα τηλεπικοινωνιών GNU&lt;br /&gt;
|&lt;br /&gt;
| Gnucomm&lt;br /&gt;
| https://www.gnu.org/software/gnucomm/&lt;br /&gt;
|-&lt;br /&gt;
| Κατανεμημένη και κρυπτογραφημένη επικοινωνία ήχου/βίντεο/κειμένου&lt;br /&gt;
|&lt;br /&gt;
| Jami&lt;br /&gt;
| https://www.gnu.org/software/jami/&lt;br /&gt;
|-&lt;br /&gt;
| Λύση τηλεφωνίας μέσω του Session Initiation Protocol (SIP)&lt;br /&gt;
|&lt;br /&gt;
| Linphone&lt;br /&gt;
| https://www.linphone.org&lt;br /&gt;
|-&lt;br /&gt;
| Λογισμικό διακομιστή ανταλλαγής μηνυμάτων Synapse: Matrix&lt;br /&gt;
|&lt;br /&gt;
| Matrix-synapse&lt;br /&gt;
| https://matrix.org/&lt;br /&gt;
|-&lt;br /&gt;
| Ασφαλής αποκεντρωμένη πλατφόρμα ανταλλαγής μηνυμάτων με κρυπτογράφηση e2e&lt;br /&gt;
|&lt;br /&gt;
| Pica Pica Messenger&lt;br /&gt;
| https://picapica.im/?page_id=192&amp;amp;lang=en&lt;br /&gt;
|-&lt;br /&gt;
| Πρόσθετο Pidgin για κρυφές συνομιλίες&lt;br /&gt;
|&lt;br /&gt;
| Pidgin-otr&lt;br /&gt;
| https://otr.cypherpunks.ca&lt;br /&gt;
|-&lt;br /&gt;
| Client για το Bitmessage&lt;br /&gt;
|&lt;br /&gt;
| PyBitmessage&lt;br /&gt;
| https://github.com/Bitmessage/PyBitmessage&lt;br /&gt;
|-&lt;br /&gt;
| Αποκεντρωμένη ανταλλαγή μηνυμάτων μέσω του δικτύου Tor&lt;br /&gt;
|&lt;br /&gt;
| Ricochet&lt;br /&gt;
| https://github.com/ricochet-im/Ricochet&lt;br /&gt;
|-&lt;br /&gt;
| Εξυπηρετητής τηλεφωνικών κλήσεων γραφείου με βάση το Session Initiation Protocol (SIP)&lt;br /&gt;
|&lt;br /&gt;
| Sipwitch&lt;br /&gt;
| https://www.gnu.org/software/sipwitch/&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω SIP/VoIP&lt;br /&gt;
|&lt;br /&gt;
| Twinkle&lt;br /&gt;
| http://www.xs4all.nl/~mfnboer/twinkle/home.html&lt;br /&gt;
|-&lt;br /&gt;
| Συλλογή scripts για τον WeeChat IRC client&lt;br /&gt;
|&lt;br /&gt;
| Weechat-scripts&lt;br /&gt;
| https://weechat.org/scripts&lt;br /&gt;
|-&lt;br /&gt;
| Εργαλείο επικοινωνίας που σέβεται την ιδιωτικότητα&lt;br /&gt;
|&lt;br /&gt;
| Wire&lt;br /&gt;
| https://wire.com/&lt;br /&gt;
|-&lt;br /&gt;
| Ενδοεταιρική Επικοινωνία&lt;br /&gt;
| Slack&lt;br /&gt;
| Rocket.Chat&lt;br /&gt;
| https://rocket.chat/&lt;br /&gt;
|-&lt;br /&gt;
| Ενδοεταιρική Επικοινωνία&lt;br /&gt;
| Slack&lt;br /&gt;
| Mattermost&lt;br /&gt;
| https://mattermost.com&lt;br /&gt;
|-&lt;br /&gt;
| Ενδοεταιρική Επικοινωνία&lt;br /&gt;
| Slack&lt;br /&gt;
| Zulip&lt;br /&gt;
| https://zulip.com/&lt;br /&gt;
|-&lt;br /&gt;
| Ενδοεταιρική Επικοινωνία&lt;br /&gt;
| Slack&lt;br /&gt;
| Element&lt;br /&gt;
| https://element.io/&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;πολυμέσα-επεξεργασία-διαχείριση-αναπαραγωγή&amp;quot; class=&amp;quot;section level1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:2px solid #3b5998; background-color:#eef3fb; padding:10px; margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Πολυμέσα: Επεξεργασία, διαχείριση, αναπαραγωγή =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Αναπαραγωγέας αρχείων μουσικής&lt;br /&gt;
| Apple iTunes&lt;br /&gt;
| Rhythmbox&lt;br /&gt;
| https://projects.gnome.org/rhythmbox/&lt;br /&gt;
|-&lt;br /&gt;
| Αναπαραγωγέας αρχείων μουσικής&lt;br /&gt;
| Apple iTunes&lt;br /&gt;
| Amarok&lt;br /&gt;
| https://amarok.kde.org/&lt;br /&gt;
|-&lt;br /&gt;
| Αναπαραγωγέας αρχείων μουσικής&lt;br /&gt;
| Apple iTunes&lt;br /&gt;
| DeaDBeeF&lt;br /&gt;
| http://deadbeef.sourceforge.net/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον επεξεργασίας εικόνων&lt;br /&gt;
| Adobe Photoshop, MS Paint, Corel Painter&lt;br /&gt;
| Gimp&lt;br /&gt;
| https://www.gimp.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον επεξεργασίας εικόνων&lt;br /&gt;
| Adobe Photoshop, MS Paint, Corel Painter&lt;br /&gt;
| Pinta&lt;br /&gt;
| https://pinta-project.com/download.ashx&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον επεξεργασίας εικόνων&lt;br /&gt;
| Adobe Photoshop, MS Paint, Corel Painter&lt;br /&gt;
| Krita&lt;br /&gt;
| https://www.krita.org/download&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον επεξεργασίας εικόνων&lt;br /&gt;
| Adobe Photoshop, MS Paint, Corel Painter&lt;br /&gt;
| Inkscape&lt;br /&gt;
| https://inkscape.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή επεξεργασίας ήχου&lt;br /&gt;
| Adobe Audition, Logic&lt;br /&gt;
| Audacity&lt;br /&gt;
| https://audacity.sourceforge.net&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή επεξεργασίας ήχου&lt;br /&gt;
| Adobe Audition, Logic&lt;br /&gt;
| Ardour&lt;br /&gt;
| https://ardour.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον εγγραφής οπτικών μέσων&lt;br /&gt;
| Nero Burning Rom&lt;br /&gt;
| Brasero&lt;br /&gt;
| https://www.gnome.org/projects/brasero/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον εγγραφής οπτικών μέσων&lt;br /&gt;
| Nero Burning Rom&lt;br /&gt;
| K3b&lt;br /&gt;
| https://userbase.kde.org/K3b&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή αναπαραγωγής- Διαχείρισης πολυμέσων&lt;br /&gt;
| Winamp, Windows Media Player, RealPlayer, QuickTime&lt;br /&gt;
| VLC&lt;br /&gt;
| https://www.videolan.org/vlc/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή αναπαραγωγής- Διαχείρισης πολυμέσων&lt;br /&gt;
| Winamp, Windows Media Player, RealPlayer, QuickTime&lt;br /&gt;
| XBMC Media Center&lt;br /&gt;
| https://xbmc.org/about/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή αναπαραγωγής- Διαχείρισης πολυμέσων&lt;br /&gt;
| Winamp, Windows Media Player, RealPlayer, QuickTime&lt;br /&gt;
| Miro&lt;br /&gt;
| https://www.getmiro.com/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή αναπαραγωγής- Διαχείρισης πολυμέσων&lt;br /&gt;
| Winamp, Windows Media Player, RealPlayer, QuickTime&lt;br /&gt;
| Banshee&lt;br /&gt;
| http://www.banshee-project.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή αναπαραγωγής- Διαχείρισης πολυμέσων&lt;br /&gt;
| Winamp, Windows Media Player, RealPlayer, QuickTime&lt;br /&gt;
| Audacious&lt;br /&gt;
| https://audacious-media-player.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογές ταξινόμησης πολυμέσων&lt;br /&gt;
| MediaMan&lt;br /&gt;
| Data&lt;br /&gt;
| https://www.datacrow.net/&lt;br /&gt;
|-&lt;br /&gt;
| Αποκωδικοποίηση και αντιγραφή DVD&lt;br /&gt;
| DVDShrink&lt;br /&gt;
| k9copy&lt;br /&gt;
| https://k9copy.sourceforge.net/&lt;br /&gt;
|-&lt;br /&gt;
| Παρακολούθηση τηλεόρασης μέσω υπολογιστή&lt;br /&gt;
| WinTV&lt;br /&gt;
| tvtime&lt;br /&gt;
| https://tvtime.sourceforge.net/&lt;br /&gt;
|-&lt;br /&gt;
| Παρακολούθηση τηλεόρασης μέσω υπολογιστή&lt;br /&gt;
| WinTV&lt;br /&gt;
| MythTV&lt;br /&gt;
| https://www.mythtv.org/&lt;br /&gt;
|-&lt;br /&gt;
| Κωδικοποιητές video&lt;br /&gt;
| DivX&lt;br /&gt;
| xvid&lt;br /&gt;
| https://labs.xvid.com/&lt;br /&gt;
|-&lt;br /&gt;
| Συμπίεση/αποσυμπίεση αρχείων video&lt;br /&gt;
|&lt;br /&gt;
| Theora&lt;br /&gt;
| https://www.theora.org/&lt;br /&gt;
|-&lt;br /&gt;
| Σύνδεση με iPod&lt;br /&gt;
| iTunes&lt;br /&gt;
| GTKPod&lt;br /&gt;
| https://github.com/trinitonesounds/gtkpod&lt;br /&gt;
|-&lt;br /&gt;
| Σύνδεση με iPod&lt;br /&gt;
| iTunes&lt;br /&gt;
| Banshee&lt;br /&gt;
| https://banshee-project.org/&lt;br /&gt;
|-&lt;br /&gt;
| Σύνδεση με iPod&lt;br /&gt;
| iTunes&lt;br /&gt;
| Amarok&lt;br /&gt;
| https://amarok.kde.org/&lt;br /&gt;
|-&lt;br /&gt;
| Σύνδεση με iPod&lt;br /&gt;
| iTunes&lt;br /&gt;
| Rhythmbox&lt;br /&gt;
| https://projects.gnome.org/rhythmbox/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογές ταξινόμησης πολυμέσων&lt;br /&gt;
| MediaMan&lt;br /&gt;
| Data Crow&lt;br /&gt;
| https://www.datacrow.net/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογές ταξινόμησης πολυμέσων&lt;br /&gt;
| MediaMan&lt;br /&gt;
| Wwidd&lt;br /&gt;
| https://github.com/wwidd/wwidd&lt;br /&gt;
|-&lt;br /&gt;
| Διαχείριση εικόνων&lt;br /&gt;
| ACDSee&lt;br /&gt;
| EOG&lt;br /&gt;
| https://gitlab.gnome.org/GNOME/eog&lt;br /&gt;
|-&lt;br /&gt;
| Διαχείριση εικόνων&lt;br /&gt;
| ACDSee&lt;br /&gt;
| Shotwell&lt;br /&gt;
| https://wiki.gnome.org/Apps/Shotwell&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:2px solid #228B22; background-color:#f3f9f3; padding:10px; margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Διαμοιρασμών αρχείων και πολυμέσων =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ανταλλαγής αρχείων μέσω ftp&lt;br /&gt;
| CuteFTP&lt;br /&gt;
| Filezilla&lt;br /&gt;
| https://filezilla-project.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ανταλλαγής αρχείων μέσω ftp&lt;br /&gt;
| CuteFTP&lt;br /&gt;
| gFTP&lt;br /&gt;
| https://github.com/masneyb/gftp&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ανταλλαγής αρχείων μέσω ftp&lt;br /&gt;
| CuteFTP&lt;br /&gt;
| WinSCP&lt;br /&gt;
| https://winscp.net/eng/index.php&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ανταλλαγής αρχείων torrent&lt;br /&gt;
| uTorrent&lt;br /&gt;
| Transmission&lt;br /&gt;
| https://www.transmissionbt.com/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ανταλλαγής αρχείων torrent&lt;br /&gt;
| uTorrent&lt;br /&gt;
| qBittorent&lt;br /&gt;
| https://www.qbittorrent.org/&lt;br /&gt;
|-&lt;br /&gt;
| Peer to peer ανταλλαγή αρχείων&lt;br /&gt;
| eMule&lt;br /&gt;
| Gnutella&lt;br /&gt;
| https://sourceforge.net/projects/gtk-gnutella/&lt;br /&gt;
|-&lt;br /&gt;
| Λογισμικό διακομιστή για διαμοιρασμό πολυμέσων.&lt;br /&gt;
|&lt;br /&gt;
| Mediagoblin&lt;br /&gt;
| https://mediagoblin.org/&lt;br /&gt;
|-&lt;br /&gt;
| Το OnionShare είναι ένα δωρεάν εργαλείο που σας επιτρέπει ασφαλή και ανώνυμο διαμοιρασμό αρχείων οποιουδήποτε μεγέθους.&lt;br /&gt;
|&lt;br /&gt;
| OnionShare&lt;br /&gt;
| https://onionshare.org/&lt;br /&gt;
|-&lt;br /&gt;
| Λογισμικό διακομιστή κοινής χρήσης φωτογραφιών, που υποστηρίζεται από το ActivityPub.&lt;br /&gt;
|&lt;br /&gt;
| Pixelfed&lt;br /&gt;
| https://pixelfed.org/&lt;br /&gt;
|-&lt;br /&gt;
| Διαμοιρασμός αρχείων μέσω BitTorrent/Internet TV που βασίζεται σε Python.&lt;br /&gt;
|&lt;br /&gt;
| Tribler&lt;br /&gt;
| http://www.tribler.org/&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:2px solid #9932cc; background-color:#f9f3fb; padding:10px; margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Περιήγηση, ιδιωτικότητα, υποδομές δικτύου και αποκεντρωμένα δίκτυα =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Web browser&lt;br /&gt;
| Google Chrome, Microsoft Internet Explorer, Safari&lt;br /&gt;
| Chromium&lt;br /&gt;
| https://www.chromium.org/Home&lt;br /&gt;
|-&lt;br /&gt;
| Web browser&lt;br /&gt;
| Google Chrome, Microsoft Internet Explorer, Safari&lt;br /&gt;
| Mozilla Firefox&lt;br /&gt;
| https://www.mozilla.com/el/firefox/&lt;br /&gt;
|-&lt;br /&gt;
| Web browser&lt;br /&gt;
| Google Chrome, Microsoft Internet Explorer, Safari&lt;br /&gt;
| SeaMonkey&lt;br /&gt;
| https://www.seamonkey-project.org/&lt;br /&gt;
|-&lt;br /&gt;
| Anonymous Web Browser&lt;br /&gt;
| Opera&lt;br /&gt;
| Tor Browser&lt;br /&gt;
| https://www.torproject.org/download/&lt;br /&gt;
|-&lt;br /&gt;
| Anonymous Web Browser&lt;br /&gt;
| Opera&lt;br /&gt;
| Firefox Focus&lt;br /&gt;
| https://www.mozilla.org/en-US/firefox/mobile/#focus&lt;br /&gt;
|-&lt;br /&gt;
| Τείχος ασφαλείας&lt;br /&gt;
| Norton Internet Security 2009&lt;br /&gt;
| Shorewall&lt;br /&gt;
| https://shorewall.org/&lt;br /&gt;
|-&lt;br /&gt;
| Τείχος ασφαλείας&lt;br /&gt;
| Norton Internet Security 2009&lt;br /&gt;
| UFW&lt;br /&gt;
| https://help.ubuntu.com/community/UFW&lt;br /&gt;
|-&lt;br /&gt;
| Τείχος ασφαλείας&lt;br /&gt;
| Norton Internet Security 2009&lt;br /&gt;
| FirewallD&lt;br /&gt;
| https://firewalld.org/&lt;br /&gt;
|-&lt;br /&gt;
| Απομακρυσμένη γραμμή εντολών&lt;br /&gt;
| iSSH&lt;br /&gt;
| Putty&lt;br /&gt;
| https://www.chiark.greenend.org.uk/~sgtatham/putty/&lt;br /&gt;
|-&lt;br /&gt;
| Στοίβα πρωτοκόλλων RTP της GNU Common C++ και του έργου GNU.&lt;br /&gt;
|&lt;br /&gt;
| Ccrtp&lt;br /&gt;
| https://www.gnu.org/software/ccrtp/&lt;br /&gt;
|-&lt;br /&gt;
| Ελεύθερη υλοποίηση των socks έκδοση 4, socks έκδοση 5 και msproxy.&lt;br /&gt;
|&lt;br /&gt;
| Dante&lt;br /&gt;
| http://www.inet.no/dante/&lt;br /&gt;
|-&lt;br /&gt;
| CDN που προστατεύει την ιδιωτικότητα και εξυπηρετεί τοπικά αρχεία για απρόσκοπτη λειτουργία των ιστοτόπων. Λειτουργεί ως συμπλήρωμα στους συνήθεις αποκλειστές περιεχομένου.&lt;br /&gt;
|&lt;br /&gt;
| Decentraleyes&lt;br /&gt;
| https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/&lt;br /&gt;
|-&lt;br /&gt;
| Πρόσθετο του Firefox που τοποθετεί τη Lite (μη-JS / SSL) έκδοση του DuckDuckGo στη γραμμή αναζήτησης.&lt;br /&gt;
|&lt;br /&gt;
| DuckDuckGo (Lite SSL)&lt;br /&gt;
| https://duckduckgo.com/lite/&lt;br /&gt;
|-&lt;br /&gt;
| Παράκαμψη του αποκλεισμού διευθύνσεων IP (nodejs proxy).&lt;br /&gt;
|&lt;br /&gt;
| Flashproxy&lt;br /&gt;
| https://crypto.stanford.edu/flashproxy/&lt;br /&gt;
|-&lt;br /&gt;
| Διαχείριση διακομιστών μεσολάβησης για τον Firefox. Για ένα απλούστερο εργαλείο με λιγότερες επιλογές διαμόρφωσης, χρησιμοποιήστε το FoxyProxy Basic.&lt;br /&gt;
|&lt;br /&gt;
| FoxyProxy Standard&lt;br /&gt;
| http://getfoxyproxy.org/&lt;br /&gt;
|-&lt;br /&gt;
| Ασφαλές, αποκεντρωμένο, μέσο P2P δικτύωσης.&lt;br /&gt;
|&lt;br /&gt;
| Gnunet&lt;br /&gt;
| https://gnunet.org/&lt;br /&gt;
|-&lt;br /&gt;
| Βιβλιοθήκη που υλοποιεί το TLS 1.0 και το SSL 3.0.&lt;br /&gt;
|&lt;br /&gt;
| Gnutls&lt;br /&gt;
| https://www.gnu.org/software/gnutls/&lt;br /&gt;
|-&lt;br /&gt;
| GNU έκδοση του προγράμματος περιήγησης Firefox.&lt;br /&gt;
|&lt;br /&gt;
| Gnuzilla&lt;br /&gt;
| https://www.gnu.org/software/gnuzilla/&lt;br /&gt;
|-&lt;br /&gt;
| Κρυπτογραφεί την επικοινωνία του περιηγητή με πολλούς μεγάλους ιστότοπους, καθιστώντας την περιήγηση πιο ασφαλή.&lt;br /&gt;
|&lt;br /&gt;
| HTTPS Everywhere&lt;br /&gt;
| https://www.eff.org/https-everywhere&lt;br /&gt;
|-&lt;br /&gt;
| Μέσο P2P δικτύωσης, με έμφαση στην ανωνυμία.&lt;br /&gt;
|&lt;br /&gt;
| I2P&lt;br /&gt;
| https://geti2p.net/&lt;br /&gt;
|-&lt;br /&gt;
| Εμποδίζει την τροποποίηση του &amp;amp;lt;canvas&amp;amp;gt; για την αποτροπή του Canvas-Fingerprinting.&amp;amp;lt;/canvas&amp;amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| IceCat/CanvasBlocker&lt;br /&gt;
| https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/&lt;br /&gt;
|-&lt;br /&gt;
| Το WebRTC εκθέτει τις IP(s) του εσωτερικού σας δικτύου, χωρίς την αλληλεπίδραση του χρήστη.&lt;br /&gt;
|&lt;br /&gt;
| IceCat/Disable WebRTC&lt;br /&gt;
| https://addons.mozilla.org/en-US/firefox/addon/happy-bonobo-disable-webrtc/&lt;br /&gt;
|-&lt;br /&gt;
| Ενεργοποιεί το JavaScript μόνο για ιστότοπους που εμπιστεύεστε.&lt;br /&gt;
|&lt;br /&gt;
| IceCat/NoScript&lt;br /&gt;
| https://noscript.net/&lt;br /&gt;
|-&lt;br /&gt;
| Διαμόρφωση των κανόνων φιλτραρίσματος πακέτων IP του Linux.&lt;br /&gt;
|&lt;br /&gt;
| Iptables&lt;br /&gt;
| http://www.iptables.org/&lt;br /&gt;
|-&lt;br /&gt;
| Παραλλαγή του Firefox που εστιάζει στην ιδιωτικότητα, την ασφάλεια και το ελεύθερο λογισμικό.&lt;br /&gt;
|&lt;br /&gt;
| Librewolf&lt;br /&gt;
| https://librewolf.net/&lt;br /&gt;
|-&lt;br /&gt;
| Απόκρυψη γεωγραφικής θέσης από ιστότοπους.&lt;br /&gt;
|&lt;br /&gt;
| Location Guard&lt;br /&gt;
| https://github.com/chatziko/location-guard&lt;br /&gt;
|-&lt;br /&gt;
| Βιβλιοθήκη που υποστηρίζει το πρωτόκολλο έναρξης συνόδου (Session Initiation Protocol).&lt;br /&gt;
|&lt;br /&gt;
| Osip&lt;br /&gt;
| https://www.gnu.org/software/osip/&lt;br /&gt;
|-&lt;br /&gt;
| Επέκταση περιηγητή που ανιχνεύει και αποτρέπει την παρακολούθηση από τρίτους&lt;br /&gt;
|&lt;br /&gt;
| Privacy Badger&lt;br /&gt;
| https://www.eff.org/privacybadger&lt;br /&gt;
|-&lt;br /&gt;
| Διακομιστής μεσολάβησης (proxy) με αυξημένες δυνατότητες φιλτραρίσματος&lt;br /&gt;
|&lt;br /&gt;
| Privoxy&lt;br /&gt;
| https://www.privoxy.org/&lt;br /&gt;
|-&lt;br /&gt;
| Ανώνυμος δρομολογητής δικτύου για βελτίωση του απορρήτου στο Διαδίκτυο.&lt;br /&gt;
|&lt;br /&gt;
| Tor&lt;br /&gt;
| https://torproject.org&lt;br /&gt;
|-&lt;br /&gt;
| Περιηγητής ιστού που βασίζεται σε Firefox ESR για χρήση του δικτύου TOR.&lt;br /&gt;
|&lt;br /&gt;
| Tor Browser&lt;br /&gt;
| https://www.torproject.org/projects/torbrowser.html&lt;br /&gt;
|-&lt;br /&gt;
| Υποστήριξη Tor για Icedove/Mozilla Thunderbird.&lt;br /&gt;
|&lt;br /&gt;
| TorBirdy&lt;br /&gt;
| https://trac.torproject.org/projects/tor/wiki/torbirdy&lt;br /&gt;
|-&lt;br /&gt;
| Επιτρέπει σε εφαρμογές φιλικές προς το socks να χρησιμοποιούνται με το Tor.&lt;br /&gt;
|&lt;br /&gt;
| Torsocks&lt;br /&gt;
| https://gitweb.torproject.org/torsocks.git&lt;br /&gt;
|-&lt;br /&gt;
| Αποκλειστής για μεγάλο εύρος περιεχομένων.&lt;br /&gt;
|&lt;br /&gt;
| UBlock Origin&lt;br /&gt;
| https://github.com/gorhill/uBlock&lt;br /&gt;
|-&lt;br /&gt;
| Εύκολος έλεγχος οποιασδήποτε κατηγορία αιτημάτων από το πρόγραμμα περιήγησής σας (όπως scripts, iframes, διαφημίσεις, facebook).&lt;br /&gt;
|&lt;br /&gt;
| UMatrix&lt;br /&gt;
| https://addons.mozilla.org/en-US/firefox/addon/umatrix/&lt;br /&gt;
|-&lt;br /&gt;
| WebSocket pluggable transport - server.&lt;br /&gt;
|&lt;br /&gt;
| Websocket&lt;br /&gt;
| https://gitweb.torproject.org/pluggable-transports/websocket.git&lt;br /&gt;
|-&lt;br /&gt;
| Κλιμακούμενη δρομολόγηση ως κρυπτογραφημένο δίκτυο IPv6.&lt;br /&gt;
|&lt;br /&gt;
| Yggdrasil&lt;br /&gt;
| https://yggdrasil-network.github.io/&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:2px solid #ff8c00; background-color:#fff7f0; padding:10px; margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Ανάπτυξη, φιλοξενία, παρακολούθηση εφαρμογών =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Data analytics&lt;br /&gt;
| Google Analytics&lt;br /&gt;
| Matomo&lt;br /&gt;
| https://matomo.org&lt;br /&gt;
|-&lt;br /&gt;
| Data analytics&lt;br /&gt;
| Google Analytics&lt;br /&gt;
| Goaccess&lt;br /&gt;
| https://goaccess.io/&lt;br /&gt;
|-&lt;br /&gt;
| Data analytics&lt;br /&gt;
| Google Analytics&lt;br /&gt;
| umami&lt;br /&gt;
| https://umami.is&lt;br /&gt;
|-&lt;br /&gt;
| Data analytics&lt;br /&gt;
| Google Analytics&lt;br /&gt;
| Plausible-Analytics&lt;br /&gt;
| https://plausible.io/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Χρονοσειρές)&lt;br /&gt;
| Kdb+&lt;br /&gt;
| InfluxDB&lt;br /&gt;
| https://www.influxdata.com/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Χρονοσειρές)&lt;br /&gt;
| Kdb+&lt;br /&gt;
| TDengine&lt;br /&gt;
| https://tdengine.com/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Χρονοσειρές)&lt;br /&gt;
| Kdb+&lt;br /&gt;
| TimescaleDB&lt;br /&gt;
| https://www.timescale.com/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Χρονοσειρές)&lt;br /&gt;
| Kdb+&lt;br /&gt;
| QuestDB&lt;br /&gt;
| https://questdb.io/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Γράφοι)&lt;br /&gt;
| Amazon Neptune&lt;br /&gt;
| Dgraph&lt;br /&gt;
| https://dgraph.io/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Γράφοι)&lt;br /&gt;
| Amazon Neptune&lt;br /&gt;
| ArangoDB&lt;br /&gt;
| https://www.arangodb.com/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Γράφοι)&lt;br /&gt;
| Amazon Neptune&lt;br /&gt;
| Neo4j&lt;br /&gt;
| https://neo4j.com/&lt;br /&gt;
|-&lt;br /&gt;
| Παρακολουθησιμότητα (Observability)&lt;br /&gt;
| Datadog&lt;br /&gt;
| Netdata&lt;br /&gt;
| https://github.com/netdata/netdata&lt;br /&gt;
|-&lt;br /&gt;
| Παρακολουθησιμότητα (Observability)&lt;br /&gt;
| Datadog&lt;br /&gt;
| Grafana&lt;br /&gt;
| https://github.com/grafana/grafana&lt;br /&gt;
|-&lt;br /&gt;
| Παρακολουθησιμότητα (Observability)&lt;br /&gt;
| Datadog&lt;br /&gt;
| ThingsBoard&lt;br /&gt;
| https://thingsboard.io/&lt;br /&gt;
|-&lt;br /&gt;
| Φιλοξενία Εφαρμογών&lt;br /&gt;
| Heroku&lt;br /&gt;
| Dokku&lt;br /&gt;
| http://dokku.viewdocs.io/dokku/&lt;br /&gt;
|-&lt;br /&gt;
| Φιλοξενία Εφαρμογών&lt;br /&gt;
| Heroku&lt;br /&gt;
| OpenFaas&lt;br /&gt;
| https://www.openfaas.com/&lt;br /&gt;
|-&lt;br /&gt;
| Φιλοξενία Εφαρμογών&lt;br /&gt;
| Heroku&lt;br /&gt;
| Caprover&lt;br /&gt;
| https://CapRover.com&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:2px solid #2f4f4f; background-color:#f4f8f8; padding:10px; margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Κρυπτογραφία =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Σύστημα κρυπτογράφησης αρχείων.&lt;br /&gt;
|&lt;br /&gt;
| Ecryptfs-utils&lt;br /&gt;
| https://launchpad.net/ecryptfs&lt;br /&gt;
|-&lt;br /&gt;
| Υποστήριξη GPG για το Thunderbird/Icedove.&lt;br /&gt;
|&lt;br /&gt;
| Enigmail&lt;br /&gt;
| http://www.enigmail.net/home/index.php&lt;br /&gt;
|-&lt;br /&gt;
| Εργαλεία κρυπτογραφίας Java.&lt;br /&gt;
|&lt;br /&gt;
| Gnu-crypto&lt;br /&gt;
| https://www.gnu.org/software/gnu-crypto/&lt;br /&gt;
|-&lt;br /&gt;
| Υλοποίηση του προτύπου OpenPGP για το Διαδίκτυο.&lt;br /&gt;
|&lt;br /&gt;
| Gnupg&lt;br /&gt;
| https://gnupg.org/&lt;br /&gt;
|-&lt;br /&gt;
| Γραφική διεπαφή χρήστη για το GNU Privacy Guard (GnuPG).&lt;br /&gt;
|&lt;br /&gt;
| Gpa&lt;br /&gt;
| http://www.gnupg.org/gpa.html&lt;br /&gt;
|-&lt;br /&gt;
| Βιβλιοθήκη κρυπτογραφίας.&lt;br /&gt;
|&lt;br /&gt;
| Libgcrypt&lt;br /&gt;
| https://gnupg.org/software/libgcrypt/&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:2px solid #8b0000; background-color:#fdf4f4; padding:10px; margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Άλλα =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Μια γλώσσα προγραμματισμού για μαθητές και καθηγητές&lt;br /&gt;
|&lt;br /&gt;
| EDUBlocks&lt;br /&gt;
| https://edublocks.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εικονικός προσωπικός βοηθός&lt;br /&gt;
|&lt;br /&gt;
| Leon&lt;br /&gt;
| https://getleon.ai/&lt;br /&gt;
|-&lt;br /&gt;
| Ανοιχτού κώδικα λογισμικό για τη συγκέντρωση πληροφοριών (OSINT)&lt;br /&gt;
|&lt;br /&gt;
| Maryam&lt;br /&gt;
| https://github.com/saeeddhqan/Maryam&lt;br /&gt;
|-&lt;br /&gt;
| Εικονικός προσωπικός βοηθός.&lt;br /&gt;
|&lt;br /&gt;
| Mycroft&lt;br /&gt;
| https://mycroft.ai/&lt;br /&gt;
|-&lt;br /&gt;
| Ανοιχτού κώδικα λογισμικό διαχείρισης ανθρώπινου δυναμικού (human resources).&lt;br /&gt;
|&lt;br /&gt;
| Open HRMS Software&lt;br /&gt;
| https://www.openhrms.com/&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:2px solid #696969; background-color:#f8f8f8; padding:10px; margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Λογισμικό προχωρημένης χρήσης (advanced) ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;mce-item-table&amp;quot;&lt;br /&gt;
! &lt;br /&gt;
!Περιγραφή&lt;br /&gt;
!Εμπορικό&lt;br /&gt;
!Προϊόν ΕΛΛΑΚ&lt;br /&gt;
!Ιστοσελίδα&lt;br /&gt;
!Πλατφόρμα&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Εξαγωγέας pdf αρχείων&lt;br /&gt;
|Adobe Acrobat Professional&lt;br /&gt;
|PDFCreator&lt;br /&gt;
|https://sourceforge.net/project/showfiles.php?group_id=57796&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Απομακρυσμένη διαχείριση επιφάνειας εργασίας&lt;br /&gt;
|Microsoft Remote Desktop&lt;br /&gt;
|Tight VNC&lt;br /&gt;
|https://www.tightvnc.com&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |3&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Πλατφόρμα δημιουργίας 3D γραφικών&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Autodesk 3ds Max&lt;br /&gt;
|Blender&lt;br /&gt;
|https://www.blender.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|K-3D&lt;br /&gt;
|https://www.k-3d.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux, Microsoft Windows, Mac OS X, FreeBSD&lt;br /&gt;
|-&lt;br /&gt;
|Art of Illusion&lt;br /&gt;
|https://www.artofillusion.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |4&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Σχεδίαση Ιστοσελίδων&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Adobe Dreamweaver&lt;br /&gt;
|KompoZer&lt;br /&gt;
|https://kompozer.net/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|Bluefish&lt;br /&gt;
|https://bluefish.openoffice.nl/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X&lt;br /&gt;
|-&lt;br /&gt;
|Brackets&lt;br /&gt;
|https://brackets.io/&amp;lt;br&amp;gt;&lt;br /&gt;
|OS Independent&lt;br /&gt;
|-&lt;br /&gt;
|Atom&lt;br /&gt;
|https://atom.io/&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |5&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Εξυπηρετητής βάσης δεδομένων&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Microsoft SQL Server&lt;br /&gt;
|MySQL Server &lt;br /&gt;
|https://www.mysql.com/ &amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|PostgreSQL&lt;br /&gt;
|https://www.postgresql.org/&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |6&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Εξυπηρετητής Διαδικτύου&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Microsoft IIS&lt;br /&gt;
|Apache Web Server&lt;br /&gt;
|https://httpd.apache.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|Nginx&lt;br /&gt;
|https://www.nginx.com/&lt;br /&gt;
|Linux, FreeBSD&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|Λογισμικό για δημιουργία vector graphics&lt;br /&gt;
|Corel Draw X3&lt;br /&gt;
|InkScape&lt;br /&gt;
|https://www.inkscape.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|Περιβάλλον επιστημονικών κ΄μαθηματικών υπολογισμών&lt;br /&gt;
|Mathematica&lt;br /&gt;
|Sage&lt;br /&gt;
|https://www.sagemath.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |9&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Περιβάλλον μαθηματικών υπολογισμών&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Mathworks Matlab&lt;br /&gt;
|GNU Octave&lt;br /&gt;
|[https://www.gnu.org/software/octave/https://www.scilab.org/ https://www.gnu.org/software/octave/]&amp;lt;br&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|SciLab&lt;br /&gt;
|[https://www.gnu.org/software/octave/https://www.scilab.org/ https://www.scilab.org/]&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Προσομοιωτής κίνησης δικτύου&lt;br /&gt;
|OPNET&lt;br /&gt;
|Ns-3&lt;br /&gt;
|https://www.nsnam.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Εφαρμογή σχεδίασης&lt;br /&gt;
|Adobe Illustrator&lt;br /&gt;
|Skencil&lt;br /&gt;
|https://www.skencil.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; |12&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; |Εφαρμογή επεξεργασίας video&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; |Adobe Premier&lt;br /&gt;
|KdenliveVirtualdub&lt;br /&gt;
|https://kdenlive.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|FreeBSD, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|Cinerrella&lt;br /&gt;
|https://cinelerra.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|Kino&lt;br /&gt;
|https://kinodv.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|Avidemux&lt;br /&gt;
|https://www.avidemux.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|VideoLAN Movie Creator&lt;br /&gt;
|https://www.videolan.org/vlmc/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|Blender&lt;br /&gt;
|https://www.blender.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Δημιουργία γραφικών flash&lt;br /&gt;
|Adobe Flash&lt;br /&gt;
|F4LSwftools&lt;br /&gt;
|https://f4l.sourceforge.net/https://swftools.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux, Windows&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |14&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Σχεδιαστικό πακέτο&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Microsoft Visio&lt;br /&gt;
|Dia&lt;br /&gt;
|https://projects.gnome.org/dia/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|Libreoffice Draw&lt;br /&gt;
|https://www.libreoffice.org/discover/draw/&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |15&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Εφαρμογή διαμόρφωσης του σκληρού δίσκου&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Partition Magic&lt;br /&gt;
|gparted &lt;br /&gt;
|https://gparted.sourceforge.net/ &amp;lt;br&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Linux&lt;br /&gt;
|-&lt;br /&gt;
|qtparted&lt;br /&gt;
|https://qtparted.sourceforge.net/&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|Ανάλυση γεωγραφικών δεδομένων (G.I.S.)&lt;br /&gt;
|ESRI ArcGIS&lt;br /&gt;
|GRASS GIS QGIS&lt;br /&gt;
|https://grass.osgeo.org/ https://www.qgis.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Διαχείριση εκπαιδευτικού περιεχομένου&lt;br /&gt;
|Βlackboard&lt;br /&gt;
|Moodle e-Class eFront&lt;br /&gt;
|https://moodle.org https://www.openeclass.org/ &amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |18&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Εφαρμογή διαχείρισης έργων&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Microsoft Project&lt;br /&gt;
|Open Workbench&lt;br /&gt;
|[https://www.openworkbench.org/https://www.projectlibre.org/https://2-plan.com/ https://www.openworkbench.org/]&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|ProjectLibre&lt;br /&gt;
|[https://www.openworkbench.org/https://www.projectlibre.org/https://2-plan.com/ https://www.projectlibre.org/]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |19&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Περιβάλλον σχεδίασης CAD&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |AutoCAD&lt;br /&gt;
|Archimedes&lt;br /&gt;
|https://www.codeplex.com/archimedes&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|FreeCAD&lt;br /&gt;
|https://freecadweb.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|LibreCAD&lt;br /&gt;
|https://librecad.org/cms/home.html&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Οπτική αναγνώριση κειμένου&lt;br /&gt;
|FineReader&lt;br /&gt;
|Kooka&lt;br /&gt;
|https://kooka.kde.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Εργαλείο αποσφαλμάτωσης κώδικα&lt;br /&gt;
|Rational Purify&lt;br /&gt;
|Valgrind&lt;br /&gt;
|https://valgrind.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Ασφαλείς συναλλαγές&lt;br /&gt;
|Authorize.net&lt;br /&gt;
|OpenSSL&lt;br /&gt;
|https://www.openssl.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |23&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Διαχείριση οικιακών οικονομικών&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Microsoft Money&lt;br /&gt;
|HomeBank &lt;br /&gt;
|https://homebank.free.fr/ &amp;lt;br&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Windows, Linux&lt;br /&gt;
|-&lt;br /&gt;
|turboCash&lt;br /&gt;
|https://www.turbocashuk.com/&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|Εξυπηρετητής εφαρμογών&lt;br /&gt;
|Oracle WebLogic Server&lt;br /&gt;
|JBoss Tomcat&lt;br /&gt;
|https://www.jboss.org/jbossas/ https://tomcat.apache.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Εξομοιωτής αστρονομία&lt;br /&gt;
|Starry Night&lt;br /&gt;
|Celestia&lt;br /&gt;
|https://shatters.net/celestia/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|Μεταγλωττιστής c/c++&lt;br /&gt;
|Visual C compiler&lt;br /&gt;
|Gcc&lt;br /&gt;
|https://gcc.gnu.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Συνεργατικά εργαλεία διαχείρισης projects&lt;br /&gt;
|SourceForge&lt;br /&gt;
|GForge&lt;br /&gt;
|https://gforge.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|Ανάλυση κίνησης δικτύου&lt;br /&gt;
|Microsoft Network Monitor&lt;br /&gt;
|Wireshark&lt;br /&gt;
|https://www.wireshark.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |29&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Διαχείριση εκδόσεων λογισμικού&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Perforce&lt;br /&gt;
|Subversion&lt;br /&gt;
|https://subversion.tigris.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|Git&lt;br /&gt;
|https://git-scm.com/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X&lt;br /&gt;
|-&lt;br /&gt;
|TortoiseSVN&lt;br /&gt;
|https://tortoisesvn.tigris.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Στατιστική Ανάλυση&lt;br /&gt;
|SPSS&lt;br /&gt;
|GNU PSPP R – Project&lt;br /&gt;
|https://www.gnu.org/software/pspp/ https://www.r-project.org&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Desktop Publishing&lt;br /&gt;
|Microsoft Publisher&lt;br /&gt;
|Scribus&lt;br /&gt;
|https://www.scribus.net/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |32&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Ανάκτηση δεδομένων&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | &lt;br /&gt;
|Photorec&lt;br /&gt;
|https://www.cgsecurity.org/wiki/PhotoRec&amp;lt;br&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Windows, Linux, Mac OS XLinux&lt;br /&gt;
|-&lt;br /&gt;
|TestDisc&lt;br /&gt;
|[https://www.cgsecurity.org/wiki/TestDiskhttps://foremost.sourceforge.net/ https://www.cgsecurity.org/wiki/TestDisk]&lt;br /&gt;
|-&lt;br /&gt;
|Foremost&lt;br /&gt;
|[https://www.cgsecurity.org/wiki/TestDiskhttps://foremost.sourceforge.net/ https://foremost.sourceforge.net/]&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Mechanical computer-aided design (MCAD)&lt;br /&gt;
|Autodesk Inventor, SolidWorks&lt;br /&gt;
|FreeCAD&lt;br /&gt;
|https://freecadweb.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Microsoft Windows, Linux, OS X[1]&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|CRM&lt;br /&gt;
| &lt;br /&gt;
| Vtiger Suitecrm&lt;br /&gt;
|https://sourceforge.net/projects/vtigercrm/ https://suitecrm.com/&amp;lt;br&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |35&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |ERP&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | &lt;br /&gt;
|Adempiere&lt;br /&gt;
|&lt;br /&gt;
|Linux, OS X, Unix, Windows&lt;br /&gt;
|-&lt;br /&gt;
|Dolibarr&lt;br /&gt;
|https://www.dolibarr.gr/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Unix, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Μίξη Ήχου/ Εργαλεία DJ&lt;br /&gt;
|Traktor Scratch, Scratch Live&lt;br /&gt;
|Mixx&lt;br /&gt;
|https://www.mixxx.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |37&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Μουσική σύνθεση&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |DrumCore , FL Studio, Finale, GuitarPro&lt;br /&gt;
|Hydrogen&lt;br /&gt;
|https://www.hydrogen-music.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X.&lt;br /&gt;
|-&lt;br /&gt;
|Linux MultiMedia Studio&lt;br /&gt;
|https://lmms.sourceforge.net/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux&lt;br /&gt;
|-&lt;br /&gt;
|MuseScore&lt;br /&gt;
|https://musescore.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X&lt;br /&gt;
|-&lt;br /&gt;
|TuxGuitar&lt;br /&gt;
|https://www.tuxguitar.com.ar/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |38&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Σύλληψη βίντεο οθόνης (screen video capture)&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Camtasia&lt;br /&gt;
|CamStudio&lt;br /&gt;
|https://camstudio.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows&lt;br /&gt;
|-&lt;br /&gt;
|Krut Computer Recorder&lt;br /&gt;
|https://krut.sourceforge.net/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X&lt;br /&gt;
|-&lt;br /&gt;
|Webinaria&lt;br /&gt;
|https://www.webinaria.com/index.php&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux OS X&lt;br /&gt;
|}&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Επιπλέον πληροφορίες για το ανοιχτό λογισμικό στην [https://el.wikipedia.org/wiki/%CE%91%CE%BD%CE%BF%CE%B9%CE%BA%CF%84%CF%8C%CF%82_%CE%9A%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1%CF%82 wikipedia],  μπορείτε να βελτιώσετε [https://el.wikipedia.org/wiki/%CE%91%CE%BD%CE%BF%CE%B9%CE%BA%CF%84%CF%8C%CF%82_%CE%9A%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1%CF%82 αυτό] το άρθρο στα Ελληνικά αξιοποιώντας το [https://en.wikipedia.org/wiki/Open_source αντίστοιχο] στα Αγγλικά. ===&lt;br /&gt;
&lt;br /&gt;
== [https://directory.fsf.org/wiki/Main_Page The Free Software Directory, is a catalog of useful software] ==&lt;br /&gt;
== [https://www.openhub.net/  Discover, Track and Compare Open Source Projects] ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:ΕΛΛΑΚ]]&lt;br /&gt;
[[Κατηγορία:Μελέτες]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=%CE%A0%CE%AF%CE%BD%CE%B1%CE%BA%CE%B1%CF%82_%CE%B9%CF%83%CE%BF%CE%B4%CF%8D%CE%BD%CE%B1%CE%BC%CF%89%CE%BD_%CE%BB%CE%BF%CE%B3%CE%B9%CF%83%CE%BC%CE%B9%CE%BA%CF%8E%CE%BD_%CE%B1%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%BA%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1&amp;diff=2464</id>
		<title>Πίνακας ισοδύναμων λογισμικών ανοιχτού κώδικα</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=%CE%A0%CE%AF%CE%BD%CE%B1%CE%BA%CE%B1%CF%82_%CE%B9%CF%83%CE%BF%CE%B4%CF%8D%CE%BD%CE%B1%CE%BC%CF%89%CE%BD_%CE%BB%CE%BF%CE%B3%CE%B9%CF%83%CE%BC%CE%B9%CE%BA%CF%8E%CE%BD_%CE%B1%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%BA%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1&amp;diff=2464"/>
		<updated>2025-11-05T12:04:08Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== &amp;lt;strong&amp;gt;Τα βασικά κριτήρια επιλογής ανοιχτού λογισμικού είναι τα παρακάτω&amp;lt;/strong&amp;gt;: ===&lt;br /&gt;
1. η &amp;lt;strong&amp;gt;καταλληλότητα&amp;lt;/strong&amp;gt; για τις ανάγκες της επιχείρησης/οργανισμού,&lt;br /&gt;
&lt;br /&gt;
2. ο &amp;lt;strong&amp;gt;αριθμός των ενεργών μελών&amp;lt;/strong&amp;gt; της κοινότητας (προγραμματιστών/developers) που το αναπτύσσουν,&lt;br /&gt;
&lt;br /&gt;
3. η &amp;lt;strong&amp;gt;άδεια χρήσης&amp;lt;/strong&amp;gt; (Διαθέσιμες Άδειες-https://www.opensource.org/licenses),&lt;br /&gt;
&lt;br /&gt;
4. &amp;lt;strong&amp;gt;η&lt;br /&gt;
&amp;lt;nowiki&amp;gt; &amp;lt;/nowiki&amp;gt;ύπαρξη στελεχών που είναι σε θέση να αναλάβουν την υποστήριξη του &lt;br /&gt;
λογισμικού εσωτερικά στην επιχείρηση/οργανισμό ή εναλλακτικά η επιλογή εξωτερικών συνεργατών ή τοπικής εταιρείας πληροφορικής με τεχνογνωσία και εμπειρία στην υποστήριξη του επιλεγμένου λογισμικού, &amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;5. η διάθεση πόρων σε συνεργασία με την αντίστοιχη κοινότητα&lt;br /&gt;
&amp;lt;nowiki&amp;gt; &amp;lt;/nowiki&amp;gt;για να υποστηριχθεί και να επεκταθεί το λογισμικό που επιλέξατε, οι &lt;br /&gt;
κοινότητες που αναπτύσσουν και υποστηρίζουν το ανοιχτό λογισμικό είναι &lt;br /&gt;
“ανοιχτοί” συνεταιρισμοί που βασίζονται στην ενεργή υποστήριξη όλων των &lt;br /&gt;
ωφελουμένων.&amp;lt;/strong&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Προτεινόμενο Λογισμικό ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%; border:2px solid #aaa; border-collapse:collapse; background:#f9f9f9;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:30%; text-align:center; background:#ececec;&amp;quot; | Περιγραφή&lt;br /&gt;
! style=&amp;quot;width:20%; text-align:center; background:#ececec;&amp;quot; | Εμπορικό Ισοδύναμο&lt;br /&gt;
! style=&amp;quot;width:20%; text-align:center; background:#ececec;&amp;quot; | ΕΛ-ΛΑΚ&lt;br /&gt;
! style=&amp;quot;width:30%; text-align:center; background:#ececec;&amp;quot; | Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Περιηγητής ιστού&lt;br /&gt;
| Edge, Safari&lt;br /&gt;
| &#039;&#039;&#039;Firefox&#039;&#039;&#039;&lt;br /&gt;
| [https://www.mozilla.org/en-US/firefox/ Mozilla Firefox]&lt;br /&gt;
|-&lt;br /&gt;
| Πακέτο εφαρμογών γραφείου&lt;br /&gt;
| Microsoft Office&lt;br /&gt;
| &#039;&#039;&#039;LibreOffice&#039;&#039;&#039;&lt;br /&gt;
| [https://eo.libreoffice.org/ LibreOffice]&amp;lt;br /&amp;gt;[https://elearn.ellak.gr/course/view.php?id=62 &#039;&#039;&#039;Χρήση του Libre Office&#039;&#039;&#039;]&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ηλεκτρονικού ταχυδρομείου&lt;br /&gt;
| Microsoft Outlook Express&lt;br /&gt;
| &#039;&#039;&#039;Mozilla Thunderbird&#039;&#039;&#039;&lt;br /&gt;
| [https://www.thunderbird.net/en-US/ Thunderbird]&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων, Τηλεφωνία μέσω internet&lt;br /&gt;
| Slack, Discord, Facebook Messenger&lt;br /&gt;
| &#039;&#039;&#039;Signal&#039;&#039;&#039;&lt;br /&gt;
| [https://www.signal.org/ Signal]&lt;br /&gt;
|-&lt;br /&gt;
| Ανώνυμη περιήγηση&lt;br /&gt;
| Opera&lt;br /&gt;
| &#039;&#039;&#039;Tor Browser&#039;&#039;&#039;&lt;br /&gt;
| [https://www.torproject.org/download/ Tor Project]&lt;br /&gt;
|-&lt;br /&gt;
| Λειτουργικό Σύστημα&lt;br /&gt;
| Microsoft Windows, Mac OS&lt;br /&gt;
| &#039;&#039;&#039;Ubuntu&#039;&#039;&#039;&lt;br /&gt;
| [https://ubuntu-gr.org/ Ubuntu GR]&lt;br /&gt;
|-&lt;br /&gt;
| Προγραμματισμός συναντήσεων ομάδων/εργαζομένων&lt;br /&gt;
| Doodle, Calendly&lt;br /&gt;
| &#039;&#039;&#039;Framadate&#039;&#039;&#039;&lt;br /&gt;
| [https://framadate.org/abc/en/ Framadate]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= 🖥️ Εργαλεία Γραφείου =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%; border:2px solid #aaa; border-collapse:collapse; background:#f9f9f9;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Περιγραφή&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Εμπορικό Ισοδύναμο&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | ΕΛ/ΛΑΚ&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ηλεκτρονικού ταχυδρομείου&lt;br /&gt;
| Microsoft Outlook Express&lt;br /&gt;
| Thunderbird&lt;br /&gt;
| https://www.thunderbird.net/en-US/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ηλεκτρονικού ταχυδρομείου&lt;br /&gt;
| Microsoft Outlook Express&lt;br /&gt;
| Evolution&lt;br /&gt;
| https://projects.gnome.org/evolution/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ηλεκτρονικού ταχυδρομείου&lt;br /&gt;
| Microsoft Outlook Express&lt;br /&gt;
| K-9 Mail&lt;br /&gt;
| https://k9mail.github.io/&lt;br /&gt;
|-&lt;br /&gt;
| Προστασία από ιούς&lt;br /&gt;
| McAfee VirusScan&lt;br /&gt;
| ClamWin&lt;br /&gt;
| https://www.clamwin.com/&lt;br /&gt;
|-&lt;br /&gt;
| Προστασία από ιούς&lt;br /&gt;
| McAfee VirusScan&lt;br /&gt;
| Lynis&lt;br /&gt;
| https://cisofy.com/lynis/&lt;br /&gt;
|-&lt;br /&gt;
| Απλός επεξεργαστής κειμένου&lt;br /&gt;
| Microsoft Notepad&lt;br /&gt;
| gedit&lt;br /&gt;
| https://projects.gnome.org/gedit&lt;br /&gt;
|-&lt;br /&gt;
| Απλός επεξεργαστής κειμένου&lt;br /&gt;
| Microsoft Notepad&lt;br /&gt;
| NotePad++&lt;br /&gt;
| https://notepad-plus-plus.org/&lt;br /&gt;
|-&lt;br /&gt;
| Απλός επεξεργαστής κειμένου&lt;br /&gt;
| Microsoft Notepad&lt;br /&gt;
| kedit&lt;br /&gt;
| https://kate-editor.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Code::Blocks (C, C++ and Fortran)&lt;br /&gt;
| https://www.codeblocks.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Dev-C++ (C και C++)&lt;br /&gt;
| https://www.bloodshed.net/devcpp.html&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Mono (Microsoft .NET Framework, ECMA standards C#)&lt;br /&gt;
| https://www.mono-project.com/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Ultimate++ (C++)&lt;br /&gt;
| https://www.ultimatepp.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή διαχείρισης αρχείων&lt;br /&gt;
| Total Commander&lt;br /&gt;
| GNOME Commander&lt;br /&gt;
| https://gcmd.github.io/&lt;br /&gt;
|-&lt;br /&gt;
| Δημιουργία αντιγράφων ασφαλείας και ανάκτηση δεδομένων&lt;br /&gt;
| Norton Ghost&lt;br /&gt;
| PartitionImage&lt;br /&gt;
| https://www.partimage.org/&lt;br /&gt;
|-&lt;br /&gt;
| Συμπίεση/αποσυμπίεση αρχείων&lt;br /&gt;
| WinZip&lt;br /&gt;
| 7-Zip&lt;br /&gt;
| https://www.7-zip.org/&lt;br /&gt;
|-&lt;br /&gt;
| Πρόγραμμα οργάνωσης συναντήσεων&lt;br /&gt;
| Windows Calendar&lt;br /&gt;
| Kontact&lt;br /&gt;
| https://kontact.org/&lt;br /&gt;
|-&lt;br /&gt;
| Πρόγραμμα οργάνωσης συναντήσεων&lt;br /&gt;
| Windows Calendar&lt;br /&gt;
| Thunderbird&lt;br /&gt;
| https://www.thunderbird.net/en-US/&lt;br /&gt;
|-&lt;br /&gt;
| Πρόγραμμα οργάνωσης συναντήσεων&lt;br /&gt;
| Windows Calendar&lt;br /&gt;
| Evolution&lt;br /&gt;
| https://projects.gnome.org/evolution/&lt;br /&gt;
|-&lt;br /&gt;
| Ανάγνωση αρχείων PS&lt;br /&gt;
| Adobe PostScript&lt;br /&gt;
| Ghostscript&lt;br /&gt;
| http://pages.cs.wisc.edu/~ghost/&lt;br /&gt;
|-&lt;br /&gt;
| Ανάγνωση αρχείων PS&lt;br /&gt;
| Adobe PostScript&lt;br /&gt;
| KGhostview&lt;br /&gt;
| http://pages.cs.wisc.edu/~ghost/&lt;br /&gt;
|-&lt;br /&gt;
| Αυτόματη μετάφραση σε Python, με χρήση νευρωνικών δικτύων&lt;br /&gt;
|&lt;br /&gt;
| Argos Translate&lt;br /&gt;
| https://www.argosopentech.com/&lt;br /&gt;
|-&lt;br /&gt;
| Ελεύθερο API μηχανικής μετάφρασης, self-hosted, χωρίς περιορισμούς όγκου&lt;br /&gt;
|&lt;br /&gt;
| LibreTranslate&lt;br /&gt;
| https://libretranslate.com/&lt;br /&gt;
|-&lt;br /&gt;
| Searx – μηχανή μετα-αναζήτησης που σέβεται την ιδιωτικότητα, βασισμένη στον διαμεσολαβητή Seeks&lt;br /&gt;
|&lt;br /&gt;
| Searx&lt;br /&gt;
| https://github.com/asciimoo/searx/wiki/&lt;br /&gt;
|-&lt;br /&gt;
| Προγραμματισμός συναντήσεων ομάδων/εργαζομένων&lt;br /&gt;
| Doodle, Calendly&lt;br /&gt;
| Framadate&lt;br /&gt;
| https://framadate.org/abc/en/&lt;br /&gt;
|-&lt;br /&gt;
| Πακέτο εφαρμογών γραφείου&lt;br /&gt;
| Microsoft Office&lt;br /&gt;
| LibreOffice&lt;br /&gt;
| https://eo.libreoffice.org/&lt;br /&gt;
|-&lt;br /&gt;
| Πακέτο εφαρμογών γραφείου&lt;br /&gt;
| Microsoft Office&lt;br /&gt;
| OpenOffice&lt;br /&gt;
| https://www.openoffice.org/el/&lt;br /&gt;
|-&lt;br /&gt;
| Αναγνώστης αρχείων PDF&lt;br /&gt;
| Adobe PDF Reader&lt;br /&gt;
| Evince&lt;br /&gt;
| https://wiki.gnome.org/Apps/Evince&lt;br /&gt;
|-&lt;br /&gt;
| Αναγνώστης αρχείων PDF&lt;br /&gt;
| Adobe PDF Reader&lt;br /&gt;
| KDE (KPDF)&lt;br /&gt;
| https://kpdf.kde.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Eclipse&lt;br /&gt;
| https://www.eclipse.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| NetBeans&lt;br /&gt;
| https://netbeans.apache.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Geany&lt;br /&gt;
| https://www.geany.org/&lt;br /&gt;
|-&lt;br /&gt;
| Ολοκλήρωση – Integration&lt;br /&gt;
| Zapier&lt;br /&gt;
| Huginn&lt;br /&gt;
| https://github.com/huginn/huginn&lt;br /&gt;
|-&lt;br /&gt;
| Ολοκλήρωση – Integration&lt;br /&gt;
| Zapier&lt;br /&gt;
| n8n&lt;br /&gt;
| https://n8n.io&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
= 📰 Ιστολόγια και Μέσα Δικτύωσης =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%; border:2px solid #aaa; border-collapse:collapse; background:#f9f9f9;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Περιγραφή&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Εμπορικό Ισοδύναμο&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | ΕΛ/ΛΑΚ&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Λογισμικό διακομιστή microblogging που ακολουθεί το πρότυπο ActivityPub, υποστηρίζει προειδοποιήσεις περιεχομένου και ιδιωτικά μηνύματα&lt;br /&gt;
|&lt;br /&gt;
| Mastodon&lt;br /&gt;
| https://joinmastodon.org&lt;br /&gt;
|-&lt;br /&gt;
| Λογισμικό διακομιστή ιστολογίου (blogging) που χρησιμοποιεί το πρότυπο Activity Streams&lt;br /&gt;
|&lt;br /&gt;
| Pump.io&lt;br /&gt;
| http://pump.io&lt;br /&gt;
|-&lt;br /&gt;
| Αποκεντρωμένη πλατφόρμα microblogging P2P&lt;br /&gt;
|&lt;br /&gt;
| Twister&lt;br /&gt;
| http://twister.net.co/&lt;br /&gt;
|-&lt;br /&gt;
| Μια μινιμαλιστική πλατφόρμα δημοσίευσης, φτιαγμένη για συγγραφείς&lt;br /&gt;
|&lt;br /&gt;
| WriteFreely&lt;br /&gt;
| https://writefreely.org/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= 💬 Ανταλλαγή Μηνυμάτων, Τηλεφωνία και Βιντεοκλήσεις =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%; border:2px solid #aaa; border-collapse:collapse; background:#f9f9f9;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Περιγραφή&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Εμπορικό Ισοδύναμο&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | ΕΛ/ΛΑΚ&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων&lt;br /&gt;
| Facebook Messenger&lt;br /&gt;
| Empathy&lt;br /&gt;
| https://live.gnome.org/Empathy&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων&lt;br /&gt;
| Facebook Messenger&lt;br /&gt;
| Kopete&lt;br /&gt;
| https://apps.kde.org/kopete/&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων&lt;br /&gt;
| Facebook Messenger&lt;br /&gt;
| Pidgin&lt;br /&gt;
| https://www.pidgin.im/&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων&lt;br /&gt;
| Facebook Messenger&lt;br /&gt;
| Telegram&lt;br /&gt;
| https://telegram.org/&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων&lt;br /&gt;
| Facebook Messenger&lt;br /&gt;
| Signal&lt;br /&gt;
| https://www.signal.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εργαλείο ηλεκτρονικής συνδιάλεξης&lt;br /&gt;
| mIRC&lt;br /&gt;
| HexChat&lt;br /&gt;
| https://hexchat.github.io/downloads.html&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω Internet – VoIP&lt;br /&gt;
| Skype&lt;br /&gt;
| Ekiga&lt;br /&gt;
| https://www.ekiga.org/&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω Internet – VoIP&lt;br /&gt;
| Skype&lt;br /&gt;
| Empathy&lt;br /&gt;
| https://wiki.gnome.org/Apps/Empathy&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω Internet – VoIP&lt;br /&gt;
| Skype&lt;br /&gt;
| Linphone&lt;br /&gt;
| https://www.linphone.org/&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω Internet – VoIP&lt;br /&gt;
| Skype&lt;br /&gt;
| Telegram&lt;br /&gt;
| https://telegram.org/&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω Internet – VoIP&lt;br /&gt;
| Skype&lt;br /&gt;
| Signal&lt;br /&gt;
| https://www.signal.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εξυπηρετητής τηλεφωνίας&lt;br /&gt;
|&lt;br /&gt;
| Bayonne&lt;br /&gt;
| https://www.gnu.org/software/bayonne/&lt;br /&gt;
|-&lt;br /&gt;
| Υπηρεσίες φωνής (VoIP) και τηλεδιάσκεψης&lt;br /&gt;
|&lt;br /&gt;
| Ekiga&lt;br /&gt;
| http://www.ekiga.org/&lt;br /&gt;
|-&lt;br /&gt;
| Πρόγραμμα ανταλλαγής μηνυμάτων που υποστηρίζει συνομιλίες κειμένου, φωνής και βίντεο και μεταφορές αρχείων μέσω πολλών διαφορετικών πρωτοκόλλων&lt;br /&gt;
|&lt;br /&gt;
| Empathy&lt;br /&gt;
| https://wiki.gnome.org/Apps/Empathy&lt;br /&gt;
|-&lt;br /&gt;
| Πρόγραμμα τηλεπικοινωνιών GNU&lt;br /&gt;
|&lt;br /&gt;
| Gnucomm&lt;br /&gt;
| https://www.gnu.org/software/gnucomm/&lt;br /&gt;
|-&lt;br /&gt;
| Κατανεμημένη και κρυπτογραφημένη επικοινωνία ήχου/βίντεο/κειμένου&lt;br /&gt;
|&lt;br /&gt;
| Jami&lt;br /&gt;
| https://www.gnu.org/software/jami/&lt;br /&gt;
|-&lt;br /&gt;
| Λύση τηλεφωνίας μέσω του Session Initiation Protocol (SIP)&lt;br /&gt;
|&lt;br /&gt;
| Linphone&lt;br /&gt;
| https://www.linphone.org&lt;br /&gt;
|-&lt;br /&gt;
| Λογισμικό διακομιστή ανταλλαγής μηνυμάτων Synapse: Matrix&lt;br /&gt;
|&lt;br /&gt;
| Matrix-synapse&lt;br /&gt;
| https://matrix.org/&lt;br /&gt;
|-&lt;br /&gt;
| Ασφαλής αποκεντρωμένη πλατφόρμα ανταλλαγής μηνυμάτων με κρυπτογράφηση e2e&lt;br /&gt;
|&lt;br /&gt;
| Pica Pica Messenger&lt;br /&gt;
| https://picapica.im/?page_id=192&amp;amp;lang=en&lt;br /&gt;
|-&lt;br /&gt;
| Πρόσθετο Pidgin για κρυφές συνομιλίες&lt;br /&gt;
|&lt;br /&gt;
| Pidgin-otr&lt;br /&gt;
| https://otr.cypherpunks.ca&lt;br /&gt;
|-&lt;br /&gt;
| Client για το Bitmessage&lt;br /&gt;
|&lt;br /&gt;
| PyBitmessage&lt;br /&gt;
| https://github.com/Bitmessage/PyBitmessage&lt;br /&gt;
|-&lt;br /&gt;
| Αποκεντρωμένη ανταλλαγή μηνυμάτων μέσω του δικτύου Tor&lt;br /&gt;
|&lt;br /&gt;
| Ricochet&lt;br /&gt;
| https://github.com/ricochet-im/Ricochet&lt;br /&gt;
|-&lt;br /&gt;
| Εξυπηρετητής τηλεφωνικών κλήσεων γραφείου με βάση το Session Initiation Protocol (SIP)&lt;br /&gt;
|&lt;br /&gt;
| Sipwitch&lt;br /&gt;
| https://www.gnu.org/software/sipwitch/&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω SIP/VoIP&lt;br /&gt;
|&lt;br /&gt;
| Twinkle&lt;br /&gt;
| http://www.xs4all.nl/~mfnboer/twinkle/home.html&lt;br /&gt;
|-&lt;br /&gt;
| Συλλογή scripts για τον WeeChat IRC client&lt;br /&gt;
|&lt;br /&gt;
| Weechat-scripts&lt;br /&gt;
| https://weechat.org/scripts&lt;br /&gt;
|-&lt;br /&gt;
| Εργαλείο επικοινωνίας που σέβεται την ιδιωτικότητα&lt;br /&gt;
|&lt;br /&gt;
| Wire&lt;br /&gt;
| https://wire.com/&lt;br /&gt;
|-&lt;br /&gt;
| Ενδοεταιρική Επικοινωνία&lt;br /&gt;
| Slack&lt;br /&gt;
| Rocket.Chat&lt;br /&gt;
| https://rocket.chat/&lt;br /&gt;
|-&lt;br /&gt;
| Ενδοεταιρική Επικοινωνία&lt;br /&gt;
| Slack&lt;br /&gt;
| Mattermost&lt;br /&gt;
| https://mattermost.com&lt;br /&gt;
|-&lt;br /&gt;
| Ενδοεταιρική Επικοινωνία&lt;br /&gt;
| Slack&lt;br /&gt;
| Zulip&lt;br /&gt;
| https://zulip.com/&lt;br /&gt;
|-&lt;br /&gt;
| Ενδοεταιρική Επικοινωνία&lt;br /&gt;
| Slack&lt;br /&gt;
| Element&lt;br /&gt;
| https://element.io/&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;πολυμέσα-επεξεργασία-διαχείριση-αναπαραγωγή&amp;quot; class=&amp;quot;section level1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Πολυμέσα: Επεξεργασία, διαχείριση, αναπαραγωγή =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Αναπαραγωγέας αρχείων μουσικής&lt;br /&gt;
| Apple iTunes&lt;br /&gt;
| Rhythmbox&lt;br /&gt;
| https://projects.gnome.org/rhythmbox/&lt;br /&gt;
|-&lt;br /&gt;
| Αναπαραγωγέας αρχείων μουσικής&lt;br /&gt;
| Apple iTunes&lt;br /&gt;
| Amarok&lt;br /&gt;
| https://amarok.kde.org/&lt;br /&gt;
|-&lt;br /&gt;
| Αναπαραγωγέας αρχείων μουσικής&lt;br /&gt;
| Apple iTunes&lt;br /&gt;
| DeaDBeeF&lt;br /&gt;
| http://deadbeef.sourceforge.net/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον επεξεργασίας εικόνων&lt;br /&gt;
| Adobe Photoshop, MS Paint, Corel Painter&lt;br /&gt;
| Gimp&lt;br /&gt;
| https://www.gimp.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον επεξεργασίας εικόνων&lt;br /&gt;
| Adobe Photoshop, MS Paint, Corel Painter&lt;br /&gt;
| Pinta&lt;br /&gt;
| https://pinta-project.com/download.ashx&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον επεξεργασίας εικόνων&lt;br /&gt;
| Adobe Photoshop, MS Paint, Corel Painter&lt;br /&gt;
| Krita&lt;br /&gt;
| https://www.krita.org/download&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον επεξεργασίας εικόνων&lt;br /&gt;
| Adobe Photoshop, MS Paint, Corel Painter&lt;br /&gt;
| Inkscape&lt;br /&gt;
| https://inkscape.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή επεξεργασίας ήχου&lt;br /&gt;
| Adobe Audition, Logic&lt;br /&gt;
| Audacity&lt;br /&gt;
| https://audacity.sourceforge.net&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή επεξεργασίας ήχου&lt;br /&gt;
| Adobe Audition, Logic&lt;br /&gt;
| Ardour&lt;br /&gt;
| https://ardour.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον εγγραφής οπτικών μέσων&lt;br /&gt;
| Nero Burning Rom&lt;br /&gt;
| Brasero&lt;br /&gt;
| https://www.gnome.org/projects/brasero/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον εγγραφής οπτικών μέσων&lt;br /&gt;
| Nero Burning Rom&lt;br /&gt;
| K3b&lt;br /&gt;
| https://userbase.kde.org/K3b&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή αναπαραγωγής- Διαχείρισης πολυμέσων&lt;br /&gt;
| Winamp, Windows Media Player, RealPlayer, QuickTime&lt;br /&gt;
| VLC&lt;br /&gt;
| https://www.videolan.org/vlc/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή αναπαραγωγής- Διαχείρισης πολυμέσων&lt;br /&gt;
| Winamp, Windows Media Player, RealPlayer, QuickTime&lt;br /&gt;
| XBMC Media Center&lt;br /&gt;
| https://xbmc.org/about/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή αναπαραγωγής- Διαχείρισης πολυμέσων&lt;br /&gt;
| Winamp, Windows Media Player, RealPlayer, QuickTime&lt;br /&gt;
| Miro&lt;br /&gt;
| https://www.getmiro.com/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή αναπαραγωγής- Διαχείρισης πολυμέσων&lt;br /&gt;
| Winamp, Windows Media Player, RealPlayer, QuickTime&lt;br /&gt;
| Banshee&lt;br /&gt;
| http://www.banshee-project.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή αναπαραγωγής- Διαχείρισης πολυμέσων&lt;br /&gt;
| Winamp, Windows Media Player, RealPlayer, QuickTime&lt;br /&gt;
| Audacious&lt;br /&gt;
| https://audacious-media-player.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογές ταξινόμησης πολυμέσων&lt;br /&gt;
| MediaMan&lt;br /&gt;
| Data&lt;br /&gt;
| https://www.datacrow.net/&lt;br /&gt;
|-&lt;br /&gt;
| Αποκωδικοποίηση και αντιγραφή DVD&lt;br /&gt;
| DVDShrink&lt;br /&gt;
| k9copy&lt;br /&gt;
| https://k9copy.sourceforge.net/&lt;br /&gt;
|-&lt;br /&gt;
| Παρακολούθηση τηλεόρασης μέσω υπολογιστή&lt;br /&gt;
| WinTV&lt;br /&gt;
| tvtime&lt;br /&gt;
| https://tvtime.sourceforge.net/&lt;br /&gt;
|-&lt;br /&gt;
| Παρακολούθηση τηλεόρασης μέσω υπολογιστή&lt;br /&gt;
| WinTV&lt;br /&gt;
| MythTV&lt;br /&gt;
| https://www.mythtv.org/&lt;br /&gt;
|-&lt;br /&gt;
| Κωδικοποιητές video&lt;br /&gt;
| DivX&lt;br /&gt;
| xvid&lt;br /&gt;
| https://labs.xvid.com/&lt;br /&gt;
|-&lt;br /&gt;
| Συμπίεση/αποσυμπίεση αρχείων video&lt;br /&gt;
|&lt;br /&gt;
| Theora&lt;br /&gt;
| https://www.theora.org/&lt;br /&gt;
|-&lt;br /&gt;
| Σύνδεση με iPod&lt;br /&gt;
| iTunes&lt;br /&gt;
| GTKPod&lt;br /&gt;
| https://github.com/trinitonesounds/gtkpod&lt;br /&gt;
|-&lt;br /&gt;
| Σύνδεση με iPod&lt;br /&gt;
| iTunes&lt;br /&gt;
| Banshee&lt;br /&gt;
| https://banshee-project.org/&lt;br /&gt;
|-&lt;br /&gt;
| Σύνδεση με iPod&lt;br /&gt;
| iTunes&lt;br /&gt;
| Amarok&lt;br /&gt;
| https://amarok.kde.org/&lt;br /&gt;
|-&lt;br /&gt;
| Σύνδεση με iPod&lt;br /&gt;
| iTunes&lt;br /&gt;
| Rhythmbox&lt;br /&gt;
| https://projects.gnome.org/rhythmbox/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογές ταξινόμησης πολυμέσων&lt;br /&gt;
| MediaMan&lt;br /&gt;
| Data Crow&lt;br /&gt;
| https://www.datacrow.net/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογές ταξινόμησης πολυμέσων&lt;br /&gt;
| MediaMan&lt;br /&gt;
| Wwidd&lt;br /&gt;
| https://github.com/wwidd/wwidd&lt;br /&gt;
|-&lt;br /&gt;
| Διαχείριση εικόνων&lt;br /&gt;
| ACDSee&lt;br /&gt;
| EOG&lt;br /&gt;
| https://gitlab.gnome.org/GNOME/eog&lt;br /&gt;
|-&lt;br /&gt;
| Διαχείριση εικόνων&lt;br /&gt;
| ACDSee&lt;br /&gt;
| Shotwell&lt;br /&gt;
| https://wiki.gnome.org/Apps/Shotwell&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;διαμοιρασμών-αρχείων-και-πολυμέσων&amp;quot; class=&amp;quot;section level1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Διαμοιρασμών αρχείων και πολυμέσων =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ανταλλαγής αρχείων μέσω ftp&lt;br /&gt;
| CuteFTP&lt;br /&gt;
| Filezilla&lt;br /&gt;
| https://filezilla-project.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ανταλλαγής αρχείων μέσω ftp&lt;br /&gt;
| CuteFTP&lt;br /&gt;
| gFTP&lt;br /&gt;
| https://github.com/masneyb/gftp&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ανταλλαγής αρχείων μέσω ftp&lt;br /&gt;
| CuteFTP&lt;br /&gt;
| WinSCP&lt;br /&gt;
| https://winscp.net/eng/index.php&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ανταλλαγής αρχείων torrent&lt;br /&gt;
| uTorrent&lt;br /&gt;
| Transmission&lt;br /&gt;
| https://www.transmissionbt.com/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ανταλλαγής αρχείων torrent&lt;br /&gt;
| uTorrent&lt;br /&gt;
| qBittorent&lt;br /&gt;
| https://www.qbittorrent.org/&lt;br /&gt;
|-&lt;br /&gt;
| Peer to peer ανταλλαγή αρχείων&lt;br /&gt;
| eMule&lt;br /&gt;
| Gnutella&lt;br /&gt;
| https://sourceforge.net/projects/gtk-gnutella/&lt;br /&gt;
|-&lt;br /&gt;
| Λογισμικό διακομιστή για διαμοιρασμό πολυμέσων.&lt;br /&gt;
|&lt;br /&gt;
| Mediagoblin&lt;br /&gt;
| https://mediagoblin.org/&lt;br /&gt;
|-&lt;br /&gt;
| Το OnionShare είναι ένα δωρεάν εργαλείο που σας επιτρέπει ασφαλή και ανώνυμο διαμοιρασμό αρχείων οποιουδήποτε μεγέθους.&lt;br /&gt;
|&lt;br /&gt;
| OnionShare&lt;br /&gt;
| https://onionshare.org/&lt;br /&gt;
|-&lt;br /&gt;
| Λογισμικό διακομιστή κοινής χρήσης φωτογραφιών, που υποστηρίζεται από το ActivityPub.&lt;br /&gt;
|&lt;br /&gt;
| Pixelfed&lt;br /&gt;
| https://pixelfed.org/&lt;br /&gt;
|-&lt;br /&gt;
| Διαμοιρασμός αρχείων μέσω BitTorrent/Internet TV που βασίζεται σε Python.&lt;br /&gt;
|&lt;br /&gt;
| Tribler&lt;br /&gt;
| http://www.tribler.org/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;περιήγηση-ιδιωτικότητα-υποδομές-δικτύου-και-αποκεντρωμένα-δίκτυα&amp;quot; class=&amp;quot;section level1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Περιήγηση, ιδιωτικότητα, υποδομές δικτύου και αποκεντρωμένα δίκτυα =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Web browser&lt;br /&gt;
| Google Chrome, Microsoft Internet Explorer, Safari&lt;br /&gt;
| Chromium&lt;br /&gt;
| https://www.chromium.org/Home&lt;br /&gt;
|-&lt;br /&gt;
| Web browser&lt;br /&gt;
| Google Chrome, Microsoft Internet Explorer, Safari&lt;br /&gt;
| Mozilla Firefox&lt;br /&gt;
| https://www.mozilla.com/el/firefox/&lt;br /&gt;
|-&lt;br /&gt;
| Web browser&lt;br /&gt;
| Google Chrome, Microsoft Internet Explorer, Safari&lt;br /&gt;
| SeaMonkey&lt;br /&gt;
| https://www.seamonkey-project.org/&lt;br /&gt;
|-&lt;br /&gt;
| Anonymous Web Browser&lt;br /&gt;
| Opera&lt;br /&gt;
| Tor Browser&lt;br /&gt;
| https://www.torproject.org/download/&lt;br /&gt;
|-&lt;br /&gt;
| Anonymous Web Browser&lt;br /&gt;
| Opera&lt;br /&gt;
| Firefox Focus&lt;br /&gt;
| https://www.mozilla.org/en-US/firefox/mobile/#focus&lt;br /&gt;
|-&lt;br /&gt;
| Τείχος ασφαλείας&lt;br /&gt;
| Norton Internet Security 2009&lt;br /&gt;
| Shorewall&lt;br /&gt;
| https://shorewall.org/&lt;br /&gt;
|-&lt;br /&gt;
| Τείχος ασφαλείας&lt;br /&gt;
| Norton Internet Security 2009&lt;br /&gt;
| UFW&lt;br /&gt;
| https://help.ubuntu.com/community/UFW&lt;br /&gt;
|-&lt;br /&gt;
| Τείχος ασφαλείας&lt;br /&gt;
| Norton Internet Security 2009&lt;br /&gt;
| FirewallD&lt;br /&gt;
| https://firewalld.org/&lt;br /&gt;
|-&lt;br /&gt;
| Απομακρυσμένη γραμμή εντολών&lt;br /&gt;
| iSSH&lt;br /&gt;
| Putty&lt;br /&gt;
| https://www.chiark.greenend.org.uk/~sgtatham/putty/&lt;br /&gt;
|-&lt;br /&gt;
| Στοίβα πρωτοκόλλων RTP της GNU Common C++ και του έργου GNU.&lt;br /&gt;
|&lt;br /&gt;
| Ccrtp&lt;br /&gt;
| https://www.gnu.org/software/ccrtp/&lt;br /&gt;
|-&lt;br /&gt;
| Ελεύθερη υλοποίηση των socks έκδοση 4, socks έκδοση 5 και msproxy.&lt;br /&gt;
|&lt;br /&gt;
| Dante&lt;br /&gt;
| http://www.inet.no/dante/&lt;br /&gt;
|-&lt;br /&gt;
| CDN που προστατεύει την ιδιωτικότητα και εξυπηρετεί τοπικά αρχεία για απρόσκοπτη λειτουργία των ιστοτόπων. Λειτουργεί ως συμπλήρωμα στους συνήθεις αποκλειστές περιεχομένου.&lt;br /&gt;
|&lt;br /&gt;
| Decentraleyes&lt;br /&gt;
| https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/&lt;br /&gt;
|-&lt;br /&gt;
| Πρόσθετο του Firefox που τοποθετεί τη Lite (μη-JS / SSL) έκδοση του DuckDuckGo στη γραμμή αναζήτησης.&lt;br /&gt;
|&lt;br /&gt;
| DuckDuckGo (Lite SSL)&lt;br /&gt;
| https://duckduckgo.com/lite/&lt;br /&gt;
|-&lt;br /&gt;
| Παράκαμψη του αποκλεισμού διευθύνσεων IP (nodejs proxy).&lt;br /&gt;
|&lt;br /&gt;
| Flashproxy&lt;br /&gt;
| https://crypto.stanford.edu/flashproxy/&lt;br /&gt;
|-&lt;br /&gt;
| Διαχείριση διακομιστών μεσολάβησης για τον Firefox. Για ένα απλούστερο εργαλείο με λιγότερες επιλογές διαμόρφωσης, χρησιμοποιήστε το FoxyProxy Basic.&lt;br /&gt;
|&lt;br /&gt;
| FoxyProxy Standard&lt;br /&gt;
| http://getfoxyproxy.org/&lt;br /&gt;
|-&lt;br /&gt;
| Ασφαλές, αποκεντρωμένο, μέσο P2P δικτύωσης.&lt;br /&gt;
|&lt;br /&gt;
| Gnunet&lt;br /&gt;
| https://gnunet.org/&lt;br /&gt;
|-&lt;br /&gt;
| Βιβλιοθήκη που υλοποιεί το TLS 1.0 και το SSL 3.0.&lt;br /&gt;
|&lt;br /&gt;
| Gnutls&lt;br /&gt;
| https://www.gnu.org/software/gnutls/&lt;br /&gt;
|-&lt;br /&gt;
| GNU έκδοση του προγράμματος περιήγησης Firefox.&lt;br /&gt;
|&lt;br /&gt;
| Gnuzilla&lt;br /&gt;
| https://www.gnu.org/software/gnuzilla/&lt;br /&gt;
|-&lt;br /&gt;
| Κρυπτογραφεί την επικοινωνία του περιηγητή με πολλούς μεγάλους ιστότοπους, καθιστώντας την περιήγηση πιο ασφαλή.&lt;br /&gt;
|&lt;br /&gt;
| HTTPS Everywhere&lt;br /&gt;
| https://www.eff.org/https-everywhere&lt;br /&gt;
|-&lt;br /&gt;
| Μέσο P2P δικτύωσης, με έμφαση στην ανωνυμία.&lt;br /&gt;
|&lt;br /&gt;
| I2P&lt;br /&gt;
| https://geti2p.net/&lt;br /&gt;
|-&lt;br /&gt;
| Εμποδίζει την τροποποίηση του &amp;amp;lt;canvas&amp;amp;gt; για την αποτροπή του Canvas-Fingerprinting.&amp;amp;lt;/canvas&amp;amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| IceCat/CanvasBlocker&lt;br /&gt;
| https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/&lt;br /&gt;
|-&lt;br /&gt;
| Το WebRTC εκθέτει τις IP(s) του εσωτερικού σας δικτύου, χωρίς την αλληλεπίδραση του χρήστη.&lt;br /&gt;
|&lt;br /&gt;
| IceCat/Disable WebRTC&lt;br /&gt;
| https://addons.mozilla.org/en-US/firefox/addon/happy-bonobo-disable-webrtc/&lt;br /&gt;
|-&lt;br /&gt;
| Ενεργοποιεί το JavaScript μόνο για ιστότοπους που εμπιστεύεστε.&lt;br /&gt;
|&lt;br /&gt;
| IceCat/NoScript&lt;br /&gt;
| https://noscript.net/&lt;br /&gt;
|-&lt;br /&gt;
| Διαμόρφωση των κανόνων φιλτραρίσματος πακέτων IP του Linux.&lt;br /&gt;
|&lt;br /&gt;
| Iptables&lt;br /&gt;
| http://www.iptables.org/&lt;br /&gt;
|-&lt;br /&gt;
| Παραλλαγή του Firefox που εστιάζει στην ιδιωτικότητα, την ασφάλεια και το ελεύθερο λογισμικό.&lt;br /&gt;
|&lt;br /&gt;
| Librewolf&lt;br /&gt;
| https://librewolf.net/&lt;br /&gt;
|-&lt;br /&gt;
| Απόκρυψη γεωγραφικής θέσης από ιστότοπους.&lt;br /&gt;
|&lt;br /&gt;
| Location Guard&lt;br /&gt;
| https://github.com/chatziko/location-guard&lt;br /&gt;
|-&lt;br /&gt;
| Βιβλιοθήκη που υποστηρίζει το πρωτόκολλο έναρξης συνόδου (Session Initiation Protocol).&lt;br /&gt;
|&lt;br /&gt;
| Osip&lt;br /&gt;
| https://www.gnu.org/software/osip/&lt;br /&gt;
|-&lt;br /&gt;
| Επέκταση περιηγητή που ανιχνεύει και αποτρέπει την παρακολούθηση από τρίτους&lt;br /&gt;
|&lt;br /&gt;
| Privacy Badger&lt;br /&gt;
| https://www.eff.org/privacybadger&lt;br /&gt;
|-&lt;br /&gt;
| Διακομιστής μεσολάβησης (proxy) με αυξημένες δυνατότητες φιλτραρίσματος&lt;br /&gt;
|&lt;br /&gt;
| Privoxy&lt;br /&gt;
| https://www.privoxy.org/&lt;br /&gt;
|-&lt;br /&gt;
| Ανώνυμος δρομολογητής δικτύου για βελτίωση του απορρήτου στο Διαδίκτυο.&lt;br /&gt;
|&lt;br /&gt;
| Tor&lt;br /&gt;
| https://torproject.org&lt;br /&gt;
|-&lt;br /&gt;
| Περιηγητής ιστού που βασίζεται σε Firefox ESR για χρήση του δικτύου TOR.&lt;br /&gt;
|&lt;br /&gt;
| Tor Browser&lt;br /&gt;
| https://www.torproject.org/projects/torbrowser.html&lt;br /&gt;
|-&lt;br /&gt;
| Υποστήριξη Tor για Icedove/Mozilla Thunderbird.&lt;br /&gt;
|&lt;br /&gt;
| TorBirdy&lt;br /&gt;
| https://trac.torproject.org/projects/tor/wiki/torbirdy&lt;br /&gt;
|-&lt;br /&gt;
| Επιτρέπει σε εφαρμογές φιλικές προς το socks να χρησιμοποιούνται με το Tor.&lt;br /&gt;
|&lt;br /&gt;
| Torsocks&lt;br /&gt;
| https://gitweb.torproject.org/torsocks.git&lt;br /&gt;
|-&lt;br /&gt;
| Αποκλειστής για μεγάλο εύρος περιεχομένων.&lt;br /&gt;
|&lt;br /&gt;
| UBlock Origin&lt;br /&gt;
| https://github.com/gorhill/uBlock&lt;br /&gt;
|-&lt;br /&gt;
| Εύκολος έλεγχος οποιασδήποτε κατηγορία αιτημάτων από το πρόγραμμα περιήγησής σας (όπως scripts, iframes, διαφημίσεις, facebook).&lt;br /&gt;
|&lt;br /&gt;
| UMatrix&lt;br /&gt;
| https://addons.mozilla.org/en-US/firefox/addon/umatrix/&lt;br /&gt;
|-&lt;br /&gt;
| WebSocket pluggable transport - server.&lt;br /&gt;
|&lt;br /&gt;
| Websocket&lt;br /&gt;
| https://gitweb.torproject.org/pluggable-transports/websocket.git&lt;br /&gt;
|-&lt;br /&gt;
| Κλιμακούμενη δρομολόγηση ως κρυπτογραφημένο δίκτυο IPv6.&lt;br /&gt;
|&lt;br /&gt;
| Yggdrasil&lt;br /&gt;
| https://yggdrasil-network.github.io/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;ανάπτυξη-φιλοξενία-παρακολούθηση-εφαρμογών&amp;quot; class=&amp;quot;section level1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Ανάπτυξη, φιλοξενία, παρακολούθηση εφαρμογών =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Data analytics&lt;br /&gt;
| Google Analytics&lt;br /&gt;
| Matomo&lt;br /&gt;
| https://matomo.org&lt;br /&gt;
|-&lt;br /&gt;
| Data analytics&lt;br /&gt;
| Google Analytics&lt;br /&gt;
| Goaccess&lt;br /&gt;
| https://goaccess.io/&lt;br /&gt;
|-&lt;br /&gt;
| Data analytics&lt;br /&gt;
| Google Analytics&lt;br /&gt;
| umami&lt;br /&gt;
| https://umami.is&lt;br /&gt;
|-&lt;br /&gt;
| Data analytics&lt;br /&gt;
| Google Analytics&lt;br /&gt;
| Plausible-Analytics&lt;br /&gt;
| https://plausible.io/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Χρονοσειρές)&lt;br /&gt;
| Kdb+&lt;br /&gt;
| InfluxDB&lt;br /&gt;
| https://www.influxdata.com/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Χρονοσειρές)&lt;br /&gt;
| Kdb+&lt;br /&gt;
| TDengine&lt;br /&gt;
| https://tdengine.com/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Χρονοσειρές)&lt;br /&gt;
| Kdb+&lt;br /&gt;
| TimescaleDB&lt;br /&gt;
| https://www.timescale.com/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Χρονοσειρές)&lt;br /&gt;
| Kdb+&lt;br /&gt;
| QuestDB&lt;br /&gt;
| https://questdb.io/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Γράφοι)&lt;br /&gt;
| Amazon Neptune&lt;br /&gt;
| Dgraph&lt;br /&gt;
| https://dgraph.io/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Γράφοι)&lt;br /&gt;
| Amazon Neptune&lt;br /&gt;
| ArangoDB&lt;br /&gt;
| https://www.arangodb.com/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Γράφοι)&lt;br /&gt;
| Amazon Neptune&lt;br /&gt;
| Neo4j&lt;br /&gt;
| https://neo4j.com/&lt;br /&gt;
|-&lt;br /&gt;
| Παρακολουθησιμότητα (Observability)&lt;br /&gt;
| Datadog&lt;br /&gt;
| Netdata&lt;br /&gt;
| https://github.com/netdata/netdata&lt;br /&gt;
|-&lt;br /&gt;
| Παρακολουθησιμότητα (Observability)&lt;br /&gt;
| Datadog&lt;br /&gt;
| Grafana&lt;br /&gt;
| https://github.com/grafana/grafana&lt;br /&gt;
|-&lt;br /&gt;
| Παρακολουθησιμότητα (Observability)&lt;br /&gt;
| Datadog&lt;br /&gt;
| ThingsBoard&lt;br /&gt;
| https://thingsboard.io/&lt;br /&gt;
|-&lt;br /&gt;
| Φιλοξενία Εφαρμογών&lt;br /&gt;
| Heroku&lt;br /&gt;
| Dokku&lt;br /&gt;
| http://dokku.viewdocs.io/dokku/&lt;br /&gt;
|-&lt;br /&gt;
| Φιλοξενία Εφαρμογών&lt;br /&gt;
| Heroku&lt;br /&gt;
| OpenFaas&lt;br /&gt;
| https://www.openfaas.com/&lt;br /&gt;
|-&lt;br /&gt;
| Φιλοξενία Εφαρμογών&lt;br /&gt;
| Heroku&lt;br /&gt;
| Caprover&lt;br /&gt;
| https://CapRover.com&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;κρυπτογραφία&amp;quot; class=&amp;quot;section level1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Κρυπτογραφία =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Σύστημα κρυπτογράφησης αρχείων.&lt;br /&gt;
|&lt;br /&gt;
| Ecryptfs-utils&lt;br /&gt;
| https://launchpad.net/ecryptfs&lt;br /&gt;
|-&lt;br /&gt;
| Υποστήριξη GPG για το Thunderbird/Icedove.&lt;br /&gt;
|&lt;br /&gt;
| Enigmail&lt;br /&gt;
| http://www.enigmail.net/home/index.php&lt;br /&gt;
|-&lt;br /&gt;
| Εργαλεία κρυπτογραφίας Java.&lt;br /&gt;
|&lt;br /&gt;
| Gnu-crypto&lt;br /&gt;
| https://www.gnu.org/software/gnu-crypto/&lt;br /&gt;
|-&lt;br /&gt;
| Υλοποίηση του προτύπου OpenPGP για το Διαδίκτυο.&lt;br /&gt;
|&lt;br /&gt;
| Gnupg&lt;br /&gt;
| https://gnupg.org/&lt;br /&gt;
|-&lt;br /&gt;
| Γραφική διεπαφή χρήστη για το GNU Privacy Guard (GnuPG).&lt;br /&gt;
|&lt;br /&gt;
| Gpa&lt;br /&gt;
| http://www.gnupg.org/gpa.html&lt;br /&gt;
|-&lt;br /&gt;
| Βιβλιοθήκη κρυπτογραφίας.&lt;br /&gt;
|&lt;br /&gt;
| Libgcrypt&lt;br /&gt;
| https://gnupg.org/software/libgcrypt/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;άλλα&amp;quot; class=&amp;quot;section level1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Άλλα =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Μια γλώσσα προγραμματισμού για μαθητές και καθηγητές&lt;br /&gt;
|&lt;br /&gt;
| EDUBlocks&lt;br /&gt;
| https://edublocks.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εικονικός προσωπικός βοηθός&lt;br /&gt;
|&lt;br /&gt;
| Leon&lt;br /&gt;
| https://getleon.ai/&lt;br /&gt;
|-&lt;br /&gt;
| Ανοιχτού κώδικα λογισμικό για τη συγκέντρωση πληροφοριών (OSINT)&lt;br /&gt;
|&lt;br /&gt;
| Maryam&lt;br /&gt;
| https://github.com/saeeddhqan/Maryam&lt;br /&gt;
|-&lt;br /&gt;
| Εικονικός προσωπικός βοηθός.&lt;br /&gt;
|&lt;br /&gt;
| Mycroft&lt;br /&gt;
| https://mycroft.ai/&lt;br /&gt;
|-&lt;br /&gt;
| Ανοιχτού κώδικα λογισμικό διαχείρισης ανθρώπινου δυναμικού (human resources).&lt;br /&gt;
|&lt;br /&gt;
| Open HRMS Software&lt;br /&gt;
| https://www.openhrms.com/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Λογισμικό προχωρημένης χρήσης (advanced) ===&lt;br /&gt;
{| class=&amp;quot;mce-item-table&amp;quot;&lt;br /&gt;
! &lt;br /&gt;
!Περιγραφή&lt;br /&gt;
!Εμπορικό&lt;br /&gt;
!Προϊόν ΕΛΛΑΚ&lt;br /&gt;
!Ιστοσελίδα&lt;br /&gt;
!Πλατφόρμα&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Εξαγωγέας pdf αρχείων&lt;br /&gt;
|Adobe Acrobat Professional&lt;br /&gt;
|PDFCreator&lt;br /&gt;
|https://sourceforge.net/project/showfiles.php?group_id=57796&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Απομακρυσμένη διαχείριση επιφάνειας εργασίας&lt;br /&gt;
|Microsoft Remote Desktop&lt;br /&gt;
|Tight VNC&lt;br /&gt;
|https://www.tightvnc.com&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |3&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Πλατφόρμα δημιουργίας 3D γραφικών&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Autodesk 3ds Max&lt;br /&gt;
|Blender&lt;br /&gt;
|https://www.blender.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|K-3D&lt;br /&gt;
|https://www.k-3d.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux, Microsoft Windows, Mac OS X, FreeBSD&lt;br /&gt;
|-&lt;br /&gt;
|Art of Illusion&lt;br /&gt;
|https://www.artofillusion.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |4&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Σχεδίαση Ιστοσελίδων&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Adobe Dreamweaver&lt;br /&gt;
|KompoZer&lt;br /&gt;
|https://kompozer.net/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|Bluefish&lt;br /&gt;
|https://bluefish.openoffice.nl/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X&lt;br /&gt;
|-&lt;br /&gt;
|Brackets&lt;br /&gt;
|https://brackets.io/&amp;lt;br&amp;gt;&lt;br /&gt;
|OS Independent&lt;br /&gt;
|-&lt;br /&gt;
|Atom&lt;br /&gt;
|https://atom.io/&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |5&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Εξυπηρετητής βάσης δεδομένων&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Microsoft SQL Server&lt;br /&gt;
|MySQL Server &lt;br /&gt;
|https://www.mysql.com/ &amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|PostgreSQL&lt;br /&gt;
|https://www.postgresql.org/&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |6&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Εξυπηρετητής Διαδικτύου&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Microsoft IIS&lt;br /&gt;
|Apache Web Server&lt;br /&gt;
|https://httpd.apache.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|Nginx&lt;br /&gt;
|https://www.nginx.com/&lt;br /&gt;
|Linux, FreeBSD&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|Λογισμικό για δημιουργία vector graphics&lt;br /&gt;
|Corel Draw X3&lt;br /&gt;
|InkScape&lt;br /&gt;
|https://www.inkscape.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|Περιβάλλον επιστημονικών κ΄μαθηματικών υπολογισμών&lt;br /&gt;
|Mathematica&lt;br /&gt;
|Sage&lt;br /&gt;
|https://www.sagemath.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |9&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Περιβάλλον μαθηματικών υπολογισμών&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Mathworks Matlab&lt;br /&gt;
|GNU Octave&lt;br /&gt;
|[https://www.gnu.org/software/octave/https://www.scilab.org/ https://www.gnu.org/software/octave/]&amp;lt;br&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|SciLab&lt;br /&gt;
|[https://www.gnu.org/software/octave/https://www.scilab.org/ https://www.scilab.org/]&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Προσομοιωτής κίνησης δικτύου&lt;br /&gt;
|OPNET&lt;br /&gt;
|Ns-3&lt;br /&gt;
|https://www.nsnam.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Εφαρμογή σχεδίασης&lt;br /&gt;
|Adobe Illustrator&lt;br /&gt;
|Skencil&lt;br /&gt;
|https://www.skencil.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; |12&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; |Εφαρμογή επεξεργασίας video&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; |Adobe Premier&lt;br /&gt;
|KdenliveVirtualdub&lt;br /&gt;
|https://kdenlive.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|FreeBSD, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|Cinerrella&lt;br /&gt;
|https://cinelerra.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|Kino&lt;br /&gt;
|https://kinodv.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|Avidemux&lt;br /&gt;
|https://www.avidemux.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|VideoLAN Movie Creator&lt;br /&gt;
|https://www.videolan.org/vlmc/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|Blender&lt;br /&gt;
|https://www.blender.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Δημιουργία γραφικών flash&lt;br /&gt;
|Adobe Flash&lt;br /&gt;
|F4LSwftools&lt;br /&gt;
|https://f4l.sourceforge.net/https://swftools.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux, Windows&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |14&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Σχεδιαστικό πακέτο&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Microsoft Visio&lt;br /&gt;
|Dia&lt;br /&gt;
|https://projects.gnome.org/dia/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|Libreoffice Draw&lt;br /&gt;
|https://www.libreoffice.org/discover/draw/&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |15&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Εφαρμογή διαμόρφωσης του σκληρού δίσκου&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Partition Magic&lt;br /&gt;
|gparted &lt;br /&gt;
|https://gparted.sourceforge.net/ &amp;lt;br&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Linux&lt;br /&gt;
|-&lt;br /&gt;
|qtparted&lt;br /&gt;
|https://qtparted.sourceforge.net/&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|Ανάλυση γεωγραφικών δεδομένων (G.I.S.)&lt;br /&gt;
|ESRI ArcGIS&lt;br /&gt;
|GRASS GIS QGIS&lt;br /&gt;
|https://grass.osgeo.org/ https://www.qgis.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Διαχείριση εκπαιδευτικού περιεχομένου&lt;br /&gt;
|Βlackboard&lt;br /&gt;
|Moodle e-Class eFront&lt;br /&gt;
|https://moodle.org https://www.openeclass.org/ &amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |18&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Εφαρμογή διαχείρισης έργων&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Microsoft Project&lt;br /&gt;
|Open Workbench&lt;br /&gt;
|[https://www.openworkbench.org/https://www.projectlibre.org/https://2-plan.com/ https://www.openworkbench.org/]&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|ProjectLibre&lt;br /&gt;
|[https://www.openworkbench.org/https://www.projectlibre.org/https://2-plan.com/ https://www.projectlibre.org/]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |19&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Περιβάλλον σχεδίασης CAD&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |AutoCAD&lt;br /&gt;
|Archimedes&lt;br /&gt;
|https://www.codeplex.com/archimedes&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|FreeCAD&lt;br /&gt;
|https://freecadweb.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|LibreCAD&lt;br /&gt;
|https://librecad.org/cms/home.html&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Οπτική αναγνώριση κειμένου&lt;br /&gt;
|FineReader&lt;br /&gt;
|Kooka&lt;br /&gt;
|https://kooka.kde.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Εργαλείο αποσφαλμάτωσης κώδικα&lt;br /&gt;
|Rational Purify&lt;br /&gt;
|Valgrind&lt;br /&gt;
|https://valgrind.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Ασφαλείς συναλλαγές&lt;br /&gt;
|Authorize.net&lt;br /&gt;
|OpenSSL&lt;br /&gt;
|https://www.openssl.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |23&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Διαχείριση οικιακών οικονομικών&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Microsoft Money&lt;br /&gt;
|HomeBank &lt;br /&gt;
|https://homebank.free.fr/ &amp;lt;br&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Windows, Linux&lt;br /&gt;
|-&lt;br /&gt;
|turboCash&lt;br /&gt;
|https://www.turbocashuk.com/&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|Εξυπηρετητής εφαρμογών&lt;br /&gt;
|Oracle WebLogic Server&lt;br /&gt;
|JBoss Tomcat&lt;br /&gt;
|https://www.jboss.org/jbossas/ https://tomcat.apache.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Εξομοιωτής αστρονομία&lt;br /&gt;
|Starry Night&lt;br /&gt;
|Celestia&lt;br /&gt;
|https://shatters.net/celestia/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|Μεταγλωττιστής c/c++&lt;br /&gt;
|Visual C compiler&lt;br /&gt;
|Gcc&lt;br /&gt;
|https://gcc.gnu.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Συνεργατικά εργαλεία διαχείρισης projects&lt;br /&gt;
|SourceForge&lt;br /&gt;
|GForge&lt;br /&gt;
|https://gforge.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|Ανάλυση κίνησης δικτύου&lt;br /&gt;
|Microsoft Network Monitor&lt;br /&gt;
|Wireshark&lt;br /&gt;
|https://www.wireshark.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |29&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Διαχείριση εκδόσεων λογισμικού&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Perforce&lt;br /&gt;
|Subversion&lt;br /&gt;
|https://subversion.tigris.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|Git&lt;br /&gt;
|https://git-scm.com/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X&lt;br /&gt;
|-&lt;br /&gt;
|TortoiseSVN&lt;br /&gt;
|https://tortoisesvn.tigris.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Στατιστική Ανάλυση&lt;br /&gt;
|SPSS&lt;br /&gt;
|GNU PSPP R – Project&lt;br /&gt;
|https://www.gnu.org/software/pspp/ https://www.r-project.org&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Desktop Publishing&lt;br /&gt;
|Microsoft Publisher&lt;br /&gt;
|Scribus&lt;br /&gt;
|https://www.scribus.net/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |32&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Ανάκτηση δεδομένων&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | &lt;br /&gt;
|Photorec&lt;br /&gt;
|https://www.cgsecurity.org/wiki/PhotoRec&amp;lt;br&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Windows, Linux, Mac OS XLinux&lt;br /&gt;
|-&lt;br /&gt;
|TestDisc&lt;br /&gt;
|[https://www.cgsecurity.org/wiki/TestDiskhttps://foremost.sourceforge.net/ https://www.cgsecurity.org/wiki/TestDisk]&lt;br /&gt;
|-&lt;br /&gt;
|Foremost&lt;br /&gt;
|[https://www.cgsecurity.org/wiki/TestDiskhttps://foremost.sourceforge.net/ https://foremost.sourceforge.net/]&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Mechanical computer-aided design (MCAD)&lt;br /&gt;
|Autodesk Inventor, SolidWorks&lt;br /&gt;
|FreeCAD&lt;br /&gt;
|https://freecadweb.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Microsoft Windows, Linux, OS X[1]&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|CRM&lt;br /&gt;
| &lt;br /&gt;
| Vtiger Suitecrm&lt;br /&gt;
|https://sourceforge.net/projects/vtigercrm/ https://suitecrm.com/&amp;lt;br&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |35&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |ERP&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | &lt;br /&gt;
|Adempiere&lt;br /&gt;
|&lt;br /&gt;
|Linux, OS X, Unix, Windows&lt;br /&gt;
|-&lt;br /&gt;
|Dolibarr&lt;br /&gt;
|https://www.dolibarr.gr/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Unix, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Μίξη Ήχου/ Εργαλεία DJ&lt;br /&gt;
|Traktor Scratch, Scratch Live&lt;br /&gt;
|Mixx&lt;br /&gt;
|https://www.mixxx.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |37&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Μουσική σύνθεση&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |DrumCore , FL Studio, Finale, GuitarPro&lt;br /&gt;
|Hydrogen&lt;br /&gt;
|https://www.hydrogen-music.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X.&lt;br /&gt;
|-&lt;br /&gt;
|Linux MultiMedia Studio&lt;br /&gt;
|https://lmms.sourceforge.net/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux&lt;br /&gt;
|-&lt;br /&gt;
|MuseScore&lt;br /&gt;
|https://musescore.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X&lt;br /&gt;
|-&lt;br /&gt;
|TuxGuitar&lt;br /&gt;
|https://www.tuxguitar.com.ar/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |38&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Σύλληψη βίντεο οθόνης (screen video capture)&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Camtasia&lt;br /&gt;
|CamStudio&lt;br /&gt;
|https://camstudio.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows&lt;br /&gt;
|-&lt;br /&gt;
|Krut Computer Recorder&lt;br /&gt;
|https://krut.sourceforge.net/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X&lt;br /&gt;
|-&lt;br /&gt;
|Webinaria&lt;br /&gt;
|https://www.webinaria.com/index.php&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux OS X&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Επιπλέον πληροφορίες για το ανοιχτό λογισμικό στην [https://el.wikipedia.org/wiki/%CE%91%CE%BD%CE%BF%CE%B9%CE%BA%CF%84%CF%8C%CF%82_%CE%9A%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1%CF%82 wikipedia],  μπορείτε να βελτιώσετε [https://el.wikipedia.org/wiki/%CE%91%CE%BD%CE%BF%CE%B9%CE%BA%CF%84%CF%8C%CF%82_%CE%9A%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1%CF%82 αυτό] το άρθρο στα Ελληνικά αξιοποιώντας το [https://en.wikipedia.org/wiki/Open_source αντίστοιχο] στα Αγγλικά. ===&lt;br /&gt;
&lt;br /&gt;
== [https://directory.fsf.org/wiki/Main_Page The Free Software Directory, is a catalog of useful software] ==&lt;br /&gt;
== [https://www.openhub.net/  Discover, Track and Compare Open Source Projects] ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:ΕΛΛΑΚ]]&lt;br /&gt;
[[Κατηγορία:Μελέτες]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=%CE%A0%CE%AF%CE%BD%CE%B1%CE%BA%CE%B1%CF%82_%CE%B9%CF%83%CE%BF%CE%B4%CF%8D%CE%BD%CE%B1%CE%BC%CF%89%CE%BD_%CE%BB%CE%BF%CE%B3%CE%B9%CF%83%CE%BC%CE%B9%CE%BA%CF%8E%CE%BD_%CE%B1%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%BA%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1&amp;diff=2463</id>
		<title>Πίνακας ισοδύναμων λογισμικών ανοιχτού κώδικα</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=%CE%A0%CE%AF%CE%BD%CE%B1%CE%BA%CE%B1%CF%82_%CE%B9%CF%83%CE%BF%CE%B4%CF%8D%CE%BD%CE%B1%CE%BC%CF%89%CE%BD_%CE%BB%CE%BF%CE%B3%CE%B9%CF%83%CE%BC%CE%B9%CE%BA%CF%8E%CE%BD_%CE%B1%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%BA%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1&amp;diff=2463"/>
		<updated>2025-11-05T12:03:07Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== &amp;lt;strong&amp;gt;Τα βασικά κριτήρια επιλογής ανοιχτού λογισμικού είναι τα παρακάτω&amp;lt;/strong&amp;gt;: ===&lt;br /&gt;
1. η &amp;lt;strong&amp;gt;καταλληλότητα&amp;lt;/strong&amp;gt; για τις ανάγκες της επιχείρησης/οργανισμού,&lt;br /&gt;
&lt;br /&gt;
2. ο &amp;lt;strong&amp;gt;αριθμός των ενεργών μελών&amp;lt;/strong&amp;gt; της κοινότητας (προγραμματιστών/developers) που το αναπτύσσουν,&lt;br /&gt;
&lt;br /&gt;
3. η &amp;lt;strong&amp;gt;άδεια χρήσης&amp;lt;/strong&amp;gt; (Διαθέσιμες Άδειες-https://www.opensource.org/licenses),&lt;br /&gt;
&lt;br /&gt;
4. &amp;lt;strong&amp;gt;η&lt;br /&gt;
&amp;lt;nowiki&amp;gt; &amp;lt;/nowiki&amp;gt;ύπαρξη στελεχών που είναι σε θέση να αναλάβουν την υποστήριξη του &lt;br /&gt;
λογισμικού εσωτερικά στην επιχείρηση/οργανισμό ή εναλλακτικά η επιλογή εξωτερικών συνεργατών ή τοπικής εταιρείας πληροφορικής με τεχνογνωσία και εμπειρία στην υποστήριξη του επιλεγμένου λογισμικού, &amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;5. η διάθεση πόρων σε συνεργασία με την αντίστοιχη κοινότητα&lt;br /&gt;
&amp;lt;nowiki&amp;gt; &amp;lt;/nowiki&amp;gt;για να υποστηριχθεί και να επεκταθεί το λογισμικό που επιλέξατε, οι &lt;br /&gt;
κοινότητες που αναπτύσσουν και υποστηρίζουν το ανοιχτό λογισμικό είναι &lt;br /&gt;
“ανοιχτοί” συνεταιρισμοί που βασίζονται στην ενεργή υποστήριξη όλων των &lt;br /&gt;
ωφελουμένων.&amp;lt;/strong&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Προτεινόμενο Λογισμικό ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%; border:2px solid #aaa; border-collapse:collapse; background:#f9f9f9;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:30%; text-align:center; background:#ececec;&amp;quot; | Περιγραφή&lt;br /&gt;
! style=&amp;quot;width:20%; text-align:center; background:#ececec;&amp;quot; | Εμπορικό Ισοδύναμο&lt;br /&gt;
! style=&amp;quot;width:20%; text-align:center; background:#ececec;&amp;quot; | ΕΛ-ΛΑΚ&lt;br /&gt;
! style=&amp;quot;width:30%; text-align:center; background:#ececec;&amp;quot; | Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Περιηγητής ιστού&lt;br /&gt;
| Edge, Safari&lt;br /&gt;
| &#039;&#039;&#039;Firefox&#039;&#039;&#039;&lt;br /&gt;
| [https://www.mozilla.org/en-US/firefox/ Mozilla Firefox]&lt;br /&gt;
|-&lt;br /&gt;
| Πακέτο εφαρμογών γραφείου&lt;br /&gt;
| Microsoft Office&lt;br /&gt;
| &#039;&#039;&#039;LibreOffice&#039;&#039;&#039;&lt;br /&gt;
| [https://eo.libreoffice.org/ LibreOffice]&amp;lt;br /&amp;gt;[https://elearn.ellak.gr/course/view.php?id=62 &#039;&#039;&#039;Χρήση του Libre Office&#039;&#039;&#039;]&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ηλεκτρονικού ταχυδρομείου&lt;br /&gt;
| Microsoft Outlook Express&lt;br /&gt;
| &#039;&#039;&#039;Mozilla Thunderbird&#039;&#039;&#039;&lt;br /&gt;
| [https://www.thunderbird.net/en-US/ Thunderbird]&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων, Τηλεφωνία μέσω internet&lt;br /&gt;
| Slack, Discord, Facebook Messenger&lt;br /&gt;
| &#039;&#039;&#039;Signal&#039;&#039;&#039;&lt;br /&gt;
| [https://www.signal.org/ Signal]&lt;br /&gt;
|-&lt;br /&gt;
| Ανώνυμη περιήγηση&lt;br /&gt;
| Opera&lt;br /&gt;
| &#039;&#039;&#039;Tor Browser&#039;&#039;&#039;&lt;br /&gt;
| [https://www.torproject.org/download/ Tor Project]&lt;br /&gt;
|-&lt;br /&gt;
| Λειτουργικό Σύστημα&lt;br /&gt;
| Microsoft Windows, Mac OS&lt;br /&gt;
| &#039;&#039;&#039;Ubuntu&#039;&#039;&#039;&lt;br /&gt;
| [https://ubuntu-gr.org/ Ubuntu GR]&lt;br /&gt;
|-&lt;br /&gt;
| Προγραμματισμός συναντήσεων ομάδων/εργαζομένων&lt;br /&gt;
| Doodle, Calendly&lt;br /&gt;
| &#039;&#039;&#039;Framadate&#039;&#039;&#039;&lt;br /&gt;
| [https://framadate.org/abc/en/ Framadate]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= 🖥️ Εργαλεία Γραφείου =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%; border:2px solid #aaa; border-collapse:collapse; background:#f9f9f9;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Περιγραφή&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Εμπορικό Ισοδύναμο&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | ΕΛ/ΛΑΚ&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ηλεκτρονικού ταχυδρομείου&lt;br /&gt;
| Microsoft Outlook Express&lt;br /&gt;
| Thunderbird&lt;br /&gt;
| https://www.thunderbird.net/en-US/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ηλεκτρονικού ταχυδρομείου&lt;br /&gt;
| Microsoft Outlook Express&lt;br /&gt;
| Evolution&lt;br /&gt;
| https://projects.gnome.org/evolution/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ηλεκτρονικού ταχυδρομείου&lt;br /&gt;
| Microsoft Outlook Express&lt;br /&gt;
| K-9 Mail&lt;br /&gt;
| https://k9mail.github.io/&lt;br /&gt;
|-&lt;br /&gt;
| Προστασία από ιούς&lt;br /&gt;
| McAfee VirusScan&lt;br /&gt;
| ClamWin&lt;br /&gt;
| https://www.clamwin.com/&lt;br /&gt;
|-&lt;br /&gt;
| Προστασία από ιούς&lt;br /&gt;
| McAfee VirusScan&lt;br /&gt;
| Lynis&lt;br /&gt;
| https://cisofy.com/lynis/&lt;br /&gt;
|-&lt;br /&gt;
| Απλός επεξεργαστής κειμένου&lt;br /&gt;
| Microsoft Notepad&lt;br /&gt;
| gedit&lt;br /&gt;
| https://projects.gnome.org/gedit&lt;br /&gt;
|-&lt;br /&gt;
| Απλός επεξεργαστής κειμένου&lt;br /&gt;
| Microsoft Notepad&lt;br /&gt;
| NotePad++&lt;br /&gt;
| https://notepad-plus-plus.org/&lt;br /&gt;
|-&lt;br /&gt;
| Απλός επεξεργαστής κειμένου&lt;br /&gt;
| Microsoft Notepad&lt;br /&gt;
| kedit&lt;br /&gt;
| https://kate-editor.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Code::Blocks (C, C++ and Fortran)&lt;br /&gt;
| https://www.codeblocks.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Dev-C++ (C και C++)&lt;br /&gt;
| https://www.bloodshed.net/devcpp.html&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Mono (Microsoft .NET Framework, ECMA standards C#)&lt;br /&gt;
| https://www.mono-project.com/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Ultimate++ (C++)&lt;br /&gt;
| https://www.ultimatepp.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή διαχείρισης αρχείων&lt;br /&gt;
| Total Commander&lt;br /&gt;
| GNOME Commander&lt;br /&gt;
| https://gcmd.github.io/&lt;br /&gt;
|-&lt;br /&gt;
| Δημιουργία αντιγράφων ασφαλείας και ανάκτηση δεδομένων&lt;br /&gt;
| Norton Ghost&lt;br /&gt;
| PartitionImage&lt;br /&gt;
| https://www.partimage.org/&lt;br /&gt;
|-&lt;br /&gt;
| Συμπίεση/αποσυμπίεση αρχείων&lt;br /&gt;
| WinZip&lt;br /&gt;
| 7-Zip&lt;br /&gt;
| https://www.7-zip.org/&lt;br /&gt;
|-&lt;br /&gt;
| Πρόγραμμα οργάνωσης συναντήσεων&lt;br /&gt;
| Windows Calendar&lt;br /&gt;
| Kontact&lt;br /&gt;
| https://kontact.org/&lt;br /&gt;
|-&lt;br /&gt;
| Πρόγραμμα οργάνωσης συναντήσεων&lt;br /&gt;
| Windows Calendar&lt;br /&gt;
| Thunderbird&lt;br /&gt;
| https://www.thunderbird.net/en-US/&lt;br /&gt;
|-&lt;br /&gt;
| Πρόγραμμα οργάνωσης συναντήσεων&lt;br /&gt;
| Windows Calendar&lt;br /&gt;
| Evolution&lt;br /&gt;
| https://projects.gnome.org/evolution/&lt;br /&gt;
|-&lt;br /&gt;
| Ανάγνωση αρχείων PS&lt;br /&gt;
| Adobe PostScript&lt;br /&gt;
| Ghostscript&lt;br /&gt;
| http://pages.cs.wisc.edu/~ghost/&lt;br /&gt;
|-&lt;br /&gt;
| Ανάγνωση αρχείων PS&lt;br /&gt;
| Adobe PostScript&lt;br /&gt;
| KGhostview&lt;br /&gt;
| http://pages.cs.wisc.edu/~ghost/&lt;br /&gt;
|-&lt;br /&gt;
| Αυτόματη μετάφραση σε Python, με χρήση νευρωνικών δικτύων&lt;br /&gt;
|&lt;br /&gt;
| Argos Translate&lt;br /&gt;
| https://www.argosopentech.com/&lt;br /&gt;
|-&lt;br /&gt;
| Ελεύθερο API μηχανικής μετάφρασης, self-hosted, χωρίς περιορισμούς όγκου&lt;br /&gt;
|&lt;br /&gt;
| LibreTranslate&lt;br /&gt;
| https://libretranslate.com/&lt;br /&gt;
|-&lt;br /&gt;
| Searx – μηχανή μετα-αναζήτησης που σέβεται την ιδιωτικότητα, βασισμένη στον διαμεσολαβητή Seeks&lt;br /&gt;
|&lt;br /&gt;
| Searx&lt;br /&gt;
| https://github.com/asciimoo/searx/wiki/&lt;br /&gt;
|-&lt;br /&gt;
| Προγραμματισμός συναντήσεων ομάδων/εργαζομένων&lt;br /&gt;
| Doodle, Calendly&lt;br /&gt;
| Framadate&lt;br /&gt;
| https://framadate.org/abc/en/&lt;br /&gt;
|-&lt;br /&gt;
| Πακέτο εφαρμογών γραφείου&lt;br /&gt;
| Microsoft Office&lt;br /&gt;
| LibreOffice&lt;br /&gt;
| https://eo.libreoffice.org/&lt;br /&gt;
|-&lt;br /&gt;
| Πακέτο εφαρμογών γραφείου&lt;br /&gt;
| Microsoft Office&lt;br /&gt;
| OpenOffice&lt;br /&gt;
| https://www.openoffice.org/el/&lt;br /&gt;
|-&lt;br /&gt;
| Αναγνώστης αρχείων PDF&lt;br /&gt;
| Adobe PDF Reader&lt;br /&gt;
| Evince&lt;br /&gt;
| https://wiki.gnome.org/Apps/Evince&lt;br /&gt;
|-&lt;br /&gt;
| Αναγνώστης αρχείων PDF&lt;br /&gt;
| Adobe PDF Reader&lt;br /&gt;
| KDE (KPDF)&lt;br /&gt;
| https://kpdf.kde.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Eclipse&lt;br /&gt;
| https://www.eclipse.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| NetBeans&lt;br /&gt;
| https://netbeans.apache.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον ανάπτυξης κώδικα&lt;br /&gt;
| Microsoft Visual Studio&lt;br /&gt;
| Geany&lt;br /&gt;
| https://www.geany.org/&lt;br /&gt;
|-&lt;br /&gt;
| Ολοκλήρωση – Integration&lt;br /&gt;
| Zapier&lt;br /&gt;
| Huginn&lt;br /&gt;
| https://github.com/huginn/huginn&lt;br /&gt;
|-&lt;br /&gt;
| Ολοκλήρωση – Integration&lt;br /&gt;
| Zapier&lt;br /&gt;
| n8n&lt;br /&gt;
| https://n8n.io&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
 = 📰 Ιστολόγια και Μέσα Δικτύωσης =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%; border:2px solid #aaa; border-collapse:collapse; background:#f9f9f9;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Περιγραφή&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Εμπορικό Ισοδύναμο&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | ΕΛ/ΛΑΚ&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Λογισμικό διακομιστή microblogging που ακολουθεί το πρότυπο ActivityPub, υποστηρίζει προειδοποιήσεις περιεχομένου και ιδιωτικά μηνύματα&lt;br /&gt;
|&lt;br /&gt;
| Mastodon&lt;br /&gt;
| https://joinmastodon.org&lt;br /&gt;
|-&lt;br /&gt;
| Λογισμικό διακομιστή ιστολογίου (blogging) που χρησιμοποιεί το πρότυπο Activity Streams&lt;br /&gt;
|&lt;br /&gt;
| Pump.io&lt;br /&gt;
| http://pump.io&lt;br /&gt;
|-&lt;br /&gt;
| Αποκεντρωμένη πλατφόρμα microblogging P2P&lt;br /&gt;
|&lt;br /&gt;
| Twister&lt;br /&gt;
| http://twister.net.co/&lt;br /&gt;
|-&lt;br /&gt;
| Μια μινιμαλιστική πλατφόρμα δημοσίευσης, φτιαγμένη για συγγραφείς&lt;br /&gt;
|&lt;br /&gt;
| WriteFreely&lt;br /&gt;
| https://writefreely.org/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= 💬 Ανταλλαγή Μηνυμάτων, Τηλεφωνία και Βιντεοκλήσεις =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%; border:2px solid #aaa; border-collapse:collapse; background:#f9f9f9;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Περιγραφή&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Εμπορικό Ισοδύναμο&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | ΕΛ/ΛΑΚ&lt;br /&gt;
! style=&amp;quot;background:#ececec; text-align:center;&amp;quot; | Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων&lt;br /&gt;
| Facebook Messenger&lt;br /&gt;
| Empathy&lt;br /&gt;
| https://live.gnome.org/Empathy&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων&lt;br /&gt;
| Facebook Messenger&lt;br /&gt;
| Kopete&lt;br /&gt;
| https://apps.kde.org/kopete/&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων&lt;br /&gt;
| Facebook Messenger&lt;br /&gt;
| Pidgin&lt;br /&gt;
| https://www.pidgin.im/&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων&lt;br /&gt;
| Facebook Messenger&lt;br /&gt;
| Telegram&lt;br /&gt;
| https://telegram.org/&lt;br /&gt;
|-&lt;br /&gt;
| Αποστολέας στιγμιαίων μηνυμάτων&lt;br /&gt;
| Facebook Messenger&lt;br /&gt;
| Signal&lt;br /&gt;
| https://www.signal.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εργαλείο ηλεκτρονικής συνδιάλεξης&lt;br /&gt;
| mIRC&lt;br /&gt;
| HexChat&lt;br /&gt;
| https://hexchat.github.io/downloads.html&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω Internet – VoIP&lt;br /&gt;
| Skype&lt;br /&gt;
| Ekiga&lt;br /&gt;
| https://www.ekiga.org/&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω Internet – VoIP&lt;br /&gt;
| Skype&lt;br /&gt;
| Empathy&lt;br /&gt;
| https://wiki.gnome.org/Apps/Empathy&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω Internet – VoIP&lt;br /&gt;
| Skype&lt;br /&gt;
| Linphone&lt;br /&gt;
| https://www.linphone.org/&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω Internet – VoIP&lt;br /&gt;
| Skype&lt;br /&gt;
| Telegram&lt;br /&gt;
| https://telegram.org/&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω Internet – VoIP&lt;br /&gt;
| Skype&lt;br /&gt;
| Signal&lt;br /&gt;
| https://www.signal.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εξυπηρετητής τηλεφωνίας&lt;br /&gt;
|&lt;br /&gt;
| Bayonne&lt;br /&gt;
| https://www.gnu.org/software/bayonne/&lt;br /&gt;
|-&lt;br /&gt;
| Υπηρεσίες φωνής (VoIP) και τηλεδιάσκεψης&lt;br /&gt;
|&lt;br /&gt;
| Ekiga&lt;br /&gt;
| http://www.ekiga.org/&lt;br /&gt;
|-&lt;br /&gt;
| Πρόγραμμα ανταλλαγής μηνυμάτων που υποστηρίζει συνομιλίες κειμένου, φωνής και βίντεο και μεταφορές αρχείων μέσω πολλών διαφορετικών πρωτοκόλλων&lt;br /&gt;
|&lt;br /&gt;
| Empathy&lt;br /&gt;
| https://wiki.gnome.org/Apps/Empathy&lt;br /&gt;
|-&lt;br /&gt;
| Πρόγραμμα τηλεπικοινωνιών GNU&lt;br /&gt;
|&lt;br /&gt;
| Gnucomm&lt;br /&gt;
| https://www.gnu.org/software/gnucomm/&lt;br /&gt;
|-&lt;br /&gt;
| Κατανεμημένη και κρυπτογραφημένη επικοινωνία ήχου/βίντεο/κειμένου&lt;br /&gt;
|&lt;br /&gt;
| Jami&lt;br /&gt;
| https://www.gnu.org/software/jami/&lt;br /&gt;
|-&lt;br /&gt;
| Λύση τηλεφωνίας μέσω του Session Initiation Protocol (SIP)&lt;br /&gt;
|&lt;br /&gt;
| Linphone&lt;br /&gt;
| https://www.linphone.org&lt;br /&gt;
|-&lt;br /&gt;
| Λογισμικό διακομιστή ανταλλαγής μηνυμάτων Synapse: Matrix&lt;br /&gt;
|&lt;br /&gt;
| Matrix-synapse&lt;br /&gt;
| https://matrix.org/&lt;br /&gt;
|-&lt;br /&gt;
| Ασφαλής αποκεντρωμένη πλατφόρμα ανταλλαγής μηνυμάτων με κρυπτογράφηση e2e&lt;br /&gt;
|&lt;br /&gt;
| Pica Pica Messenger&lt;br /&gt;
| https://picapica.im/?page_id=192&amp;amp;lang=en&lt;br /&gt;
|-&lt;br /&gt;
| Πρόσθετο Pidgin για κρυφές συνομιλίες&lt;br /&gt;
|&lt;br /&gt;
| Pidgin-otr&lt;br /&gt;
| https://otr.cypherpunks.ca&lt;br /&gt;
|-&lt;br /&gt;
| Client για το Bitmessage&lt;br /&gt;
|&lt;br /&gt;
| PyBitmessage&lt;br /&gt;
| https://github.com/Bitmessage/PyBitmessage&lt;br /&gt;
|-&lt;br /&gt;
| Αποκεντρωμένη ανταλλαγή μηνυμάτων μέσω του δικτύου Tor&lt;br /&gt;
|&lt;br /&gt;
| Ricochet&lt;br /&gt;
| https://github.com/ricochet-im/Ricochet&lt;br /&gt;
|-&lt;br /&gt;
| Εξυπηρετητής τηλεφωνικών κλήσεων γραφείου με βάση το Session Initiation Protocol (SIP)&lt;br /&gt;
|&lt;br /&gt;
| Sipwitch&lt;br /&gt;
| https://www.gnu.org/software/sipwitch/&lt;br /&gt;
|-&lt;br /&gt;
| Τηλεφωνία μέσω SIP/VoIP&lt;br /&gt;
|&lt;br /&gt;
| Twinkle&lt;br /&gt;
| http://www.xs4all.nl/~mfnboer/twinkle/home.html&lt;br /&gt;
|-&lt;br /&gt;
| Συλλογή scripts για τον WeeChat IRC client&lt;br /&gt;
|&lt;br /&gt;
| Weechat-scripts&lt;br /&gt;
| https://weechat.org/scripts&lt;br /&gt;
|-&lt;br /&gt;
| Εργαλείο επικοινωνίας που σέβεται την ιδιωτικότητα&lt;br /&gt;
|&lt;br /&gt;
| Wire&lt;br /&gt;
| https://wire.com/&lt;br /&gt;
|-&lt;br /&gt;
| Ενδοεταιρική Επικοινωνία&lt;br /&gt;
| Slack&lt;br /&gt;
| Rocket.Chat&lt;br /&gt;
| https://rocket.chat/&lt;br /&gt;
|-&lt;br /&gt;
| Ενδοεταιρική Επικοινωνία&lt;br /&gt;
| Slack&lt;br /&gt;
| Mattermost&lt;br /&gt;
| https://mattermost.com&lt;br /&gt;
|-&lt;br /&gt;
| Ενδοεταιρική Επικοινωνία&lt;br /&gt;
| Slack&lt;br /&gt;
| Zulip&lt;br /&gt;
| https://zulip.com/&lt;br /&gt;
|-&lt;br /&gt;
| Ενδοεταιρική Επικοινωνία&lt;br /&gt;
| Slack&lt;br /&gt;
| Element&lt;br /&gt;
| https://element.io/&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;πολυμέσα-επεξεργασία-διαχείριση-αναπαραγωγή&amp;quot; class=&amp;quot;section level1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Πολυμέσα: Επεξεργασία, διαχείριση, αναπαραγωγή =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Αναπαραγωγέας αρχείων μουσικής&lt;br /&gt;
| Apple iTunes&lt;br /&gt;
| Rhythmbox&lt;br /&gt;
| https://projects.gnome.org/rhythmbox/&lt;br /&gt;
|-&lt;br /&gt;
| Αναπαραγωγέας αρχείων μουσικής&lt;br /&gt;
| Apple iTunes&lt;br /&gt;
| Amarok&lt;br /&gt;
| https://amarok.kde.org/&lt;br /&gt;
|-&lt;br /&gt;
| Αναπαραγωγέας αρχείων μουσικής&lt;br /&gt;
| Apple iTunes&lt;br /&gt;
| DeaDBeeF&lt;br /&gt;
| http://deadbeef.sourceforge.net/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον επεξεργασίας εικόνων&lt;br /&gt;
| Adobe Photoshop, MS Paint, Corel Painter&lt;br /&gt;
| Gimp&lt;br /&gt;
| https://www.gimp.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον επεξεργασίας εικόνων&lt;br /&gt;
| Adobe Photoshop, MS Paint, Corel Painter&lt;br /&gt;
| Pinta&lt;br /&gt;
| https://pinta-project.com/download.ashx&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον επεξεργασίας εικόνων&lt;br /&gt;
| Adobe Photoshop, MS Paint, Corel Painter&lt;br /&gt;
| Krita&lt;br /&gt;
| https://www.krita.org/download&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον επεξεργασίας εικόνων&lt;br /&gt;
| Adobe Photoshop, MS Paint, Corel Painter&lt;br /&gt;
| Inkscape&lt;br /&gt;
| https://inkscape.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή επεξεργασίας ήχου&lt;br /&gt;
| Adobe Audition, Logic&lt;br /&gt;
| Audacity&lt;br /&gt;
| https://audacity.sourceforge.net&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή επεξεργασίας ήχου&lt;br /&gt;
| Adobe Audition, Logic&lt;br /&gt;
| Ardour&lt;br /&gt;
| https://ardour.org/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον εγγραφής οπτικών μέσων&lt;br /&gt;
| Nero Burning Rom&lt;br /&gt;
| Brasero&lt;br /&gt;
| https://www.gnome.org/projects/brasero/&lt;br /&gt;
|-&lt;br /&gt;
| Περιβάλλον εγγραφής οπτικών μέσων&lt;br /&gt;
| Nero Burning Rom&lt;br /&gt;
| K3b&lt;br /&gt;
| https://userbase.kde.org/K3b&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή αναπαραγωγής- Διαχείρισης πολυμέσων&lt;br /&gt;
| Winamp, Windows Media Player, RealPlayer, QuickTime&lt;br /&gt;
| VLC&lt;br /&gt;
| https://www.videolan.org/vlc/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή αναπαραγωγής- Διαχείρισης πολυμέσων&lt;br /&gt;
| Winamp, Windows Media Player, RealPlayer, QuickTime&lt;br /&gt;
| XBMC Media Center&lt;br /&gt;
| https://xbmc.org/about/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή αναπαραγωγής- Διαχείρισης πολυμέσων&lt;br /&gt;
| Winamp, Windows Media Player, RealPlayer, QuickTime&lt;br /&gt;
| Miro&lt;br /&gt;
| https://www.getmiro.com/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή αναπαραγωγής- Διαχείρισης πολυμέσων&lt;br /&gt;
| Winamp, Windows Media Player, RealPlayer, QuickTime&lt;br /&gt;
| Banshee&lt;br /&gt;
| http://www.banshee-project.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή αναπαραγωγής- Διαχείρισης πολυμέσων&lt;br /&gt;
| Winamp, Windows Media Player, RealPlayer, QuickTime&lt;br /&gt;
| Audacious&lt;br /&gt;
| https://audacious-media-player.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογές ταξινόμησης πολυμέσων&lt;br /&gt;
| MediaMan&lt;br /&gt;
| Data&lt;br /&gt;
| https://www.datacrow.net/&lt;br /&gt;
|-&lt;br /&gt;
| Αποκωδικοποίηση και αντιγραφή DVD&lt;br /&gt;
| DVDShrink&lt;br /&gt;
| k9copy&lt;br /&gt;
| https://k9copy.sourceforge.net/&lt;br /&gt;
|-&lt;br /&gt;
| Παρακολούθηση τηλεόρασης μέσω υπολογιστή&lt;br /&gt;
| WinTV&lt;br /&gt;
| tvtime&lt;br /&gt;
| https://tvtime.sourceforge.net/&lt;br /&gt;
|-&lt;br /&gt;
| Παρακολούθηση τηλεόρασης μέσω υπολογιστή&lt;br /&gt;
| WinTV&lt;br /&gt;
| MythTV&lt;br /&gt;
| https://www.mythtv.org/&lt;br /&gt;
|-&lt;br /&gt;
| Κωδικοποιητές video&lt;br /&gt;
| DivX&lt;br /&gt;
| xvid&lt;br /&gt;
| https://labs.xvid.com/&lt;br /&gt;
|-&lt;br /&gt;
| Συμπίεση/αποσυμπίεση αρχείων video&lt;br /&gt;
|&lt;br /&gt;
| Theora&lt;br /&gt;
| https://www.theora.org/&lt;br /&gt;
|-&lt;br /&gt;
| Σύνδεση με iPod&lt;br /&gt;
| iTunes&lt;br /&gt;
| GTKPod&lt;br /&gt;
| https://github.com/trinitonesounds/gtkpod&lt;br /&gt;
|-&lt;br /&gt;
| Σύνδεση με iPod&lt;br /&gt;
| iTunes&lt;br /&gt;
| Banshee&lt;br /&gt;
| https://banshee-project.org/&lt;br /&gt;
|-&lt;br /&gt;
| Σύνδεση με iPod&lt;br /&gt;
| iTunes&lt;br /&gt;
| Amarok&lt;br /&gt;
| https://amarok.kde.org/&lt;br /&gt;
|-&lt;br /&gt;
| Σύνδεση με iPod&lt;br /&gt;
| iTunes&lt;br /&gt;
| Rhythmbox&lt;br /&gt;
| https://projects.gnome.org/rhythmbox/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογές ταξινόμησης πολυμέσων&lt;br /&gt;
| MediaMan&lt;br /&gt;
| Data Crow&lt;br /&gt;
| https://www.datacrow.net/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογές ταξινόμησης πολυμέσων&lt;br /&gt;
| MediaMan&lt;br /&gt;
| Wwidd&lt;br /&gt;
| https://github.com/wwidd/wwidd&lt;br /&gt;
|-&lt;br /&gt;
| Διαχείριση εικόνων&lt;br /&gt;
| ACDSee&lt;br /&gt;
| EOG&lt;br /&gt;
| https://gitlab.gnome.org/GNOME/eog&lt;br /&gt;
|-&lt;br /&gt;
| Διαχείριση εικόνων&lt;br /&gt;
| ACDSee&lt;br /&gt;
| Shotwell&lt;br /&gt;
| https://wiki.gnome.org/Apps/Shotwell&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;διαμοιρασμών-αρχείων-και-πολυμέσων&amp;quot; class=&amp;quot;section level1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Διαμοιρασμών αρχείων και πολυμέσων =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ανταλλαγής αρχείων μέσω ftp&lt;br /&gt;
| CuteFTP&lt;br /&gt;
| Filezilla&lt;br /&gt;
| https://filezilla-project.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ανταλλαγής αρχείων μέσω ftp&lt;br /&gt;
| CuteFTP&lt;br /&gt;
| gFTP&lt;br /&gt;
| https://github.com/masneyb/gftp&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ανταλλαγής αρχείων μέσω ftp&lt;br /&gt;
| CuteFTP&lt;br /&gt;
| WinSCP&lt;br /&gt;
| https://winscp.net/eng/index.php&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ανταλλαγής αρχείων torrent&lt;br /&gt;
| uTorrent&lt;br /&gt;
| Transmission&lt;br /&gt;
| https://www.transmissionbt.com/&lt;br /&gt;
|-&lt;br /&gt;
| Εφαρμογή ανταλλαγής αρχείων torrent&lt;br /&gt;
| uTorrent&lt;br /&gt;
| qBittorent&lt;br /&gt;
| https://www.qbittorrent.org/&lt;br /&gt;
|-&lt;br /&gt;
| Peer to peer ανταλλαγή αρχείων&lt;br /&gt;
| eMule&lt;br /&gt;
| Gnutella&lt;br /&gt;
| https://sourceforge.net/projects/gtk-gnutella/&lt;br /&gt;
|-&lt;br /&gt;
| Λογισμικό διακομιστή για διαμοιρασμό πολυμέσων.&lt;br /&gt;
|&lt;br /&gt;
| Mediagoblin&lt;br /&gt;
| https://mediagoblin.org/&lt;br /&gt;
|-&lt;br /&gt;
| Το OnionShare είναι ένα δωρεάν εργαλείο που σας επιτρέπει ασφαλή και ανώνυμο διαμοιρασμό αρχείων οποιουδήποτε μεγέθους.&lt;br /&gt;
|&lt;br /&gt;
| OnionShare&lt;br /&gt;
| https://onionshare.org/&lt;br /&gt;
|-&lt;br /&gt;
| Λογισμικό διακομιστή κοινής χρήσης φωτογραφιών, που υποστηρίζεται από το ActivityPub.&lt;br /&gt;
|&lt;br /&gt;
| Pixelfed&lt;br /&gt;
| https://pixelfed.org/&lt;br /&gt;
|-&lt;br /&gt;
| Διαμοιρασμός αρχείων μέσω BitTorrent/Internet TV που βασίζεται σε Python.&lt;br /&gt;
|&lt;br /&gt;
| Tribler&lt;br /&gt;
| http://www.tribler.org/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;περιήγηση-ιδιωτικότητα-υποδομές-δικτύου-και-αποκεντρωμένα-δίκτυα&amp;quot; class=&amp;quot;section level1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Περιήγηση, ιδιωτικότητα, υποδομές δικτύου και αποκεντρωμένα δίκτυα =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Web browser&lt;br /&gt;
| Google Chrome, Microsoft Internet Explorer, Safari&lt;br /&gt;
| Chromium&lt;br /&gt;
| https://www.chromium.org/Home&lt;br /&gt;
|-&lt;br /&gt;
| Web browser&lt;br /&gt;
| Google Chrome, Microsoft Internet Explorer, Safari&lt;br /&gt;
| Mozilla Firefox&lt;br /&gt;
| https://www.mozilla.com/el/firefox/&lt;br /&gt;
|-&lt;br /&gt;
| Web browser&lt;br /&gt;
| Google Chrome, Microsoft Internet Explorer, Safari&lt;br /&gt;
| SeaMonkey&lt;br /&gt;
| https://www.seamonkey-project.org/&lt;br /&gt;
|-&lt;br /&gt;
| Anonymous Web Browser&lt;br /&gt;
| Opera&lt;br /&gt;
| Tor Browser&lt;br /&gt;
| https://www.torproject.org/download/&lt;br /&gt;
|-&lt;br /&gt;
| Anonymous Web Browser&lt;br /&gt;
| Opera&lt;br /&gt;
| Firefox Focus&lt;br /&gt;
| https://www.mozilla.org/en-US/firefox/mobile/#focus&lt;br /&gt;
|-&lt;br /&gt;
| Τείχος ασφαλείας&lt;br /&gt;
| Norton Internet Security 2009&lt;br /&gt;
| Shorewall&lt;br /&gt;
| https://shorewall.org/&lt;br /&gt;
|-&lt;br /&gt;
| Τείχος ασφαλείας&lt;br /&gt;
| Norton Internet Security 2009&lt;br /&gt;
| UFW&lt;br /&gt;
| https://help.ubuntu.com/community/UFW&lt;br /&gt;
|-&lt;br /&gt;
| Τείχος ασφαλείας&lt;br /&gt;
| Norton Internet Security 2009&lt;br /&gt;
| FirewallD&lt;br /&gt;
| https://firewalld.org/&lt;br /&gt;
|-&lt;br /&gt;
| Απομακρυσμένη γραμμή εντολών&lt;br /&gt;
| iSSH&lt;br /&gt;
| Putty&lt;br /&gt;
| https://www.chiark.greenend.org.uk/~sgtatham/putty/&lt;br /&gt;
|-&lt;br /&gt;
| Στοίβα πρωτοκόλλων RTP της GNU Common C++ και του έργου GNU.&lt;br /&gt;
|&lt;br /&gt;
| Ccrtp&lt;br /&gt;
| https://www.gnu.org/software/ccrtp/&lt;br /&gt;
|-&lt;br /&gt;
| Ελεύθερη υλοποίηση των socks έκδοση 4, socks έκδοση 5 και msproxy.&lt;br /&gt;
|&lt;br /&gt;
| Dante&lt;br /&gt;
| http://www.inet.no/dante/&lt;br /&gt;
|-&lt;br /&gt;
| CDN που προστατεύει την ιδιωτικότητα και εξυπηρετεί τοπικά αρχεία για απρόσκοπτη λειτουργία των ιστοτόπων. Λειτουργεί ως συμπλήρωμα στους συνήθεις αποκλειστές περιεχομένου.&lt;br /&gt;
|&lt;br /&gt;
| Decentraleyes&lt;br /&gt;
| https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/&lt;br /&gt;
|-&lt;br /&gt;
| Πρόσθετο του Firefox που τοποθετεί τη Lite (μη-JS / SSL) έκδοση του DuckDuckGo στη γραμμή αναζήτησης.&lt;br /&gt;
|&lt;br /&gt;
| DuckDuckGo (Lite SSL)&lt;br /&gt;
| https://duckduckgo.com/lite/&lt;br /&gt;
|-&lt;br /&gt;
| Παράκαμψη του αποκλεισμού διευθύνσεων IP (nodejs proxy).&lt;br /&gt;
|&lt;br /&gt;
| Flashproxy&lt;br /&gt;
| https://crypto.stanford.edu/flashproxy/&lt;br /&gt;
|-&lt;br /&gt;
| Διαχείριση διακομιστών μεσολάβησης για τον Firefox. Για ένα απλούστερο εργαλείο με λιγότερες επιλογές διαμόρφωσης, χρησιμοποιήστε το FoxyProxy Basic.&lt;br /&gt;
|&lt;br /&gt;
| FoxyProxy Standard&lt;br /&gt;
| http://getfoxyproxy.org/&lt;br /&gt;
|-&lt;br /&gt;
| Ασφαλές, αποκεντρωμένο, μέσο P2P δικτύωσης.&lt;br /&gt;
|&lt;br /&gt;
| Gnunet&lt;br /&gt;
| https://gnunet.org/&lt;br /&gt;
|-&lt;br /&gt;
| Βιβλιοθήκη που υλοποιεί το TLS 1.0 και το SSL 3.0.&lt;br /&gt;
|&lt;br /&gt;
| Gnutls&lt;br /&gt;
| https://www.gnu.org/software/gnutls/&lt;br /&gt;
|-&lt;br /&gt;
| GNU έκδοση του προγράμματος περιήγησης Firefox.&lt;br /&gt;
|&lt;br /&gt;
| Gnuzilla&lt;br /&gt;
| https://www.gnu.org/software/gnuzilla/&lt;br /&gt;
|-&lt;br /&gt;
| Κρυπτογραφεί την επικοινωνία του περιηγητή με πολλούς μεγάλους ιστότοπους, καθιστώντας την περιήγηση πιο ασφαλή.&lt;br /&gt;
|&lt;br /&gt;
| HTTPS Everywhere&lt;br /&gt;
| https://www.eff.org/https-everywhere&lt;br /&gt;
|-&lt;br /&gt;
| Μέσο P2P δικτύωσης, με έμφαση στην ανωνυμία.&lt;br /&gt;
|&lt;br /&gt;
| I2P&lt;br /&gt;
| https://geti2p.net/&lt;br /&gt;
|-&lt;br /&gt;
| Εμποδίζει την τροποποίηση του &amp;amp;lt;canvas&amp;amp;gt; για την αποτροπή του Canvas-Fingerprinting.&amp;amp;lt;/canvas&amp;amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| IceCat/CanvasBlocker&lt;br /&gt;
| https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/&lt;br /&gt;
|-&lt;br /&gt;
| Το WebRTC εκθέτει τις IP(s) του εσωτερικού σας δικτύου, χωρίς την αλληλεπίδραση του χρήστη.&lt;br /&gt;
|&lt;br /&gt;
| IceCat/Disable WebRTC&lt;br /&gt;
| https://addons.mozilla.org/en-US/firefox/addon/happy-bonobo-disable-webrtc/&lt;br /&gt;
|-&lt;br /&gt;
| Ενεργοποιεί το JavaScript μόνο για ιστότοπους που εμπιστεύεστε.&lt;br /&gt;
|&lt;br /&gt;
| IceCat/NoScript&lt;br /&gt;
| https://noscript.net/&lt;br /&gt;
|-&lt;br /&gt;
| Διαμόρφωση των κανόνων φιλτραρίσματος πακέτων IP του Linux.&lt;br /&gt;
|&lt;br /&gt;
| Iptables&lt;br /&gt;
| http://www.iptables.org/&lt;br /&gt;
|-&lt;br /&gt;
| Παραλλαγή του Firefox που εστιάζει στην ιδιωτικότητα, την ασφάλεια και το ελεύθερο λογισμικό.&lt;br /&gt;
|&lt;br /&gt;
| Librewolf&lt;br /&gt;
| https://librewolf.net/&lt;br /&gt;
|-&lt;br /&gt;
| Απόκρυψη γεωγραφικής θέσης από ιστότοπους.&lt;br /&gt;
|&lt;br /&gt;
| Location Guard&lt;br /&gt;
| https://github.com/chatziko/location-guard&lt;br /&gt;
|-&lt;br /&gt;
| Βιβλιοθήκη που υποστηρίζει το πρωτόκολλο έναρξης συνόδου (Session Initiation Protocol).&lt;br /&gt;
|&lt;br /&gt;
| Osip&lt;br /&gt;
| https://www.gnu.org/software/osip/&lt;br /&gt;
|-&lt;br /&gt;
| Επέκταση περιηγητή που ανιχνεύει και αποτρέπει την παρακολούθηση από τρίτους&lt;br /&gt;
|&lt;br /&gt;
| Privacy Badger&lt;br /&gt;
| https://www.eff.org/privacybadger&lt;br /&gt;
|-&lt;br /&gt;
| Διακομιστής μεσολάβησης (proxy) με αυξημένες δυνατότητες φιλτραρίσματος&lt;br /&gt;
|&lt;br /&gt;
| Privoxy&lt;br /&gt;
| https://www.privoxy.org/&lt;br /&gt;
|-&lt;br /&gt;
| Ανώνυμος δρομολογητής δικτύου για βελτίωση του απορρήτου στο Διαδίκτυο.&lt;br /&gt;
|&lt;br /&gt;
| Tor&lt;br /&gt;
| https://torproject.org&lt;br /&gt;
|-&lt;br /&gt;
| Περιηγητής ιστού που βασίζεται σε Firefox ESR για χρήση του δικτύου TOR.&lt;br /&gt;
|&lt;br /&gt;
| Tor Browser&lt;br /&gt;
| https://www.torproject.org/projects/torbrowser.html&lt;br /&gt;
|-&lt;br /&gt;
| Υποστήριξη Tor για Icedove/Mozilla Thunderbird.&lt;br /&gt;
|&lt;br /&gt;
| TorBirdy&lt;br /&gt;
| https://trac.torproject.org/projects/tor/wiki/torbirdy&lt;br /&gt;
|-&lt;br /&gt;
| Επιτρέπει σε εφαρμογές φιλικές προς το socks να χρησιμοποιούνται με το Tor.&lt;br /&gt;
|&lt;br /&gt;
| Torsocks&lt;br /&gt;
| https://gitweb.torproject.org/torsocks.git&lt;br /&gt;
|-&lt;br /&gt;
| Αποκλειστής για μεγάλο εύρος περιεχομένων.&lt;br /&gt;
|&lt;br /&gt;
| UBlock Origin&lt;br /&gt;
| https://github.com/gorhill/uBlock&lt;br /&gt;
|-&lt;br /&gt;
| Εύκολος έλεγχος οποιασδήποτε κατηγορία αιτημάτων από το πρόγραμμα περιήγησής σας (όπως scripts, iframes, διαφημίσεις, facebook).&lt;br /&gt;
|&lt;br /&gt;
| UMatrix&lt;br /&gt;
| https://addons.mozilla.org/en-US/firefox/addon/umatrix/&lt;br /&gt;
|-&lt;br /&gt;
| WebSocket pluggable transport - server.&lt;br /&gt;
|&lt;br /&gt;
| Websocket&lt;br /&gt;
| https://gitweb.torproject.org/pluggable-transports/websocket.git&lt;br /&gt;
|-&lt;br /&gt;
| Κλιμακούμενη δρομολόγηση ως κρυπτογραφημένο δίκτυο IPv6.&lt;br /&gt;
|&lt;br /&gt;
| Yggdrasil&lt;br /&gt;
| https://yggdrasil-network.github.io/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;ανάπτυξη-φιλοξενία-παρακολούθηση-εφαρμογών&amp;quot; class=&amp;quot;section level1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Ανάπτυξη, φιλοξενία, παρακολούθηση εφαρμογών =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Data analytics&lt;br /&gt;
| Google Analytics&lt;br /&gt;
| Matomo&lt;br /&gt;
| https://matomo.org&lt;br /&gt;
|-&lt;br /&gt;
| Data analytics&lt;br /&gt;
| Google Analytics&lt;br /&gt;
| Goaccess&lt;br /&gt;
| https://goaccess.io/&lt;br /&gt;
|-&lt;br /&gt;
| Data analytics&lt;br /&gt;
| Google Analytics&lt;br /&gt;
| umami&lt;br /&gt;
| https://umami.is&lt;br /&gt;
|-&lt;br /&gt;
| Data analytics&lt;br /&gt;
| Google Analytics&lt;br /&gt;
| Plausible-Analytics&lt;br /&gt;
| https://plausible.io/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Χρονοσειρές)&lt;br /&gt;
| Kdb+&lt;br /&gt;
| InfluxDB&lt;br /&gt;
| https://www.influxdata.com/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Χρονοσειρές)&lt;br /&gt;
| Kdb+&lt;br /&gt;
| TDengine&lt;br /&gt;
| https://tdengine.com/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Χρονοσειρές)&lt;br /&gt;
| Kdb+&lt;br /&gt;
| TimescaleDB&lt;br /&gt;
| https://www.timescale.com/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Χρονοσειρές)&lt;br /&gt;
| Kdb+&lt;br /&gt;
| QuestDB&lt;br /&gt;
| https://questdb.io/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Γράφοι)&lt;br /&gt;
| Amazon Neptune&lt;br /&gt;
| Dgraph&lt;br /&gt;
| https://dgraph.io/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Γράφοι)&lt;br /&gt;
| Amazon Neptune&lt;br /&gt;
| ArangoDB&lt;br /&gt;
| https://www.arangodb.com/&lt;br /&gt;
|-&lt;br /&gt;
| Βάσεις Δεδομένων (Γράφοι)&lt;br /&gt;
| Amazon Neptune&lt;br /&gt;
| Neo4j&lt;br /&gt;
| https://neo4j.com/&lt;br /&gt;
|-&lt;br /&gt;
| Παρακολουθησιμότητα (Observability)&lt;br /&gt;
| Datadog&lt;br /&gt;
| Netdata&lt;br /&gt;
| https://github.com/netdata/netdata&lt;br /&gt;
|-&lt;br /&gt;
| Παρακολουθησιμότητα (Observability)&lt;br /&gt;
| Datadog&lt;br /&gt;
| Grafana&lt;br /&gt;
| https://github.com/grafana/grafana&lt;br /&gt;
|-&lt;br /&gt;
| Παρακολουθησιμότητα (Observability)&lt;br /&gt;
| Datadog&lt;br /&gt;
| ThingsBoard&lt;br /&gt;
| https://thingsboard.io/&lt;br /&gt;
|-&lt;br /&gt;
| Φιλοξενία Εφαρμογών&lt;br /&gt;
| Heroku&lt;br /&gt;
| Dokku&lt;br /&gt;
| http://dokku.viewdocs.io/dokku/&lt;br /&gt;
|-&lt;br /&gt;
| Φιλοξενία Εφαρμογών&lt;br /&gt;
| Heroku&lt;br /&gt;
| OpenFaas&lt;br /&gt;
| https://www.openfaas.com/&lt;br /&gt;
|-&lt;br /&gt;
| Φιλοξενία Εφαρμογών&lt;br /&gt;
| Heroku&lt;br /&gt;
| Caprover&lt;br /&gt;
| https://CapRover.com&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;κρυπτογραφία&amp;quot; class=&amp;quot;section level1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Κρυπτογραφία =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Σύστημα κρυπτογράφησης αρχείων.&lt;br /&gt;
|&lt;br /&gt;
| Ecryptfs-utils&lt;br /&gt;
| https://launchpad.net/ecryptfs&lt;br /&gt;
|-&lt;br /&gt;
| Υποστήριξη GPG για το Thunderbird/Icedove.&lt;br /&gt;
|&lt;br /&gt;
| Enigmail&lt;br /&gt;
| http://www.enigmail.net/home/index.php&lt;br /&gt;
|-&lt;br /&gt;
| Εργαλεία κρυπτογραφίας Java.&lt;br /&gt;
|&lt;br /&gt;
| Gnu-crypto&lt;br /&gt;
| https://www.gnu.org/software/gnu-crypto/&lt;br /&gt;
|-&lt;br /&gt;
| Υλοποίηση του προτύπου OpenPGP για το Διαδίκτυο.&lt;br /&gt;
|&lt;br /&gt;
| Gnupg&lt;br /&gt;
| https://gnupg.org/&lt;br /&gt;
|-&lt;br /&gt;
| Γραφική διεπαφή χρήστη για το GNU Privacy Guard (GnuPG).&lt;br /&gt;
|&lt;br /&gt;
| Gpa&lt;br /&gt;
| http://www.gnupg.org/gpa.html&lt;br /&gt;
|-&lt;br /&gt;
| Βιβλιοθήκη κρυπτογραφίας.&lt;br /&gt;
|&lt;br /&gt;
| Libgcrypt&lt;br /&gt;
| https://gnupg.org/software/libgcrypt/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;άλλα&amp;quot; class=&amp;quot;section level1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Άλλα =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Περιγραφή&lt;br /&gt;
! Εμπορικό Ισοδύναμο&lt;br /&gt;
! ΕΛ-ΛΑΚ&lt;br /&gt;
! Ιστοσελίδα&lt;br /&gt;
|-&lt;br /&gt;
| Μια γλώσσα προγραμματισμού για μαθητές και καθηγητές&lt;br /&gt;
|&lt;br /&gt;
| EDUBlocks&lt;br /&gt;
| https://edublocks.org/&lt;br /&gt;
|-&lt;br /&gt;
| Εικονικός προσωπικός βοηθός&lt;br /&gt;
|&lt;br /&gt;
| Leon&lt;br /&gt;
| https://getleon.ai/&lt;br /&gt;
|-&lt;br /&gt;
| Ανοιχτού κώδικα λογισμικό για τη συγκέντρωση πληροφοριών (OSINT)&lt;br /&gt;
|&lt;br /&gt;
| Maryam&lt;br /&gt;
| https://github.com/saeeddhqan/Maryam&lt;br /&gt;
|-&lt;br /&gt;
| Εικονικός προσωπικός βοηθός.&lt;br /&gt;
|&lt;br /&gt;
| Mycroft&lt;br /&gt;
| https://mycroft.ai/&lt;br /&gt;
|-&lt;br /&gt;
| Ανοιχτού κώδικα λογισμικό διαχείρισης ανθρώπινου δυναμικού (human resources).&lt;br /&gt;
|&lt;br /&gt;
| Open HRMS Software&lt;br /&gt;
| https://www.openhrms.com/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Λογισμικό προχωρημένης χρήσης (advanced) ===&lt;br /&gt;
{| class=&amp;quot;mce-item-table&amp;quot;&lt;br /&gt;
! &lt;br /&gt;
!Περιγραφή&lt;br /&gt;
!Εμπορικό&lt;br /&gt;
!Προϊόν ΕΛΛΑΚ&lt;br /&gt;
!Ιστοσελίδα&lt;br /&gt;
!Πλατφόρμα&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Εξαγωγέας pdf αρχείων&lt;br /&gt;
|Adobe Acrobat Professional&lt;br /&gt;
|PDFCreator&lt;br /&gt;
|https://sourceforge.net/project/showfiles.php?group_id=57796&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Απομακρυσμένη διαχείριση επιφάνειας εργασίας&lt;br /&gt;
|Microsoft Remote Desktop&lt;br /&gt;
|Tight VNC&lt;br /&gt;
|https://www.tightvnc.com&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |3&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Πλατφόρμα δημιουργίας 3D γραφικών&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Autodesk 3ds Max&lt;br /&gt;
|Blender&lt;br /&gt;
|https://www.blender.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|K-3D&lt;br /&gt;
|https://www.k-3d.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux, Microsoft Windows, Mac OS X, FreeBSD&lt;br /&gt;
|-&lt;br /&gt;
|Art of Illusion&lt;br /&gt;
|https://www.artofillusion.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |4&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Σχεδίαση Ιστοσελίδων&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Adobe Dreamweaver&lt;br /&gt;
|KompoZer&lt;br /&gt;
|https://kompozer.net/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|Bluefish&lt;br /&gt;
|https://bluefish.openoffice.nl/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X&lt;br /&gt;
|-&lt;br /&gt;
|Brackets&lt;br /&gt;
|https://brackets.io/&amp;lt;br&amp;gt;&lt;br /&gt;
|OS Independent&lt;br /&gt;
|-&lt;br /&gt;
|Atom&lt;br /&gt;
|https://atom.io/&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |5&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Εξυπηρετητής βάσης δεδομένων&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Microsoft SQL Server&lt;br /&gt;
|MySQL Server &lt;br /&gt;
|https://www.mysql.com/ &amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|PostgreSQL&lt;br /&gt;
|https://www.postgresql.org/&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |6&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Εξυπηρετητής Διαδικτύου&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Microsoft IIS&lt;br /&gt;
|Apache Web Server&lt;br /&gt;
|https://httpd.apache.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|Nginx&lt;br /&gt;
|https://www.nginx.com/&lt;br /&gt;
|Linux, FreeBSD&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|Λογισμικό για δημιουργία vector graphics&lt;br /&gt;
|Corel Draw X3&lt;br /&gt;
|InkScape&lt;br /&gt;
|https://www.inkscape.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|Περιβάλλον επιστημονικών κ΄μαθηματικών υπολογισμών&lt;br /&gt;
|Mathematica&lt;br /&gt;
|Sage&lt;br /&gt;
|https://www.sagemath.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |9&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Περιβάλλον μαθηματικών υπολογισμών&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Mathworks Matlab&lt;br /&gt;
|GNU Octave&lt;br /&gt;
|[https://www.gnu.org/software/octave/https://www.scilab.org/ https://www.gnu.org/software/octave/]&amp;lt;br&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|SciLab&lt;br /&gt;
|[https://www.gnu.org/software/octave/https://www.scilab.org/ https://www.scilab.org/]&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Προσομοιωτής κίνησης δικτύου&lt;br /&gt;
|OPNET&lt;br /&gt;
|Ns-3&lt;br /&gt;
|https://www.nsnam.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Εφαρμογή σχεδίασης&lt;br /&gt;
|Adobe Illustrator&lt;br /&gt;
|Skencil&lt;br /&gt;
|https://www.skencil.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; |12&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; |Εφαρμογή επεξεργασίας video&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; |Adobe Premier&lt;br /&gt;
|KdenliveVirtualdub&lt;br /&gt;
|https://kdenlive.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|FreeBSD, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|Cinerrella&lt;br /&gt;
|https://cinelerra.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|Kino&lt;br /&gt;
|https://kinodv.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|Avidemux&lt;br /&gt;
|https://www.avidemux.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|VideoLAN Movie Creator&lt;br /&gt;
|https://www.videolan.org/vlmc/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|Blender&lt;br /&gt;
|https://www.blender.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Δημιουργία γραφικών flash&lt;br /&gt;
|Adobe Flash&lt;br /&gt;
|F4LSwftools&lt;br /&gt;
|https://f4l.sourceforge.net/https://swftools.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux, Windows&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |14&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Σχεδιαστικό πακέτο&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Microsoft Visio&lt;br /&gt;
|Dia&lt;br /&gt;
|https://projects.gnome.org/dia/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|Libreoffice Draw&lt;br /&gt;
|https://www.libreoffice.org/discover/draw/&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |15&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Εφαρμογή διαμόρφωσης του σκληρού δίσκου&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Partition Magic&lt;br /&gt;
|gparted &lt;br /&gt;
|https://gparted.sourceforge.net/ &amp;lt;br&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Linux&lt;br /&gt;
|-&lt;br /&gt;
|qtparted&lt;br /&gt;
|https://qtparted.sourceforge.net/&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|Ανάλυση γεωγραφικών δεδομένων (G.I.S.)&lt;br /&gt;
|ESRI ArcGIS&lt;br /&gt;
|GRASS GIS QGIS&lt;br /&gt;
|https://grass.osgeo.org/ https://www.qgis.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Διαχείριση εκπαιδευτικού περιεχομένου&lt;br /&gt;
|Βlackboard&lt;br /&gt;
|Moodle e-Class eFront&lt;br /&gt;
|https://moodle.org https://www.openeclass.org/ &amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |18&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Εφαρμογή διαχείρισης έργων&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Microsoft Project&lt;br /&gt;
|Open Workbench&lt;br /&gt;
|[https://www.openworkbench.org/https://www.projectlibre.org/https://2-plan.com/ https://www.openworkbench.org/]&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|ProjectLibre&lt;br /&gt;
|[https://www.openworkbench.org/https://www.projectlibre.org/https://2-plan.com/ https://www.projectlibre.org/]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |19&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Περιβάλλον σχεδίασης CAD&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |AutoCAD&lt;br /&gt;
|Archimedes&lt;br /&gt;
|https://www.codeplex.com/archimedes&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|FreeCAD&lt;br /&gt;
|https://freecadweb.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|LibreCAD&lt;br /&gt;
|https://librecad.org/cms/home.html&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Οπτική αναγνώριση κειμένου&lt;br /&gt;
|FineReader&lt;br /&gt;
|Kooka&lt;br /&gt;
|https://kooka.kde.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Εργαλείο αποσφαλμάτωσης κώδικα&lt;br /&gt;
|Rational Purify&lt;br /&gt;
|Valgrind&lt;br /&gt;
|https://valgrind.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Ασφαλείς συναλλαγές&lt;br /&gt;
|Authorize.net&lt;br /&gt;
|OpenSSL&lt;br /&gt;
|https://www.openssl.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Linux&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |23&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Διαχείριση οικιακών οικονομικών&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Microsoft Money&lt;br /&gt;
|HomeBank &lt;br /&gt;
|https://homebank.free.fr/ &amp;lt;br&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Windows, Linux&lt;br /&gt;
|-&lt;br /&gt;
|turboCash&lt;br /&gt;
|https://www.turbocashuk.com/&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|Εξυπηρετητής εφαρμογών&lt;br /&gt;
|Oracle WebLogic Server&lt;br /&gt;
|JBoss Tomcat&lt;br /&gt;
|https://www.jboss.org/jbossas/ https://tomcat.apache.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Εξομοιωτής αστρονομία&lt;br /&gt;
|Starry Night&lt;br /&gt;
|Celestia&lt;br /&gt;
|https://shatters.net/celestia/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|Μεταγλωττιστής c/c++&lt;br /&gt;
|Visual C compiler&lt;br /&gt;
|Gcc&lt;br /&gt;
|https://gcc.gnu.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Συνεργατικά εργαλεία διαχείρισης projects&lt;br /&gt;
|SourceForge&lt;br /&gt;
|GForge&lt;br /&gt;
|https://gforge.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|Ανάλυση κίνησης δικτύου&lt;br /&gt;
|Microsoft Network Monitor&lt;br /&gt;
|Wireshark&lt;br /&gt;
|https://www.wireshark.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |29&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Διαχείριση εκδόσεων λογισμικού&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Perforce&lt;br /&gt;
|Subversion&lt;br /&gt;
|https://subversion.tigris.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|Git&lt;br /&gt;
|https://git-scm.com/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X&lt;br /&gt;
|-&lt;br /&gt;
|TortoiseSVN&lt;br /&gt;
|https://tortoisesvn.tigris.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Στατιστική Ανάλυση&lt;br /&gt;
|SPSS&lt;br /&gt;
|GNU PSPP R – Project&lt;br /&gt;
|https://www.gnu.org/software/pspp/ https://www.r-project.org&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Desktop Publishing&lt;br /&gt;
|Microsoft Publisher&lt;br /&gt;
|Scribus&lt;br /&gt;
|https://www.scribus.net/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |32&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Ανάκτηση δεδομένων&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | &lt;br /&gt;
|Photorec&lt;br /&gt;
|https://www.cgsecurity.org/wiki/PhotoRec&amp;lt;br&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Windows, Linux, Mac OS XLinux&lt;br /&gt;
|-&lt;br /&gt;
|TestDisc&lt;br /&gt;
|[https://www.cgsecurity.org/wiki/TestDiskhttps://foremost.sourceforge.net/ https://www.cgsecurity.org/wiki/TestDisk]&lt;br /&gt;
|-&lt;br /&gt;
|Foremost&lt;br /&gt;
|[https://www.cgsecurity.org/wiki/TestDiskhttps://foremost.sourceforge.net/ https://foremost.sourceforge.net/]&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Mechanical computer-aided design (MCAD)&lt;br /&gt;
|Autodesk Inventor, SolidWorks&lt;br /&gt;
|FreeCAD&lt;br /&gt;
|https://freecadweb.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Microsoft Windows, Linux, OS X[1]&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|CRM&lt;br /&gt;
| &lt;br /&gt;
| Vtiger Suitecrm&lt;br /&gt;
|https://sourceforge.net/projects/vtigercrm/ https://suitecrm.com/&amp;lt;br&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |35&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |ERP&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | &lt;br /&gt;
|Adempiere&lt;br /&gt;
|&lt;br /&gt;
|Linux, OS X, Unix, Windows&lt;br /&gt;
|-&lt;br /&gt;
|Dolibarr&lt;br /&gt;
|https://www.dolibarr.gr/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Unix, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Μίξη Ήχου/ Εργαλεία DJ&lt;br /&gt;
|Traktor Scratch, Scratch Live&lt;br /&gt;
|Mixx&lt;br /&gt;
|https://www.mixxx.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, Mac OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |37&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Μουσική σύνθεση&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |DrumCore , FL Studio, Finale, GuitarPro&lt;br /&gt;
|Hydrogen&lt;br /&gt;
|https://www.hydrogen-music.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X.&lt;br /&gt;
|-&lt;br /&gt;
|Linux MultiMedia Studio&lt;br /&gt;
|https://lmms.sourceforge.net/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux&lt;br /&gt;
|-&lt;br /&gt;
|MuseScore&lt;br /&gt;
|https://musescore.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X&lt;br /&gt;
|-&lt;br /&gt;
|TuxGuitar&lt;br /&gt;
|https://www.tuxguitar.com.ar/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |38&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Σύλληψη βίντεο οθόνης (screen video capture)&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Camtasia&lt;br /&gt;
|CamStudio&lt;br /&gt;
|https://camstudio.org/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows&lt;br /&gt;
|-&lt;br /&gt;
|Krut Computer Recorder&lt;br /&gt;
|https://krut.sourceforge.net/&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux, OS X&lt;br /&gt;
|-&lt;br /&gt;
|Webinaria&lt;br /&gt;
|https://www.webinaria.com/index.php&amp;lt;br&amp;gt;&lt;br /&gt;
|Windows, Linux OS X&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Επιπλέον πληροφορίες για το ανοιχτό λογισμικό στην [https://el.wikipedia.org/wiki/%CE%91%CE%BD%CE%BF%CE%B9%CE%BA%CF%84%CF%8C%CF%82_%CE%9A%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1%CF%82 wikipedia],  μπορείτε να βελτιώσετε [https://el.wikipedia.org/wiki/%CE%91%CE%BD%CE%BF%CE%B9%CE%BA%CF%84%CF%8C%CF%82_%CE%9A%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1%CF%82 αυτό] το άρθρο στα Ελληνικά αξιοποιώντας το [https://en.wikipedia.org/wiki/Open_source αντίστοιχο] στα Αγγλικά. ===&lt;br /&gt;
&lt;br /&gt;
== [https://directory.fsf.org/wiki/Main_Page The Free Software Directory, is a catalog of useful software] ==&lt;br /&gt;
== [https://www.openhub.net/  Discover, Track and Compare Open Source Projects] ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:ΕΛΛΑΚ]]&lt;br /&gt;
[[Κατηγορία:Μελέτες]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=%CE%91%CF%81%CF%87%CE%B9%CE%BA%CE%AE_%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CE%B1&amp;diff=2462</id>
		<title>Αρχική σελίδα</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=%CE%91%CF%81%CF%87%CE%B9%CE%BA%CE%AE_%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CE%B1&amp;diff=2462"/>
		<updated>2025-11-04T13:23:30Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Καλώς ήλθατε στο wiki του Οργανισμού Ανοιχτών Τεχνολογιών (&#039;&#039;&#039;ΕΕΛΛΑΚ&#039;&#039;&#039;) =  &lt;br /&gt;
&lt;br /&gt;
Καλώς ήλθατε στο  &#039;&#039;&#039;κεντρικό wiki τεκμηρίωσης &#039;&#039;&#039; του Οργανισμού Ανοιχτών Τεχνολογιών (ΕΕΛΛΑΚ).  &lt;br /&gt;
Εδώ θα βρείτε οδηγούς, διαδικασίες, τεκμηρίωση και υλικό για: &#039;&#039;&#039;Ελεύθερο / Λογισμικό Ανοιχτού Κώδικα (ΕΛ/ΛΑΚ) &#039;&#039;&#039;,  &#039;&#039;&#039;Ανοικτά Δεδομένα &#039;&#039;&#039;,  &#039;&#039;&#039;Ανοικτό Περιεχόμενο &#039;&#039;&#039;και  &#039;&#039;&#039;Ανοικτές Τεχνολογίες  &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
➡️ [https://ellak.gr/wiki/ Πρόσβαση στο wiki της ΕΕΛΛΑΚ]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🔗 Γρήγορη Πλοήγηση ==  &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:90%; background:#fffaf5; border:1px solid #f2c48d;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#ffe4b2; text-align:center;&amp;quot; | &#039;&#039;&#039;Γρήγορη Πλοήγηση&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Κεντρικά&#039;&#039;&#039;: [http://eellak.gr eellak.gr] · [http://gfoss.eu gfoss.eu] · [https://advisory.ellak.gr advisory] · [https://wiki.ellak.gr wiki]  &lt;br /&gt;
* &#039;&#039;&#039;Εκπαίδευση&#039;&#039;&#039;: [https://edu.ellak.gr edu] · [https://elearn.ellak.gr elearn] · [https://robotics.ellak.gr robotics] · [https://scientix.ellak.gr scientix] · [https://elearnconf.ellak.gr elearnconf] · [https://mathe.ellak.gr mathe]  &lt;br /&gt;
* &#039;&#039;&#039;Περιεχόμενο / Δεδομένα&#039;&#039;&#039;: [https://mycontent.ellak.gr mycontent] · [https://creativecommons.gr creativecommons] · [https://odi.ellak.gr odi] · [https://opendata.ellak.gr opendata] · [https://openstandards.ellak.gr openstandards] · [http://repository.ellak.gr repository]  &lt;br /&gt;
* &#039;&#039;&#039;Δημόσιος Τομέας &amp;amp; Πόλεις&#039;&#039;&#039;: [https://opengov.ellak.gr opengov] · [https://smartcities.ellak.gr smartcities] · [https://el.diadikasies.gr diadikasies] · [https://obs.ellak.gr obs]  &lt;br /&gt;
* &#039;&#039;&#039;Υποδομές &amp;amp; Κοινότητα&#039;&#039;&#039;: [https://github.com/eellak github] · [https://opensource.ellak.gr opensource] · [https://glossapi.gr glossapi] · [https://openhardware.ellak.gr openhardware] · [https://opendesign.ellak.gr opendesign] · [https://openwifi.gr openwifi] · [https://openedtech.ellak.gr openedtech] · [https://planet.ellak.gr planet] · [https://newsletters.ellak.gr newsletters] · [https://lists.ellak.gr lists]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 📝 Οδηγίες για Blogs Δράσεων &amp;amp; Ομάδων Εργασίας ==  &lt;br /&gt;
&lt;br /&gt;
[https://ellak.gr/wiki/index.php?title=%CE%9F%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82_%CE%A7%CF%81%CE%AE%CF%83%CE%B7%CF%82_Blogs_%CE%9F%CE%BC%CE%AC%CE%B4%CF%89%CE%BD_%CE%95%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82 Δείτε εδώ αναλυτικές οδηγίες]  &lt;br /&gt;
για τη δημοσίευση άρθρων στις σελίδες δράσεων και στα blogs των ομάδων εργασίας.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🌐 Ιστοσελίδες Δράσεων του Οργανισμού(EΕΛ/ΛΑΚ) ==  &lt;br /&gt;
&lt;br /&gt;
* [https://ellak.gr/ Το κεντρικό site για το ΕΛ/ΛΑΚ] — Αναδημοσιεύονται αυτόματα όλα τα άρθρα από όλους τους δικτυακούς τόπους της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://ellak.gr/ Οργανισμός Ανοιχτών Τεχνολογιών (ΕΕΛΛΑΚ)] — Ο εταιρικός δικτυακός τόπος.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:40%; background:#f5faff; border:1px solid #a3c1ff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#dbe8ff; text-align:center;&amp;quot; | &#039;&#039;&#039;Μέσα Κοινωνικής Δικτύωσης ΕΕΛΛΑΚ&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
* LinkedIn: [https://www.linkedin.com/in/gfoss/ eellak]  &lt;br /&gt;
* Facebook: [https://www.facebook.com/eellak eellak]  &lt;br /&gt;
* Instagram: [https://www.instagram.com/ellak.gr/ eellak]  &lt;br /&gt;
* BlueSky: [https://bsky.app/profile/eellak.bsky.social eellak]  &lt;br /&gt;
* Mastodon: [https://mastodon.social/@eellak eellak]  &lt;br /&gt;
* Twitter/X: [https://twitter.com/eellak @eellak]&lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
* [http://gfoss.eu Open Technologies Alliance (GFOSS)] — Αγγλόφωνη παρουσία της ΕΕΛΛΑΚ (Twitter/X: [https://twitter.com/gfoss_en @gfoss_en])&lt;br /&gt;
* [https://github.com/eellak github.com/eellak] — Αποθετήριο κώδικα της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://mathe.ellak.gr/ mathe.ellak.gr] — Προώθηση &amp;amp; διάδοση ΕΛ/ΛΑΚ: Ανοιχτό λογισμικό, ανοιχτοί ορίζοντες.&lt;br /&gt;
* [https://glossapi.gr/ glossapi.gr] — Open-source toolkit της ΕΕΛΛΑΚ για ανάλυση ελληνικού κειμένου (λογοτεχνία, νομοθεσία, επιστήμη, πολιτισμός).&lt;br /&gt;
* [https://opensource.ellak.gr/ opensource.ellak.gr] — Ανοιχτό λογισμικό.&lt;br /&gt;
* [https://edu.ellak.gr/ edu.ellak.gr] — Ανοικτές τεχνολογίες στην εκπαίδευση.&lt;br /&gt;
* [https://elearn.ellak.gr/ elearn.ellak.gr] — Πλατφόρμα ανοικτού εκπαιδευτικού περιεχομένου.&lt;br /&gt;
* [https://openedtech.ellak.gr/ openedtech.ellak.gr] — Πανελλήνιος Διαγωνισμός Ρομποτικής Ανοιχτών Τεχνολογιών.&lt;br /&gt;
* [https://scientix.ellak.gr/ scientix.ellak.gr] — Πανελλήνιο Συνέδριο Scientix.&lt;br /&gt;
* [https://elearnconf.ellak.gr/ elearnconf.ellak.gr] — Διημερίδα «Η πρόκληση της ανοικτής εκπαίδευσης».&lt;br /&gt;
* [https://privacy.ellak.gr/ privacy.ellak.gr] — Ασφάλεια Πληροφοριακών Συστημάτων και Προστασία Προσωπικών Δεδομένων.&lt;br /&gt;
* [https://creativecommons.ellak.gr/ Creative Commons] — Προώθηση των Αδειών Creative Commons.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:40%; background:#f5faff; border:1px solid #a3c1ff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#dbe8ff; text-align:center;&amp;quot; | &#039;&#039;&#039;Μέσα Κοινωνικής Δικτύωσης — Creative Commons Greece&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
* Facebook: [https://www.facebook.com/CreativeCommonsGreece CreativeCommonsGreece]  &lt;br /&gt;
* Twitter/X: [https://twitter.com/cc_greece @cc_greece]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [https://opengov.ellak.gr/ opengov.ellak.gr] — Προώθηση δράσεων Ανοιχτής Διακυβέρνησης.&lt;br /&gt;
* [https://mycontent.ellak.gr/ mycontent.ellak.gr] — Προώθηση ανοικτού περιεχομένου (Wikipedia, OpenStreetMap, OpenGLAM).&lt;br /&gt;
* [https://opendata.ellak.gr/ opendata.ellak.gr] — Ανοικτά Δεδομένα.&lt;br /&gt;
* [https://openhardware.ellak.gr/ openhardware.ellak.gr] — Προώθηση Ανοικτού Υλισμικού (Hardware).&lt;br /&gt;
* [https://openwifi.gr/ openwifi.gr] — Ελεύθερα ασύρματα δίκτυα.&lt;br /&gt;
* [https://oer.ellak.gr/ oer.ellak.gr] — Ανοικτό περιεχόμενο στην εκπαίδευση.&lt;br /&gt;
* [https://openstandards.ellak.gr/ openstandards.ellak.gr] — Προώθηση Ανοικτών Προτύπων.&lt;br /&gt;
* [https://odi.ellak.gr/ odi.ellak.gr] — Open Data Institute – Athens Node.&lt;br /&gt;
* [https://obs.ellak.gr/ obs.ellak.gr] — Ανοικτοί Προϋπολογισμοί, Προμήθειες και Συμβάσεις.&lt;br /&gt;
* [https://legal.ellak.gr/ legal.ellak.gr] — Νομικά θέματα για ΕΛ/ΛΑΚ και ανοικτές τεχνολογίες.&lt;br /&gt;
* [https://smartcities.ellak.gr/ smartcities.ellak.gr] — Έξυπνες πόλεις.&lt;br /&gt;
* [https://openbusiness.ellak.gr/ openbusiness.ellak.gr] — Προώθηση της Ανοικτής Επιχειρηματικότητας και Καινοτομίας.&lt;br /&gt;
* [https://advisory.ellak.gr/ advisory.ellak.gr] — Δημόσια διαβούλευση για τις δράσεις της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://opendesign.ellak.gr/ opendesign.ellak.gr] — Ανοιχτή σχεδίαση (Open Design).&lt;br /&gt;
* [https://ccradio.ellak.gr/ ccradio.ellak.gr] — Μουσικό ραδιόφωνο με άδειες Creative Commons.&lt;br /&gt;
* [https://planet.ellak.gr/ planet.ellak.gr] — Συγκεντρωτής δημοσιεύσεων της κοινότητας ΕΛ/ΛΑΚ.&lt;br /&gt;
* [http://repository.ellak.gr/ repository.ellak.gr] — Αποθετήριο υλικού έργων, τεκμηρίωσης και δράσεων.&lt;br /&gt;
* [https://conferences.ellak.gr/ conferences.ellak.gr] — Οπτικοακουστικό υλικό και παρουσιάσεις από συνέδρια/ημερίδες.&lt;br /&gt;
* [https://el.diadikasies.gr/ el.diadikasies.gr] — Wiki υπηρεσιών και διαδικασιών Δημόσιου Τομέα.&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 👥 Blogs Ομάδων Εργασίας ==  &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:90%; background:#f5faff; border:1px solid #a3c1ff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#dbe8ff; text-align:center;&amp;quot; | &#039;&#039;&#039;Blogs Ομάδων Εργασίας της ΕΕΛΛΑΚ&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* [https://opengov.ellak.gr opengov.ellak.gr] &amp;amp; [https://opendata.ellak.gr opendata.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για την Ανοικτή Διακυβέρνηση και τα Ανοικτά Δεδομένα&#039;&#039;&#039;&lt;br /&gt;
* [https://edu.ellak.gr edu.ellak.gr], [https://oer.ellak.gr oer.ellak.gr], [https://elearn.ellak.gr elearn.ellak.gr], [https://openedtech.ellak.gr openedtech.ellak.gr], [https://scientix.ellak.gr scientix.ellak.gr], [https://elearnconf.ellak.gr elearnconf.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοιχτές Τεχνολογίες και Ανοικτό Περιεχόμενο στην Εκπαίδευση&#039;&#039;&#039;&lt;br /&gt;
* [https://openhardware.ellak.gr openhardware.ellak.gr] &amp;amp; [https://openwifi.ellak.gr openwifi.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοιχτό Σχεδιασμό, Ανοιχτό Υλισμικό και Ασύρματα Δίκτυα&#039;&#039;&#039;&lt;br /&gt;
* [https://privacy.ellak.gr privacy.ellak.gr] &amp;amp; [https://legal.ellak.gr legal.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ασφάλεια Πληροφοριακών Συστημάτων και Προστασία Προσωπικών Δεδομένων&#039;&#039;&#039;&lt;br /&gt;
* [https://opensource.ellak.gr opensource.ellak.gr] &amp;amp; [https://openstandards.ellak.gr openstandards.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοικτό Λογισμικό και Ανοικτά Πρότυπα&#039;&#039;&#039;&lt;br /&gt;
* [https://openbusiness.ellak.gr openbusiness.ellak.gr] &amp;amp; [https://smartcities.ellak.gr smartcities.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Καινοτομία, Επιχειρηματικότητα και Έξυπνες Πόλεις&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 📚 Δράσεις &amp;amp; Κατηγορίες στο wiki ==  &lt;br /&gt;
&lt;br /&gt;
* [[:Κατηγορία:Ομάδες Εργασίας της ΕΕΛ/ΛΑΚ|Ομάδες Εργασίας του Οργανισμού]]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%9A%CE%B1%CF%84%CE%AC%CE%BB%CE%BF%CE%B3%CE%BF%CF%82_%CE%9A%CE%BF%CE%B9%CE%BD%CE%BF%CF%84%CE%AE%CF%84%CF%89%CE%BD_%CE%91%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CF%8E%CE%BD_%CE%A4%CE%B5%CF%87%CE%BD%CE%BF%CE%BB%CE%BF%CE%B3%CE%B9%CF%8E%CE%BD Κατάλογος Κοινοτήτων Ανοιχτών Τεχνολογιών]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%95%CF%84%CE%B1%CE%B9%CF%81%CE%B5%CE%AF%CE%B5%CF%82_%CF%80%CE%BF%CF%85_%CF%85%CF%80%CE%BF%CF%83%CF%84%CE%B7%CF%81%CE%AF%CE%B6%CE%BF%CF%85%CE%BD_%CE%BB%CF%8D%CF%83%CE%B5%CE%B9%CF%82_%CE%91%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%9B%CE%BF%CE%B3%CE%B9%CF%83%CE%BC%CE%B9%CE%BA%CE%BF%CF%8D Εταιρείες που υποστηρίζουν λύσεις Ανοικτού Λογισμικού]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%A0%CE%AF%CE%BD%CE%B1%CE%BA%CE%B1%CF%82_%CE%B9%CF%83%CE%BF%CE%B4%CF%8D%CE%BD%CE%B1%CE%BC%CF%89%CE%BD_%CE%BB%CE%BF%CE%B3%CE%B9%CF%83%CE%BC%CE%B9%CE%BA%CF%8E%CE%BD_%CE%B1%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%BA%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1 Πίνακας ισοδύναμων λογισμικών ανοιχτού κώδικα]&lt;br /&gt;
* [[:Κατηγορία:Προτάσεις Πολιτικής|Προτάσεις Πολιτικής]]&lt;br /&gt;
* [[:Κατηγορία:Μελέτες|Μελέτες]] — Σχέση ΕΛ/ΛΑΚ με ανοικτή διακυβέρνηση, εκπαίδευση, κοινότητες, Δημόσιο τομέα, επιχειρήσεις, άδειες.&lt;br /&gt;
* [[Κατάλογος Πηγών Ελληνικού Κειμένου]]&lt;br /&gt;
* [[Google Summer of Code]] · [[Summer of Code]]&lt;br /&gt;
* [[:Κατηγορία:ΠΑΝΟΠΤΗΣ|ΠΑΝΟΠΤΗΣ]] — Άσκηση κυβερνοάμυνας.&lt;br /&gt;
* [[:Κατηγορία:Κρυπτογράφηση|Κρυπτογράφηση]] — Άρθρα, εγχειρίδια και how-to για κρυπτογράφηση &amp;amp; ασφάλεια.&lt;br /&gt;
* [[:Κατηγορία:Ανοικτά δεδομένα|Ανοικτά δεδομένα]]&lt;br /&gt;
* [[:Κατηγορία:Ανοικτή Διακυβέρνηση|Ανοικτή Διακυβέρνηση]]&lt;br /&gt;
* [[:Κατηγορία:Ανοικτό Περιεχόμενο|Ανοικτό Περιεχόμενο]]&lt;br /&gt;
* [[:Κατηγορία:Εκπαίδευση και ΕΛΛΑΚ‏‎|Εκπαίδευση και ΕΛΛΑΚ]]&lt;br /&gt;
* [[:Κατηγορία:Νομικά θέματα ΕΕΛ/ΛΑΚ‏‎|Νομικά θέματα]]&lt;br /&gt;
* [[:Κατηγορία:ΕΛΛΑΚ‏‎|ΕΛΛΑΚ]] — Οδηγοί, κατάλογοι κοινοτήτων και εταιρειών.&lt;br /&gt;
* [[:Κατηγορία:FABLAB‏‎|FABLAB]]&lt;br /&gt;
* [[:Κατηγορία:ΕΕΛ/ΛΑΚ‏‎|Οργανισμός Ανοιχτών Τεχνολογιών ΕΕΛΛΑΚ]] — Καταστατικό, παρουσίαση, δράσεις.&lt;br /&gt;
* [[:Κατηγορία:Τεχνικές Προδιαγραφές|Τεχνικές Προδιαγραφές]] — Υποδείγματα.&lt;br /&gt;
* [[ΕΤΗΣΙΕΣ ΕΡΕΥΝΕΣ: Πείτε μας τη γνώμη σας για το περιεχόμενο του ενημερωτικού δελτίου της ΕΕΛΛΑΚ]]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%94%CF%81%CE%AC%CF%83%CE%B5%CE%B9%CF%82_%CE%B1%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%BA%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1_%CE%B3%CE%B9%CE%B1_%CF%84%CE%B7%CE%BD_%CE%B1%CE%BD%CF%84%CE%B9%CE%BC%CE%B5%CF%84%CF%8E%CF%80%CE%B9%CF%83%CE%B7_%CF%84%CF%89%CE%BD_%CF%83%CF%85%CE%BD%CE%B5%CF%80%CE%B5%CE%B9%CF%89%CE%BD_%CF%84%CE%B7%CF%82_%CF%80%CE%B1%CE%BD%CE%B4%CE%B7%CE%BC%CE%AF%CE%B1%CF%82 Δράσεις ανοιχτού κώδικα για την πανδημία]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== ⚙️ Πηγές &amp;amp; Εργαλεία ==  &lt;br /&gt;
&lt;br /&gt;
=== [https://mathe.ellak.gr/?page_id=135 Πίνακας ισοδύναμων λογισμικών] ===&lt;br /&gt;
* [http://directory.fsf.org/wiki/Main_Page Free Software Directory] — Κατάλογος χρήσιμου λογισμικού.&lt;br /&gt;
* [https://www.openhub.net/ OpenHub] — Discover, track and compare open source projects.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🤝 Συμμετοχή ==  &lt;br /&gt;
&lt;br /&gt;
* Διαβούλευση: [https://advisory.ellak.gr advisory.ellak.gr]&lt;br /&gt;
* Συνεισφορά σε έργα: [https://github.com/eellak GitHub/eellak]&lt;br /&gt;
* Οδηγός wiki: [[Οδηγός:Πώς_συμμετέχω_στο_wiki|Πώς συμμετέχω στο wiki]]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== ✍️ Οδηγίες για Συντάκτες ==  &lt;br /&gt;
&lt;br /&gt;
* Άδειες τεκμηρίωσης: CC BY-SA.&lt;br /&gt;
* Σαφείς τίτλοι και σύντομες περιλήψεις.&lt;br /&gt;
* Προσθέστε σχετικές κατηγορίες σε κάθε άρθρο που προτείνετε για δημοσίευση.&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%9F%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82_%CE%A7%CF%81%CE%AE%CF%83%CE%B7%CF%82_Blogs_%CE%9F%CE%BC%CE%AC%CE%B4%CF%89%CE%BD_%CE%95%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82 Οδηγίες: πώς να καταχωρείτε άρθρα στις σελίδες δράσεων και τα blogs ομάδων εργασίας]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 💬 Επικοινωνία &amp;amp; Προτάσεις ==  &lt;br /&gt;
&lt;br /&gt;
Για προτάσεις βελτίωσης ή θέματα διαβούλευσης, επικοινωνήστε μέσω της φόρμας:  &lt;br /&gt;
➡️ [https://ellak.gr/pite-mas-ti-gnomi-sas/ Πείτε μας τη γνώμη σας]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Τελευταία επιμέλεια σελίδας: 04/11/2025&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:ΕΕΛΛΑΚ]] [[Κατηγορία:Αρχική σελίδα]] [[Κατηγορία:Τεκμηρίωση]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=%CE%91%CF%81%CF%87%CE%B9%CE%BA%CE%AE_%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CE%B1&amp;diff=2461</id>
		<title>Αρχική σελίδα</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=%CE%91%CF%81%CF%87%CE%B9%CE%BA%CE%AE_%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CE%B1&amp;diff=2461"/>
		<updated>2025-11-04T13:10:58Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Καλώς ήλθατε στο wiki του Οργανισμού Ανοιχτών Τεχνολογιών (&#039;&#039;&#039;ΕΕΛΛΑΚ&#039;&#039;&#039;) =  &lt;br /&gt;
&lt;br /&gt;
Καλώς ήλθατε στο  &#039;&#039;&#039;κεντρικό wiki τεκμηρίωσης &#039;&#039;&#039; του Οργανισμού Ανοιχτών Τεχνολογιών (ΕΕΛΛΑΚ).  &lt;br /&gt;
Εδώ θα βρείτε οδηγούς, διαδικασίες, τεκμηρίωση και υλικό για: &#039;&#039;&#039;Ελεύθερο / Λογισμικό Ανοιχτού Κώδικα (ΕΛ/ΛΑΚ) &#039;&#039;&#039;,  &#039;&#039;&#039;Ανοικτά Δεδομένα &#039;&#039;&#039;,  &#039;&#039;&#039;Ανοικτό Περιεχόμενο &#039;&#039;&#039;και  &#039;&#039;&#039;Ανοικτές Τεχνολογίες  &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
➡️ [https://ellak.gr/wiki/ Πρόσβαση στο wiki της ΕΕΛΛΑΚ]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🔗 Γρήγορη Πλοήγηση ==  &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Κεντρικά&#039;&#039;&#039;: [http://eellak.gr eellak.gr] · [http://gfoss.eu gfoss.eu] · [https://advisory.ellak.gr advisory] · [https://wiki.ellak.gr wiki]&lt;br /&gt;
* &#039;&#039;&#039;Εκπαίδευση&#039;&#039;&#039;: [https://edu.ellak.gr edu] · [https://elearn.ellak.gr elearn] · [https://robotics.ellak.gr robotics] · [https://scientix.ellak.gr scientix] · [https://elearnconf.ellak.gr elearnconf] · [https://mathe.ellak.gr mathe]&lt;br /&gt;
* &#039;&#039;&#039;Περιεχόμενο / Δεδομένα&#039;&#039;&#039;: [https://mycontent.ellak.gr mycontent] · [https://creativecommons.gr creativecommons] · [https://odi.ellak.gr odi] · [https://opendata.ellak.gr opendata] · [https://openstandards.ellak.gr openstandards] · [http://repository.ellak.gr repository]&lt;br /&gt;
* &#039;&#039;&#039;Δημόσιος Τομέας &amp;amp; Πόλεις&#039;&#039;&#039;: [https://opengov.ellak.gr opengov] · [https://smartcities.ellak.gr smartcities] · [https://el.diadikasies.gr diadikasies] · [https://obs.ellak.gr obs]&lt;br /&gt;
* &#039;&#039;&#039;Υποδομές &amp;amp; Κοινότητα&#039;&#039;&#039;: [https://github.com/eellak github] · [https://opensource.ellak.gr opensource] · [https://glossapi.gr glossapi] · [https://openhardware.ellak.gr openhardware] · [https://opendesign.ellak.gr opendesign] · [https://openwifi.gr openwifi] · [https://openedtech.ellak.gr openedtech] · [https://planet.ellak.gr planet] · [https://newsletters.ellak.gr newsletters] · [https://lists.ellak.gr lists]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 📝 Οδηγίες για Blogs Δράσεων &amp;amp; Ομάδων Εργασίας ==  &lt;br /&gt;
&lt;br /&gt;
[https://ellak.gr/wiki/index.php?title=%CE%9F%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82_%CE%A7%CF%81%CE%AE%CF%83%CE%B7%CF%82_Blogs_%CE%9F%CE%BC%CE%AC%CE%B4%CF%89%CE%BD_%CE%95%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82 Δείτε εδώ αναλυτικές οδηγίες]  &lt;br /&gt;
για τη δημοσίευση άρθρων στις σελίδες δράσεων και στα blogs των ομάδων εργασίας.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🌐 Ιστοσελίδες Δράσεων του Οργανισμού(EΕΛ/ΛΑΚ) ==  &lt;br /&gt;
&lt;br /&gt;
* [https://ellak.gr/ Το κεντρικό site για το ΕΛ/ΛΑΚ] — Αναδημοσιεύονται αυτόματα όλα τα άρθρα από όλους τους δικτυακούς τόπους της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://ellak.gr/ Οργανισμός Ανοιχτών Τεχνολογιών (ΕΕΛΛΑΚ)] — Ο εταιρικός δικτυακός τόπος.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:40%; background:#f5faff; border:1px solid #a3c1ff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#dbe8ff; text-align:center;&amp;quot; | &#039;&#039;&#039;Μέσα Κοινωνικής Δικτύωσης ΕΕΛΛΑΚ&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
* LinkedIn: [https://www.linkedin.com/in/gfoss/ eellak]  &lt;br /&gt;
* Facebook: [https://www.facebook.com/eellak eellak]  &lt;br /&gt;
* Instagram: [https://www.instagram.com/ellak.gr/ eellak]  &lt;br /&gt;
* BlueSky: [https://bsky.app/profile/eellak.bsky.social eellak]  &lt;br /&gt;
* Mastodon: [https://mastodon.social/@eellak eellak]  &lt;br /&gt;
* Twitter/X: [https://twitter.com/eellak @eellak]&lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
* [http://gfoss.eu Open Technologies Alliance (GFOSS)] — Αγγλόφωνη παρουσία της ΕΕΛΛΑΚ (Twitter/X: [https://twitter.com/gfoss_en @gfoss_en])&lt;br /&gt;
* [https://github.com/eellak github.com/eellak] — Αποθετήριο κώδικα της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://mathe.ellak.gr/ mathe.ellak.gr] — Προώθηση &amp;amp; διάδοση ΕΛ/ΛΑΚ: Ανοιχτό λογισμικό, ανοιχτοί ορίζοντες.&lt;br /&gt;
* [https://glossapi.gr/ glossapi.gr] — Open-source toolkit της ΕΕΛΛΑΚ για ανάλυση ελληνικού κειμένου (λογοτεχνία, νομοθεσία, επιστήμη, πολιτισμός).&lt;br /&gt;
* [https://opensource.ellak.gr/ opensource.ellak.gr] — Ανοιχτό λογισμικό.&lt;br /&gt;
* [https://edu.ellak.gr/ edu.ellak.gr] — Ανοικτές τεχνολογίες στην εκπαίδευση.&lt;br /&gt;
* [https://elearn.ellak.gr/ elearn.ellak.gr] — Πλατφόρμα ανοικτού εκπαιδευτικού περιεχομένου.&lt;br /&gt;
* [https://openedtech.ellak.gr/ openedtech.ellak.gr] — Πανελλήνιος Διαγωνισμός Ρομποτικής Ανοιχτών Τεχνολογιών.&lt;br /&gt;
* [https://scientix.ellak.gr/ scientix.ellak.gr] — Πανελλήνιο Συνέδριο Scientix.&lt;br /&gt;
* [https://elearnconf.ellak.gr/ elearnconf.ellak.gr] — Διημερίδα «Η πρόκληση της ανοικτής εκπαίδευσης».&lt;br /&gt;
* [https://privacy.ellak.gr/ privacy.ellak.gr] — Ασφάλεια Πληροφοριακών Συστημάτων και Προστασία Προσωπικών Δεδομένων.&lt;br /&gt;
* [https://creativecommons.ellak.gr/ Creative Commons] — Προώθηση των Αδειών Creative Commons.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:40%; background:#f5faff; border:1px solid #a3c1ff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#dbe8ff; text-align:center;&amp;quot; | &#039;&#039;&#039;Μέσα Κοινωνικής Δικτύωσης — Creative Commons Greece&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
* Facebook: [https://www.facebook.com/CreativeCommonsGreece CreativeCommonsGreece]  &lt;br /&gt;
* Twitter/X: [https://twitter.com/cc_greece @cc_greece]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [https://opengov.ellak.gr/ opengov.ellak.gr] — Προώθηση δράσεων Ανοιχτής Διακυβέρνησης.&lt;br /&gt;
* [https://mycontent.ellak.gr/ mycontent.ellak.gr] — Προώθηση ανοικτού περιεχομένου (Wikipedia, OpenStreetMap, OpenGLAM).&lt;br /&gt;
* [https://opendata.ellak.gr/ opendata.ellak.gr] — Ανοικτά Δεδομένα.&lt;br /&gt;
* [https://openhardware.ellak.gr/ openhardware.ellak.gr] — Προώθηση Ανοικτού Υλισμικού (Hardware).&lt;br /&gt;
* [https://openwifi.gr/ openwifi.gr] — Ελεύθερα ασύρματα δίκτυα.&lt;br /&gt;
* [https://oer.ellak.gr/ oer.ellak.gr] — Ανοικτό περιεχόμενο στην εκπαίδευση.&lt;br /&gt;
* [https://openstandards.ellak.gr/ openstandards.ellak.gr] — Προώθηση Ανοικτών Προτύπων.&lt;br /&gt;
* [https://odi.ellak.gr/ odi.ellak.gr] — Open Data Institute – Athens Node.&lt;br /&gt;
* [https://obs.ellak.gr/ obs.ellak.gr] — Ανοικτοί Προϋπολογισμοί, Προμήθειες και Συμβάσεις.&lt;br /&gt;
* [https://legal.ellak.gr/ legal.ellak.gr] — Νομικά θέματα για ΕΛ/ΛΑΚ και ανοικτές τεχνολογίες.&lt;br /&gt;
* [https://smartcities.ellak.gr/ smartcities.ellak.gr] — Έξυπνες πόλεις.&lt;br /&gt;
* [https://openbusiness.ellak.gr/ openbusiness.ellak.gr] — Προώθηση της Ανοικτής Επιχειρηματικότητας και Καινοτομίας.&lt;br /&gt;
* [https://advisory.ellak.gr/ advisory.ellak.gr] — Δημόσια διαβούλευση για τις δράσεις της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://opendesign.ellak.gr/ opendesign.ellak.gr] — Ανοιχτή σχεδίαση (Open Design).&lt;br /&gt;
* [https://ccradio.ellak.gr/ ccradio.ellak.gr] — Μουσικό ραδιόφωνο με άδειες Creative Commons.&lt;br /&gt;
* [https://planet.ellak.gr/ planet.ellak.gr] — Συγκεντρωτής δημοσιεύσεων της κοινότητας ΕΛ/ΛΑΚ.&lt;br /&gt;
* [http://repository.ellak.gr/ repository.ellak.gr] — Αποθετήριο υλικού έργων, τεκμηρίωσης και δράσεων.&lt;br /&gt;
* [https://conferences.ellak.gr/ conferences.ellak.gr] — Οπτικοακουστικό υλικό και παρουσιάσεις από συνέδρια/ημερίδες.&lt;br /&gt;
* [https://el.diadikasies.gr/ el.diadikasies.gr] — Wiki υπηρεσιών και διαδικασιών Δημόσιου Τομέα.&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 👥 Blogs Ομάδων Εργασίας ==  &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:90%; background:#f5faff; border:1px solid #a3c1ff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#dbe8ff; text-align:center;&amp;quot; | &#039;&#039;&#039;Blogs Ομάδων Εργασίας της ΕΕΛΛΑΚ&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* [https://opengov.ellak.gr opengov.ellak.gr] &amp;amp; [https://opendata.ellak.gr opendata.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για την Ανοικτή Διακυβέρνηση και τα Ανοικτά Δεδομένα&#039;&#039;&#039;&lt;br /&gt;
* [https://edu.ellak.gr edu.ellak.gr], [https://oer.ellak.gr oer.ellak.gr], [https://elearn.ellak.gr elearn.ellak.gr], [https://openedtech.ellak.gr openedtech.ellak.gr], [https://scientix.ellak.gr scientix.ellak.gr], [https://elearnconf.ellak.gr elearnconf.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοιχτές Τεχνολογίες και Ανοικτό Περιεχόμενο στην Εκπαίδευση&#039;&#039;&#039;&lt;br /&gt;
* [https://openhardware.ellak.gr openhardware.ellak.gr] &amp;amp; [https://openwifi.ellak.gr openwifi.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοιχτό Σχεδιασμό, Ανοιχτό Υλισμικό και Ασύρματα Δίκτυα&#039;&#039;&#039;&lt;br /&gt;
* [https://privacy.ellak.gr privacy.ellak.gr] &amp;amp; [https://legal.ellak.gr legal.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ασφάλεια Πληροφοριακών Συστημάτων και Προστασία Προσωπικών Δεδομένων&#039;&#039;&#039;&lt;br /&gt;
* [https://opensource.ellak.gr opensource.ellak.gr] &amp;amp; [https://openstandards.ellak.gr openstandards.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοικτό Λογισμικό και Ανοικτά Πρότυπα&#039;&#039;&#039;&lt;br /&gt;
* [https://openbusiness.ellak.gr openbusiness.ellak.gr] &amp;amp; [https://smartcities.ellak.gr smartcities.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Καινοτομία, Επιχειρηματικότητα και Έξυπνες Πόλεις&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 📚 Δράσεις &amp;amp; Κατηγορίες στο wiki ==  &lt;br /&gt;
&lt;br /&gt;
* [[:Κατηγορία:Ομάδες Εργασίας της ΕΕΛ/ΛΑΚ|Ομάδες Εργασίας του Οργανισμού]]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%9A%CE%B1%CF%84%CE%AC%CE%BB%CE%BF%CE%B3%CE%BF%CF%82_%CE%9A%CE%BF%CE%B9%CE%BD%CE%BF%CF%84%CE%AE%CF%84%CF%89%CE%BD_%CE%91%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CF%8E%CE%BD_%CE%A4%CE%B5%CF%87%CE%BD%CE%BF%CE%BB%CE%BF%CE%B3%CE%B9%CF%8E%CE%BD Κατάλογος Κοινοτήτων Ανοιχτών Τεχνολογιών]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%95%CF%84%CE%B1%CE%B9%CF%81%CE%B5%CE%AF%CE%B5%CF%82_%CF%80%CE%BF%CF%85_%CF%85%CF%80%CE%BF%CF%83%CF%84%CE%B7%CF%81%CE%AF%CE%B6%CE%BF%CF%85%CE%BD_%CE%BB%CF%8D%CF%83%CE%B5%CE%B9%CF%82_%CE%91%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%9B%CE%BF%CE%B3%CE%B9%CF%83%CE%BC%CE%B9%CE%BA%CE%BF%CF%8D Εταιρείες που υποστηρίζουν λύσεις Ανοικτού Λογισμικού]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%A0%CE%AF%CE%BD%CE%B1%CE%BA%CE%B1%CF%82_%CE%B9%CF%83%CE%BF%CE%B4%CF%8D%CE%BD%CE%B1%CE%BC%CF%89%CE%BD_%CE%BB%CE%BF%CE%B3%CE%B9%CF%83%CE%BC%CE%B9%CE%BA%CF%8E%CE%BD_%CE%B1%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%BA%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1 Πίνακας ισοδύναμων λογισμικών ανοιχτού κώδικα]&lt;br /&gt;
* [[:Κατηγορία:Προτάσεις Πολιτικής|Προτάσεις Πολιτικής]]&lt;br /&gt;
* [[:Κατηγορία:Μελέτες|Μελέτες]] — Σχέση ΕΛ/ΛΑΚ με ανοικτή διακυβέρνηση, εκπαίδευση, κοινότητες, Δημόσιο τομέα, επιχειρήσεις, άδειες.&lt;br /&gt;
* [[Κατάλογος Πηγών Ελληνικού Κειμένου]]&lt;br /&gt;
* [[Google Summer of Code]] · [[Summer of Code]]&lt;br /&gt;
* [[:Κατηγορία:ΠΑΝΟΠΤΗΣ|ΠΑΝΟΠΤΗΣ]] — Άσκηση κυβερνοάμυνας.&lt;br /&gt;
* [[:Κατηγορία:Κρυπτογράφηση|Κρυπτογράφηση]] — Άρθρα, εγχειρίδια και how-to για κρυπτογράφηση &amp;amp; ασφάλεια.&lt;br /&gt;
* [[:Κατηγορία:Ανοικτά δεδομένα|Ανοικτά δεδομένα]]&lt;br /&gt;
* [[:Κατηγορία:Ανοικτή Διακυβέρνηση|Ανοικτή Διακυβέρνηση]]&lt;br /&gt;
* [[:Κατηγορία:Ανοικτό Περιεχόμενο|Ανοικτό Περιεχόμενο]]&lt;br /&gt;
* [[:Κατηγορία:Εκπαίδευση και ΕΛΛΑΚ‏‎|Εκπαίδευση και ΕΛΛΑΚ]]&lt;br /&gt;
* [[:Κατηγορία:Νομικά θέματα ΕΕΛ/ΛΑΚ‏‎|Νομικά θέματα]]&lt;br /&gt;
* [[:Κατηγορία:ΕΛΛΑΚ‏‎|ΕΛΛΑΚ]] — Οδηγοί, κατάλογοι κοινοτήτων και εταιρειών.&lt;br /&gt;
* [[:Κατηγορία:FABLAB‏‎|FABLAB]]&lt;br /&gt;
* [[:Κατηγορία:ΕΕΛ/ΛΑΚ‏‎|Οργανισμός Ανοιχτών Τεχνολογιών ΕΕΛΛΑΚ]] — Καταστατικό, παρουσίαση, δράσεις.&lt;br /&gt;
* [[:Κατηγορία:Τεχνικές Προδιαγραφές|Τεχνικές Προδιαγραφές]] — Υποδείγματα.&lt;br /&gt;
* [[ΕΤΗΣΙΕΣ ΕΡΕΥΝΕΣ: Πείτε μας τη γνώμη σας για το περιεχόμενο του ενημερωτικού δελτίου της ΕΕΛΛΑΚ]]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%94%CF%81%CE%AC%CF%83%CE%B5%CE%B9%CF%82_%CE%B1%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%BA%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1_%CE%B3%CE%B9%CE%B1_%CF%84%CE%B7%CE%BD_%CE%B1%CE%BD%CF%84%CE%B9%CE%BC%CE%B5%CF%84%CF%8E%CF%80%CE%B9%CF%83%CE%B7_%CF%84%CF%89%CE%BD_%CF%83%CF%85%CE%BD%CE%B5%CF%80%CE%B5%CE%B9%CF%89%CE%BD_%CF%84%CE%B7%CF%82_%CF%80%CE%B1%CE%BD%CE%B4%CE%B7%CE%BC%CE%AF%CE%B1%CF%82 Δράσεις ανοιχτού κώδικα για την πανδημία]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== ⚙️ Πηγές &amp;amp; Εργαλεία ==  &lt;br /&gt;
&lt;br /&gt;
=== [https://mathe.ellak.gr/?page_id=135 Πίνακας ισοδύναμων λογισμικών] ===&lt;br /&gt;
* [http://directory.fsf.org/wiki/Main_Page Free Software Directory] — Κατάλογος χρήσιμου λογισμικού.&lt;br /&gt;
* [https://www.openhub.net/ OpenHub] — Discover, track and compare open source projects.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🤝 Συμμετοχή ==  &lt;br /&gt;
&lt;br /&gt;
* Διαβούλευση: [https://advisory.ellak.gr advisory.ellak.gr]&lt;br /&gt;
* Συνεισφορά σε έργα: [https://github.com/eellak GitHub/eellak]&lt;br /&gt;
* Οδηγός wiki: [[Οδηγός:Πώς_συμμετέχω_στο_wiki|Πώς συμμετέχω στο wiki]]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== ✍️ Οδηγίες για Συντάκτες ==  &lt;br /&gt;
&lt;br /&gt;
* Άδειες τεκμηρίωσης: CC BY-SA.&lt;br /&gt;
* Σαφείς τίτλοι και σύντομες περιλήψεις.&lt;br /&gt;
* Προσθέστε σχετικές κατηγορίες σε κάθε άρθρο που προτείνετε για δημοσίευση.&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%9F%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82_%CE%A7%CF%81%CE%AE%CF%83%CE%B7%CF%82_Blogs_%CE%9F%CE%BC%CE%AC%CE%B4%CF%89%CE%BD_%CE%95%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82 Οδηγίες: πώς να καταχωρείτε άρθρα στις σελίδες δράσεων και τα blogs ομάδων εργασίας]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 💬 Επικοινωνία &amp;amp; Προτάσεις ==  &lt;br /&gt;
&lt;br /&gt;
Για προτάσεις βελτίωσης ή θέματα διαβούλευσης, επικοινωνήστε μέσω της φόρμας:  &lt;br /&gt;
➡️ [https://ellak.gr/pite-mas-ti-gnomi-sas/ Πείτε μας τη γνώμη σας]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Τελευταία επιμέλεια σελίδας: 04/11/2025&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:ΕΕΛΛΑΚ]] [[Κατηγορία:Αρχική σελίδα]] [[Κατηγορία:Τεκμηρίωση]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=%CE%91%CF%81%CF%87%CE%B9%CE%BA%CE%AE_%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CE%B1&amp;diff=2460</id>
		<title>Αρχική σελίδα</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=%CE%91%CF%81%CF%87%CE%B9%CE%BA%CE%AE_%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CE%B1&amp;diff=2460"/>
		<updated>2025-11-04T13:06:02Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Καλώς ήλθατε στο wiki του Οργανισμού Ανοιχτών Τεχνολογιών (&#039;&#039;&#039;ΕΕΛΛΑΚ&#039;&#039;&#039;) =  &lt;br /&gt;
&lt;br /&gt;
Καλώς ήλθατε στο  &#039;&#039;&#039;κεντρικό wiki τεκμηρίωσης &#039;&#039;&#039; του Οργανισμού Ανοιχτών Τεχνολογιών (ΕΕΛΛΑΚ).  &lt;br /&gt;
Εδώ θα βρείτε οδηγούς, διαδικασίες, τεκμηρίωση και υλικό για: &#039;&#039;&#039;Ελεύθερο / Λογισμικό Ανοιχτού Κώδικα (ΕΛ/ΛΑΚ) &#039;&#039;&#039;,  &#039;&#039;&#039;Ανοικτά Δεδομένα &#039;&#039;&#039;,  &#039;&#039;&#039;Ανοικτό Περιεχόμενο &#039;&#039;&#039;και  &#039;&#039;&#039;Ανοικτές Τεχνολογίες  &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
➡️ [https://ellak.gr/wiki/ Πρόσβαση στο wiki της ΕΕΛΛΑΚ]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🔗 Γρήγορη Πλοήγηση ==  &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Κεντρικά&#039;&#039;&#039;: [http://eellak.gr eellak.gr] · [http://gfoss.eu gfoss.eu] · [https://advisory.ellak.gr advisory] · [https://wiki.ellak.gr wiki]&lt;br /&gt;
* &#039;&#039;&#039;Εκπαίδευση&#039;&#039;&#039;: [https://edu.ellak.gr edu] · [https://elearn.ellak.gr elearn] · [https://robotics.ellak.gr robotics] · [https://scientix.ellak.gr scientix] · [https://elearnconf.ellak.gr elearnconf] · [https://mathe.ellak.gr mathe]&lt;br /&gt;
* &#039;&#039;&#039;Περιεχόμενο / Δεδομένα&#039;&#039;&#039;: [https://mycontent.ellak.gr mycontent] · [https://creativecommons.gr creativecommons] · [https://odi.ellak.gr odi] · [https://opendata.ellak.gr opendata] · [https://openstandards.ellak.gr openstandards] · [http://repository.ellak.gr repository]&lt;br /&gt;
* &#039;&#039;&#039;Δημόσιος Τομέας &amp;amp; Πόλεις&#039;&#039;&#039;: [https://opengov.ellak.gr opengov] · [https://smartcities.ellak.gr smartcities] · [https://el.diadikasies.gr diadikasies] · [https://obs.ellak.gr obs]&lt;br /&gt;
* &#039;&#039;&#039;Υποδομές &amp;amp; Κοινότητα&#039;&#039;&#039;: [https://github.com/eellak github] · [https://opensource.ellak.gr opensource] · [https://glossapi.gr glossapi] · [https://openhardware.ellak.gr openhardware] · [https://opendesign.ellak.gr opendesign] · [https://openwifi.gr openwifi] · [https://openedtech.ellak.gr openedtech] · [https://planet.ellak.gr planet] · [https://newsletters.ellak.gr newsletters] · [https://lists.ellak.gr lists]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 📝 Οδηγίες για Blogs Δράσεων &amp;amp; Ομάδων Εργασίας ==  &lt;br /&gt;
&lt;br /&gt;
[https://ellak.gr/wiki/index.php?title=%CE%9F%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82_%CE%A7%CF%81%CE%AE%CF%83%CE%B7%CF%82_Blogs_%CE%9F%CE%BC%CE%AC%CE%B4%CF%89%CE%BD_%CE%95%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82 Δείτε εδώ αναλυτικές οδηγίες]  &lt;br /&gt;
για τη δημοσίευση άρθρων στις σελίδες δράσεων και στα blogs των ομάδων εργασίας.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🌐 Ιστοσελίδες Δράσεων του Οργανισμού(EΕΛ/ΛΑΚ) ==  &lt;br /&gt;
&lt;br /&gt;
* [https://ellak.gr/ Το κεντρικό site για το ΕΛ/ΛΑΚ] — Αναδημοσιεύονται αυτόματα όλα τα άρθρα από όλους τους δικτυακούς τόπους της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://ellak.gr/ Οργανισμός Ανοιχτών Τεχνολογιών (ΕΕΛΛΑΚ)] — Ο εταιρικός δικτυακός τόπος.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:40%; background:#f5faff; border:1px solid #a3c1ff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#dbe8ff; text-align:center;&amp;quot; | &#039;&#039;&#039;Μέσα Κοινωνικής Δικτύωσης ΕΕΛΛΑΚ&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
* LinkedIn: [https://www.linkedin.com/in/gfoss/ eellak]  &lt;br /&gt;
* Facebook: [https://www.facebook.com/eellak eellak]  &lt;br /&gt;
* Instagram: [https://www.instagram.com/ellak.gr/ eellak]  &lt;br /&gt;
* BlueSky: [https://bsky.app/profile/eellak.bsky.social eellak]  &lt;br /&gt;
* Mastodon: [https://mastodon.social/@eellak eellak]  &lt;br /&gt;
* Twitter/X: [https://twitter.com/eellak @eellak]&lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
* [http://gfoss.eu Open Technologies Alliance (GFOSS)] — Αγγλόφωνη παρουσία της ΕΕΛΛΑΚ (Twitter/X: [https://twitter.com/gfoss_en @gfoss_en])&lt;br /&gt;
* [https://github.com/eellak github.com/eellak] — Αποθετήριο κώδικα της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://mathe.ellak.gr/ mathe.ellak.gr] — Προώθηση &amp;amp; διάδοση ΕΛ/ΛΑΚ: Ανοιχτό λογισμικό, ανοιχτοί ορίζοντες.&lt;br /&gt;
* [https://glossapi.gr/ glossapi.gr] — Open-source toolkit της ΕΕΛΛΑΚ για ανάλυση ελληνικού κειμένου (λογοτεχνία, νομοθεσία, επιστήμη, πολιτισμός).&lt;br /&gt;
* [https://opensource.ellak.gr/ opensource.ellak.gr] — Ανοιχτό λογισμικό.&lt;br /&gt;
* [https://edu.ellak.gr/ edu.ellak.gr] — Ανοικτές τεχνολογίες στην εκπαίδευση.&lt;br /&gt;
* [https://elearn.ellak.gr/ elearn.ellak.gr] — Πλατφόρμα ανοικτού εκπαιδευτικού περιεχομένου.&lt;br /&gt;
* [https://openedtech.ellak.gr/ openedtech.ellak.gr] — Πανελλήνιος Διαγωνισμός Ρομποτικής Ανοιχτών Τεχνολογιών.&lt;br /&gt;
* [https://scientix.ellak.gr/ scientix.ellak.gr] — Πανελλήνιο Συνέδριο Scientix.&lt;br /&gt;
* [https://elearnconf.ellak.gr/ elearnconf.ellak.gr] — Διημερίδα «Η πρόκληση της ανοικτής εκπαίδευσης».&lt;br /&gt;
* [https://privacy.ellak.gr/ privacy.ellak.gr] — Ασφάλεια Πληροφοριακών Συστημάτων και Προστασία Προσωπικών Δεδομένων.&lt;br /&gt;
* [https://creativecommons.ellak.gr/ Creative Commons] — Προώθηση των Αδειών Creative Commons.&lt;br /&gt;
  * Facebook: [https://www.facebook.com/CreativeCommonsGreece CreativeCommonsGreece]&lt;br /&gt;
  * Twitter/X: [https://twitter.com/cc_greece @cc_greece]&lt;br /&gt;
* [https://opengov.ellak.gr/ opengov.ellak.gr] — Προώθηση δράσεων Ανοιχτής Διακυβέρνησης.&lt;br /&gt;
* [https://mycontent.ellak.gr/ mycontent.ellak.gr] — Προώθηση ανοικτού περιεχομένου (Wikipedia, OpenStreetMap, OpenGLAM).&lt;br /&gt;
* [https://opendata.ellak.gr/ opendata.ellak.gr] — Ανοικτά Δεδομένα.&lt;br /&gt;
* [https://openhardware.ellak.gr/ openhardware.ellak.gr] — Προώθηση Ανοικτού Υλισμικού (Hardware).&lt;br /&gt;
* [https://openwifi.gr/ openwifi.gr] — Ελεύθερα ασύρματα δίκτυα.&lt;br /&gt;
* [https://oer.ellak.gr/ oer.ellak.gr] — Ανοικτό περιεχόμενο στην εκπαίδευση.&lt;br /&gt;
* [https://openstandards.ellak.gr/ openstandards.ellak.gr] — Προώθηση Ανοικτών Προτύπων.&lt;br /&gt;
* [https://odi.ellak.gr/ odi.ellak.gr] — Open Data Institute – Athens Node.&lt;br /&gt;
* [https://obs.ellak.gr/ obs.ellak.gr] — Ανοικτοί Προϋπολογισμοί, Προμήθειες και Συμβάσεις.&lt;br /&gt;
* [https://legal.ellak.gr/ legal.ellak.gr] — Νομικά θέματα για ΕΛ/ΛΑΚ και ανοικτές τεχνολογίες.&lt;br /&gt;
* [https://smartcities.ellak.gr/ smartcities.ellak.gr] — Έξυπνες πόλεις.&lt;br /&gt;
* [https://openbusiness.ellak.gr/ openbusiness.ellak.gr] — Προώθηση της Ανοικτής Επιχειρηματικότητας και Καινοτομίας.&lt;br /&gt;
* [https://advisory.ellak.gr/ advisory.ellak.gr] — Δημόσια διαβούλευση για τις δράσεις της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://opendesign.ellak.gr/ opendesign.ellak.gr] — Ανοιχτή σχεδίαση (Open Design).&lt;br /&gt;
* [https://ccradio.ellak.gr/ ccradio.ellak.gr] — Μουσικό ραδιόφωνο με άδειες Creative Commons.&lt;br /&gt;
* [https://planet.ellak.gr/ planet.ellak.gr] — Συγκεντρωτής δημοσιεύσεων της κοινότητας ΕΛ/ΛΑΚ.&lt;br /&gt;
* [http://repository.ellak.gr/ repository.ellak.gr] — Αποθετήριο υλικού έργων, τεκμηρίωσης και δράσεων.&lt;br /&gt;
* [https://conferences.ellak.gr/ conferences.ellak.gr] — Οπτικοακουστικό υλικό και παρουσιάσεις από συνέδρια/ημερίδες.&lt;br /&gt;
* [https://el.diadikasies.gr/ el.diadikasies.gr] — Wiki υπηρεσιών και διαδικασιών Δημόσιου Τομέα.&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 👥 Blogs Ομάδων Εργασίας ==  &lt;br /&gt;
&lt;br /&gt;
* [https://opengov.ellak.gr opengov.ellak.gr] &amp;amp; [https://opendata.ellak.gr opendata.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για την Ανοικτή Διακυβέρνηση και τα Ανοικτά Δεδομένα&#039;&#039;&#039;&lt;br /&gt;
* [https://edu.ellak.gr edu.ellak.gr], [https://oer.ellak.gr oer.ellak.gr], [https://elearn.ellak.gr elearn.ellak.gr], [https://openedtech.ellak.gr openedtech.ellak.gr], [https://scientix.ellak.gr scientix.ellak.gr], [https://elearnconf.ellak.gr elearnconf.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοιχτές Τεχνολογίες και Ανοικτό Περιεχόμενο στην Εκπαίδευση&#039;&#039;&#039;&lt;br /&gt;
* [https://openhardware.ellak.gr openhardware.ellak.gr] &amp;amp; [https://openwifi.ellak.gr openwifi.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοιχτό Σχεδιασμό, Ανοιχτό Υλισμικό και Ασύρματα Δίκτυα&#039;&#039;&#039;&lt;br /&gt;
* [https://privacy.ellak.gr privacy.ellak.gr] &amp;amp; [https://legal.ellak.gr legal.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ασφάλεια Πληροφοριακών Συστημάτων και Προστασία Προσωπικών Δεδομένων&#039;&#039;&#039;&lt;br /&gt;
* [https://opensource.ellak.gr opensource.ellak.gr] &amp;amp; [https://openstandards.ellak.gr openstandards.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοικτό Λογισμικό και Ανοικτά Πρότυπα&#039;&#039;&#039;&lt;br /&gt;
* [https://openbusiness.ellak.gr openbusiness.ellak.gr] &amp;amp; [https://smartcities.ellak.gr smartcities.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Καινοτομία, Επιχειρηματικότητα και Έξυπνες Πόλεις&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 📚 Δράσεις &amp;amp; Κατηγορίες στο wiki ==  &lt;br /&gt;
&lt;br /&gt;
* [[:Κατηγορία:Ομάδες Εργασίας της ΕΕΛ/ΛΑΚ|Ομάδες Εργασίας του Οργανισμού]]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%9A%CE%B1%CF%84%CE%AC%CE%BB%CE%BF%CE%B3%CE%BF%CF%82_%CE%9A%CE%BF%CE%B9%CE%BD%CE%BF%CF%84%CE%AE%CF%84%CF%89%CE%BD_%CE%91%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CF%8E%CE%BD_%CE%A4%CE%B5%CF%87%CE%BD%CE%BF%CE%BB%CE%BF%CE%B3%CE%B9%CF%8E%CE%BD Κατάλογος Κοινοτήτων Ανοιχτών Τεχνολογιών]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%95%CF%84%CE%B1%CE%B9%CF%81%CE%B5%CE%AF%CE%B5%CF%82_%CF%80%CE%BF%CF%85_%CF%85%CF%80%CE%BF%CF%83%CF%84%CE%B7%CF%81%CE%AF%CE%B6%CE%BF%CF%85%CE%BD_%CE%BB%CF%8D%CF%83%CE%B5%CE%B9%CF%82_%CE%91%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%9B%CE%BF%CE%B3%CE%B9%CF%83%CE%BC%CE%B9%CE%BA%CE%BF%CF%8D Εταιρείες που υποστηρίζουν λύσεις Ανοικτού Λογισμικού]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%A0%CE%AF%CE%BD%CE%B1%CE%BA%CE%B1%CF%82_%CE%B9%CF%83%CE%BF%CE%B4%CF%8D%CE%BD%CE%B1%CE%BC%CF%89%CE%BD_%CE%BB%CE%BF%CE%B3%CE%B9%CF%83%CE%BC%CE%B9%CE%BA%CF%8E%CE%BD_%CE%B1%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%BA%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1 Πίνακας ισοδύναμων λογισμικών ανοιχτού κώδικα]&lt;br /&gt;
* [[:Κατηγορία:Προτάσεις Πολιτικής|Προτάσεις Πολιτικής]]&lt;br /&gt;
* [[:Κατηγορία:Μελέτες|Μελέτες]] — Σχέση ΕΛ/ΛΑΚ με ανοικτή διακυβέρνηση, εκπαίδευση, κοινότητες, Δημόσιο τομέα, επιχειρήσεις, άδειες.&lt;br /&gt;
* [[Κατάλογος Πηγών Ελληνικού Κειμένου]]&lt;br /&gt;
* [[Google Summer of Code]] · [[Summer of Code]]&lt;br /&gt;
* [[:Κατηγορία:ΠΑΝΟΠΤΗΣ|ΠΑΝΟΠΤΗΣ]] — Άσκηση κυβερνοάμυνας.&lt;br /&gt;
* [[:Κατηγορία:Κρυπτογράφηση|Κρυπτογράφηση]] — Άρθρα, εγχειρίδια και how-to για κρυπτογράφηση &amp;amp; ασφάλεια.&lt;br /&gt;
* [[:Κατηγορία:Ανοικτά δεδομένα|Ανοικτά δεδομένα]]&lt;br /&gt;
* [[:Κατηγορία:Ανοικτή Διακυβέρνηση|Ανοικτή Διακυβέρνηση]]&lt;br /&gt;
* [[:Κατηγορία:Ανοικτό Περιεχόμενο|Ανοικτό Περιεχόμενο]]&lt;br /&gt;
* [[:Κατηγορία:Εκπαίδευση και ΕΛΛΑΚ‏‎|Εκπαίδευση και ΕΛΛΑΚ]]&lt;br /&gt;
* [[:Κατηγορία:Νομικά θέματα ΕΕΛ/ΛΑΚ‏‎|Νομικά θέματα]]&lt;br /&gt;
* [[:Κατηγορία:ΕΛΛΑΚ‏‎|ΕΛΛΑΚ]] — Οδηγοί, κατάλογοι κοινοτήτων και εταιρειών.&lt;br /&gt;
* [[:Κατηγορία:FABLAB‏‎|FABLAB]]&lt;br /&gt;
* [[:Κατηγορία:ΕΕΛ/ΛΑΚ‏‎|Οργανισμός Ανοιχτών Τεχνολογιών ΕΕΛΛΑΚ]] — Καταστατικό, παρουσίαση, δράσεις.&lt;br /&gt;
* [[:Κατηγορία:Τεχνικές Προδιαγραφές|Τεχνικές Προδιαγραφές]] — Υποδείγματα.&lt;br /&gt;
* [[ΕΤΗΣΙΕΣ ΕΡΕΥΝΕΣ: Πείτε μας τη γνώμη σας για το περιεχόμενο του ενημερωτικού δελτίου της ΕΕΛΛΑΚ]]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%94%CF%81%CE%AC%CF%83%CE%B5%CE%B9%CF%82_%CE%B1%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%BA%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1_%CE%B3%CE%B9%CE%B1_%CF%84%CE%B7%CE%BD_%CE%B1%CE%BD%CF%84%CE%B9%CE%BC%CE%B5%CF%84%CF%8E%CF%80%CE%B9%CF%83%CE%B7_%CF%84%CF%89%CE%BD_%CF%83%CF%85%CE%BD%CE%B5%CF%80%CE%B5%CE%B9%CF%89%CE%BD_%CF%84%CE%B7%CF%82_%CF%80%CE%B1%CE%BD%CE%B4%CE%B7%CE%BC%CE%AF%CE%B1%CF%82 Δράσεις ανοιχτού κώδικα για την πανδημία]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== ⚙️ Πηγές &amp;amp; Εργαλεία ==  &lt;br /&gt;
&lt;br /&gt;
=== [https://mathe.ellak.gr/?page_id=135 Πίνακας ισοδύναμων λογισμικών] ===&lt;br /&gt;
* [http://directory.fsf.org/wiki/Main_Page Free Software Directory] — Κατάλογος χρήσιμου λογισμικού.&lt;br /&gt;
* [https://www.openhub.net/ OpenHub] — Discover, track and compare open source projects.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🤝 Συμμετοχή ==  &lt;br /&gt;
&lt;br /&gt;
* Διαβούλευση: [https://advisory.ellak.gr advisory.ellak.gr]&lt;br /&gt;
* Συνεισφορά σε έργα: [https://github.com/eellak GitHub/eellak]&lt;br /&gt;
* Οδηγός wiki: [[Οδηγός:Πώς_συμμετέχω_στο_wiki|Πώς συμμετέχω στο wiki]]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== ✍️ Οδηγίες για Συντάκτες ==  &lt;br /&gt;
&lt;br /&gt;
* Άδειες τεκμηρίωσης: CC BY-SA.&lt;br /&gt;
* Σαφείς τίτλοι και σύντομες περιλήψεις.&lt;br /&gt;
* Προσθέστε σχετικές κατηγορίες σε κάθε άρθρο που προτείνετε για δημοσίευση.&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%9F%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82_%CE%A7%CF%81%CE%AE%CF%83%CE%B7%CF%82_Blogs_%CE%9F%CE%BC%CE%AC%CE%B4%CF%89%CE%BD_%CE%95%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82 Οδηγίες: πώς να καταχωρείτε άρθρα στις σελίδες δράσεων και τα blogs ομάδων εργασίας]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 💬 Επικοινωνία &amp;amp; Προτάσεις ==  &lt;br /&gt;
&lt;br /&gt;
Για προτάσεις βελτίωσης ή θέματα διαβούλευσης, επικοινωνήστε μέσω της φόρμας:  &lt;br /&gt;
➡️ [https://ellak.gr/pite-mas-ti-gnomi-sas/ Πείτε μας τη γνώμη σας]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Τελευταία επιμέλεια σελίδας: 04/11/2025&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:ΕΕΛΛΑΚ]] [[Κατηγορία:Αρχική σελίδα]] [[Κατηγορία:Τεκμηρίωση]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=%CE%91%CF%81%CF%87%CE%B9%CE%BA%CE%AE_%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CE%B1&amp;diff=2459</id>
		<title>Αρχική σελίδα</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=%CE%91%CF%81%CF%87%CE%B9%CE%BA%CE%AE_%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CE%B1&amp;diff=2459"/>
		<updated>2025-11-04T13:02:18Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Καλώς ήλθατε στο wiki του Οργανισμού Ανοιχτών Τεχνολογιών (&#039;&#039;&#039;ΕΕΛΛΑΚ&#039;&#039;&#039;) =  &lt;br /&gt;
&lt;br /&gt;
Καλώς ήλθατε στο  &#039;&#039;&#039;κεντρικό wiki τεκμηρίωσης &#039;&#039;&#039; του Οργανισμού Ανοιχτών Τεχνολογιών (ΕΕΛΛΑΚ).  &lt;br /&gt;
Εδώ θα βρείτε οδηγούς, διαδικασίες, τεκμηρίωση και υλικό για: &#039;&#039;&#039;Ελεύθερο / Λογισμικό Ανοιχτού Κώδικα (ΕΛ/ΛΑΚ) &#039;&#039;&#039;,  &#039;&#039;&#039;Ανοικτά Δεδομένα &#039;&#039;&#039;,  &#039;&#039;&#039;Ανοικτό Περιεχόμενο &#039;&#039;&#039;και  &#039;&#039;&#039;Ανοικτές Τεχνολογίες  &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
➡️ [https://ellak.gr/wiki/ Πρόσβαση στο wiki της ΕΕΛΛΑΚ]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🔗 Γρήγορη Πλοήγηση ==  &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Κεντρικά&#039;&#039;&#039;: [http://eellak.gr eellak.gr] · [http://gfoss.eu gfoss.eu] · [https://advisory.ellak.gr advisory] · [https://wiki.ellak.gr wiki]&lt;br /&gt;
* &#039;&#039;&#039;Εκπαίδευση&#039;&#039;&#039;: [https://edu.ellak.gr edu] · [https://elearn.ellak.gr elearn] · [https://robotics.ellak.gr robotics] · [https://scientix.ellak.gr scientix] · [https://elearnconf.ellak.gr elearnconf] · [https://mathe.ellak.gr mathe]&lt;br /&gt;
* &#039;&#039;&#039;Περιεχόμενο / Δεδομένα&#039;&#039;&#039;: [https://mycontent.ellak.gr mycontent] · [https://creativecommons.gr creativecommons] · [https://odi.ellak.gr odi] · [https://opendata.ellak.gr opendata] · [https://openstandards.ellak.gr openstandards] · [http://repository.ellak.gr repository]&lt;br /&gt;
* &#039;&#039;&#039;Δημόσιος Τομέας &amp;amp; Πόλεις&#039;&#039;&#039;: [https://opengov.ellak.gr opengov] · [https://smartcities.ellak.gr smartcities] · [https://el.diadikasies.gr diadikasies] · [https://obs.ellak.gr obs]&lt;br /&gt;
* &#039;&#039;&#039;Υποδομές &amp;amp; Κοινότητα&#039;&#039;&#039;: [https://github.com/eellak github] · [https://opensource.ellak.gr opensource] · [https://glossapi.gr glossapi] · [https://openhardware.ellak.gr openhardware] · [https://opendesign.ellak.gr opendesign] · [https://openwifi.gr openwifi] · [https://openedtech.ellak.gr openedtech] · [https://planet.ellak.gr planet] · [https://newsletters.ellak.gr newsletters] · [https://lists.ellak.gr lists]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 📝 Οδηγίες για Blogs Δράσεων &amp;amp; Ομάδων Εργασίας ==  &lt;br /&gt;
&lt;br /&gt;
[https://ellak.gr/wiki/index.php?title=%CE%9F%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82_%CE%A7%CF%81%CE%AE%CF%83%CE%B7%CF%82_Blogs_%CE%9F%CE%BC%CE%AC%CE%B4%CF%89%CE%BD_%CE%95%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82 Δείτε εδώ αναλυτικές οδηγίες]  &lt;br /&gt;
για τη δημοσίευση άρθρων στις σελίδες δράσεων και στα blogs των ομάδων εργασίας.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🌐 Ιστοσελίδες Δράσεων του Οργανισμού(EΕΛ/ΛΑΚ) ==  &lt;br /&gt;
&lt;br /&gt;
* [https://ellak.gr/ Το κεντρικό site για το ΕΛ/ΛΑΚ] — Αναδημοσιεύονται αυτόματα όλα τα άρθρα από όλους τους δικτυακούς τόπους της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://ellak.gr/ Οργανισμός Ανοιχτών Τεχνολογιών (ΕΕΛΛΑΚ)] — Ο εταιρικός δικτυακός τόπος.&lt;br /&gt;
  * LinkedIn: [https://www.linkedin.com/in/gfoss/ eellak]&lt;br /&gt;
  * Facebook: [https://www.facebook.com/eellak eellak]&lt;br /&gt;
  * Instagram: [https://www.instagram.com/ellak.gr/ eellak]&lt;br /&gt;
  * BlueSky: [https://bsky.app/profile/eellak.bsky.social eellak]&lt;br /&gt;
  * Mastodon: [https://mastodon.social/@eellak eellak]&lt;br /&gt;
  * Twitter/X: [https://twitter.com/eellak @eellak]&lt;br /&gt;
* [http://gfoss.eu Open Technologies Alliance (GFOSS)] — Αγγλόφωνη παρουσία της ΕΕΛΛΑΚ (Twitter/X: [https://twitter.com/gfoss_en @gfoss_en])&lt;br /&gt;
* [https://github.com/eellak github.com/eellak] — Αποθετήριο κώδικα της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://mathe.ellak.gr/ mathe.ellak.gr] — Προώθηση &amp;amp; διάδοση ΕΛ/ΛΑΚ: Ανοιχτό λογισμικό, ανοιχτοί ορίζοντες.&lt;br /&gt;
* [https://glossapi.gr/ glossapi.gr] — Open-source toolkit της ΕΕΛΛΑΚ για ανάλυση ελληνικού κειμένου (λογοτεχνία, νομοθεσία, επιστήμη, πολιτισμός).&lt;br /&gt;
* [https://opensource.ellak.gr/ opensource.ellak.gr] — Ανοιχτό λογισμικό.&lt;br /&gt;
* [https://edu.ellak.gr/ edu.ellak.gr] — Ανοικτές τεχνολογίες στην εκπαίδευση.&lt;br /&gt;
* [https://elearn.ellak.gr/ elearn.ellak.gr] — Πλατφόρμα ανοικτού εκπαιδευτικού περιεχομένου.&lt;br /&gt;
* [https://openedtech.ellak.gr/ openedtech.ellak.gr] — Πανελλήνιος Διαγωνισμός Ρομποτικής Ανοιχτών Τεχνολογιών.&lt;br /&gt;
* [https://scientix.ellak.gr/ scientix.ellak.gr] — Πανελλήνιο Συνέδριο Scientix.&lt;br /&gt;
* [https://elearnconf.ellak.gr/ elearnconf.ellak.gr] — Διημερίδα «Η πρόκληση της ανοικτής εκπαίδευσης».&lt;br /&gt;
* [https://privacy.ellak.gr/ privacy.ellak.gr] — Ασφάλεια Πληροφοριακών Συστημάτων και Προστασία Προσωπικών Δεδομένων.&lt;br /&gt;
* [https://creativecommons.ellak.gr/ Creative Commons] — Προώθηση των Αδειών Creative Commons.&lt;br /&gt;
  * Facebook: [https://www.facebook.com/CreativeCommonsGreece CreativeCommonsGreece]&lt;br /&gt;
  * Twitter/X: [https://twitter.com/cc_greece @cc_greece]&lt;br /&gt;
* [https://opengov.ellak.gr/ opengov.ellak.gr] — Προώθηση δράσεων Ανοιχτής Διακυβέρνησης.&lt;br /&gt;
* [https://mycontent.ellak.gr/ mycontent.ellak.gr] — Προώθηση ανοικτού περιεχομένου (Wikipedia, OpenStreetMap, OpenGLAM).&lt;br /&gt;
* [https://opendata.ellak.gr/ opendata.ellak.gr] — Ανοικτά Δεδομένα.&lt;br /&gt;
* [https://openhardware.ellak.gr/ openhardware.ellak.gr] — Προώθηση Ανοικτού Υλισμικού (Hardware).&lt;br /&gt;
* [https://openwifi.gr/ openwifi.gr] — Ελεύθερα ασύρματα δίκτυα.&lt;br /&gt;
* [https://oer.ellak.gr/ oer.ellak.gr] — Ανοικτό περιεχόμενο στην εκπαίδευση.&lt;br /&gt;
* [https://openstandards.ellak.gr/ openstandards.ellak.gr] — Προώθηση Ανοικτών Προτύπων.&lt;br /&gt;
* [https://odi.ellak.gr/ odi.ellak.gr] — Open Data Institute – Athens Node.&lt;br /&gt;
* [https://obs.ellak.gr/ obs.ellak.gr] — Ανοικτοί Προϋπολογισμοί, Προμήθειες και Συμβάσεις.&lt;br /&gt;
* [https://legal.ellak.gr/ legal.ellak.gr] — Νομικά θέματα για ΕΛ/ΛΑΚ και ανοικτές τεχνολογίες.&lt;br /&gt;
* [https://smartcities.ellak.gr/ smartcities.ellak.gr] — Έξυπνες πόλεις.&lt;br /&gt;
* [https://openbusiness.ellak.gr/ openbusiness.ellak.gr] — Προώθηση της Ανοικτής Επιχειρηματικότητας και Καινοτομίας.&lt;br /&gt;
* [https://advisory.ellak.gr/ advisory.ellak.gr] — Δημόσια διαβούλευση για τις δράσεις της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://opendesign.ellak.gr/ opendesign.ellak.gr] — Ανοιχτή σχεδίαση (Open Design).&lt;br /&gt;
* [https://ccradio.ellak.gr/ ccradio.ellak.gr] — Μουσικό ραδιόφωνο με άδειες Creative Commons.&lt;br /&gt;
* [https://planet.ellak.gr/ planet.ellak.gr] — Συγκεντρωτής δημοσιεύσεων της κοινότητας ΕΛ/ΛΑΚ.&lt;br /&gt;
* [http://repository.ellak.gr/ repository.ellak.gr] — Αποθετήριο υλικού έργων, τεκμηρίωσης και δράσεων.&lt;br /&gt;
* [https://conferences.ellak.gr/ conferences.ellak.gr] — Οπτικοακουστικό υλικό και παρουσιάσεις από συνέδρια/ημερίδες.&lt;br /&gt;
* [https://el.diadikasies.gr/ el.diadikasies.gr] — Wiki υπηρεσιών και διαδικασιών Δημόσιου Τομέα.&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 👥 Blogs Ομάδων Εργασίας ==  &lt;br /&gt;
&lt;br /&gt;
* [https://opengov.ellak.gr opengov.ellak.gr] &amp;amp; [https://opendata.ellak.gr opendata.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για την Ανοικτή Διακυβέρνηση και τα Ανοικτά Δεδομένα&#039;&#039;&#039;&lt;br /&gt;
* [https://edu.ellak.gr edu.ellak.gr], [https://oer.ellak.gr oer.ellak.gr], [https://elearn.ellak.gr elearn.ellak.gr], [https://openedtech.ellak.gr openedtech.ellak.gr], [https://scientix.ellak.gr scientix.ellak.gr], [https://elearnconf.ellak.gr elearnconf.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοιχτές Τεχνολογίες και Ανοικτό Περιεχόμενο στην Εκπαίδευση&#039;&#039;&#039;&lt;br /&gt;
* [https://openhardware.ellak.gr openhardware.ellak.gr] &amp;amp; [https://openwifi.ellak.gr openwifi.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοιχτό Σχεδιασμό, Ανοιχτό Υλισμικό και Ασύρματα Δίκτυα&#039;&#039;&#039;&lt;br /&gt;
* [https://privacy.ellak.gr privacy.ellak.gr] &amp;amp; [https://legal.ellak.gr legal.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ασφάλεια Πληροφοριακών Συστημάτων και Προστασία Προσωπικών Δεδομένων&#039;&#039;&#039;&lt;br /&gt;
* [https://opensource.ellak.gr opensource.ellak.gr] &amp;amp; [https://openstandards.ellak.gr openstandards.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοικτό Λογισμικό και Ανοικτά Πρότυπα&#039;&#039;&#039;&lt;br /&gt;
* [https://openbusiness.ellak.gr openbusiness.ellak.gr] &amp;amp; [https://smartcities.ellak.gr smartcities.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Καινοτομία, Επιχειρηματικότητα και Έξυπνες Πόλεις&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 📚 Δράσεις &amp;amp; Κατηγορίες στο wiki ==  &lt;br /&gt;
&lt;br /&gt;
* [[:Κατηγορία:Ομάδες Εργασίας της ΕΕΛ/ΛΑΚ|Ομάδες Εργασίας του Οργανισμού]]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%9A%CE%B1%CF%84%CE%AC%CE%BB%CE%BF%CE%B3%CE%BF%CF%82_%CE%9A%CE%BF%CE%B9%CE%BD%CE%BF%CF%84%CE%AE%CF%84%CF%89%CE%BD_%CE%91%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CF%8E%CE%BD_%CE%A4%CE%B5%CF%87%CE%BD%CE%BF%CE%BB%CE%BF%CE%B3%CE%B9%CF%8E%CE%BD Κατάλογος Κοινοτήτων Ανοιχτών Τεχνολογιών]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%95%CF%84%CE%B1%CE%B9%CF%81%CE%B5%CE%AF%CE%B5%CF%82_%CF%80%CE%BF%CF%85_%CF%85%CF%80%CE%BF%CF%83%CF%84%CE%B7%CF%81%CE%AF%CE%B6%CE%BF%CF%85%CE%BD_%CE%BB%CF%8D%CF%83%CE%B5%CE%B9%CF%82_%CE%91%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%9B%CE%BF%CE%B3%CE%B9%CF%83%CE%BC%CE%B9%CE%BA%CE%BF%CF%8D Εταιρείες που υποστηρίζουν λύσεις Ανοικτού Λογισμικού]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%A0%CE%AF%CE%BD%CE%B1%CE%BA%CE%B1%CF%82_%CE%B9%CF%83%CE%BF%CE%B4%CF%8D%CE%BD%CE%B1%CE%BC%CF%89%CE%BD_%CE%BB%CE%BF%CE%B3%CE%B9%CF%83%CE%BC%CE%B9%CE%BA%CF%8E%CE%BD_%CE%B1%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%BA%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1 Πίνακας ισοδύναμων λογισμικών ανοιχτού κώδικα]&lt;br /&gt;
* [[:Κατηγορία:Προτάσεις Πολιτικής|Προτάσεις Πολιτικής]]&lt;br /&gt;
* [[:Κατηγορία:Μελέτες|Μελέτες]] — Σχέση ΕΛ/ΛΑΚ με ανοικτή διακυβέρνηση, εκπαίδευση, κοινότητες, Δημόσιο τομέα, επιχειρήσεις, άδειες.&lt;br /&gt;
* [[Κατάλογος Πηγών Ελληνικού Κειμένου]]&lt;br /&gt;
* [[Google Summer of Code]] · [[Summer of Code]]&lt;br /&gt;
* [[:Κατηγορία:ΠΑΝΟΠΤΗΣ|ΠΑΝΟΠΤΗΣ]] — Άσκηση κυβερνοάμυνας.&lt;br /&gt;
* [[:Κατηγορία:Κρυπτογράφηση|Κρυπτογράφηση]] — Άρθρα, εγχειρίδια και how-to για κρυπτογράφηση &amp;amp; ασφάλεια.&lt;br /&gt;
* [[:Κατηγορία:Ανοικτά δεδομένα|Ανοικτά δεδομένα]]&lt;br /&gt;
* [[:Κατηγορία:Ανοικτή Διακυβέρνηση|Ανοικτή Διακυβέρνηση]]&lt;br /&gt;
* [[:Κατηγορία:Ανοικτό Περιεχόμενο|Ανοικτό Περιεχόμενο]]&lt;br /&gt;
* [[:Κατηγορία:Εκπαίδευση και ΕΛΛΑΚ‏‎|Εκπαίδευση και ΕΛΛΑΚ]]&lt;br /&gt;
* [[:Κατηγορία:Νομικά θέματα ΕΕΛ/ΛΑΚ‏‎|Νομικά θέματα]]&lt;br /&gt;
* [[:Κατηγορία:ΕΛΛΑΚ‏‎|ΕΛΛΑΚ]] — Οδηγοί, κατάλογοι κοινοτήτων και εταιρειών.&lt;br /&gt;
* [[:Κατηγορία:FABLAB‏‎|FABLAB]]&lt;br /&gt;
* [[:Κατηγορία:ΕΕΛ/ΛΑΚ‏‎|Οργανισμός Ανοιχτών Τεχνολογιών ΕΕΛΛΑΚ]] — Καταστατικό, παρουσίαση, δράσεις.&lt;br /&gt;
* [[:Κατηγορία:Τεχνικές Προδιαγραφές|Τεχνικές Προδιαγραφές]] — Υποδείγματα.&lt;br /&gt;
* [[ΕΤΗΣΙΕΣ ΕΡΕΥΝΕΣ: Πείτε μας τη γνώμη σας για το περιεχόμενο του ενημερωτικού δελτίου της ΕΕΛΛΑΚ]]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%94%CF%81%CE%AC%CF%83%CE%B5%CE%B9%CF%82_%CE%B1%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%BA%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1_%CE%B3%CE%B9%CE%B1_%CF%84%CE%B7%CE%BD_%CE%B1%CE%BD%CF%84%CE%B9%CE%BC%CE%B5%CF%84%CF%8E%CF%80%CE%B9%CF%83%CE%B7_%CF%84%CF%89%CE%BD_%CF%83%CF%85%CE%BD%CE%B5%CF%80%CE%B5%CE%B9%CF%89%CE%BD_%CF%84%CE%B7%CF%82_%CF%80%CE%B1%CE%BD%CE%B4%CE%B7%CE%BC%CE%AF%CE%B1%CF%82 Δράσεις ανοιχτού κώδικα για την πανδημία]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== ⚙️ Πηγές &amp;amp; Εργαλεία ==  &lt;br /&gt;
&lt;br /&gt;
=== [https://mathe.ellak.gr/?page_id=135 Πίνακας ισοδύναμων λογισμικών] ===&lt;br /&gt;
* [http://directory.fsf.org/wiki/Main_Page Free Software Directory] — Κατάλογος χρήσιμου λογισμικού.&lt;br /&gt;
* [https://www.openhub.net/ OpenHub] — Discover, track and compare open source projects.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🤝 Συμμετοχή ==  &lt;br /&gt;
&lt;br /&gt;
* Διαβούλευση: [https://advisory.ellak.gr advisory.ellak.gr]&lt;br /&gt;
* Συνεισφορά σε έργα: [https://github.com/eellak GitHub/eellak]&lt;br /&gt;
* Οδηγός wiki: [[Οδηγός:Πώς_συμμετέχω_στο_wiki|Πώς συμμετέχω στο wiki]]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== ✍️ Οδηγίες για Συντάκτες ==  &lt;br /&gt;
&lt;br /&gt;
* Άδειες τεκμηρίωσης: CC BY-SA.&lt;br /&gt;
* Σαφείς τίτλοι και σύντομες περιλήψεις.&lt;br /&gt;
* Προσθέστε σχετικές κατηγορίες σε κάθε άρθρο που προτείνετε για δημοσίευση.&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%9F%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82_%CE%A7%CF%81%CE%AE%CF%83%CE%B7%CF%82_Blogs_%CE%9F%CE%BC%CE%AC%CE%B4%CF%89%CE%BD_%CE%95%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82 Οδηγίες: πώς να καταχωρείτε άρθρα στις σελίδες δράσεων και τα blogs ομάδων εργασίας]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 💬 Επικοινωνία &amp;amp; Προτάσεις ==  &lt;br /&gt;
&lt;br /&gt;
Για προτάσεις βελτίωσης ή θέματα διαβούλευσης, επικοινωνήστε μέσω της φόρμας:  &lt;br /&gt;
➡️ [https://ellak.gr/pite-mas-ti-gnomi-sas/ Πείτε μας τη γνώμη σας]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Τελευταία επιμέλεια σελίδας: 04/11/2025&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:ΕΕΛΛΑΚ]] [[Κατηγορία:Αρχική σελίδα]] [[Κατηγορία:Τεκμηρίωση]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=%CE%91%CF%81%CF%87%CE%B9%CE%BA%CE%AE_%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CE%B1&amp;diff=2458</id>
		<title>Αρχική σελίδα</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=%CE%91%CF%81%CF%87%CE%B9%CE%BA%CE%AE_%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CE%B1&amp;diff=2458"/>
		<updated>2025-11-04T12:50:40Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Καλώς ήλθατε στο wiki του Οργανισμού Ανοιχτών Τεχνολογιών (&#039;&#039;&#039;ΕΕΛΛΑΚ&#039;&#039;&#039;) =  &lt;br /&gt;
&lt;br /&gt;
Καλώς ήλθατε στο  &#039;&#039;&#039;κεντρικό wiki τεκμηρίωσης &#039;&#039;&#039; του Οργανισμού Ανοιχτών Τεχνολογιών (ΕΕΛΛΑΚ).  &lt;br /&gt;
Εδώ θα βρείτε οδηγούς, διαδικασίες, τεκμηρίωση και υλικό για: &#039;&#039;&#039;Ελεύθερο / Λογισμικό Ανοιχτού Κώδικα (ΕΛ/ΛΑΚ) &#039;&#039;&#039;,  &#039;&#039;&#039;Ανοικτά Δεδομένα &#039;&#039;&#039;,  &#039;&#039;&#039;Ανοικτό Περιεχόμενο &#039;&#039;&#039;και  &#039;&#039;&#039;Ανοικτές Τεχνολογίες  &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
➡️ [https://ellak.gr/wiki/ Πρόσβαση στο wiki της ΕΕΛΛΑΚ]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🔗 Γρήγορη Πλοήγηση ==  &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Κεντρικά&#039;&#039;&#039;: [http://eellak.gr eellak.gr] · [http://gfoss.eu gfoss.eu] · [https://advisory.ellak.gr advisory] · [https://wiki.ellak.gr wiki]&lt;br /&gt;
* &#039;&#039;&#039;Εκπαίδευση&#039;&#039;&#039;: [https://edu.ellak.gr edu] · [https://elearn.ellak.gr elearn] · [https://robotics.ellak.gr robotics] · [https://scientix.ellak.gr scientix] · [https://elearnconf.ellak.gr elearnconf] · [https://mathe.ellak.gr mathe]&lt;br /&gt;
* &#039;&#039;&#039;Περιεχόμενο / Δεδομένα&#039;&#039;&#039;: [https://mycontent.ellak.gr mycontent] · [https://creativecommons.gr creativecommons] · [https://odi.ellak.gr odi] · [https://opendata.ellak.gr opendata] · [https://openstandards.ellak.gr openstandards] · [http://repository.ellak.gr repository]&lt;br /&gt;
* &#039;&#039;&#039;Δημόσιος Τομέας &amp;amp; Πόλεις&#039;&#039;&#039;: [https://opengov.ellak.gr opengov] · [https://smartcities.ellak.gr smartcities] · [https://el.diadikasies.gr diadikasies] · [https://obs.ellak.gr obs]&lt;br /&gt;
* &#039;&#039;&#039;Υποδομές &amp;amp; Κοινότητα&#039;&#039;&#039;: [https://github.com/eellak github] · [https://opensource.ellak.gr opensource] · [https://glossapi.gr glossapi] · [https://openhardware.ellak.gr openhardware] · [https://opendesign.ellak.gr opendesign] · [https://openwifi.gr openwifi] · [https://openedtech.ellak.gr openedtech] · [https://planet.ellak.gr planet] · [https://newsletters.ellak.gr newsletters] · [https://lists.ellak.gr lists]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 📝 Οδηγίες για Blogs Δράσεων &amp;amp; Ομάδων Εργασίας ==  &lt;br /&gt;
&lt;br /&gt;
[https://ellak.gr/wiki/index.php?title=%CE%9F%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82_%CE%A7%CF%81%CE%AE%CF%83%CE%B7%CF%82_Blogs_%CE%9F%CE%BC%CE%AC%CE%B4%CF%89%CE%BD_%CE%95%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82 Δείτε εδώ αναλυτικές οδηγίες]  &lt;br /&gt;
για τη δημοσίευση άρθρων στις σελίδες δράσεων και στα blogs των ομάδων εργασίας.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🌐 Ιστοσελίδες Δράσεων του Οργανισμού(EΕΛ/ΛΑΚ) ==  &lt;br /&gt;
&lt;br /&gt;
* [https://ellak.gr/ Το κεντρικό site για το ΕΛ/ΛΑΚ] — Αναδημοσιεύονται αυτόματα όλα τα άρθρα από όλους τους δικτυακούς τόπους της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://ellak.gr/ Οργανισμός Ανοιχτών Τεχνολογιών (ΕΕΛΛΑΚ)] — Ο εταιρικός δικτυακός τόπος.&lt;br /&gt;
  * LinkedIn: [https://www.linkedin.com/company/77332669/admin/dashboard/ eellak]&lt;br /&gt;
  * Facebook: [https://www.facebook.com/eellak eellak]&lt;br /&gt;
  * Instagram: [https://www.instagram.com/ellak.gr/ eellak]&lt;br /&gt;
  * BlueSky: [https://bsky.app/profile/tgkarounos.bsky.social eellak]&lt;br /&gt;
  * Mastodon: [https://fosstodon.org/deck/@eellak@mastodon.social eellak]&lt;br /&gt;
  * Twitter/X: [https://twitter.com/eellak @eellak]&lt;br /&gt;
* [http://gfoss.eu Open Technologies Alliance (GFOSS)] — Αγγλόφωνη παρουσία της ΕΕΛΛΑΚ (Twitter/X: [https://twitter.com/gfoss_en @gfoss_en])&lt;br /&gt;
* [https://github.com/eellak github.com/eellak] — Αποθετήριο κώδικα της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://mathe.ellak.gr/ mathe.ellak.gr] — Προώθηση &amp;amp; διάδοση ΕΛ/ΛΑΚ: Ανοιχτό λογισμικό, ανοιχτοί ορίζοντες.&lt;br /&gt;
* [https://glossapi.gr/ glossapi.gr] — Open-source toolkit της ΕΕΛΛΑΚ για ανάλυση ελληνικού κειμένου (λογοτεχνία, νομοθεσία, επιστήμη, πολιτισμός).&lt;br /&gt;
* [https://opensource.ellak.gr/ opensource.ellak.gr] — Ανοιχτό λογισμικό.&lt;br /&gt;
* [https://edu.ellak.gr/ edu.ellak.gr] — Ανοικτές τεχνολογίες στην εκπαίδευση.&lt;br /&gt;
* [https://elearn.ellak.gr/ elearn.ellak.gr] — Πλατφόρμα ανοικτού εκπαιδευτικού περιεχομένου.&lt;br /&gt;
* [https://openedtech.ellak.gr/ openedtech.ellak.gr] — Πανελλήνιος Διαγωνισμός Ρομποτικής Ανοιχτών Τεχνολογιών.&lt;br /&gt;
* [https://scientix.ellak.gr/ scientix.ellak.gr] — Πανελλήνιο Συνέδριο Scientix.&lt;br /&gt;
* [https://elearnconf.ellak.gr/ elearnconf.ellak.gr] — Διημερίδα «Η πρόκληση της ανοικτής εκπαίδευσης».&lt;br /&gt;
* [https://privacy.ellak.gr/ privacy.ellak.gr] — Ασφάλεια Πληροφοριακών Συστημάτων και Προστασία Προσωπικών Δεδομένων.&lt;br /&gt;
* [https://creativecommons.ellak.gr/ Creative Commons] — Προώθηση των Αδειών Creative Commons.&lt;br /&gt;
  * Facebook: [https://www.facebook.com/CreativeCommonsGreece CreativeCommonsGreece]&lt;br /&gt;
  * Twitter/X: [https://twitter.com/cc_greece @cc_greece]&lt;br /&gt;
* [https://opengov.ellak.gr/ opengov.ellak.gr] — Προώθηση δράσεων Ανοιχτής Διακυβέρνησης.&lt;br /&gt;
* [https://mycontent.ellak.gr/ mycontent.ellak.gr] — Προώθηση ανοικτού περιεχομένου (Wikipedia, OpenStreetMap, OpenGLAM).&lt;br /&gt;
* [https://opendata.ellak.gr/ opendata.ellak.gr] — Ανοικτά Δεδομένα.&lt;br /&gt;
* [https://openhardware.ellak.gr/ openhardware.ellak.gr] — Προώθηση Ανοικτού Υλισμικού (Hardware).&lt;br /&gt;
* [https://openwifi.gr/ openwifi.gr] — Ελεύθερα ασύρματα δίκτυα.&lt;br /&gt;
* [https://oer.ellak.gr/ oer.ellak.gr] — Ανοικτό περιεχόμενο στην εκπαίδευση.&lt;br /&gt;
* [https://openstandards.ellak.gr/ openstandards.ellak.gr] — Προώθηση Ανοικτών Προτύπων.&lt;br /&gt;
* [https://odi.ellak.gr/ odi.ellak.gr] — Open Data Institute – Athens Node.&lt;br /&gt;
* [https://obs.ellak.gr/ obs.ellak.gr] — Ανοικτοί Προϋπολογισμοί, Προμήθειες και Συμβάσεις.&lt;br /&gt;
* [https://legal.ellak.gr/ legal.ellak.gr] — Νομικά θέματα για ΕΛ/ΛΑΚ και ανοικτές τεχνολογίες.&lt;br /&gt;
* [https://smartcities.ellak.gr/ smartcities.ellak.gr] — Έξυπνες πόλεις.&lt;br /&gt;
* [https://openbusiness.ellak.gr/ openbusiness.ellak.gr] — Προώθηση της Ανοικτής Επιχειρηματικότητας και Καινοτομίας.&lt;br /&gt;
* [https://advisory.ellak.gr/ advisory.ellak.gr] — Δημόσια διαβούλευση για τις δράσεις της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://opendesign.ellak.gr/ opendesign.ellak.gr] — Ανοιχτή σχεδίαση (Open Design).&lt;br /&gt;
* [https://ccradio.ellak.gr/ ccradio.ellak.gr] — Μουσικό ραδιόφωνο με άδειες Creative Commons.&lt;br /&gt;
* [https://planet.ellak.gr/ planet.ellak.gr] — Συγκεντρωτής δημοσιεύσεων της κοινότητας ΕΛ/ΛΑΚ.&lt;br /&gt;
* [http://repository.ellak.gr/ repository.ellak.gr] — Αποθετήριο υλικού έργων, τεκμηρίωσης και δράσεων.&lt;br /&gt;
* [https://conferences.ellak.gr/ conferences.ellak.gr] — Οπτικοακουστικό υλικό και παρουσιάσεις από συνέδρια/ημερίδες.&lt;br /&gt;
* [https://el.diadikasies.gr/ el.diadikasies.gr] — Wiki υπηρεσιών και διαδικασιών Δημόσιου Τομέα.&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 👥 Blogs Ομάδων Εργασίας ==  &lt;br /&gt;
&lt;br /&gt;
* [https://opengov.ellak.gr opengov.ellak.gr] &amp;amp; [https://opendata.ellak.gr opendata.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για την Ανοικτή Διακυβέρνηση και τα Ανοικτά Δεδομένα&#039;&#039;&#039;&lt;br /&gt;
* [https://edu.ellak.gr edu.ellak.gr], [https://oer.ellak.gr oer.ellak.gr], [https://elearn.ellak.gr elearn.ellak.gr], [https://openedtech.ellak.gr openedtech.ellak.gr], [https://scientix.ellak.gr scientix.ellak.gr], [https://elearnconf.ellak.gr elearnconf.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοιχτές Τεχνολογίες και Ανοικτό Περιεχόμενο στην Εκπαίδευση&#039;&#039;&#039;&lt;br /&gt;
* [https://openhardware.ellak.gr openhardware.ellak.gr] &amp;amp; [https://openwifi.ellak.gr openwifi.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοιχτό Σχεδιασμό, Ανοιχτό Υλισμικό και Ασύρματα Δίκτυα&#039;&#039;&#039;&lt;br /&gt;
* [https://privacy.ellak.gr privacy.ellak.gr] &amp;amp; [https://legal.ellak.gr legal.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ασφάλεια Πληροφοριακών Συστημάτων και Προστασία Προσωπικών Δεδομένων&#039;&#039;&#039;&lt;br /&gt;
* [https://opensource.ellak.gr opensource.ellak.gr] &amp;amp; [https://openstandards.ellak.gr openstandards.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοικτό Λογισμικό και Ανοικτά Πρότυπα&#039;&#039;&#039;&lt;br /&gt;
* [https://openbusiness.ellak.gr openbusiness.ellak.gr] &amp;amp; [https://smartcities.ellak.gr smartcities.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Καινοτομία, Επιχειρηματικότητα και Έξυπνες Πόλεις&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 📚 Δράσεις &amp;amp; Κατηγορίες στο wiki ==  &lt;br /&gt;
&lt;br /&gt;
* [[:Κατηγορία:Ομάδες Εργασίας της ΕΕΛ/ΛΑΚ|Ομάδες Εργασίας του Οργανισμού]]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%9A%CE%B1%CF%84%CE%AC%CE%BB%CE%BF%CE%B3%CE%BF%CF%82_%CE%9A%CE%BF%CE%B9%CE%BD%CE%BF%CF%84%CE%AE%CF%84%CF%89%CE%BD_%CE%91%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CF%8E%CE%BD_%CE%A4%CE%B5%CF%87%CE%BD%CE%BF%CE%BB%CE%BF%CE%B3%CE%B9%CF%8E%CE%BD Κατάλογος Κοινοτήτων Ανοιχτών Τεχνολογιών]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%95%CF%84%CE%B1%CE%B9%CF%81%CE%B5%CE%AF%CE%B5%CF%82_%CF%80%CE%BF%CF%85_%CF%85%CF%80%CE%BF%CF%83%CF%84%CE%B7%CF%81%CE%AF%CE%B6%CE%BF%CF%85%CE%BD_%CE%BB%CF%8D%CF%83%CE%B5%CE%B9%CF%82_%CE%91%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%9B%CE%BF%CE%B3%CE%B9%CF%83%CE%BC%CE%B9%CE%BA%CE%BF%CF%8D Εταιρείες που υποστηρίζουν λύσεις Ανοικτού Λογισμικού]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%A0%CE%AF%CE%BD%CE%B1%CE%BA%CE%B1%CF%82_%CE%B9%CF%83%CE%BF%CE%B4%CF%8D%CE%BD%CE%B1%CE%BC%CF%89%CE%BD_%CE%BB%CE%BF%CE%B3%CE%B9%CF%83%CE%BC%CE%B9%CE%BA%CF%8E%CE%BD_%CE%B1%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%BA%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1 Πίνακας ισοδύναμων λογισμικών ανοιχτού κώδικα]&lt;br /&gt;
* [[:Κατηγορία:Προτάσεις Πολιτικής|Προτάσεις Πολιτικής]]&lt;br /&gt;
* [[:Κατηγορία:Μελέτες|Μελέτες]] — Σχέση ΕΛ/ΛΑΚ με ανοικτή διακυβέρνηση, εκπαίδευση, κοινότητες, Δημόσιο τομέα, επιχειρήσεις, άδειες.&lt;br /&gt;
* [[Κατάλογος Πηγών Ελληνικού Κειμένου]]&lt;br /&gt;
* [[Google Summer of Code]] · [[Summer of Code]]&lt;br /&gt;
* [[:Κατηγορία:ΠΑΝΟΠΤΗΣ|ΠΑΝΟΠΤΗΣ]] — Άσκηση κυβερνοάμυνας.&lt;br /&gt;
* [[:Κατηγορία:Κρυπτογράφηση|Κρυπτογράφηση]] — Άρθρα, εγχειρίδια και how-to για κρυπτογράφηση &amp;amp; ασφάλεια.&lt;br /&gt;
* [[:Κατηγορία:Ανοικτά δεδομένα|Ανοικτά δεδομένα]]&lt;br /&gt;
* [[:Κατηγορία:Ανοικτή Διακυβέρνηση|Ανοικτή Διακυβέρνηση]]&lt;br /&gt;
* [[:Κατηγορία:Ανοικτό Περιεχόμενο|Ανοικτό Περιεχόμενο]]&lt;br /&gt;
* [[:Κατηγορία:Εκπαίδευση και ΕΛΛΑΚ‏‎|Εκπαίδευση και ΕΛΛΑΚ]]&lt;br /&gt;
* [[:Κατηγορία:Νομικά θέματα ΕΕΛ/ΛΑΚ‏‎|Νομικά θέματα]]&lt;br /&gt;
* [[:Κατηγορία:ΕΛΛΑΚ‏‎|ΕΛΛΑΚ]] — Οδηγοί, κατάλογοι κοινοτήτων και εταιρειών.&lt;br /&gt;
* [[:Κατηγορία:FABLAB‏‎|FABLAB]]&lt;br /&gt;
* [[:Κατηγορία:ΕΕΛ/ΛΑΚ‏‎|Οργανισμός Ανοιχτών Τεχνολογιών ΕΕΛΛΑΚ]] — Καταστατικό, παρουσίαση, δράσεις.&lt;br /&gt;
* [[:Κατηγορία:Τεχνικές Προδιαγραφές|Τεχνικές Προδιαγραφές]] — Υποδείγματα.&lt;br /&gt;
* [[ΕΤΗΣΙΕΣ ΕΡΕΥΝΕΣ: Πείτε μας τη γνώμη σας για το περιεχόμενο του ενημερωτικού δελτίου της ΕΕΛΛΑΚ]]&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%94%CF%81%CE%AC%CF%83%CE%B5%CE%B9%CF%82_%CE%B1%CE%BD%CE%BF%CE%B9%CF%87%CF%84%CE%BF%CF%8D_%CE%BA%CF%8E%CE%B4%CE%B9%CE%BA%CE%B1_%CE%B3%CE%B9%CE%B1_%CF%84%CE%B7%CE%BD_%CE%B1%CE%BD%CF%84%CE%B9%CE%BC%CE%B5%CF%84%CF%8E%CF%80%CE%B9%CF%83%CE%B7_%CF%84%CF%89%CE%BD_%CF%83%CF%85%CE%BD%CE%B5%CF%80%CE%B5%CE%B9%CF%89%CE%BD_%CF%84%CE%B7%CF%82_%CF%80%CE%B1%CE%BD%CE%B4%CE%B7%CE%BC%CE%AF%CE%B1%CF%82 Δράσεις ανοιχτού κώδικα για την πανδημία]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== ⚙️ Πηγές &amp;amp; Εργαλεία ==  &lt;br /&gt;
&lt;br /&gt;
=== [https://mathe.ellak.gr/?page_id=135 Πίνακας ισοδύναμων λογισμικών] ===&lt;br /&gt;
* [http://directory.fsf.org/wiki/Main_Page Free Software Directory] — Κατάλογος χρήσιμου λογισμικού.&lt;br /&gt;
* [https://www.openhub.net/ OpenHub] — Discover, track and compare open source projects.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🤝 Συμμετοχή ==  &lt;br /&gt;
&lt;br /&gt;
* Διαβούλευση: [https://advisory.ellak.gr advisory.ellak.gr]&lt;br /&gt;
* Συνεισφορά σε έργα: [https://github.com/eellak GitHub/eellak]&lt;br /&gt;
* Οδηγός wiki: [[Οδηγός:Πώς_συμμετέχω_στο_wiki|Πώς συμμετέχω στο wiki]]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== ✍️ Οδηγίες για Συντάκτες ==  &lt;br /&gt;
&lt;br /&gt;
* Άδειες τεκμηρίωσης: CC BY-SA.&lt;br /&gt;
* Σαφείς τίτλοι και σύντομες περιλήψεις.&lt;br /&gt;
* Προσθέστε σχετικές κατηγορίες σε κάθε άρθρο που προτείνετε για δημοσίευση.&lt;br /&gt;
* [https://ellak.gr/wiki/index.php?title=%CE%9F%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82_%CE%A7%CF%81%CE%AE%CF%83%CE%B7%CF%82_Blogs_%CE%9F%CE%BC%CE%AC%CE%B4%CF%89%CE%BD_%CE%95%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82 Οδηγίες: πώς να καταχωρείτε άρθρα στις σελίδες δράσεων και τα blogs ομάδων εργασίας]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 💬 Επικοινωνία &amp;amp; Προτάσεις ==  &lt;br /&gt;
&lt;br /&gt;
Για προτάσεις βελτίωσης ή θέματα διαβούλευσης, επικοινωνήστε μέσω της φόρμας:  &lt;br /&gt;
➡️ [https://ellak.gr/pite-mas-ti-gnomi-sas/ Πείτε μας τη γνώμη σας]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Τελευταία επιμέλεια σελίδας: 04/11/2025&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:ΕΕΛΛΑΚ]] [[Κατηγορία:Αρχική σελίδα]] [[Κατηγορία:Τεκμηρίωση]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=%CE%91%CF%81%CF%87%CE%B9%CE%BA%CE%AE_%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CE%B1&amp;diff=2457</id>
		<title>Αρχική σελίδα</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=%CE%91%CF%81%CF%87%CE%B9%CE%BA%CE%AE_%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CE%B1&amp;diff=2457"/>
		<updated>2025-11-04T12:44:45Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Καλώς ήλθατε στο wiki του Οργανισμού Ανοιχτών Τεχνολογιών (&#039;&#039;&#039;ΕΕΛΛΑΚ&#039;&#039;&#039;) =  &lt;br /&gt;
&lt;br /&gt;
Καλώς ήλθατε στο  &#039;&#039;&#039;κεντρικό wiki τεκμηρίωσης &#039;&#039;&#039; του Οργανισμού Ανοιχτών Τεχνολογιών (ΕΕΛΛΑΚ).  &lt;br /&gt;
Εδώ θα βρείτε οδηγούς, διαδικασίες, τεκμηρίωση και υλικό για: &#039;&#039;&#039;Ελεύθερο / Λογισμικό Ανοιχτού Κώδικα (ΕΛ/ΛΑΚ) &#039;&#039;&#039;,  &#039;&#039;&#039;Ανοικτά Δεδομένα &#039;&#039;&#039;,  &#039;&#039;&#039;Ανοικτό Περιεχόμενο &#039;&#039;&#039;και  &#039;&#039;&#039;Ανοικτές Τεχνολογίες  &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
➡️ [https://ellak.gr/wiki/ Πρόσβαση στο wiki της ΕΕΛΛΑΚ]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🔗 Γρήγορη Πλοήγηση ==  &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Κεντρικά&#039;&#039;&#039;: [http://eellak.gr eellak.gr] · [http://gfoss.eu gfoss.eu] · [https://advisory.ellak.gr advisory] · [https://wiki.ellak.gr wiki]&lt;br /&gt;
* &#039;&#039;&#039;Εκπαίδευση&#039;&#039;&#039;: [https://edu.ellak.gr edu] · [https://elearn.ellak.gr elearn] · [https://robotics.ellak.gr robotics] · [https://scientix.ellak.gr scientix] · [https://elearnconf.ellak.gr elearnconf] · [https://mathe.ellak.gr mathe]&lt;br /&gt;
* &#039;&#039;&#039;Περιεχόμενο / Δεδομένα&#039;&#039;&#039;: [https://mycontent.ellak.gr mycontent] · [https://creativecommons.gr creativecommons] · [https://odi.ellak.gr odi] · [https://opendata.ellak.gr opendata] · [https://openstandards.ellak.gr openstandards] · [http://repository.ellak.gr repository]&lt;br /&gt;
* &#039;&#039;&#039;Δημόσιος Τομέας &amp;amp; Πόλεις&#039;&#039;&#039;: [https://opengov.ellak.gr opengov] · [https://smartcities.ellak.gr smartcities] · [https://el.diadikasies.gr diadikasies] · [https://obs.ellak.gr obs]&lt;br /&gt;
* &#039;&#039;&#039;Υποδομές &amp;amp; Κοινότητα&#039;&#039;&#039;: [https://github.com/eellak github] · [https://opensource.ellak.gr opensource] · [https://glossapi.gr glossapi] · [https://openhardware.ellak.gr openhardware] · [https://opendesign.ellak.gr opendesign] · [https://openwifi.gr openwifi] · [https://openedtech.ellak.gr openedtech] · [https://planet.ellak.gr planet] · [https://newsletters.ellak.gr newsletters] · [https://lists.ellak.gr lists]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 📝 Οδηγίες για Blogs Δράσεων &amp;amp; Ομάδων Εργασίας ==  &lt;br /&gt;
&lt;br /&gt;
[https://ellak.gr/wiki/index.php?title=%CE%9F%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82_%CE%A7%CF%81%CE%AE%CF%83%CE%B7%CF%82_Blogs_%CE%9F%CE%BC%CE%AC%CE%B4%CF%89%CE%BD_%CE%95%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82 Δείτε εδώ αναλυτικές οδηγίες]  &lt;br /&gt;
για τη δημοσίευση άρθρων στις σελίδες δράσεων και στα blogs των ομάδων εργασίας.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🌐 Ιστοσελίδες Δράσεων του Οργανισμού(EΕΛ/ΛΑΚ) ==  &lt;br /&gt;
&lt;br /&gt;
* [https://ellak.gr/ Το κεντρικό site για το ΕΛ/ΛΑΚ] — Αναδημοσιεύονται αυτόματα όλα τα άρθρα από όλους τους δικτυακούς τόπους της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://ellak.gr/ Οργανισμός Ανοιχτών Τεχνολογιών (ΕΕΛΛΑΚ)] — Ο εταιρικός δικτυακός τόπος.&lt;br /&gt;
  * LinkedIn: [https://www.linkedin.com/company/77332669/admin/dashboard/ eellak]&lt;br /&gt;
  * Facebook: [https://www.facebook.com/eellak eellak]&lt;br /&gt;
  * Instagram: [https://www.instagram.com/ellak.gr/ eellak]&lt;br /&gt;
  * BlueSky: [https://bsky.app/profile/tgkarounos.bsky.social eellak]&lt;br /&gt;
  * Mastodon: [https://fosstodon.org/deck/@eellak@mastodon.social eellak]&lt;br /&gt;
  * Twitter/X: [https://twitter.com/eellak @eellak]&lt;br /&gt;
* [http://gfoss.eu Open Technologies Alliance (GFOSS)] — Αγγλόφωνη παρουσία της ΕΕΛΛΑΚ (Twitter/X: [https://twitter.com/gfoss_en @gfoss_en])&lt;br /&gt;
* [https://github.com/eellak github.com/eellak] — Αποθετήριο κώδικα της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://mathe.ellak.gr/ mathe.ellak.gr] — Προώθηση &amp;amp; διάδοση ΕΛ/ΛΑΚ: Ανοιχτό λογισμικό, ανοιχτοί ορίζοντες.&lt;br /&gt;
* [https://glossapi.gr/ glossapi.gr] — Open-source toolkit της ΕΕΛΛΑΚ για ανάλυση ελληνικού κειμένου (λογοτεχνία, νομοθεσία, επιστήμη, πολιτισμός).&lt;br /&gt;
* [https://opensource.ellak.gr/ opensource.ellak.gr] — Ανοιχτό λογισμικό.&lt;br /&gt;
* [https://edu.ellak.gr/ edu.ellak.gr] — Ανοικτές τεχνολογίες στην εκπαίδευση.&lt;br /&gt;
* [https://elearn.ellak.gr/ elearn.ellak.gr] — Πλατφόρμα ανοικτού εκπαιδευτικού περιεχομένου.&lt;br /&gt;
* [https://openedtech.ellak.gr/ openedtech.ellak.gr] — Πανελλήνιος Διαγωνισμός Ρομποτικής Ανοιχτών Τεχνολογιών.&lt;br /&gt;
* [https://scientix.ellak.gr/ scientix.ellak.gr] — Πανελλήνιο Συνέδριο Scientix.&lt;br /&gt;
* [https://elearnconf.ellak.gr/ elearnconf.ellak.gr] — Διημερίδα «Η πρόκληση της ανοικτής εκπαίδευσης».&lt;br /&gt;
* [https://privacy.ellak.gr/ privacy.ellak.gr] — Ασφάλεια Πληροφοριακών Συστημάτων και Προστασία Προσωπικών Δεδομένων.&lt;br /&gt;
* [https://creativecommons.ellak.gr/ Creative Commons] — Προώθηση των Αδειών Creative Commons.&lt;br /&gt;
  * Facebook: [https://www.facebook.com/CreativeCommonsGreece CreativeCommonsGreece]&lt;br /&gt;
  * Twitter/X: [https://twitter.com/cc_greece @cc_greece]&lt;br /&gt;
* [https://opengov.ellak.gr/ opengov.ellak.gr] — Προώθηση δράσεων Ανοιχτής Διακυβέρνησης.&lt;br /&gt;
* [https://mycontent.ellak.gr/ mycontent.ellak.gr] — Προώθηση ανοικτού περιεχομένου (Wikipedia, OpenStreetMap, OpenGLAM).&lt;br /&gt;
* [https://opendata.ellak.gr/ opendata.ellak.gr] — Ανοικτά Δεδομένα.&lt;br /&gt;
* [https://openhardware.ellak.gr/ openhardware.ellak.gr] — Προώθηση Ανοικτού Υλισμικού (Hardware).&lt;br /&gt;
* [https://openwifi.gr/ openwifi.gr] — Ελεύθερα ασύρματα δίκτυα.&lt;br /&gt;
* [https://oer.ellak.gr/ oer.ellak.gr] — Ανοικτό περιεχόμενο στην εκπαίδευση.&lt;br /&gt;
* [https://openstandards.ellak.gr/ openstandards.ellak.gr] — Προώθηση Ανοικτών Προτύπων.&lt;br /&gt;
* [https://odi.ellak.gr/ odi.ellak.gr] — Open Data Institute – Athens Node.&lt;br /&gt;
* [https://obs.ellak.gr/ obs.ellak.gr] — Ανοικτοί Προϋπολογισμοί, Προμήθειες και Συμβάσεις.&lt;br /&gt;
* [https://legal.ellak.gr/ legal.ellak.gr] — Νομικά θέματα για ΕΛ/ΛΑΚ και ανοικτές τεχνολογίες.&lt;br /&gt;
* [https://smartcities.ellak.gr/ smartcities.ellak.gr] — Έξυπνες πόλεις.&lt;br /&gt;
* [https://openbusiness.ellak.gr/ openbusiness.ellak.gr] — Προώθηση της Ανοικτής Επιχειρηματικότητας και Καινοτομίας.&lt;br /&gt;
* [https://advisory.ellak.gr/ advisory.ellak.gr] — Δημόσια διαβούλευση για τις δράσεις της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://opendesign.ellak.gr/ opendesign.ellak.gr] — Ανοιχτή σχεδίαση (Open Design).&lt;br /&gt;
* [https://ccradio.ellak.gr/ ccradio.ellak.gr] — Μουσικό ραδιόφωνο με άδειες Creative Commons.&lt;br /&gt;
* [https://planet.ellak.gr/ planet.ellak.gr] — Συγκεντρωτής δημοσιεύσεων της κοινότητας ΕΛ/ΛΑΚ.&lt;br /&gt;
* [http://repository.ellak.gr/ repository.ellak.gr] — Αποθετήριο υλικού έργων, τεκμηρίωσης και δράσεων.&lt;br /&gt;
* [https://conferences.ellak.gr/ conferences.ellak.gr] — Οπτικοακουστικό υλικό και παρουσιάσεις από συνέδρια/ημερίδες.&lt;br /&gt;
* [https://el.diadikasies.gr/ el.diadikasies.gr] — Wiki υπηρεσιών και διαδικασιών Δημόσιου Τομέα.&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 👥 Blogs Ομάδων Εργασίας ==  &lt;br /&gt;
&lt;br /&gt;
* [https://opengov.ellak.gr opengov.ellak.gr] &amp;amp; [https://opendata.ellak.gr opendata.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για την Ανοικτή Διακυβέρνηση και τα Ανοικτά Δεδομένα&#039;&#039;&#039;&lt;br /&gt;
* [https://edu.ellak.gr edu.ellak.gr], [https://oer.ellak.gr oer.ellak.gr], [https://elearn.ellak.gr elearn.ellak.gr], [https://openedtech.ellak.gr openedtech.ellak.gr], [https://scientix.ellak.gr scientix.ellak.gr], [https://elearnconf.ellak.gr elearnconf.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοιχτές Τεχνολογίες και Ανοικτό Περιεχόμενο στην Εκπαίδευση&#039;&#039;&#039;&lt;br /&gt;
* [https://openhardware.ellak.gr openhardware.ellak.gr] &amp;amp; [https://openwifi.ellak.gr openwifi.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοιχτό Σχεδιασμό, Ανοιχτό Υλισμικό και Ασύρματα Δίκτυα&#039;&#039;&#039;&lt;br /&gt;
* [https://privacy.ellak.gr privacy.ellak.gr] &amp;amp; [https://legal.ellak.gr legal.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ασφάλεια Πληροφοριακών Συστημάτων και Προστασία Προσωπικών Δεδομένων&#039;&#039;&#039;&lt;br /&gt;
* [https://opensource.ellak.gr opensource.ellak.gr] &amp;amp; [https://openstandards.ellak.gr openstandards.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοικτό Λογισμικό και Ανοικτά Πρότυπα&#039;&#039;&#039;&lt;br /&gt;
* [https://openbusiness.ellak.gr openbusiness.ellak.gr] &amp;amp; [https://smartcities.ellak.gr smartcities.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Καινοτομία, Επιχειρηματικότητα και Έξυπνες Πόλεις&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 📚 Δράσεις &amp;amp; Κατηγορίες στο wiki ==  &lt;br /&gt;
&lt;br /&gt;
• [[:Κατηγορία:Ομάδες Εργασίας της ΕΕΛ/ΛΑΚ|Ομάδες Εργασίας]]  &lt;br /&gt;
• [[:Κατηγορία:Προτάσεις Πολιτικής|Προτάσεις Πολιτικής]]  &lt;br /&gt;
• [[:Κατηγορία:Μελέτες|Μελέτες]]  &lt;br /&gt;
• [[:Κατηγορία:Ανοικτά δεδομένα|Ανοικτά Δεδομένα]]  &lt;br /&gt;
• [[:Κατηγορία:Ανοικτή Διακυβέρνηση|Ανοικτή Διακυβέρνηση]]  &lt;br /&gt;
• [[:Κατηγορία:Ανοικτό Περιεχόμενο|Ανοικτό Περιεχόμενο]]  &lt;br /&gt;
• [[:Κατηγορία:Εκπαίδευση και ΕΛΛΑΚ|Εκπαίδευση &amp;amp; ΕΛΛΑΚ]]  &lt;br /&gt;
• [[:Κατηγορία:Νομικά θέματα ΕΕΛ/ΛΑΚ|Νομικά Θέματα]]  &lt;br /&gt;
• [[:Κατηγορία:Τεχνικές Προδιαγραφές|Τεχνικές Προδιαγραφές]]  &lt;br /&gt;
• [[:Κατηγορία:ΠΑΝΟΠΤΗΣ|ΠΑΝΟΠΤΗΣ]] — Άσκηση κυβερνοάμυνας  &lt;br /&gt;
• [[:Κατηγορία:Κρυπτογράφηση|Κρυπτογράφηση]] — Εγχειρίδια και οδηγοί  &lt;br /&gt;
• [[:Κατηγορία:FABLAB|FABLAB]]  &lt;br /&gt;
• [[:Κατηγορία:ΕΕΛΛΑΚ|Οργανισμός Ανοιχτών Τεχνολογιών ΕΕΛΛΑΚ]]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== ⚙️ Πηγές &amp;amp; Εργαλεία ==  &lt;br /&gt;
&lt;br /&gt;
• [https://mathe.ellak.gr/?page_id=135 Πίνακας ισοδύναμων λογισμικών]  &lt;br /&gt;
• [http://directory.fsf.org/wiki/Main_Page Free Software Directory]  &lt;br /&gt;
• [https://www.openhub.net/ OpenHub – Παρακολούθηση και σύγκριση έργων ανοικτού κώδικα]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🤝 Συμμετοχή ==  &lt;br /&gt;
&lt;br /&gt;
• Διαβούλευση: [https://advisory.ellak.gr advisory.ellak.gr]  &lt;br /&gt;
• Συνεισφορά σε έργα: [https://github.com/eellak GitHub/eellak]  &lt;br /&gt;
• Οδηγός wiki: [[Οδηγός:Πώς_συμμετέχω_στο_wiki|Πώς συμμετέχω στο wiki]]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== ✍️ Οδηγίες για Συντάκτες ==  &lt;br /&gt;
&lt;br /&gt;
• Όλες οι τεκμηριώσεις: &#039;&#039;&#039;CC BY-SA&#039;&#039;&#039;  &lt;br /&gt;
• Σύντομοι, σαφείς τίτλοι &amp;amp; περιλήψεις  &lt;br /&gt;
• Προσθέστε κατάλληλες κατηγορίες σε κάθε άρθρο  &lt;br /&gt;
• [https://ellak.gr/wiki/index.php?title=%CE%9F%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82_%CE%A7%CF%81%CE%AE%CF%83%CE%B7%CF%82_Blogs_%CE%9F%CE%BC%CE%AC%CE%B4%CF%89%CE%BD_%CE%95%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82 Οδηγίες για άρθρα σε blogs ομάδων εργασίας]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 💬 Επικοινωνία &amp;amp; Προτάσεις ==  &lt;br /&gt;
&lt;br /&gt;
Για προτάσεις βελτίωσης ή θέματα διαβούλευσης, επικοινωνήστε μέσω της φόρμας:  &lt;br /&gt;
➡️ [https://ellak.gr/pite-mas-ti-gnomi-sas/ Πείτε μας τη γνώμη σας]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Τελευταία επιμέλεια σελίδας: 04/11/2025&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:ΕΕΛΛΑΚ]] [[Κατηγορία:Αρχική σελίδα]] [[Κατηγορία:Τεκμηρίωση]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=%CE%91%CF%81%CF%87%CE%B9%CE%BA%CE%AE_%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CE%B1&amp;diff=2456</id>
		<title>Αρχική σελίδα</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=%CE%91%CF%81%CF%87%CE%B9%CE%BA%CE%AE_%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CE%B1&amp;diff=2456"/>
		<updated>2025-11-04T12:41:48Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Καλώς ήλθατε στο wiki του Οργανισμού Ανοιχτών Τεχνολογιών (&#039;&#039;&#039;ΕΕΛΛΑΚ&#039;&#039;&#039;) =  &lt;br /&gt;
&lt;br /&gt;
Καλώς ήλθατε στο  &#039;&#039;&#039;κεντρικό wiki τεκμηρίωσης &#039;&#039;&#039; του Οργανισμού Ανοιχτών Τεχνολογιών (ΕΕΛΛΑΚ).  &lt;br /&gt;
Εδώ θα βρείτε οδηγούς, διαδικασίες, τεκμηρίωση και υλικό για: &#039;&#039;&#039;Ελεύθερο / Λογισμικό Ανοιχτού Κώδικα (ΕΛ/ΛΑΚ) &#039;&#039;&#039;,  &#039;&#039;&#039;Ανοικτά Δεδομένα &#039;&#039;&#039;,  &#039;&#039;&#039;Ανοικτό Περιεχόμενο &#039;&#039;&#039;και  &#039;&#039;&#039;Ανοικτές Τεχνολογίες  &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
➡️ [https://ellak.gr/wiki/ Πρόσβαση στο wiki της ΕΕΛΛΑΚ]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🔗 Γρήγορη Πλοήγηση ==  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Κεντρικά:&#039;&#039;&#039; [http://eellak.gr eellak.gr] · [http://gfoss.eu gfoss.eu] · [https://advisory.ellak.gr advisory] · [https://wiki.ellak.gr wiki]  &lt;br /&gt;
&#039;&#039;&#039;Εκπαίδευση:&#039;&#039;&#039; [https://edu.ellak.gr edu] · [https://elearn.ellak.gr elearn] · [https://robotics.ellak.gr robotics] · [https://scientix.ellak.gr scientix] · [https://elearnconf.ellak.gr elearnconf] · [https://mathe.ellak.gr mathe]  &lt;br /&gt;
&#039;&#039;&#039;Περιεχόμενο / Δεδομένα:&#039;&#039;&#039; [https://mycontent.ellak.gr mycontent] · [https://creativecommons.gr creativecommons] · [https://odi.ellak.gr odi] · [https://opendata.ellak.gr opendata] · [https://openstandards.ellak.gr openstandards] · [http://repository.ellak.gr repository]  &lt;br /&gt;
&#039;&#039;&#039;Δημόσιος Τομέας &amp;amp; Πόλεις:&#039;&#039;&#039; [https://opengov.ellak.gr opengov] · [https://smartcities.ellak.gr smartcities] · [https://el.diadikasies.gr diadikasies] · [https://obs.ellak.gr obs]  &lt;br /&gt;
&#039;&#039;&#039;Υποδομές &amp;amp; Κοινότητα:&#039;&#039;&#039; [https://github.com/eellak github] · [https://opensource.ellak.gr opensource] · [https://glossapi.gr glossapi] · [https://openhardware.ellak.gr openhardware] · [https://opendesign.ellak.gr opendesign] · [https://openwifi.gr openwifi] · [https://openedtech.ellak.gr openedtech] · [https://planet.ellak.gr planet] · [https://newsletters.ellak.gr newsletters] · [https://lists.ellak.gr lists]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 📝 Οδηγίες για Blogs Δράσεων &amp;amp; Ομάδων Εργασίας ==  &lt;br /&gt;
&lt;br /&gt;
[https://ellak.gr/wiki/index.php?title=%CE%9F%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82_%CE%A7%CF%81%CE%AE%CF%83%CE%B7%CF%82_Blogs_%CE%9F%CE%BC%CE%AC%CE%B4%CF%89%CE%BD_%CE%95%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82 Δείτε εδώ αναλυτικές οδηγίες]  &lt;br /&gt;
για τη δημοσίευση άρθρων στις σελίδες δράσεων και στα blogs των ομάδων εργασίας.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🌐 Ιστοσελίδες Δράσεων του Οργανισμού(EΕΛ/ΛΑΚ) ==  &lt;br /&gt;
&lt;br /&gt;
* [https://ellak.gr/ Το κεντρικό site για το ΕΛ/ΛΑΚ] — Αναδημοσιεύονται αυτόματα όλα τα άρθρα από όλους τους δικτυακούς τόπους της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://ellak.gr/ Οργανισμός Ανοιχτών Τεχνολογιών (ΕΕΛΛΑΚ)] — Ο εταιρικός δικτυακός τόπος.&lt;br /&gt;
  * LinkedIn: [https://www.linkedin.com/company/77332669/admin/dashboard/ eellak]&lt;br /&gt;
  * Facebook: [https://www.facebook.com/eellak eellak]&lt;br /&gt;
  * Instagram: [https://www.instagram.com/ellak.gr/ eellak]&lt;br /&gt;
  * BlueSky: [https://bsky.app/profile/tgkarounos.bsky.social eellak]&lt;br /&gt;
  * Mastodon: [https://fosstodon.org/deck/@eellak@mastodon.social eellak]&lt;br /&gt;
  * Twitter/X: [https://twitter.com/eellak @eellak]&lt;br /&gt;
* [http://gfoss.eu Open Technologies Alliance (GFOSS)] — Αγγλόφωνη παρουσία της ΕΕΛΛΑΚ (Twitter/X: [https://twitter.com/gfoss_en @gfoss_en])&lt;br /&gt;
* [https://github.com/eellak github.com/eellak] — Αποθετήριο κώδικα της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://mathe.ellak.gr/ mathe.ellak.gr] — Προώθηση &amp;amp; διάδοση ΕΛ/ΛΑΚ: Ανοιχτό λογισμικό, ανοιχτοί ορίζοντες.&lt;br /&gt;
* [https://glossapi.gr/ glossapi.gr] — Open-source toolkit της ΕΕΛΛΑΚ για ανάλυση ελληνικού κειμένου (λογοτεχνία, νομοθεσία, επιστήμη, πολιτισμός).&lt;br /&gt;
* [https://opensource.ellak.gr/ opensource.ellak.gr] — Ανοιχτό λογισμικό.&lt;br /&gt;
* [https://edu.ellak.gr/ edu.ellak.gr] — Ανοικτές τεχνολογίες στην εκπαίδευση.&lt;br /&gt;
* [https://elearn.ellak.gr/ elearn.ellak.gr] — Πλατφόρμα ανοικτού εκπαιδευτικού περιεχομένου.&lt;br /&gt;
* [https://openedtech.ellak.gr/ openedtech.ellak.gr] — Πανελλήνιος Διαγωνισμός Ρομποτικής Ανοιχτών Τεχνολογιών.&lt;br /&gt;
* [https://scientix.ellak.gr/ scientix.ellak.gr] — Πανελλήνιο Συνέδριο Scientix.&lt;br /&gt;
* [https://elearnconf.ellak.gr/ elearnconf.ellak.gr] — Διημερίδα «Η πρόκληση της ανοικτής εκπαίδευσης».&lt;br /&gt;
* [https://privacy.ellak.gr/ privacy.ellak.gr] — Ασφάλεια Πληροφοριακών Συστημάτων και Προστασία Προσωπικών Δεδομένων.&lt;br /&gt;
* [https://creativecommons.ellak.gr/ Creative Commons] — Προώθηση των Αδειών Creative Commons.&lt;br /&gt;
  * Facebook: [https://www.facebook.com/CreativeCommonsGreece CreativeCommonsGreece]&lt;br /&gt;
  * Twitter/X: [https://twitter.com/cc_greece @cc_greece]&lt;br /&gt;
* [https://opengov.ellak.gr/ opengov.ellak.gr] — Προώθηση δράσεων Ανοιχτής Διακυβέρνησης.&lt;br /&gt;
* [https://mycontent.ellak.gr/ mycontent.ellak.gr] — Προώθηση ανοικτού περιεχομένου (Wikipedia, OpenStreetMap, OpenGLAM).&lt;br /&gt;
* [https://opendata.ellak.gr/ opendata.ellak.gr] — Ανοικτά Δεδομένα.&lt;br /&gt;
* [https://openhardware.ellak.gr/ openhardware.ellak.gr] — Προώθηση Ανοικτού Υλισμικού (Hardware).&lt;br /&gt;
* [https://openwifi.gr/ openwifi.gr] — Ελεύθερα ασύρματα δίκτυα.&lt;br /&gt;
* [https://oer.ellak.gr/ oer.ellak.gr] — Ανοικτό περιεχόμενο στην εκπαίδευση.&lt;br /&gt;
* [https://openstandards.ellak.gr/ openstandards.ellak.gr] — Προώθηση Ανοικτών Προτύπων.&lt;br /&gt;
* [https://odi.ellak.gr/ odi.ellak.gr] — Open Data Institute – Athens Node.&lt;br /&gt;
* [https://obs.ellak.gr/ obs.ellak.gr] — Ανοικτοί Προϋπολογισμοί, Προμήθειες και Συμβάσεις.&lt;br /&gt;
* [https://legal.ellak.gr/ legal.ellak.gr] — Νομικά θέματα για ΕΛ/ΛΑΚ και ανοικτές τεχνολογίες.&lt;br /&gt;
* [https://smartcities.ellak.gr/ smartcities.ellak.gr] — Έξυπνες πόλεις.&lt;br /&gt;
* [https://openbusiness.ellak.gr/ openbusiness.ellak.gr] — Προώθηση της Ανοικτής Επιχειρηματικότητας και Καινοτομίας.&lt;br /&gt;
* [https://advisory.ellak.gr/ advisory.ellak.gr] — Δημόσια διαβούλευση για τις δράσεις της ΕΕΛΛΑΚ.&lt;br /&gt;
* [https://opendesign.ellak.gr/ opendesign.ellak.gr] — Ανοιχτή σχεδίαση (Open Design).&lt;br /&gt;
* [https://ccradio.ellak.gr/ ccradio.ellak.gr] — Μουσικό ραδιόφωνο με άδειες Creative Commons.&lt;br /&gt;
* [https://planet.ellak.gr/ planet.ellak.gr] — Συγκεντρωτής δημοσιεύσεων της κοινότητας ΕΛ/ΛΑΚ.&lt;br /&gt;
* [http://repository.ellak.gr/ repository.ellak.gr] — Αποθετήριο υλικού έργων, τεκμηρίωσης και δράσεων.&lt;br /&gt;
* [https://conferences.ellak.gr/ conferences.ellak.gr] — Οπτικοακουστικό υλικό και παρουσιάσεις από συνέδρια/ημερίδες.&lt;br /&gt;
* [https://el.diadikasies.gr/ el.diadikasies.gr] — Wiki υπηρεσιών και διαδικασιών Δημόσιου Τομέα.&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 👥 Blogs Ομάδων Εργασίας ==  &lt;br /&gt;
&lt;br /&gt;
* [https://opengov.ellak.gr opengov.ellak.gr] &amp;amp; [https://opendata.ellak.gr opendata.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για την Ανοικτή Διακυβέρνηση και τα Ανοικτά Δεδομένα&#039;&#039;&#039;&lt;br /&gt;
* [https://edu.ellak.gr edu.ellak.gr], [https://oer.ellak.gr oer.ellak.gr], [https://elearn.ellak.gr elearn.ellak.gr], [https://openedtech.ellak.gr openedtech.ellak.gr], [https://scientix.ellak.gr scientix.ellak.gr], [https://elearnconf.ellak.gr elearnconf.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοιχτές Τεχνολογίες και Ανοικτό Περιεχόμενο στην Εκπαίδευση&#039;&#039;&#039;&lt;br /&gt;
* [https://openhardware.ellak.gr openhardware.ellak.gr] &amp;amp; [https://openwifi.ellak.gr openwifi.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοιχτό Σχεδιασμό, Ανοιχτό Υλισμικό και Ασύρματα Δίκτυα&#039;&#039;&#039;&lt;br /&gt;
* [https://privacy.ellak.gr privacy.ellak.gr] &amp;amp; [https://legal.ellak.gr legal.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ασφάλεια Πληροφοριακών Συστημάτων και Προστασία Προσωπικών Δεδομένων&#039;&#039;&#039;&lt;br /&gt;
* [https://opensource.ellak.gr opensource.ellak.gr] &amp;amp; [https://openstandards.ellak.gr openstandards.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Ανοικτό Λογισμικό και Ανοικτά Πρότυπα&#039;&#039;&#039;&lt;br /&gt;
* [https://openbusiness.ellak.gr openbusiness.ellak.gr] &amp;amp; [https://smartcities.ellak.gr smartcities.ellak.gr] — &#039;&#039;&#039;Ομάδα Εργασίας για Καινοτομία, Επιχειρηματικότητα και Έξυπνες Πόλεις&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 📚 Δράσεις &amp;amp; Κατηγορίες στο wiki ==  &lt;br /&gt;
&lt;br /&gt;
• [[:Κατηγορία:Ομάδες Εργασίας της ΕΕΛ/ΛΑΚ|Ομάδες Εργασίας]]  &lt;br /&gt;
• [[:Κατηγορία:Προτάσεις Πολιτικής|Προτάσεις Πολιτικής]]  &lt;br /&gt;
• [[:Κατηγορία:Μελέτες|Μελέτες]]  &lt;br /&gt;
• [[:Κατηγορία:Ανοικτά δεδομένα|Ανοικτά Δεδομένα]]  &lt;br /&gt;
• [[:Κατηγορία:Ανοικτή Διακυβέρνηση|Ανοικτή Διακυβέρνηση]]  &lt;br /&gt;
• [[:Κατηγορία:Ανοικτό Περιεχόμενο|Ανοικτό Περιεχόμενο]]  &lt;br /&gt;
• [[:Κατηγορία:Εκπαίδευση και ΕΛΛΑΚ|Εκπαίδευση &amp;amp; ΕΛΛΑΚ]]  &lt;br /&gt;
• [[:Κατηγορία:Νομικά θέματα ΕΕΛ/ΛΑΚ|Νομικά Θέματα]]  &lt;br /&gt;
• [[:Κατηγορία:Τεχνικές Προδιαγραφές|Τεχνικές Προδιαγραφές]]  &lt;br /&gt;
• [[:Κατηγορία:ΠΑΝΟΠΤΗΣ|ΠΑΝΟΠΤΗΣ]] — Άσκηση κυβερνοάμυνας  &lt;br /&gt;
• [[:Κατηγορία:Κρυπτογράφηση|Κρυπτογράφηση]] — Εγχειρίδια και οδηγοί  &lt;br /&gt;
• [[:Κατηγορία:FABLAB|FABLAB]]  &lt;br /&gt;
• [[:Κατηγορία:ΕΕΛΛΑΚ|Οργανισμός Ανοιχτών Τεχνολογιών ΕΕΛΛΑΚ]]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== ⚙️ Πηγές &amp;amp; Εργαλεία ==  &lt;br /&gt;
&lt;br /&gt;
• [https://mathe.ellak.gr/?page_id=135 Πίνακας ισοδύναμων λογισμικών]  &lt;br /&gt;
• [http://directory.fsf.org/wiki/Main_Page Free Software Directory]  &lt;br /&gt;
• [https://www.openhub.net/ OpenHub – Παρακολούθηση και σύγκριση έργων ανοικτού κώδικα]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🤝 Συμμετοχή ==  &lt;br /&gt;
&lt;br /&gt;
• Διαβούλευση: [https://advisory.ellak.gr advisory.ellak.gr]  &lt;br /&gt;
• Συνεισφορά σε έργα: [https://github.com/eellak GitHub/eellak]  &lt;br /&gt;
• Οδηγός wiki: [[Οδηγός:Πώς_συμμετέχω_στο_wiki|Πώς συμμετέχω στο wiki]]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== ✍️ Οδηγίες για Συντάκτες ==  &lt;br /&gt;
&lt;br /&gt;
• Όλες οι τεκμηριώσεις: &#039;&#039;&#039;CC BY-SA&#039;&#039;&#039;  &lt;br /&gt;
• Σύντομοι, σαφείς τίτλοι &amp;amp; περιλήψεις  &lt;br /&gt;
• Προσθέστε κατάλληλες κατηγορίες σε κάθε άρθρο  &lt;br /&gt;
• [https://ellak.gr/wiki/index.php?title=%CE%9F%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82_%CE%A7%CF%81%CE%AE%CF%83%CE%B7%CF%82_Blogs_%CE%9F%CE%BC%CE%AC%CE%B4%CF%89%CE%BD_%CE%95%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82 Οδηγίες για άρθρα σε blogs ομάδων εργασίας]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 💬 Επικοινωνία &amp;amp; Προτάσεις ==  &lt;br /&gt;
&lt;br /&gt;
Για προτάσεις βελτίωσης ή θέματα διαβούλευσης, επικοινωνήστε μέσω της φόρμας:  &lt;br /&gt;
➡️ [https://ellak.gr/pite-mas-ti-gnomi-sas/ Πείτε μας τη γνώμη σας]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Τελευταία επιμέλεια σελίδας: 04/11/2025&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:ΕΕΛΛΑΚ]] [[Κατηγορία:Αρχική σελίδα]] [[Κατηγορία:Τεκμηρίωση]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=%CE%91%CF%81%CF%87%CE%B9%CE%BA%CE%AE_%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CE%B1&amp;diff=2455</id>
		<title>Αρχική σελίδα</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=%CE%91%CF%81%CF%87%CE%B9%CE%BA%CE%AE_%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CE%B1&amp;diff=2455"/>
		<updated>2025-11-04T08:35:00Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Καλώς ήλθατε στο wiki του Οργανισμού Ανοιχτών Τεχνολογιών (&#039;&#039;&#039;ΕΕΛΛΑΚ&#039;&#039;&#039;) =  &lt;br /&gt;
&lt;br /&gt;
Καλώς ήλθατε στο  &#039;&#039;&#039;κεντρικό wiki τεκμηρίωσης &#039;&#039;&#039; του Οργανισμού Ανοιχτών Τεχνολογιών (ΕΕΛΛΑΚ).  &lt;br /&gt;
Εδώ θα βρείτε οδηγούς, διαδικασίες, τεκμηρίωση και υλικό για: &#039;&#039;&#039;Ελεύθερο / Λογισμικό Ανοιχτού Κώδικα (ΕΛ/ΛΑΚ) &#039;&#039;&#039;,  &#039;&#039;&#039;Ανοικτά Δεδομένα &#039;&#039;&#039;,  &#039;&#039;&#039;Ανοικτό Περιεχόμενο &#039;&#039;&#039;και  &#039;&#039;&#039;Ανοικτές Τεχνολογίες  &#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
➡️ [https://ellak.gr/wiki/ Πρόσβαση στο wiki της ΕΕΛΛΑΚ]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🔗 Γρήγορη Πλοήγηση ==  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Κεντρικά:&#039;&#039;&#039; [http://eellak.gr eellak.gr] · [http://gfoss.eu gfoss.eu] · [https://advisory.ellak.gr advisory] · [https://wiki.ellak.gr wiki]  &lt;br /&gt;
&#039;&#039;&#039;Εκπαίδευση:&#039;&#039;&#039; [https://edu.ellak.gr edu] · [https://elearn.ellak.gr elearn] · [https://robotics.ellak.gr robotics] · [https://scientix.ellak.gr scientix] · [https://elearnconf.ellak.gr elearnconf] · [https://mathe.ellak.gr mathe]  &lt;br /&gt;
&#039;&#039;&#039;Περιεχόμενο / Δεδομένα:&#039;&#039;&#039; [https://mycontent.ellak.gr mycontent] · [https://creativecommons.gr creativecommons] · [https://odi.ellak.gr odi] · [https://opendata.ellak.gr opendata] · [https://openstandards.ellak.gr openstandards] · [http://repository.ellak.gr repository]  &lt;br /&gt;
&#039;&#039;&#039;Δημόσιος Τομέας &amp;amp; Πόλεις:&#039;&#039;&#039; [https://opengov.ellak.gr opengov] · [https://smartcities.ellak.gr smartcities] · [https://el.diadikasies.gr diadikasies] · [https://obs.ellak.gr obs]  &lt;br /&gt;
&#039;&#039;&#039;Υποδομές &amp;amp; Κοινότητα:&#039;&#039;&#039; [https://github.com/eellak github] · [https://opensource.ellak.gr opensource] · [https://glossapi.gr glossapi] · [https://openhardware.ellak.gr openhardware] · [https://opendesign.ellak.gr opendesign] · [https://openwifi.gr openwifi] · [https://openedtech.ellak.gr openedtech] · [https://planet.ellak.gr planet] · [https://newsletters.ellak.gr newsletters] · [https://lists.ellak.gr lists]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 📝 Οδηγίες για Blogs Δράσεων &amp;amp; Ομάδων Εργασίας ==  &lt;br /&gt;
&lt;br /&gt;
[https://ellak.gr/wiki/index.php?title=%CE%9F%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82_%CE%A7%CF%81%CE%AE%CF%83%CE%B7%CF%82_Blogs_%CE%9F%CE%BC%CE%AC%CE%B4%CF%89%CE%BD_%CE%95%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82 Δείτε εδώ αναλυτικές οδηγίες]  &lt;br /&gt;
για τη δημοσίευση άρθρων στις σελίδες δράσεων και στα blogs των ομάδων εργασίας.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🌐 Δικτυακοί Τόποι της ΕΕΛΛΑΚ ==  &lt;br /&gt;
&lt;br /&gt;
• [https://ellak.gr/ Κεντρικός ιστότοπος ΕΕΛΛΑΚ] — Αναδημοσιεύει αυτόματα άρθρα από όλους τους επιμέρους ιστότοπους.  &lt;br /&gt;
• [http://gfoss.eu Open Technologies Alliance (GFOSS)] — Αγγλόφωνη παρουσία της ΕΕΛΛΑΚ.  &lt;br /&gt;
• [https://github.com/eellak github.com/eellak] — Αποθετήριο κώδικα.  &lt;br /&gt;
• [https://edu.ellak.gr edu.ellak.gr] — Ανοικτές τεχνολογίες στην εκπαίδευση.  &lt;br /&gt;
• [https://opensource.ellak.gr opensource.ellak.gr] — Ανοικτό λογισμικό.  &lt;br /&gt;
• [https://opengov.ellak.gr opengov.ellak.gr] — Ανοικτή διακυβέρνηση.  &lt;br /&gt;
• [https://opendata.ellak.gr opendata.ellak.gr] — Ανοικτά δεδομένα.  &lt;br /&gt;
• [https://openhardware.ellak.gr openhardware.ellak.gr] — Ανοικτό υλισμικό.  &lt;br /&gt;
• [https://smartcities.ellak.gr smartcities.ellak.gr] — Έξυπνες πόλεις.  &lt;br /&gt;
• [https://openbusiness.ellak.gr openbusiness.ellak.gr] — Ανοικτή επιχειρηματικότητα &amp;amp; καινοτομία.  &lt;br /&gt;
• [https://creativecommons.ellak.gr creativecommons.ellak.gr] — Αδειοδότηση ανοικτού περιεχομένου.  &lt;br /&gt;
• [https://mycontent.ellak.gr mycontent.ellak.gr] — Wikipedia, OpenStreetMap, OpenGLAM.  &lt;br /&gt;
• [https://privacy.ellak.gr privacy.ellak.gr] — Ασφάλεια &amp;amp; προστασία προσωπικών δεδομένων.  &lt;br /&gt;
• [https://planet.ellak.gr planet.ellak.gr] — Συγκεντρωτής δημοσιεύσεων της κοινότητας ΕΛ/ΛΑΚ.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 👥 Blogs Ομάδων Εργασίας ==  &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;&#039;Ανοικτή Διακυβέρνηση &amp;amp; Ανοικτά Δεδομένα:&#039;&#039;&#039; [https://opengov.ellak.gr opengov] · [https://opendata.ellak.gr opendata]  &lt;br /&gt;
• &#039;&#039;&#039;Ανοικτές Τεχνολογίες &amp;amp; Εκπαίδευση:&#039;&#039;&#039; [https://edu.ellak.gr edu] · [https://oer.ellak.gr oer] · [https://elearn.ellak.gr elearn] · [https://openedtech.ellak.gr openedtech] · [https://scientix.ellak.gr scientix] · [https://elearnconf.ellak.gr elearnconf]  &lt;br /&gt;
• &#039;&#039;&#039;Ανοικτός Σχεδιασμός &amp;amp; Υλισμικό:&#039;&#039;&#039; [https://openhardware.ellak.gr openhardware] · [https://openwifi.ellak.gr openwifi]  &lt;br /&gt;
• &#039;&#039;&#039;Ασφάλεια &amp;amp; Προσωπικά Δεδομένα:&#039;&#039;&#039; [https://privacy.ellak.gr privacy] · [https://legal.ellak.gr legal]  &lt;br /&gt;
• &#039;&#039;&#039;Ανοικτό Λογισμικό &amp;amp; Πρότυπα:&#039;&#039;&#039; [https://opensource.ellak.gr opensource] · [https://openstandards.ellak.gr openstandards]  &lt;br /&gt;
• &#039;&#039;&#039;Καινοτομία &amp;amp; Έξυπνες Πόλεις:&#039;&#039;&#039; [https://openbusiness.ellak.gr openbusiness] · [https://smartcities.ellak.gr smartcities]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 📚 Δράσεις &amp;amp; Κατηγορίες στο wiki ==  &lt;br /&gt;
&lt;br /&gt;
• [[:Κατηγορία:Ομάδες Εργασίας της ΕΕΛ/ΛΑΚ|Ομάδες Εργασίας]]  &lt;br /&gt;
• [[:Κατηγορία:Προτάσεις Πολιτικής|Προτάσεις Πολιτικής]]  &lt;br /&gt;
• [[:Κατηγορία:Μελέτες|Μελέτες]]  &lt;br /&gt;
• [[:Κατηγορία:Ανοικτά δεδομένα|Ανοικτά Δεδομένα]]  &lt;br /&gt;
• [[:Κατηγορία:Ανοικτή Διακυβέρνηση|Ανοικτή Διακυβέρνηση]]  &lt;br /&gt;
• [[:Κατηγορία:Ανοικτό Περιεχόμενο|Ανοικτό Περιεχόμενο]]  &lt;br /&gt;
• [[:Κατηγορία:Εκπαίδευση και ΕΛΛΑΚ|Εκπαίδευση &amp;amp; ΕΛΛΑΚ]]  &lt;br /&gt;
• [[:Κατηγορία:Νομικά θέματα ΕΕΛ/ΛΑΚ|Νομικά Θέματα]]  &lt;br /&gt;
• [[:Κατηγορία:Τεχνικές Προδιαγραφές|Τεχνικές Προδιαγραφές]]  &lt;br /&gt;
• [[:Κατηγορία:ΠΑΝΟΠΤΗΣ|ΠΑΝΟΠΤΗΣ]] — Άσκηση κυβερνοάμυνας  &lt;br /&gt;
• [[:Κατηγορία:Κρυπτογράφηση|Κρυπτογράφηση]] — Εγχειρίδια και οδηγοί  &lt;br /&gt;
• [[:Κατηγορία:FABLAB|FABLAB]]  &lt;br /&gt;
• [[:Κατηγορία:ΕΕΛΛΑΚ|Οργανισμός Ανοιχτών Τεχνολογιών ΕΕΛΛΑΚ]]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== ⚙️ Πηγές &amp;amp; Εργαλεία ==  &lt;br /&gt;
&lt;br /&gt;
• [https://mathe.ellak.gr/?page_id=135 Πίνακας ισοδύναμων λογισμικών]  &lt;br /&gt;
• [http://directory.fsf.org/wiki/Main_Page Free Software Directory]  &lt;br /&gt;
• [https://www.openhub.net/ OpenHub – Παρακολούθηση και σύγκριση έργων ανοικτού κώδικα]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🤝 Συμμετοχή ==  &lt;br /&gt;
&lt;br /&gt;
• Διαβούλευση: [https://advisory.ellak.gr advisory.ellak.gr]  &lt;br /&gt;
• Συνεισφορά σε έργα: [https://github.com/eellak GitHub/eellak]  &lt;br /&gt;
• Οδηγός wiki: [[Οδηγός:Πώς_συμμετέχω_στο_wiki|Πώς συμμετέχω στο wiki]]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== ✍️ Οδηγίες για Συντάκτες ==  &lt;br /&gt;
&lt;br /&gt;
• Όλες οι τεκμηριώσεις: &#039;&#039;&#039;CC BY-SA&#039;&#039;&#039;  &lt;br /&gt;
• Σύντομοι, σαφείς τίτλοι &amp;amp; περιλήψεις  &lt;br /&gt;
• Προσθέστε κατάλληλες κατηγορίες σε κάθε άρθρο  &lt;br /&gt;
• [https://ellak.gr/wiki/index.php?title=%CE%9F%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82_%CE%A7%CF%81%CE%AE%CF%83%CE%B7%CF%82_Blogs_%CE%9F%CE%BC%CE%AC%CE%B4%CF%89%CE%BD_%CE%95%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82 Οδηγίες για άρθρα σε blogs ομάδων εργασίας]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 💬 Επικοινωνία &amp;amp; Προτάσεις ==  &lt;br /&gt;
&lt;br /&gt;
Για προτάσεις βελτίωσης ή θέματα διαβούλευσης, επικοινωνήστε μέσω της φόρμας:  &lt;br /&gt;
➡️ [https://ellak.gr/pite-mas-ti-gnomi-sas/ Πείτε μας τη γνώμη σας]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Τελευταία επιμέλεια σελίδας: 04/11/2025&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:ΕΕΛΛΑΚ]] [[Κατηγορία:Αρχική σελίδα]] [[Κατηγορία:Τεκμηρίωση]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=%CE%91%CF%81%CF%87%CE%B9%CE%BA%CE%AE_%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CE%B1&amp;diff=2454</id>
		<title>Αρχική σελίδα</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=%CE%91%CF%81%CF%87%CE%B9%CE%BA%CE%AE_%CF%83%CE%B5%CE%BB%CE%AF%CE%B4%CE%B1&amp;diff=2454"/>
		<updated>2025-11-04T08:29:10Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Καλώς ήλθατε στο wiki του Οργανισμού Ανοιχτών Τεχνολογιών (&#039;&#039;&#039;ΕΕΛΛΑΚ&#039;&#039;&#039;) =  &lt;br /&gt;
&lt;br /&gt;
Καλώς ήλθατε στο **κεντρικό wiki τεκμηρίωσης** του Οργανισμού Ανοιχτών Τεχνολογιών (ΕΕΛΛΑΚ).  &lt;br /&gt;
Εδώ θα βρείτε οδηγούς, διαδικασίες, τεκμηρίωση και υλικό για:  &lt;br /&gt;
**Ελεύθερο / Λογισμικό Ανοιχτού Κώδικα (ΕΛ/ΛΑΚ)**, **Ανοικτά Δεδομένα**, **Ανοικτό Περιεχόμενο** και **Ανοικτές Τεχνολογίες**.&lt;br /&gt;
&lt;br /&gt;
➡️ [https://ellak.gr/wiki/ Πρόσβαση στο wiki της ΕΕΛΛΑΚ]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🔗 Γρήγορη Πλοήγηση ==  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Κεντρικά:&#039;&#039;&#039; [http://eellak.gr eellak.gr] · [http://gfoss.eu gfoss.eu] · [https://advisory.ellak.gr advisory] · [https://wiki.ellak.gr wiki]  &lt;br /&gt;
&#039;&#039;&#039;Εκπαίδευση:&#039;&#039;&#039; [https://edu.ellak.gr edu] · [https://elearn.ellak.gr elearn] · [https://robotics.ellak.gr robotics] · [https://scientix.ellak.gr scientix] · [https://elearnconf.ellak.gr elearnconf] · [https://mathe.ellak.gr mathe]  &lt;br /&gt;
&#039;&#039;&#039;Περιεχόμενο / Δεδομένα:&#039;&#039;&#039; [https://mycontent.ellak.gr mycontent] · [https://creativecommons.gr creativecommons] · [https://odi.ellak.gr odi] · [https://opendata.ellak.gr opendata] · [https://openstandards.ellak.gr openstandards] · [http://repository.ellak.gr repository]  &lt;br /&gt;
&#039;&#039;&#039;Δημόσιος Τομέας &amp;amp; Πόλεις:&#039;&#039;&#039; [https://opengov.ellak.gr opengov] · [https://smartcities.ellak.gr smartcities] · [https://el.diadikasies.gr diadikasies] · [https://obs.ellak.gr obs]  &lt;br /&gt;
&#039;&#039;&#039;Υποδομές &amp;amp; Κοινότητα:&#039;&#039;&#039; [https://github.com/eellak github] · [https://opensource.ellak.gr opensource] · [https://glossapi.gr glossapi] · [https://openhardware.ellak.gr openhardware] · [https://opendesign.ellak.gr opendesign] · [https://openwifi.gr openwifi] · [https://openedtech.ellak.gr openedtech] · [https://planet.ellak.gr planet] · [https://newsletters.ellak.gr newsletters] · [https://lists.ellak.gr lists]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 📝 Οδηγίες για Blogs Δράσεων &amp;amp; Ομάδων Εργασίας ==  &lt;br /&gt;
&lt;br /&gt;
[https://ellak.gr/wiki/index.php?title=%CE%9F%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82_%CE%A7%CF%81%CE%AE%CF%83%CE%B7%CF%82_Blogs_%CE%9F%CE%BC%CE%AC%CE%B4%CF%89%CE%BD_%CE%95%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82 Δείτε εδώ αναλυτικές οδηγίες]  &lt;br /&gt;
για τη δημοσίευση άρθρων στις σελίδες δράσεων και στα blogs των ομάδων εργασίας.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🌐 Δικτυακοί Τόποι της ΕΕΛΛΑΚ ==  &lt;br /&gt;
&lt;br /&gt;
• [https://ellak.gr/ Κεντρικός ιστότοπος ΕΕΛΛΑΚ] — Αναδημοσιεύει αυτόματα άρθρα από όλους τους επιμέρους ιστότοπους.  &lt;br /&gt;
• [http://gfoss.eu Open Technologies Alliance (GFOSS)] — Αγγλόφωνη παρουσία της ΕΕΛΛΑΚ.  &lt;br /&gt;
• [https://github.com/eellak github.com/eellak] — Αποθετήριο κώδικα.  &lt;br /&gt;
• [https://edu.ellak.gr edu.ellak.gr] — Ανοικτές τεχνολογίες στην εκπαίδευση.  &lt;br /&gt;
• [https://opensource.ellak.gr opensource.ellak.gr] — Ανοικτό λογισμικό.  &lt;br /&gt;
• [https://opengov.ellak.gr opengov.ellak.gr] — Ανοικτή διακυβέρνηση.  &lt;br /&gt;
• [https://opendata.ellak.gr opendata.ellak.gr] — Ανοικτά δεδομένα.  &lt;br /&gt;
• [https://openhardware.ellak.gr openhardware.ellak.gr] — Ανοικτό υλισμικό.  &lt;br /&gt;
• [https://smartcities.ellak.gr smartcities.ellak.gr] — Έξυπνες πόλεις.  &lt;br /&gt;
• [https://openbusiness.ellak.gr openbusiness.ellak.gr] — Ανοικτή επιχειρηματικότητα &amp;amp; καινοτομία.  &lt;br /&gt;
• [https://creativecommons.ellak.gr creativecommons.ellak.gr] — Αδειοδότηση ανοικτού περιεχομένου.  &lt;br /&gt;
• [https://mycontent.ellak.gr mycontent.ellak.gr] — Wikipedia, OpenStreetMap, OpenGLAM.  &lt;br /&gt;
• [https://privacy.ellak.gr privacy.ellak.gr] — Ασφάλεια &amp;amp; προστασία προσωπικών δεδομένων.  &lt;br /&gt;
• [https://planet.ellak.gr planet.ellak.gr] — Συγκεντρωτής δημοσιεύσεων της κοινότητας ΕΛ/ΛΑΚ.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 👥 Blogs Ομάδων Εργασίας ==  &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;&#039;Ανοικτή Διακυβέρνηση &amp;amp; Ανοικτά Δεδομένα:&#039;&#039;&#039; [https://opengov.ellak.gr opengov] · [https://opendata.ellak.gr opendata]  &lt;br /&gt;
• &#039;&#039;&#039;Ανοικτές Τεχνολογίες &amp;amp; Εκπαίδευση:&#039;&#039;&#039; [https://edu.ellak.gr edu] · [https://oer.ellak.gr oer] · [https://elearn.ellak.gr elearn] · [https://openedtech.ellak.gr openedtech] · [https://scientix.ellak.gr scientix] · [https://elearnconf.ellak.gr elearnconf]  &lt;br /&gt;
• &#039;&#039;&#039;Ανοικτός Σχεδιασμός &amp;amp; Υλισμικό:&#039;&#039;&#039; [https://openhardware.ellak.gr openhardware] · [https://openwifi.ellak.gr openwifi]  &lt;br /&gt;
• &#039;&#039;&#039;Ασφάλεια &amp;amp; Προσωπικά Δεδομένα:&#039;&#039;&#039; [https://privacy.ellak.gr privacy] · [https://legal.ellak.gr legal]  &lt;br /&gt;
• &#039;&#039;&#039;Ανοικτό Λογισμικό &amp;amp; Πρότυπα:&#039;&#039;&#039; [https://opensource.ellak.gr opensource] · [https://openstandards.ellak.gr openstandards]  &lt;br /&gt;
• &#039;&#039;&#039;Καινοτομία &amp;amp; Έξυπνες Πόλεις:&#039;&#039;&#039; [https://openbusiness.ellak.gr openbusiness] · [https://smartcities.ellak.gr smartcities]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 📚 Δράσεις &amp;amp; Κατηγορίες στο wiki ==  &lt;br /&gt;
&lt;br /&gt;
• [[:Κατηγορία:Ομάδες Εργασίας της ΕΕΛ/ΛΑΚ|Ομάδες Εργασίας]]  &lt;br /&gt;
• [[:Κατηγορία:Προτάσεις Πολιτικής|Προτάσεις Πολιτικής]]  &lt;br /&gt;
• [[:Κατηγορία:Μελέτες|Μελέτες]]  &lt;br /&gt;
• [[:Κατηγορία:Ανοικτά δεδομένα|Ανοικτά Δεδομένα]]  &lt;br /&gt;
• [[:Κατηγορία:Ανοικτή Διακυβέρνηση|Ανοικτή Διακυβέρνηση]]  &lt;br /&gt;
• [[:Κατηγορία:Ανοικτό Περιεχόμενο|Ανοικτό Περιεχόμενο]]  &lt;br /&gt;
• [[:Κατηγορία:Εκπαίδευση και ΕΛΛΑΚ|Εκπαίδευση &amp;amp; ΕΛΛΑΚ]]  &lt;br /&gt;
• [[:Κατηγορία:Νομικά θέματα ΕΕΛ/ΛΑΚ|Νομικά Θέματα]]  &lt;br /&gt;
• [[:Κατηγορία:Τεχνικές Προδιαγραφές|Τεχνικές Προδιαγραφές]]  &lt;br /&gt;
• [[:Κατηγορία:ΠΑΝΟΠΤΗΣ|ΠΑΝΟΠΤΗΣ]] — Άσκηση κυβερνοάμυνας  &lt;br /&gt;
• [[:Κατηγορία:Κρυπτογράφηση|Κρυπτογράφηση]] — Εγχειρίδια και οδηγοί  &lt;br /&gt;
• [[:Κατηγορία:FABLAB|FABLAB]]  &lt;br /&gt;
• [[:Κατηγορία:ΕΕΛΛΑΚ|Οργανισμός Ανοιχτών Τεχνολογιών ΕΕΛΛΑΚ]]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== ⚙️ Πηγές &amp;amp; Εργαλεία ==  &lt;br /&gt;
&lt;br /&gt;
• [https://mathe.ellak.gr/?page_id=135 Πίνακας ισοδύναμων λογισμικών]  &lt;br /&gt;
• [http://directory.fsf.org/wiki/Main_Page Free Software Directory]  &lt;br /&gt;
• [https://www.openhub.net/ OpenHub – Παρακολούθηση και σύγκριση έργων ανοικτού κώδικα]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 🤝 Συμμετοχή ==  &lt;br /&gt;
&lt;br /&gt;
• Διαβούλευση: [https://advisory.ellak.gr advisory.ellak.gr]  &lt;br /&gt;
• Συνεισφορά σε έργα: [https://github.com/eellak GitHub/eellak]  &lt;br /&gt;
• Οδηγός wiki: [[Οδηγός:Πώς_συμμετέχω_στο_wiki|Πώς συμμετέχω στο wiki]]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== ✍️ Οδηγίες για Συντάκτες ==  &lt;br /&gt;
&lt;br /&gt;
• Όλες οι τεκμηριώσεις: &#039;&#039;&#039;CC BY-SA&#039;&#039;&#039;  &lt;br /&gt;
• Σύντομοι, σαφείς τίτλοι &amp;amp; περιλήψεις  &lt;br /&gt;
• Προσθέστε κατάλληλες κατηγορίες σε κάθε άρθρο  &lt;br /&gt;
• [https://ellak.gr/wiki/index.php?title=%CE%9F%CE%B4%CE%B7%CE%B3%CE%AF%CE%B5%CF%82_%CE%A7%CF%81%CE%AE%CF%83%CE%B7%CF%82_Blogs_%CE%9F%CE%BC%CE%AC%CE%B4%CF%89%CE%BD_%CE%95%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82 Οδηγίες για άρθρα σε blogs ομάδων εργασίας]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== 💬 Επικοινωνία &amp;amp; Προτάσεις ==  &lt;br /&gt;
&lt;br /&gt;
Για προτάσεις βελτίωσης ή θέματα διαβούλευσης, επικοινωνήστε μέσω της φόρμας:  &lt;br /&gt;
➡️ [https://ellak.gr/pite-mas-ti-gnomi-sas/ Πείτε μας τη γνώμη σας]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Τελευταία επιμέλεια σελίδας: 04/11/2025&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:ΕΕΛΛΑΚ]] [[Κατηγορία:Αρχική σελίδα]] [[Κατηγορία:Τεκμηρίωση]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=%CE%9A%CE%B1%CF%84%CE%AC%CE%BB%CE%BF%CE%B3%CE%BF%CF%82_%CE%A0%CE%B7%CE%B3%CF%8E%CE%BD_%CE%95%CE%BB%CE%BB%CE%B7%CE%BD%CE%B9%CE%BA%CF%8E%CE%BD_%CE%9A%CE%B5%CE%B9%CE%BC%CE%AD%CE%BD%CF%89%CE%BD_-_GlossAPI_Backlog&amp;diff=2450</id>
		<title>Κατάλογος Πηγών Ελληνικών Κειμένων - GlossAPI Backlog</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=%CE%9A%CE%B1%CF%84%CE%AC%CE%BB%CE%BF%CE%B3%CE%BF%CF%82_%CE%A0%CE%B7%CE%B3%CF%8E%CE%BD_%CE%95%CE%BB%CE%BB%CE%B7%CE%BD%CE%B9%CE%BA%CF%8E%CE%BD_%CE%9A%CE%B5%CE%B9%CE%BC%CE%AD%CE%BD%CF%89%CE%BD_-_GlossAPI_Backlog&amp;diff=2450"/>
		<updated>2025-11-03T07:50:59Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Title&lt;br /&gt;
! URL&lt;br /&gt;
! Format&lt;br /&gt;
! Licence&lt;br /&gt;
! Size (GB)&lt;br /&gt;
! Domain&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| Perseus Digital Library&lt;br /&gt;
| [https://www.perseus.tufts.edu/hopper/opensource perseus.tufts.edu]&lt;br /&gt;
| TEI/XML, morph&lt;br /&gt;
| CC BY-SA&lt;br /&gt;
| 15–20&lt;br /&gt;
| Ancient&lt;br /&gt;
| Core classical Greek; downloadable datasets &amp;amp; tools.&lt;br /&gt;
|-&lt;br /&gt;
| Open Greek and Latin (OGL)&lt;br /&gt;
| [https://opengreekandlatin.github.io/ opengreekandlatin.github.io]&lt;br /&gt;
| TEI/XML&lt;br /&gt;
| CC (varies)&lt;br /&gt;
| 25–30&lt;br /&gt;
| Ancient / Byzantine&lt;br /&gt;
| Expanded corpus incl. Late Antiquity &amp;amp; Byzantine; overlaps with Perseus.&lt;br /&gt;
|-&lt;br /&gt;
| First1KGreek (Harvard CHS)&lt;br /&gt;
| [https://github.com/First1KGreek github.com/First1KGreek]&lt;br /&gt;
| TEI/XML (Git)&lt;br /&gt;
| CC BY 4.0&lt;br /&gt;
| 8–12&lt;br /&gt;
| Ancient / Byzantine&lt;br /&gt;
| First millennium Greek works (TEI-encoded).&lt;br /&gt;
|-&lt;br /&gt;
| Ancient Greek Dependency Treebank (AGDT)&lt;br /&gt;
| [https://github.com/PerseusDL/treebank_data github.com/PerseusDL/treebank_data]&lt;br /&gt;
| CoNLL, XML&lt;br /&gt;
| CC BY-SA&lt;br /&gt;
| &amp;lt;0.1&lt;br /&gt;
| Ancient&lt;br /&gt;
| Parsed and morphologically annotated classical Greek texts.&lt;br /&gt;
|-&lt;br /&gt;
| Scaife Viewer Corpus&lt;br /&gt;
| [https://scaife.perseus.org/ scaife.perseus.org]&lt;br /&gt;
| API/JSON, TEI&lt;br /&gt;
| CC (where applicable)&lt;br /&gt;
| —&lt;br /&gt;
| Ancient&lt;br /&gt;
| API access to Perseus/OGL corpora.&lt;br /&gt;
|-&lt;br /&gt;
| Thesaurus Linguae Graecae (TLG)&lt;br /&gt;
| [https://stephanus.tlg.uci.edu/ stephanus.tlg.uci.edu]&lt;br /&gt;
| Platform (TEI/TXT)&lt;br /&gt;
| Licensed (institutional)&lt;br /&gt;
| —&lt;br /&gt;
| Ancient / Byzantine&lt;br /&gt;
| Comprehensive corpus; subscription access.&lt;br /&gt;
|-&lt;br /&gt;
| Dumbarton Oaks Hagiography Database&lt;br /&gt;
| [https://www.doaks.org/resources/hagiography doaks.org/resources/hagiography]&lt;br /&gt;
| TEI, HTML&lt;br /&gt;
| Open access&lt;br /&gt;
| 3–5&lt;br /&gt;
| Byzantine&lt;br /&gt;
| Hagiographic texts &amp;amp; prosopography.&lt;br /&gt;
|-&lt;br /&gt;
| Patrologia Graeca – Documenta Catholica Omnia&lt;br /&gt;
| [http://www.documentacatholicaomnia.eu/ documentacatholicaomnia.eu]&lt;br /&gt;
| HTML, PDF/TXT&lt;br /&gt;
| Public domain&lt;br /&gt;
| 40–60&lt;br /&gt;
| Byzantine&lt;br /&gt;
| Patristic Greek texts; OCR quality varies.&lt;br /&gt;
|-&lt;br /&gt;
| Μικρός Απόπλους – Αρχαία Ελληνικά Κείμενα&lt;br /&gt;
| [http://www.mikrosapoplous.gr/t2t.htm mikrosapoplous.gr/t2t.htm]&lt;br /&gt;
| HTML, TXT&lt;br /&gt;
| Open access&lt;br /&gt;
| —&lt;br /&gt;
| Ancient&lt;br /&gt;
| Classical and Byzantine texts in HTML form.&lt;br /&gt;
|-&lt;br /&gt;
| Post Augustum&lt;br /&gt;
| [http://www.postaugustum.com/journal/ postaugustum.com/journal]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Ancient / Byzantine&lt;br /&gt;
| Journal on Late Antiquity; bilingual (Greek/EN).&lt;br /&gt;
|-&lt;br /&gt;
| Μελέτες / Μονογραφίες – Αρχαιολογική Εταιρεία&lt;br /&gt;
| [https://www.archetai.gr/index.php?p=content&amp;amp;section=1&amp;amp;id=19&amp;amp;lang= archetai.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Ancient / Byzantine / Modern&lt;br /&gt;
| Publications of the Archaeological Society at Athens.&lt;br /&gt;
|-&lt;br /&gt;
| Αρχαιολογική Εφημερίς&lt;br /&gt;
| [https://www.archetai.gr/index.php?p=content&amp;amp;section=1&amp;amp;id=21&amp;amp;lang= archetai.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Ancient / Byzantine / Modern&lt;br /&gt;
| Journal by the Archaeological Society at Athens.&lt;br /&gt;
|-&lt;br /&gt;
| Πρακτικά της εν Αθήναις Αρχαιολογικής Εταιρείας&lt;br /&gt;
| [https://www.archetai.gr/index.php?p=content&amp;amp;section=1&amp;amp;id=20&amp;amp;lang= archetai.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Ancient / Byzantine / Modern&lt;br /&gt;
| Proceedings published annually.&lt;br /&gt;
|-&lt;br /&gt;
| Το Έργον της εν Αθήναις Αρχαιολογικής Εταιρείας&lt;br /&gt;
| [https://www.archetai.gr/index.php?p=content&amp;amp;section=1&amp;amp;id=22&amp;amp;lang= archetai.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Ancient / Byzantine / Modern&lt;br /&gt;
| Annual bulletin of archaeological activity.&lt;br /&gt;
|-&lt;br /&gt;
| Ο Μέντωρ&lt;br /&gt;
| [https://www.archetai.gr/index.php?p=content&amp;amp;section=1&amp;amp;id=23&amp;amp;lang= archetai.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Archaeological Society publication series.&lt;br /&gt;
|-&lt;br /&gt;
| Βυζαντινά (AUTH journals)&lt;br /&gt;
| [http://ejournals.lib.auth.gr/BYZANTINA/issue/archive/ ejournals.lib.auth.gr/BYZANTINA]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| Open access&lt;br /&gt;
| —&lt;br /&gt;
| Byzantine&lt;br /&gt;
| Journal archive (AUTH e-journals).&lt;br /&gt;
|-&lt;br /&gt;
| Δελτίον Χριστιανικής Αρχαιολογικής Εταιρείας&lt;br /&gt;
| [http://ejournals.epublishing.ekt.gr/index.php/deltion/issue/archive/ ejournals.epublishing.ekt.gr/deltion]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| Open access&lt;br /&gt;
| —&lt;br /&gt;
| Byzantine / Modern&lt;br /&gt;
| EKT eJournals—journal archive.&lt;br /&gt;
|-&lt;br /&gt;
| Δελτίον Βιβλικών Μελετών&lt;br /&gt;
| [http://www.artoszois.gr/index.php/2014-06-30-14-33-19/ artoszois.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Byzantine / Modern&lt;br /&gt;
| Biblical studies journal (Greek).&lt;br /&gt;
|-&lt;br /&gt;
| Θεολογία (Ι. Σύνοδος)&lt;br /&gt;
| [http://www.ecclesia.gr/greek/press/theologia/index.asp ecclesia.gr/theologia]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Byzantine / Modern&lt;br /&gt;
| Theology journal archive.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mC4 (Greek subset)&lt;br /&gt;
| [https://www.tensorflow.org/datasets/catalog/c4 tensorflow.org/datasets/catalog/c4]&lt;br /&gt;
| TFDS/TXT (derived)&lt;br /&gt;
| Research use (see card)&lt;br /&gt;
| 340–430&lt;br /&gt;
| Modern&lt;br /&gt;
| Large web corpus; needs filtering &amp;amp; deduplication.&lt;br /&gt;
|-&lt;br /&gt;
| OSCAR 23.01 (Greek)&lt;br /&gt;
| [https://huggingface.co/datasets/oscar-corpus/OSCAR-2301 huggingface.co/datasets/oscar-corpus/OSCAR-2301]&lt;br /&gt;
| JSONL, TXT&lt;br /&gt;
| CC BY 4.0&lt;br /&gt;
| 70–85&lt;br /&gt;
| Modern&lt;br /&gt;
| Cleaned Common Crawl (Greek portion).&lt;br /&gt;
|-&lt;br /&gt;
| ELRC-SHARE (Greek Parallel)&lt;br /&gt;
| [https://elrc-share.eu/ elrc-share.eu]&lt;br /&gt;
| TMX, XML, TXT&lt;br /&gt;
| Varies (per corpus)&lt;br /&gt;
| 5–10&lt;br /&gt;
| Modern&lt;br /&gt;
| Parallel corpora for admin/law/education.&lt;br /&gt;
|-&lt;br /&gt;
| OPUS (Greek Parallel Corpora)&lt;br /&gt;
| [https://opus.nlpl.eu/ opus.nlpl.eu]&lt;br /&gt;
| TMX, TXT&lt;br /&gt;
| Open (varies)&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Multiple bilingual corpora (OpenSubtitles, DGT, etc.).&lt;br /&gt;
|-&lt;br /&gt;
| Wikimedia dumps (elwiki, elwiktionary)&lt;br /&gt;
| [https://dumps.wikimedia.org/ dumps.wikimedia.org]&lt;br /&gt;
| XML, SQL (bz2)&lt;br /&gt;
| CC BY-SA 3.0&lt;br /&gt;
| 5–10&lt;br /&gt;
| Modern&lt;br /&gt;
| Encyclopedic &amp;amp; lexical data (Greek).&lt;br /&gt;
|-&lt;br /&gt;
| Κάλλιπος – Ανοικτά Ακαδημαϊκά Συγγράμματα&lt;br /&gt;
| [https://repository.kallipos.gr/ repository.kallipos.gr]&lt;br /&gt;
| PDF, EPUB&lt;br /&gt;
| CC BY / CC&lt;br /&gt;
| 2–5&lt;br /&gt;
| Modern&lt;br /&gt;
| Greek open textbooks &amp;amp; OER.&lt;br /&gt;
|-&lt;br /&gt;
| Εθνικό Αρχείο Ιστού (ΕΒΕ)&lt;br /&gt;
| [https://webarchive.nlg.gr/ webarchive.nlg.gr]&lt;br /&gt;
| WARC/HTML (portal)&lt;br /&gt;
| Research access / terms&lt;br /&gt;
| 200–400&lt;br /&gt;
| Modern&lt;br /&gt;
| Archived Greek web content (portal access).&lt;br /&gt;
|-&lt;br /&gt;
| Ανοικτή Βιβλιοθήκη (Openbook)&lt;br /&gt;
| [https://www.openbook.gr/ openbook.gr]&lt;br /&gt;
| HTML, PDF, EPUB&lt;br /&gt;
| Varies (often CC/open)&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Repository of freely available Greek books.&lt;br /&gt;
|-&lt;br /&gt;
| Αποθετήριο Εκπαιδευτικού περιεχομένου για την Ακρόπολη&lt;br /&gt;
| [http://repository.acropolis-education.gr/acr_edu/?locale=el repository.acropolis-education.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| Educational / varies&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Educational materials related to Acropolis.&lt;br /&gt;
|-&lt;br /&gt;
| Ανέμη – Ψηφιακή Βιβλιοθήκη Νεοελληνικών Σπουδών&lt;br /&gt;
| [http://anemi.lib.uoc.gr/?lang=el anemi.lib.uoc.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| Varies&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Digitized books/periodicals (UOC library).&lt;br /&gt;
|-&lt;br /&gt;
| ΑΠΟΛΛΩΝΙΣ – Εθνική Υποδομή Ψηφιακών Ανθρωπιστικών&lt;br /&gt;
| [https://apollonis-infrastructure.gr/ apollonis-infrastructure.gr]&lt;br /&gt;
| Portal / aggregator&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Mixed&lt;br /&gt;
| Links to many Greek DH repositories.&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιακό Αρχείο Ι. Καποδίστρια&lt;br /&gt;
| [http://kapodistrias.digitalarchive.gr/aik.php kapodistrias.digitalarchive.gr/aik.php]&lt;br /&gt;
| HTML, images/PDF&lt;br /&gt;
| Varies&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Digital archive of Ioannis Kapodistrias.&lt;br /&gt;
|-&lt;br /&gt;
| ΨΗΦΙΑΚΟ ΑΡΧΕΙΟ Ι. ΚΑΠΟΔΙΣΤΡΙΑ (εναλλακτικός σύνδεσμος)&lt;br /&gt;
| [http://kapodistrias.digitalarchive.gr/monuments.php?type=%CE%9F%CF%80%CF%84%CE%B9%CE%BA%CE%BF%CE%B1%CE%BA%CE%BF%CF%85%CF%83%CF%84%CE%B9%CE%BA%CE%AC%20%CF%84%CE%B5%CE%BA%CE%BC%CE%AE%CF%81%CE%B9%CE%B1/ kapodistrias.digitalarchive.gr (AV)]&lt;br /&gt;
| HTML&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Subsection of Kapodistrias archive (audiovisual).&lt;br /&gt;
|-&lt;br /&gt;
| Αρχείον Οικονομικών και Κοινωνικών Επιστημών (τίτλος/συλλογή)&lt;br /&gt;
| [http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;type=&amp;amp;q=&amp;amp;page=0&amp;amp;pid=cid:197 pandemos.panteion.gr (record)]&lt;br /&gt;
| Portal/HTML, PDF&lt;br /&gt;
| Varies&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Panteion repository record (economics/social sciences).&lt;br /&gt;
|-&lt;br /&gt;
| Α.Σ.Κ.Ι – Αρχεία Σύγχρονης Κοινωνικής Ιστορίας&lt;br /&gt;
| [http://askiweb.eu/index.php/el/2015-09-21-08-31-06 askiweb.eu]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Social history archives; digitized material links.&lt;br /&gt;
|-&lt;br /&gt;
| Α.Σ.Κ.Τ. – Βιβλιοθήκη&lt;br /&gt;
| [http://www.library.asfa.gr/askt1/ library.asfa.gr/askt1]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Athens School of Fine Arts library portal.&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιακό αρχείο Βιβλιοθήκης Βουλής των Ελλήνων&lt;br /&gt;
| [https://library.parliament.gr/Portals/6/pdf/digitalmicrofilms.pdf library.parliament.gr (PDF)]&lt;br /&gt;
| PDF (guide)&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Guide to parliamentary digital microfilms/archives.&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιακό Αρχείο Βιβλιοθήκης Σερρών&lt;br /&gt;
| [http://ebooks.serrelib.gr/serrelib/ ebooks.serrelib.gr/serrelib]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| Varies&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Municipal library digitized content.&lt;br /&gt;
|-&lt;br /&gt;
| Αρχείο Εφημερίδων &amp;amp; Περιοδικών (Βικελαία)&lt;br /&gt;
| [http://vikelaia-epapers.heraklion.gr/%ce%b5%cf%86%ce%b7%ce%bc%ce%ad%cf%81%ce%b9%ce%b4%ce%b5%cf%82 vikelaia-epapers.heraklion.gr]&lt;br /&gt;
| HTML, images/PDF&lt;br /&gt;
| Varies&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Historical newspapers &amp;amp; periodicals (Heraklion).&lt;br /&gt;
|-&lt;br /&gt;
| Η ψηφιακή πολιτιστική συλλογή ΓΑΚ (Αρχειομνήμων)&lt;br /&gt;
| [http://arxeiomnimon.gak.gr/index.html arxeiomnimon.gak.gr]&lt;br /&gt;
| HTML, images/PDF&lt;br /&gt;
| Public institution&lt;br /&gt;
| —&lt;br /&gt;
| Mixed&lt;br /&gt;
| State archives platform (GAK).&lt;br /&gt;
|-&lt;br /&gt;
| Δανιηλίς&lt;br /&gt;
| [http://daniilida.lis.upatras.gr/ daniilida.lis.upatras.gr]&lt;br /&gt;
| Portal/HTML&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| University of Patras library collection (special).&lt;br /&gt;
|-&lt;br /&gt;
| Δημόσιες Βιβλιοθήκες (portal)&lt;br /&gt;
| [http://publiclibs.ypepth.gr/frontoffice/portal.asp?cpage=NODE&amp;amp;cnode=1 publiclibs.ypepth.gr]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Legacy portal linking Greek public libraries.&lt;br /&gt;
|-&lt;br /&gt;
| Δημώδης Γραμματεία (Διγενής Ακρίτης κ.ά.)&lt;br /&gt;
| [http://georgakas.lit.auth.gr/dimodis/ georgakas.lit.auth.gr/dimodis]&lt;br /&gt;
| HTML, TXT&lt;br /&gt;
| Open access&lt;br /&gt;
| —&lt;br /&gt;
| Byzantine / Modern&lt;br /&gt;
| Folk literature collection (AUTH).&lt;br /&gt;
|-&lt;br /&gt;
| Επετηρίδες Φιλοσοφικής (ΕΒΕ)&lt;br /&gt;
| [http://epet.nlg.gr/ epet.nlg.gr]&lt;br /&gt;
| HTML, images/PDF&lt;br /&gt;
| Public institution&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journals/series index from NLG.&lt;br /&gt;
|-&lt;br /&gt;
| Ευρετήριο Ψηφιοποιημένων Περιοδικών (ΕΒΕ)&lt;br /&gt;
| [https://www.nlg.gr/static-page/eyretirio-psifiopoiimenon-periodikon/ nlg.gr (index)]&lt;br /&gt;
| Portal&lt;br /&gt;
| Public institution&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Index to digitized periodicals.&lt;br /&gt;
|-&lt;br /&gt;
| Ελληνική Ιστορική Εταιρεία – Πρακτικά / Βυζαντιακά&lt;br /&gt;
| [http://histsociety.web.auth.gr/ekdotiki-drastiriotita.htm histsociety.web.auth.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| Varies&lt;br /&gt;
| —&lt;br /&gt;
| Byzantine / Modern&lt;br /&gt;
| Proceedings and journals (incl. Byzantina).&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιοποιημένο αρχείο Εθνικού Θεάτρου&lt;br /&gt;
| [http://www.nt-archive.gr/ nt-archive.gr]&lt;br /&gt;
| Portal/HTML&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| National Theatre digital archive.&lt;br /&gt;
|-&lt;br /&gt;
| Ήλιος – Αποθετήριο ΕΙΕ&lt;br /&gt;
| [http://helios-eie.ekt.gr/EIE/ helios-eie.ekt.gr/EIE]&lt;br /&gt;
| Portal&lt;br /&gt;
| Varies&lt;br /&gt;
| —&lt;br /&gt;
| Mixed&lt;br /&gt;
| NHRF repository (repeat listed for visibility).&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιοποιημένα περιοδικά (Νέα Εστία κ.ά.) – legacy EKEBI&lt;br /&gt;
| [http://www.ekebi.gr/frontoffice/portal.asp?cpage=node&amp;amp;cnode=488 ekebi.gr (legacy)]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Some legacy links may redirect; check availability.&lt;br /&gt;
|-&lt;br /&gt;
| Εθνικό Αρχείο Διδακτορικών Διατριβών (ΕΑΔΔ)&lt;br /&gt;
| [http://www.didaktorika.gr/eadd/ didaktorika.gr/eadd]&lt;br /&gt;
| PDF&lt;br /&gt;
| Open access (with attribution)&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| National theses repository (EKT).&lt;br /&gt;
|-&lt;br /&gt;
| Eλληνική ιστοριογραφία του 20ού αιώνα – Δικτυογραφία&lt;br /&gt;
| [http://historiography.gr/index.php/el/resources-3/63-%CE%B4%CE%B9%CE%BA%CF%84%CF%85%CE%BF%CE%B3%CF%81%CE%B1%CF%86%CE%AF%CE%B1 historiography.gr]&lt;br /&gt;
| HTML, links&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Curated links to historical resources.&lt;br /&gt;
|-&lt;br /&gt;
| Modern Greek History in the Digital Domain&lt;br /&gt;
| [http://www.historiography20.gr/historydb/ historiography20.gr]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Digital resources index for modern Greek history.&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιακή Βιβλιοθήκη (ΕΛΣΤΑΤ)&lt;br /&gt;
| [http://dlib.statistics.gr dlib.statistics.gr]&lt;br /&gt;
| PDF&lt;br /&gt;
| Public institution&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Statistical publications (Greek).&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιοποιημένο Αρχείο Ελληνικού Ινστιτούτου Βενετίας&lt;br /&gt;
| [http://eib.xanthi.ilsp.gr/gr/default.asp/ eib.xanthi.ilsp.gr]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Byzantine / Modern&lt;br /&gt;
| Greek Institute of Venice digital archive.&lt;br /&gt;
|-&lt;br /&gt;
| Εργάνη – Ιστορικό Αρχείο Αιγαίου&lt;br /&gt;
| [http://www.ergani-repository.gr/ergani/ ergani-repository.gr/ergani]&lt;br /&gt;
| Portal/HTML&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Aegean social history repository.&lt;br /&gt;
|-&lt;br /&gt;
| Εθνικό Κέντρο Τεκμηρίωσης – Βιβλιοθήκη&lt;br /&gt;
| [http://library.ekt.gr/ library.ekt.gr]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Library portal (EKT).&lt;br /&gt;
|-&lt;br /&gt;
| ΕΛΙΑ (Ελληνικά Λογοτεχνικά και Ιστορικά Αρχεία)&lt;br /&gt;
| [http://eliaserver.elia.org.gr/elia/site/content.php eliaserver.elia.org.gr]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Literary &amp;amp; historical archives.&lt;br /&gt;
|-&lt;br /&gt;
| Επιχειρησιακό Πρόγραμμα Εκπαίδευση &amp;amp; Δια Βίου Μάθηση – Αποθετήριο&lt;br /&gt;
| [http://repository.edulll.gr/edulll/browse?type=typeEdulll&amp;amp;order=DESC&amp;amp;rpp=20&amp;amp;value=Book&amp;amp;sort_by=2 repository.edulll.gr]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Education &amp;amp; lifelong learning repository.&lt;br /&gt;
|-&lt;br /&gt;
| Ελληνομνήμων&lt;br /&gt;
| [http://www.lib.uoa.gr/hellinomnimon/ lib.uoa.gr/hellinomnimon]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Byzantine / Modern&lt;br /&gt;
| Rare/old Greek texts (UoA).&lt;br /&gt;
|-&lt;br /&gt;
| EU Bookshop (Digital Publications)&lt;br /&gt;
| [http://bookshop.europa.eu/el/--cbDyaep2OwDPcAAAFH2zdqoBpl/ bookshop.europa.eu]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| EU Open (varies)&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| EU publications portal; Greek editions included.&lt;br /&gt;
|-&lt;br /&gt;
| Εταιρεία Παπαδιαμαντικών Σπουδών&lt;br /&gt;
| [http://papadiamantis.net/ papadiamantis.net]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Works on Alexandros Papadiamantis.&lt;br /&gt;
|-&lt;br /&gt;
| Εταιρία Φίλων Παναγιώτη Κανελλόπουλου&lt;br /&gt;
| [http://www.pkanellopoulos.gr/index.php/2015-02-22-14-22-13 pkanellopoulos.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Works &amp;amp; studies on P. Kanellopoulos.&lt;br /&gt;
|-&lt;br /&gt;
| e-Nautilia (ebooks)&lt;br /&gt;
| [http://www.e-nautilia.gr/books/ e-nautilia.gr/books]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Nautical/Maritime themed books/articles.&lt;br /&gt;
|-&lt;br /&gt;
| ΙΑΕΝ – Ιστορικό Αρχείο Ελληνικής Νεολαίας&lt;br /&gt;
| [http://www.iaen.gr/ iaen.gr]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Youth history archive/index.&lt;br /&gt;
|-&lt;br /&gt;
| Ίδρυμα Ευγενίδου – Ψηφιακή Βιβλιοθήκη&lt;br /&gt;
| [http://www.eugenfound.edu.gr/frontoffice/portal.asp?cpage=node&amp;amp;cnode=218 eugenfound.edu.gr]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Educational/digital library.&lt;br /&gt;
|-&lt;br /&gt;
| Ιστορική Συλλογή – ΙΕΠ (Σχολικά βιβλία από 1856)&lt;br /&gt;
| [http://e-library.iep.edu.gr/iep/collection/browse/index.html e-library.iep.edu.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Historic schoolbooks (IEP).&lt;br /&gt;
|-&lt;br /&gt;
| Κοσμόπολις&lt;br /&gt;
| [http://kosmopolis.lis.upatras.gr/ kosmopolis.lis.upatras.gr]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Literary studies/collections (UoPatras).&lt;br /&gt;
|-&lt;br /&gt;
| ΚΘΒΕ – Ψηφιακή Βιβλιοθήκη&lt;br /&gt;
| [http://www.ntng.gr/default.aspx?lang=el-GR&amp;amp;page=23 ntng.gr]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| National Theatre of Northern Greece (digital).&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιακό Αρχείο Κιμώλου&lt;br /&gt;
| [http://archive.odigitria.net archive.odigitria.net]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Local cultural archive (Kimolos).&lt;br /&gt;
|-&lt;br /&gt;
| Μεγάλη Μουσική Βιβλιοθήκη – Ψηφιακή Βιβλιοθήκη&lt;br /&gt;
| [http://www.mmb.org.gr/page/default.asp?la=1&amp;amp;id=4761 mmb.org.gr]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Music library digital collections.&lt;br /&gt;
|-&lt;br /&gt;
| Μουσείο Τύπου ΕΣΗΕΠΗΝ (αρχεία)&lt;br /&gt;
| [http://www.mouseiotipou.gr/arxeion-xml/pages/esiepi/internet/intro mouseiotipou.gr]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Historical newspapers/press museum (regional).&lt;br /&gt;
|-&lt;br /&gt;
| Μυριόβιβλος (διορθωμένο URL)&lt;br /&gt;
| [http://myriobiblos.gr/library%20home.htm myriobiblos.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| Public domain / varies&lt;br /&gt;
| —&lt;br /&gt;
| Byzantine / Modern&lt;br /&gt;
| Christian &amp;amp; cultural texts.&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιοποιημένο Αρχείο «Νεοελληνικών Αναγνωσμάτων» (1884–1977)&lt;br /&gt;
| [http://users.sch.gr/chkoumpar/NAfiles.html users.sch.gr/chkoumpar/NAfiles.html]&lt;br /&gt;
| PDF, HTML&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Digitized readers (educational).&lt;br /&gt;
|-&lt;br /&gt;
| Ορθόδοξη Ψηφιακή Θεολογική Βιβλιοθήκη&lt;br /&gt;
| [http://www.imdlibrary.gr/index.php/el/#/ imdlibrary.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Byzantine / Modern&lt;br /&gt;
| Theological texts (digital library).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Πάνδημος (specific record)&lt;br /&gt;
| [http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;pid=cid:19 pandemos.panteion.gr (record)]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Specific Panteion repository entry.&lt;br /&gt;
|-&lt;br /&gt;
| Παρουσία (UoA journal platform)&lt;br /&gt;
| [http://epub.lib.uoa.gr/index.php/parousia/index epub.lib.uoa.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| Open access (journal policy)&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| University of Athens journals platform.&lt;br /&gt;
|-&lt;br /&gt;
| Πέργαμος (UoA)&lt;br /&gt;
| [http://pergamos.lib.uoa.gr/dl/index pergamos.lib.uoa.gr/dl/index]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| UoA digital collections platform.&lt;br /&gt;
|-&lt;br /&gt;
| Ινστιτούτο Παστέρ – Ιστορικό Αρχείο&lt;br /&gt;
| [http://www.pasteur.gr/ha/%CE%95%CE%BB%CE%BB%CE%B7%CE%BD%CE%B9%CE%BA%CF%8C pasteur.gr (Ιστορικό Αρχείο)]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Historical archive of Institut Pasteur (GR).&lt;br /&gt;
|-&lt;br /&gt;
| Πλειάς (UoPatras)&lt;br /&gt;
| [http://pleias.lis.upatras.gr/index.php/index/index pleias.lis.upatras.gr]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Academic repository platform (OJS/DSpace).&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιοθήκη (AUTH)&lt;br /&gt;
| [http://digital.lib.auth.gr/ digital.lib.auth.gr]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| AUTH digital library (various collections).&lt;br /&gt;
|-&lt;br /&gt;
| ΙΚΕΕ (AUTH Institutional Repository)&lt;br /&gt;
| [http://ikee.lib.auth.gr/ ikee.lib.auth.gr]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Institutional repository (AUTH).&lt;br /&gt;
|-&lt;br /&gt;
| INVENIO (note)&lt;br /&gt;
| [http://ikee.lib.auth.gr/ ikee.lib.auth.gr]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Platform reference; same base as IKΕΕ (AUTH).&lt;br /&gt;
|-&lt;br /&gt;
| Ηλ. Αρχείο Διπλωματικών Εργασιών ΣΑΜ ΕΜΠ&lt;br /&gt;
| [http://courses.arch.ntua.gr/el/diatmhmatiko_programma_metaptyxiakvn_spoydvn__sxediasmos_-_xvros_-_politismos/diplvmatikes_metaptyxiakes_ergasies/hlektroniko_arxeio_diplvmatikvn_ergasivn.html courses.arch.ntua.gr (ΣΑΜ ΕΜΠ)]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| NTUA School of Architecture theses.&lt;br /&gt;
|-&lt;br /&gt;
| Apothesis (ΕΑΠ)&lt;br /&gt;
| [https://apothesis.eap.gr/ apothesis.eap.gr]&lt;br /&gt;
| PDF&lt;br /&gt;
| Varies&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Hellenic Open University repository.&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιακή Βιβλιοθήκη Γκρίζας Βιβλιογραφίας (UoA)&lt;br /&gt;
| [http://efessos.lib.uoa.gr/greylit.nsf efessos.lib.uoa.gr/greylit.nsf]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Grey literature repository (UoA).&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιακές Συλλογές (UoIoannina – help page)&lt;br /&gt;
| [http://www.uoi.gr/gr/help/digital_libraries.php uoi.gr (help)]&lt;br /&gt;
| HTML, links&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Entry page; collections under subdomains.&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιακή Βιβλιοθήκη (UoIoannina)&lt;br /&gt;
| [http://pc-3.lib.uoi.gr/digital/ pc-3.lib.uoi.gr/digital]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Institutional digital library (UoI).&lt;br /&gt;
|-&lt;br /&gt;
| Βάση/Μεταδεδομένα – Εργαστήριο Νεοελ. Φιλοσοφίας&lt;br /&gt;
| [http://www.kenef.phil.uoi.gr/ kenef.phil.uoi.gr]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Lab of Modern Greek Philosophy (UoI).&lt;br /&gt;
|-&lt;br /&gt;
| Ιδρυματικό Αποθετήριο Παν. Θεσσαλίας&lt;br /&gt;
| [http://ir.lib.uth.gr/?locale-attribute=el ir.lib.uth.gr]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| University of Thessaly repository.&lt;br /&gt;
|-&lt;br /&gt;
| E-Locus (UoCrete)&lt;br /&gt;
| [http://elocus.lib.uoc.gr/ elocus.lib.uoc.gr]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| University of Crete repository.&lt;br /&gt;
|-&lt;br /&gt;
| Πανεπιστήμιο Κύπρου – Διδακτορικές Διατριβές&lt;br /&gt;
| [http://lekythos.library.ucy.ac.cy/handle/10797/281?locale-attribute=el/ lekythos.library.ucy.ac.cy]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| UCY theses collection (Lekythos).&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφίδα – Βιβλιοθήκη Νεοελληνικών Σπουδών (UoM)&lt;br /&gt;
| [https://dspace.lib.uom.gr/ dspace.lib.uom.gr]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| University of Macedonia DSpace.&lt;br /&gt;
|-&lt;br /&gt;
| Νημερτής (UoPatras)&lt;br /&gt;
| [http://nemertes.lis.upatras.gr/jspui/ nemertes.lis.upatras.gr/jspui]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| University of Patras DSpace.&lt;br /&gt;
|-&lt;br /&gt;
| Πάνδημος – Ψηφιακή Βιβλιοθήκη (Panteion)&lt;br /&gt;
| [http://pandemos.panteion.gr/ pandemos.panteion.gr]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Panteion University repository (multiple series).&lt;br /&gt;
|-&lt;br /&gt;
| Ταινιοθήκη της Ελλάδος – Ψηφιακή συλλογή&lt;br /&gt;
| [http://www.tainiothiki.gr/el/tainiothiki-tis-ellados/profil/ tainiothiki.gr]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Film museum portal; some text metadata.&lt;br /&gt;
|-&lt;br /&gt;
| ΤΕΕ – Βιβλιοθήκη&lt;br /&gt;
| [http://portal.tee.gr/portal/page/portal/library portal.tee.gr]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Technical Chamber of Greece library portal.&lt;br /&gt;
|-&lt;br /&gt;
| ΤΕΕ – OPAC / Ψηφιακές Συλλογές&lt;br /&gt;
| [http://opac.tee.gr opac.tee.gr]&lt;br /&gt;
| OPAC&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Online public access catalogue (TEE).&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιακό Σχολείο (νέα πύλη)&lt;br /&gt;
| [https://www.ebooks.edu.gr/ ebooks.edu.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| CC (educational)&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Main portal (replacing legacy /2013/ URL).&lt;br /&gt;
|-&lt;br /&gt;
| Κυπριακή Βιβλιοθήκη – Ψηφιακή Πλατφόρμα&lt;br /&gt;
| [http://www.cyprusdigitallibrary.org.cy/ cyprusdigitallibrary.org.cy]&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Cyprus digital library platform.&lt;br /&gt;
|-&lt;br /&gt;
| Εκπαιδευτικά Περιοδικά Ανοιχτής Πρόσβασης (index)&lt;br /&gt;
| [http://www.pi-schools.gr/library/pi-lib/hb_ejournals.htm pi-schools.gr]&lt;br /&gt;
| HTML, links&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Open-access educational journals index.&lt;br /&gt;
|-&lt;br /&gt;
| Ηλεκτρονικά Περιοδικά Νεοελληνικής Λογοτεχνίας (GSGL)&lt;br /&gt;
| [http://www.greek-language.gr/greekLang/literature/guides/net/greek/greek_05.html greek-language.gr]&lt;br /&gt;
| HTML, links&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Guide to literary e-journals/pages.&lt;br /&gt;
|-&lt;br /&gt;
| Πλατφόρμα Ηλεκτρ. Επιστημονικών Περιοδικών (EKT)&lt;br /&gt;
| [http://ejournals.epublishing.ekt.gr/ ejournals.epublishing.ekt.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| Open access / varies&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| EKT journal platform (broad coverage).&lt;br /&gt;
|-&lt;br /&gt;
| OJS – Πανεπιστήμιο Μακεδονίας&lt;br /&gt;
| [https://ojs.lib.uom.gr/ ojs.lib.uom.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| Open access / varies&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| University of Macedonia’s OJS journals.&lt;br /&gt;
|-&lt;br /&gt;
| Σύγχρονη Ελληνική Ποίηση (συλλογή)&lt;br /&gt;
| [http://genesis.ee.auth.gr/dimakis/poetry.html genesis.ee.auth.gr/dimakis/poetry.html]&lt;br /&gt;
| HTML&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Curated poetry collection (AUTH).&lt;br /&gt;
|-&lt;br /&gt;
| Αντί: δεκαπενθήμερη πολιτική επιθεώρηση&lt;br /&gt;
| [http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;pid=cid:486 pandemos.panteion.gr (record)]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record at Panteion repository.&lt;br /&gt;
|-&lt;br /&gt;
| Αρχαιολογία και Τέχνες (αρχείο τευχών)&lt;br /&gt;
| [http://www.archaiologia.gr/%CE%B1%CF%81%CF%87%CE%B5%CE%AF%CE%BF-%CF%84%CE%B5%CF%85%CF%87%CF%8E%CE%BD/ archaiologia.gr (issues)]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Magazine issues archive.&lt;br /&gt;
|-&lt;br /&gt;
| Αρχεία Ελληνικής Ιατρικής&lt;br /&gt;
| [http://www.mednet.gr/archives/current-gr.html mednet.gr/archives]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Medical journal archive.&lt;br /&gt;
|-&lt;br /&gt;
| Γλωσσολογία (UoA)&lt;br /&gt;
| [http://glossologia.phil.uoa.gr/node/114/ glossologia.phil.uoa.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal/department resources (UoA Philology).&lt;br /&gt;
|-&lt;br /&gt;
| Γράμματα και Τέχνες (DUTH)&lt;br /&gt;
| [https://helit.duth.gr/mgcllab-dp1/#1593421365645-4ead6f09-86a0 helit.duth.gr (anchor)]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| DUTH materials (anchor link page).&lt;br /&gt;
|-&lt;br /&gt;
| Δελτίον Ελληνικής Γεωλογικής Εταιρίας&lt;br /&gt;
| [http://geolib.geo.auth.gr/index.php/bgsg/issue/archive geolib.geo.auth.gr/bgsg]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Geological Society journal (AUTH hosting).&lt;br /&gt;
|-&lt;br /&gt;
| Δελτίον Ελληνικής Σπηλαιολογικής Εταιρίας&lt;br /&gt;
| [http://geolib.geo.auth.gr/index.php/bssg/issue/archive geolib.geo.auth.gr/bssg]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Speleological Society journal (AUTH hosting).&lt;br /&gt;
|-&lt;br /&gt;
| Διαβάζω (archive)&lt;br /&gt;
| [http://diavazo.gr/arxeio/?product_type=book diavazo.gr/arxeio]&lt;br /&gt;
| HTML&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Archive/Index of “Διαβάζω”.&lt;br /&gt;
|-&lt;br /&gt;
| Διαλεκτική (θεωρητικός-πολιτικός διάλογος)&lt;br /&gt;
| [http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;pid=cid:581 pandemos.panteion.gr (record)]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Δοκιμές&lt;br /&gt;
| [http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;pid=cid:53 pandemos.panteion.gr (record)]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Ελληνικά (ΕΜΣ)&lt;br /&gt;
| [http://www.ems.gr/analytikos-katalogos-ekdoseon/ellinika/ellinika-14-2.html ems.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal info (ΕΜΣ).&lt;br /&gt;
|-&lt;br /&gt;
| Ελληνική Επιθεώρηση Εγκληματολογίας&lt;br /&gt;
| [http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;pid=cid:584 pandemos.panteion.gr (record)]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Επιθεώρηση αποκέντρωσης Τ.Α. &amp;amp; περιφερειακής ανάπτυξης&lt;br /&gt;
| [http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;pid=cid:191 pandemos.panteion.gr (record)]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Επιθεώρηση οικονομικών &amp;amp; πολιτικών επιστημών (1946–1967)&lt;br /&gt;
| [http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;pid=cid:784 pandemos.panteion.gr (record)]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Επιστημονική Επετηρίς (Φυσικομαθηματικών – ΑΠΘ)&lt;br /&gt;
| [http://geolib.geo.auth.gr/index.php/saas/issue/archive geolib.geo.auth.gr/saas]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Series archive (AUTH geolib).&lt;br /&gt;
|-&lt;br /&gt;
| Επιστημονικό Δίκτυο Εκπαίδευσης Ενηλίκων&lt;br /&gt;
| [http://cretaadulteduc.gr/blog/ cretaadulteduc.gr/blog]&lt;br /&gt;
| HTML&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Blog/resources for adult education (Crete).&lt;br /&gt;
|-&lt;br /&gt;
| Ευλογία (ΙΜΘ)&lt;br /&gt;
| [http://www.imth.gr/default.aspx?page=153 imth.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Periodical of Metropolis of Thessaloniki.&lt;br /&gt;
|-&lt;br /&gt;
| Εφημέριος (Εκκλησία της Ελλάδος)&lt;br /&gt;
| [http://www.ecclesia.gr/greek/press/efimerios/show_content.asp?what=tefxi ecclesia.gr/efimerios]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Clergy periodical archive.&lt;br /&gt;
|-&lt;br /&gt;
| Ηθική (ΕΚΕΔΑ)&lt;br /&gt;
| [http://www.ethics.gr/content.php?category=16 ethics.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Ethics center publications (EL).&lt;br /&gt;
|-&lt;br /&gt;
| Θέσεις&lt;br /&gt;
| [http://www.theseis.com/index.php?option=com_content&amp;amp;task=section&amp;amp;id=4&amp;amp;Itemid=29 theseis.com]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal archive (Positions).&lt;br /&gt;
|-&lt;br /&gt;
| Κρητικά Χρονικά&lt;br /&gt;
| [http://ir.lib.uth.gr/handle/11615/9200 ir.lib.uth.gr (record)]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Hosted in UTh repository.&lt;br /&gt;
|-&lt;br /&gt;
| Λεβιάθαν&lt;br /&gt;
| [http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;pid=cid:29 pandemos.panteion.gr (record)]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Νέα Κοινωνιολογία&lt;br /&gt;
| [http://www.newsociology.gr/teyxh.html newsociology.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal issues (site).&lt;br /&gt;
|-&lt;br /&gt;
| Ο Νουμάς&lt;br /&gt;
| [http://xantho.lis.upatras.gr/kosmopolis/index.php/noumas/issue/view/1055 xantho.lis.upatras.gr/kosmopolis (Νουμάς)]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Digitized periodical (UoPatras Kosmopolis).&lt;br /&gt;
|-&lt;br /&gt;
| Ο Πολίτης (1976–1995 &amp;amp; 1998–2005) – ψηφιοποιημένο&lt;br /&gt;
| [http://www.askiweb.eu/index.php/el/2-uncategorised/235-2015-09-17-09-57-19 askiweb.eu]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| ASKI digitized periodical.&lt;br /&gt;
|-&lt;br /&gt;
| Ολκάς – Ι. Μητρόπολη Λέρου Καλύμνου &amp;amp; Αστυπάλαιας&lt;br /&gt;
| [http://www.im-leka.gr/index.php?categoryid=22 im-leka.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Periodical/issues page (ecclesiastical).&lt;br /&gt;
|-&lt;br /&gt;
| Ουτοπία&lt;br /&gt;
| [http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;pid=cid:65 pandemos.panteion.gr (record)]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Πανεπιστήμιο (περιοδικό)&lt;br /&gt;
| [http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;pid=cid:535 pandemos.panteion.gr (record)]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Πειραϊκή Εκκλησία&lt;br /&gt;
| [http://www.imp.gr/periodiko/%CE%B1%CF%81%CF%87%CE%B5%CE%B9%CE%BF-%CF%84%CE%B5%CF%85%CF%87%CF%89%CE%BD-%CF%80%CE%B5%CF%81%CE%B9%CE%BF%CE%B4%CE%B9%CE%BA%CE%BF%CF%85.html imp.gr (Πειραϊκή Εκκλησία)]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Periodical archive (Metropolis of Piraeus).&lt;br /&gt;
|-&lt;br /&gt;
| Πολιτική οικονομία (1997–2004)&lt;br /&gt;
| [http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;pid=cid:639 pandemos.panteion.gr (record)]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Σύγχρονα Θέματα (επιστημονικής έρευνας)&lt;br /&gt;
| [http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;pid=cid:842 pandemos.panteion.gr (record)]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Σύγχρονα Θέματα (τριμηνιαία έκδοση)&lt;br /&gt;
| [http://www.synchronathemata.gr/archio-tefchon/ synchronathemata.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal issues archive (site).&lt;br /&gt;
|-&lt;br /&gt;
| Σχολιαστής&lt;br /&gt;
| [http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;pid=cid:212 pandemos.panteion.gr (record)]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Τετράδια: Πολιτικού Διαλόγου Έρευνας και Κριτικής&lt;br /&gt;
| [http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;pid=cid:22 pandemos.panteion.gr (record)]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Το Βήμα του Ασκληπιού&lt;br /&gt;
| [http://www.vima-asklipiou.gr/ vima-asklipiou.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| Open access&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Health/medicine journal (Greek).&lt;br /&gt;
|-&lt;br /&gt;
| Φλέα – Ιστορικός Όμιλος Νάξου ΑΡΣόΣ&lt;br /&gt;
| [http://arsosnaxos.blogspot.gr/p/blog-page_26.html arsosnaxos.blogspot.gr]&lt;br /&gt;
| HTML&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Cultural periodical archive (blog).&lt;br /&gt;
|-&lt;br /&gt;
| Ψυχολογία (Ελληνική Ψυχολογική Εταιρεία)&lt;br /&gt;
| [http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;pid=cid:609 pandemos.panteion.gr (record)]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Ψυχολογικά Θέματα&lt;br /&gt;
| [http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;pid=cid:214 pandemos.panteion.gr (record)]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Greek Migration News&lt;br /&gt;
| [http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;pid=cid:51 pandemos.panteion.gr (record)]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| News/analysis record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Intellectum&lt;br /&gt;
| [http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;pid=cid:23 pandemos.panteion.gr (record)]&lt;br /&gt;
| Portal, PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Λεξικό Λειψίας (PDF sample)&lt;br /&gt;
| [http://research.uni-leipzig.de/giannis/Philosophie/Gedicht%204.pdf research.uni-leipzig.de (PDF)]&lt;br /&gt;
| PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Ancient / Modern&lt;br /&gt;
| Sample PDF (reference/teaching).&lt;br /&gt;
|-&lt;br /&gt;
| Λεξικό Τριανταφυλλίδη (Πύλη)&lt;br /&gt;
| [http://www.greek-language.gr/greekLang/modern_greek/tools/lexica/triantafyllides/ greek-language.gr (Triantafyllidis)]&lt;br /&gt;
| HTML&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Modern Greek dictionary portal.&lt;br /&gt;
|-&lt;br /&gt;
| Λεξικό της ελληνικής ως ξένης γλώσσας (PDF)&lt;br /&gt;
| [http://www.diapolis.auth.gr/diapolis_files/drasi9/ypodrasi9.2b_2013/4_%CE%A7%CF%81%CE%AE%CF%83%CE%B9%CE%BC%CE%B5%CF%82%20%CE%A3%CF%85%CE%BD%CE%B4%CE%AD%CF%83%CE%B5%CE%B9%CF%82%20&amp;amp;%20%CE%A5%CF%80%CE%BF%CF%83%CF%84%CE%B7%CF%81%CE%B9%CE%BA%CF%84%CE%B9%CE%BA%CF%8C%20%CF%85%CE%BB%CE%B9%CE%BA%CF%8C/4.7_%CE%9B%CE%B5%CE%BE%CE%B9%CE%BA%CE%AC/%CE%9B%CE%B5%CE%BE%CE%B9%CE%BA%CF%8C%20%CE%95%CE%BB%CE%BB%CE%B7%CE%BD%CE%B9%CE%BA%CE%AE%CF%82%20%CF%89%CF%82%20%CE%BE%CE%AD%CE%BD%CE%B7%CF%82.pdf diapolis.auth.gr (PDF)]&lt;br /&gt;
| PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| PDF resource (AUTH Diapolis).&lt;br /&gt;
|-&lt;br /&gt;
| Βικιλεξικό: Πηγές ελεύθερης πρόσβασης&lt;br /&gt;
| [https://el.wiktionary.org/wiki/%CE%92%CE%B9%CE%BA%CE%B9%CE%BB%CE%B5%CE%BE%CE%B9%CE%BA%CF%8C:%CE%92%CE%B9%CE%B2%CE%BB%CE%B9%CE%BF%CE%B8%CE%AE%CE%BA%CE%B7/%CE%A0%CE%B7%CE%B3%CE%AD%CF%82_%CE%B5%CE%BB%CE%B5%CF%8D%CE%B8%CE%B5%CF%81%CE%B7%CF%82_%CF%80%CF%81%CF%8C%CF%83%CE%B2%CE%B1%CF%83%CE%B7%CF%82 el.wiktionary.org]&lt;br /&gt;
| HTML, links&lt;br /&gt;
| CC BY-SA&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Index of open Greek linguistic/text resources.&lt;br /&gt;
|-&lt;br /&gt;
| TOTAL (approx., unique after deduplication)&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| 360–590&lt;br /&gt;
| All&lt;br /&gt;
| Estimated unique Greek text volume (GB).&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=%CE%9A%CE%B1%CF%84%CE%AC%CE%BB%CE%BF%CE%B3%CE%BF%CF%82_%CE%A0%CE%B7%CE%B3%CF%8E%CE%BD_%CE%95%CE%BB%CE%BB%CE%B7%CE%BD%CE%B9%CE%BA%CF%8E%CE%BD_%CE%9A%CE%B5%CE%B9%CE%BC%CE%AD%CE%BD%CF%89%CE%BD_-_GlossAPI_Backlog&amp;diff=2449</id>
		<title>Κατάλογος Πηγών Ελληνικών Κειμένων - GlossAPI Backlog</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=%CE%9A%CE%B1%CF%84%CE%AC%CE%BB%CE%BF%CE%B3%CE%BF%CF%82_%CE%A0%CE%B7%CE%B3%CF%8E%CE%BD_%CE%95%CE%BB%CE%BB%CE%B7%CE%BD%CE%B9%CE%BA%CF%8E%CE%BD_%CE%9A%CE%B5%CE%B9%CE%BC%CE%AD%CE%BD%CF%89%CE%BD_-_GlossAPI_Backlog&amp;diff=2449"/>
		<updated>2025-11-03T07:32:53Z</updated>

		<summary type="html">&lt;p&gt;Pkst: Ανάκληση των αλλαγών Pkst (συζήτηση) επιστροφή στην προηγούμενη αναθεώρηση Ellak-editor&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align:right;&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;text-align:right;&amp;quot; | URL&lt;br /&gt;
! style=&amp;quot;text-align:right;&amp;quot; | Format&lt;br /&gt;
! style=&amp;quot;text-align:right;&amp;quot; | Licence&lt;br /&gt;
! style=&amp;quot;text-align:right;&amp;quot; | Size (GB)&lt;br /&gt;
! style=&amp;quot;text-align:right;&amp;quot; | Domain&lt;br /&gt;
! style=&amp;quot;text-align:right;&amp;quot; | Notes&lt;br /&gt;
|-&lt;br /&gt;
| Perseus Digital Library&lt;br /&gt;
| https://www.perseus.tufts.edu/hopper/opensource&lt;br /&gt;
| TEI/XML, morph&lt;br /&gt;
| CC BY-SA&lt;br /&gt;
| 15–20&lt;br /&gt;
| Ancient&lt;br /&gt;
| Core classical Greek; downloadable datasets &amp;amp; tools.&lt;br /&gt;
|-&lt;br /&gt;
| Open Greek and Latin (OGL)&lt;br /&gt;
| https://opengreekandlatin.github.io/&lt;br /&gt;
| TEI/XML&lt;br /&gt;
| CC (varies)&lt;br /&gt;
| 25–30&lt;br /&gt;
| Ancient / Byzantine&lt;br /&gt;
| Expanded corpus incl. late antiquity &amp;amp; Byzantine; overlaps with Perseus.&lt;br /&gt;
|-&lt;br /&gt;
| First1KGreek (Harvard CHS)&lt;br /&gt;
| https://github.com/First1KGreek&lt;br /&gt;
| TEI/XML (Git)&lt;br /&gt;
| CC BY 4.0&lt;br /&gt;
| 8–12&lt;br /&gt;
| Ancient / Byzantine&lt;br /&gt;
| First millennium Greek works (TEI-encoded).&lt;br /&gt;
|-&lt;br /&gt;
| Ancient Greek Dependency Treebank (AGDT)&lt;br /&gt;
| https://github.com/PerseusDL/treebank_data&lt;br /&gt;
| CoNLL, XML&lt;br /&gt;
| CC BY-SA&lt;br /&gt;
| &amp;lt;0.1&lt;br /&gt;
| Ancient&lt;br /&gt;
| Parsed/labeled data aligned to classical texts.&lt;br /&gt;
|-&lt;br /&gt;
| Scaife Viewer Corpus&lt;br /&gt;
| https://scaife.perseus.org/&lt;br /&gt;
| API/JSON, TEI&lt;br /&gt;
| CC (where applicable)&lt;br /&gt;
| —&lt;br /&gt;
| Ancient&lt;br /&gt;
| API access to Perseus/OGL corpora.&lt;br /&gt;
|-&lt;br /&gt;
| Thesaurus Linguae Graecae (TLG)&lt;br /&gt;
| https://stephanus.tlg.uci.edu/&lt;br /&gt;
| Platform (TEI/TXT)&lt;br /&gt;
| Licensed (institutional)&lt;br /&gt;
| —&lt;br /&gt;
| Ancient / Byzantine&lt;br /&gt;
| Comprehensive corpus; subscription access.&lt;br /&gt;
|-&lt;br /&gt;
| Dumbarton Oaks Hagiography Database&lt;br /&gt;
| https://www.doaks.org/resources/hagiography&lt;br /&gt;
| TEI, HTML&lt;br /&gt;
| Open access&lt;br /&gt;
| 3–5&lt;br /&gt;
| Byzantine&lt;br /&gt;
| Hagiographic texts &amp;amp; prosopography.&lt;br /&gt;
|-&lt;br /&gt;
| Patrologia Graeca – Documenta Catholica Omnia&lt;br /&gt;
| http://www.documentacatholicaomnia.eu/&lt;br /&gt;
| HTML, PDF/TXT&lt;br /&gt;
| Public domain&lt;br /&gt;
| 40–60&lt;br /&gt;
| Byzantine&lt;br /&gt;
| Patristic Greek; OCR quality varies.&lt;br /&gt;
|-&lt;br /&gt;
| mC4 (Greek subset)&lt;br /&gt;
| https://www.tensorflow.org/datasets/catalog/c4&lt;br /&gt;
| TFDS/TXT (derived)&lt;br /&gt;
| Research use (see card)&lt;br /&gt;
| 340–430&lt;br /&gt;
| Modern&lt;br /&gt;
| Large web corpus; needs filtering &amp;amp; deduplication.&lt;br /&gt;
|-&lt;br /&gt;
| OSCAR 23.01 (Greek)&lt;br /&gt;
| https://huggingface.co/datasets/oscar-corpus/OSCAR-2301&lt;br /&gt;
| JSONL/TXT&lt;br /&gt;
| CC BY 4.0&lt;br /&gt;
| 70–85&lt;br /&gt;
| Modern&lt;br /&gt;
| Cleaned Common Crawl (Greek portion).&lt;br /&gt;
|-&lt;br /&gt;
| ELRC-SHARE (Greek Parallel)&lt;br /&gt;
| https://elrc-share.eu/&lt;br /&gt;
| TMX, XML, TXT&lt;br /&gt;
| Varies (per corpus)&lt;br /&gt;
| 5–10&lt;br /&gt;
| Modern&lt;br /&gt;
| Parallel corpora for admin/law/education.&lt;br /&gt;
|-&lt;br /&gt;
| OPUS (Greek Parallel Corpora)&lt;br /&gt;
| https://opus.nlpl.eu/&lt;br /&gt;
| TMX, TXT&lt;br /&gt;
| Open (varies)&lt;br /&gt;
| Several GB&lt;br /&gt;
| Modern&lt;br /&gt;
| Multiple bilingual corpora (e.g., OpenSubtitles, DGT, etc.).&lt;br /&gt;
|-&lt;br /&gt;
| Wikimedia dumps (elwiki, elwiktionary)&lt;br /&gt;
| https://dumps.wikimedia.org/&lt;br /&gt;
| XML, SQL (bz2)&lt;br /&gt;
| CC BY-SA 3.0&lt;br /&gt;
| 5–10&lt;br /&gt;
| Modern&lt;br /&gt;
| Encyclopedic &amp;amp; lexical data (Greek).&lt;br /&gt;
|-&lt;br /&gt;
| Κάλλιπος – Ανοικτά Ακαδημαϊκά Συγγράμματα&lt;br /&gt;
| https://repository.kallipos.gr/&lt;br /&gt;
| PDF, EPUB&lt;br /&gt;
| CC BY / CC&lt;br /&gt;
| 2–5&lt;br /&gt;
| Modern&lt;br /&gt;
| Greek open textbooks &amp;amp; OER.&lt;br /&gt;
|-&lt;br /&gt;
| Εθνικό Αρχείο Ιστού (ΕΒΕ)&lt;br /&gt;
| https://webarchive.nlg.gr/&lt;br /&gt;
| WARC/HTML (portal)&lt;br /&gt;
| Research access / terms&lt;br /&gt;
| 200–400&lt;br /&gt;
| Modern&lt;br /&gt;
| Archived Greek web content (portal access).&lt;br /&gt;
|-&lt;br /&gt;
| Ανοικτή Βιβλιοθήκη (Openbook)&lt;br /&gt;
| https://www.openbook.gr/&lt;br /&gt;
| HTML, PDF, EPUB&lt;br /&gt;
| Varies (often CC/open)&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Repository of freely available Greek books.&lt;br /&gt;
|-&lt;br /&gt;
| Αποθετήριο Εκπαιδευτικού περιεχομένου για την Ακρόπολη&lt;br /&gt;
| http://repository.acropolis-education.gr/acr_edu/?locale=el&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| Educational / varies&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Educational materials related to Acropolis.&lt;br /&gt;
|-&lt;br /&gt;
| Ανέμη – Ψηφιακή Βιβλιοθήκη Νεοελληνικών Σπουδών&lt;br /&gt;
| http://anemi.lib.uoc.gr/?lang=el&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| Varies&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Digitized books/periodicals (UOC library).&lt;br /&gt;
|-&lt;br /&gt;
| ΑΠΟΛΛΩΝΙΣ – Εθνική Υποδομή Ψηφιακών Ανθρωπιστικών&lt;br /&gt;
| https://apollonis-infrastructure.gr/&lt;br /&gt;
| Portal / aggregator&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Mixed&lt;br /&gt;
| Links to many Greek DH repositories.&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιακό Αρχείο Ι. Καποδίστρια&lt;br /&gt;
| http://kapodistrias.digitalarchive.gr/aik.php&lt;br /&gt;
| HTML, images/PDF&lt;br /&gt;
| Varies&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Digital archive of Ioannis Kapodistrias.&lt;br /&gt;
|-&lt;br /&gt;
| Αρχείον Οικονομικών και Κοινωνικών Επιστημών (τίτλος/συλλογή)&lt;br /&gt;
| http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;type=&amp;amp;q=&amp;amp;page=0&amp;amp;pid=cid:197&lt;br /&gt;
| Portal/HTML, PDF&lt;br /&gt;
| Varies&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Panteion repository record (economics/social sciences).&lt;br /&gt;
|-&lt;br /&gt;
| Α.Σ.Κ.Ι – Αρχεία Σύγχρονης Κοινωνικής Ιστορίας&lt;br /&gt;
| http://askiweb.eu/index.php/el/2015-09-21-08-31-06&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Social history archives; digitized material links.&lt;br /&gt;
|-&lt;br /&gt;
| Α.Σ.Κ.Τ. – Βιβλιοθήκη&lt;br /&gt;
| http://www.library.asfa.gr/askt1/&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Athens School of Fine Arts library portal.&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιακό αρχείο Βιβλιοθήκης Βουλής των Ελλήνων&lt;br /&gt;
| https://library.parliament.gr/Portals/6/pdf/digitalmicrofilms.pdf&lt;br /&gt;
| PDF (guide)&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Guide to parliamentary digital microfilms/archives.&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιακό Αρχείο Βιβλιοθήκης Σερρών&lt;br /&gt;
| http://ebooks.serrelib.gr/serrelib/&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| Varies&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Municipal library digitized content.&lt;br /&gt;
|-&lt;br /&gt;
| Αρχείο Εφημερίδων &amp;amp; Περιοδικών (Βικελαία)&lt;br /&gt;
| http://vikelaia-epapers.heraklion.gr/%ce%b5%cf%86%ce%b7%ce%bc%ce%b5%cf%81%ce%af%ce%b4%ce%b5%cf%82&lt;br /&gt;
| HTML, images/PDF&lt;br /&gt;
| Varies&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Historical newspapers &amp;amp; periodicals (Heraklion).&lt;br /&gt;
|-&lt;br /&gt;
| Μελέτες/Μονογραφίες – Αρχαιολογική Εταιρεία&lt;br /&gt;
| https://www.archetai.gr/index.php?p=content&amp;amp;section=1&amp;amp;id=19&amp;amp;lang=&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| Varies&lt;br /&gt;
| —&lt;br /&gt;
| Ancient / Byzantine / Modern&lt;br /&gt;
| Publications of the Archaeological Society at Athens.&lt;br /&gt;
|-&lt;br /&gt;
| Η ψηφιακή πολιτιστική συλλογή ΓΑΚ (Αρχειομνήμων)&lt;br /&gt;
| http://arxeiomnimon.gak.gr/index.html&lt;br /&gt;
| HTML, images/PDF&lt;br /&gt;
| Public institution&lt;br /&gt;
| —&lt;br /&gt;
| Mixed&lt;br /&gt;
| State archives platform (GAK).&lt;br /&gt;
|-&lt;br /&gt;
| Δανιηλίς&lt;br /&gt;
| http://daniilida.lis.upatras.gr/&lt;br /&gt;
| Portal/HTML&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| University of Patras library collection (special).&lt;br /&gt;
|-&lt;br /&gt;
| Δημόσιες Βιβλιοθήκες (portal)&lt;br /&gt;
| http://publiclibs.ypepth.gr/frontoffice/portal.asp?cpage=NODE&amp;amp;cnode=1&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Legacy portal linking Greek public libraries.&lt;br /&gt;
|-&lt;br /&gt;
| Δημώδης Γραμματεία (Διγενής Ακρίτης κ.ά.)&lt;br /&gt;
| http://georgakas.lit.auth.gr/dimodis/&lt;br /&gt;
| HTML, TXT&lt;br /&gt;
| Open access&lt;br /&gt;
| —&lt;br /&gt;
| Byzantine / Modern&lt;br /&gt;
| Folk literature collection (AUTH).&lt;br /&gt;
|-&lt;br /&gt;
| Επετηρίδες Φιλοσοφικής (ΕΒΕ)&lt;br /&gt;
| http://epet.nlg.gr/&lt;br /&gt;
| HTML, images/PDF&lt;br /&gt;
| Public institution&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journals/series index from NLG.&lt;br /&gt;
|-&lt;br /&gt;
| Ευρετήριο Ψηφιοποιημένων Περιοδικών (ΕΒΕ)&lt;br /&gt;
| https://www.nlg.gr/static-page/eyretirio-psifiopoiimenon-periodikon/&lt;br /&gt;
| Portal&lt;br /&gt;
| Public institution&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Index to digitized periodicals.&lt;br /&gt;
|-&lt;br /&gt;
| Ελληνική Ιστορική Εταιρεία – Πρακτικά / Βυζαντιακά&lt;br /&gt;
| http://histsociety.web.auth.gr/ekdotiki-drastiriotita.htm&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| Varies&lt;br /&gt;
| —&lt;br /&gt;
| Byzantine / Modern&lt;br /&gt;
| Proceedings and journals (incl. Byzantina).&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιοποιημένο αρχείο Εθνικού Θεάτρου&lt;br /&gt;
| http://www.nt-archive.gr/&lt;br /&gt;
| Portal/HTML&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| National Theatre digital archive.&lt;br /&gt;
|-&lt;br /&gt;
| Ήλιος – Αποθετήριο ΕΙΕ&lt;br /&gt;
| http://helios-eie.ekt.gr/EIE/&lt;br /&gt;
| Portal&lt;br /&gt;
| Varies&lt;br /&gt;
| —&lt;br /&gt;
| Mixed&lt;br /&gt;
| NHRF repository (repeat listed for visibility).&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιοποιημένα περιοδικά (Νέα Εστία κ.ά.) – (legacy EKEBI link)&lt;br /&gt;
| http://www.ekebi.gr/frontoffice/portal.asp?cpage=node&amp;amp;cnode=488&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Some legacy links may redirect; check availability.&lt;br /&gt;
|-&lt;br /&gt;
| Εθνικό Αρχείο Διδακτορικών Διατριβών (ΕΑΔΔ)&lt;br /&gt;
| http://www.didaktorika.gr/eadd/&lt;br /&gt;
| PDF&lt;br /&gt;
| Open access (with attribution)&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| National theses repository (EKT).&lt;br /&gt;
|-&lt;br /&gt;
| Eλληνική ιστοριογραφία του 20ού αιώνα – Δικτυογραφία&lt;br /&gt;
| http://historiography.gr/index.php/el/resources-3/63-%CE%B4%CE%B9%CE%BA%CF%84%CF%85%CE%BF%CE%B3%CF%81%CE%B1%CF%86%CE%AF%CE%B1&lt;br /&gt;
| HTML/links&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Curated links to historical resources.&lt;br /&gt;
|-&lt;br /&gt;
| Modern Greek History in the Digital Domain&lt;br /&gt;
| http://www.historiography20.gr/historydb/&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Digital resources index for modern Greek history.&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιακή Βιβλιοθήκη (ΕΛΣΤΑΤ)&lt;br /&gt;
| http://dlib.statistics.gr&lt;br /&gt;
| PDF&lt;br /&gt;
| Public institution&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Statistical publications (Greek).&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιοποιημένο Αρχείο Ελληνικού Ινστιτούτου Βενετίας&lt;br /&gt;
| http://eib.xanthi.ilsp.gr/gr/default.asp/&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Byzantine / Modern&lt;br /&gt;
| Greek Institute of Venice digital archive.&lt;br /&gt;
|-&lt;br /&gt;
| Εργάνη – Ιστορικό Αρχείο Αιγαίου&lt;br /&gt;
| http://www.ergani-repository.gr/ergani/&lt;br /&gt;
| Portal/HTML&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Aegean social history repository.&lt;br /&gt;
|-&lt;br /&gt;
| Εθνικό Κέντρο Τεκμηρίωσης – Βιβλιοθήκη&lt;br /&gt;
| http://library.ekt.gr/&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Library portal (EKT).&lt;br /&gt;
|-&lt;br /&gt;
| ΕΛΙΑ (Ελληνικά Λογοτεχνικά και Ιστορικά Αρχεία)&lt;br /&gt;
| http://eliaserver.elia.org.gr/elia/site/content.php&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Literary &amp;amp; historical archives.&lt;br /&gt;
|-&lt;br /&gt;
| Επιχειρησιακό Πρόγραμμα Εκπαίδευση &amp;amp; Δια Βίου Μάθηση – Αποθετήριο&lt;br /&gt;
| http://repository.edulll.gr/edulll/browse?type=typeEdulll&amp;amp;order=DESC&amp;amp;rpp=20&amp;amp;value=Book&amp;amp;sort_by=2&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Education &amp;amp; lifelong learning repository.&lt;br /&gt;
|-&lt;br /&gt;
| Ελληνομνήμων&lt;br /&gt;
| http://www.lib.uoa.gr/hellinomnimon/&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Byzantine / Modern&lt;br /&gt;
| Rare/old Greek texts (UoA).&lt;br /&gt;
|-&lt;br /&gt;
| EU Bookshop (Digital Publications)&lt;br /&gt;
| http://bookshop.europa.eu/el/--cbDyaep2OwDPcAAAFH2zdqoBpl/&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| EU Open (varies)&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| EU publications portal; Greek editions included.&lt;br /&gt;
|-&lt;br /&gt;
| Εταιρεία Παπαδιαμαντικών Σπουδών&lt;br /&gt;
| http://papadiamantis.net/&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Works on Alexandros Papadiamantis.&lt;br /&gt;
|-&lt;br /&gt;
| Εταιρία Φίλων Παναγιώτη Κανελλόπουλου&lt;br /&gt;
| http://www.pkanellopoulos.gr/index.php/2015-02-22-14-22-13&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Works &amp;amp; studies on P. Kanellopoulos.&lt;br /&gt;
|-&lt;br /&gt;
| e-Nautilia (ebooks)&lt;br /&gt;
| http://www.e-nautilia.gr/books/&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Nautical/Maritime themed books/articles.&lt;br /&gt;
|-&lt;br /&gt;
| ΙΑΕΝ – Ιστορικό Αρχείο Ελληνικής Νεολαίας&lt;br /&gt;
| http://www.iaen.gr/&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Youth history archive/index.&lt;br /&gt;
|-&lt;br /&gt;
| Ίδρυμα Ευγενίδου – Ψηφιακή Βιβλιοθήκη&lt;br /&gt;
| http://www.eugenfound.edu.gr/frontoffice/portal.asp?cpage=node&amp;amp;cnode=218&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Educational/digital library.&lt;br /&gt;
|-&lt;br /&gt;
| Ιστορική Συλλογή – ΙΕΠ (Σχολικά βιβλία από 1856)&lt;br /&gt;
| http://e-library.iep.edu.gr/iep/collection/browse/index.html&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Historic schoolbooks (IEP).&lt;br /&gt;
|-&lt;br /&gt;
| Κοσμόπολις&lt;br /&gt;
| http://kosmopolis.lis.upatras.gr/&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Literary studies/collections (UoPatras).&lt;br /&gt;
|-&lt;br /&gt;
| ΚΘΒΕ – Ψηφιακή Βιβλιοθήκη&lt;br /&gt;
| http://www.ntng.gr/default.aspx?lang=el-GR&amp;amp;page=23&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| National Theatre of Northern Greece (digital).&lt;br /&gt;
|-&lt;br /&gt;
| ΨΗΦΙΑΚΟ ΑΡΧΕΙΟ Ι. ΚΑΠΟΔΙΣΤΡΙΑ (εναλλακτικός σύνδεσμος)&lt;br /&gt;
| http://kapodistrias.digitalarchive.gr/monuments.php?type=%CE%9F%CF%80%CF%84%CE%B9%CE%BA%CE%BF%CE%B1%CE%BA%CE%BF%CF%85%CF%83%CF%84%CE%B9%CE%BA%CE%AC%20%CF%84%CE%B5%CE%BA%CE%BC%CE%AE%CF%81%CE%B9%CE%B1/&lt;br /&gt;
| HTML&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Subsection of Kapodistrias archive (audiovisual).&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιακό Αρχείο Κιμώλου&lt;br /&gt;
| http://archive.odigitria.net&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Local cultural archive (Kimolos).&lt;br /&gt;
|-&lt;br /&gt;
| Μεγάλη Μουσική Βιβλιοθήκη – Ψηφιακή Βιβλιοθήκη&lt;br /&gt;
| http://www.mmb.org.gr/page/default.asp?la=1&amp;amp;id=4761&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Music library digital collections.&lt;br /&gt;
|-&lt;br /&gt;
| Μικρός Απόπλους – Αρχαία Ελληνικά Κείμενα&lt;br /&gt;
| http://www.mikrosapoplous.gr/t2t.htm&lt;br /&gt;
| HTML/TXT&lt;br /&gt;
| Open access&lt;br /&gt;
| —&lt;br /&gt;
| Ancient&lt;br /&gt;
| (Duplicate listed intentionally for visibility with the ancient block.)&lt;br /&gt;
|-&lt;br /&gt;
| Μουσείο Τύπου ΕΣΗΕΠΗΝ (αρχεία)&lt;br /&gt;
| http://www.mouseiotipou.gr/arxeion-xml/pages/esiepi/internet/intro&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Historical newspapers/press museum (regional).&lt;br /&gt;
|-&lt;br /&gt;
| Μυριόβιβλος (διόρθωση URL)&lt;br /&gt;
| http://myriobiblos.gr/library%20home.htm&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| Public domain / varies&lt;br /&gt;
| —&lt;br /&gt;
| Byzantine / Modern&lt;br /&gt;
| Christian &amp;amp; cultural texts; corrected link (removed double http).&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιοποιημένο Αρχείο «Νεοελληνικών Αναγνωσμάτων» (1884–1977)&lt;br /&gt;
| http://users.sch.gr/chkoumpar/NAfiles.html&lt;br /&gt;
| PDF/HTML&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Digitized readers (educational).&lt;br /&gt;
|-&lt;br /&gt;
| Ορθόδοξη Ψηφιακή Θεολογική Βιβλιοθήκη&lt;br /&gt;
| http://www.imdlibrary.gr/index.php/el/#/&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Byzantine / Modern&lt;br /&gt;
| Theological texts (digital library).&lt;br /&gt;
|-&lt;br /&gt;
| Πάνδημος (specific record)&lt;br /&gt;
| http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;pid=cid:19&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Specific Panteion repository entry.&lt;br /&gt;
|-&lt;br /&gt;
| Παρουσία (UoA journal platform)&lt;br /&gt;
| http://epub.lib.uoa.gr/index.php/parousia/index&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| Open access (journal policy)&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| University of Athens journals platform.&lt;br /&gt;
|-&lt;br /&gt;
| Πέργαμος (UoA)&lt;br /&gt;
| http://pergamos.lib.uoa.gr/dl/index&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| UoA digital collections platform.&lt;br /&gt;
|-&lt;br /&gt;
| Ινστιτούτο Παστέρ – Ιστορικό Αρχείο&lt;br /&gt;
| http://www.pasteur.gr/ha/Ελληνικό&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Historical archive of Institut Pasteur (GR).&lt;br /&gt;
|-&lt;br /&gt;
| Πλειάς (UoPatras)&lt;br /&gt;
| http://pleias.lis.upatras.gr/index.php/index/index&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Academic repository platform (OJS/Dspace etc.)&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιοθήκη (AUTH)&lt;br /&gt;
| http://digital.lib.auth.gr/&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| AUTH digital library (various collections).&lt;br /&gt;
|-&lt;br /&gt;
| ΙΚΕΕ (AUTH Institutional Repository)&lt;br /&gt;
| http://ikee.lib.auth.gr/&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Institutional repository (AUTH).&lt;br /&gt;
|-&lt;br /&gt;
| INVENIO (note)&lt;br /&gt;
| http://ikee.lib.auth.gr/&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Platform reference; same base as IKΕΕ (AUTH).&lt;br /&gt;
|-&lt;br /&gt;
| Ηλεκτρ. Αρχείο Διπλωματικών Εργασιών ΣΑΜ ΕΜΠ&lt;br /&gt;
| http://courses.arch.ntua.gr/el/diatmhmatiko_programma_metaptyxiakvn_spoydvn__sxediasmos_-_xvros_-_politismos/diplvmatikes_metaptyxiakes_ergasies/hlektroniko_arxeio_diplvmatikvn_ergasivn.html&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| NTUA School of Architecture theses.&lt;br /&gt;
|-&lt;br /&gt;
| Apothesis (ΕΑΠ)&lt;br /&gt;
| https://apothesis.eap.gr/&lt;br /&gt;
| PDF&lt;br /&gt;
| Varies&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Hellenic Open University repository.&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιακή Βιβλιοθήκη Γκρίζας Βιβλιογραφίας (UoA)&lt;br /&gt;
| http://efessos.lib.uoa.gr/greylit.nsf&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Grey literature repository (UoA).&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιακές Συλλογές (UoIoannina – help page)&lt;br /&gt;
| http://www.uoi.gr/gr/help/digital_libraries.php&lt;br /&gt;
| HTML/links&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Entry page; collections hosted under subdomains.&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιακή Βιβλιοθήκη (UoIoannina)&lt;br /&gt;
| http://pc-3.lib.uoi.gr/digital/&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Institutional digital library (UoI).&lt;br /&gt;
|-&lt;br /&gt;
| Βάση/Μεταδεδομένα – Εργαστήριο Νεοελ. Φιλοσοφίας&lt;br /&gt;
| http://www.kenef.phil.uoi.gr/&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Lab of Modern Greek Philosophy (UoI).&lt;br /&gt;
|-&lt;br /&gt;
| Ιδρυματικό Αποθετήριο Παν. Θεσσαλίας&lt;br /&gt;
| http://ir.lib.uth.gr/?locale-attribute=el&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| University of Thessaly repository.&lt;br /&gt;
|-&lt;br /&gt;
| E-Locus (UoCrete)&lt;br /&gt;
| http://elocus.lib.uoc.gr/&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| University of Crete repository.&lt;br /&gt;
|-&lt;br /&gt;
| Πανεπιστήμιο Κύπρου – Διδακτορικές Διατριβές&lt;br /&gt;
| http://lekythos.library.ucy.ac.cy/handle/10797/281?locale-attribute=el/&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| UCY theses collection (lekythos).&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφίδα – Βιβλιοθήκη Νεοελληνικών Σπουδών (UoM)&lt;br /&gt;
| https://dspace.lib.uom.gr/&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| University of Macedonia DSpace.&lt;br /&gt;
|-&lt;br /&gt;
| Νημερτής (UoPatras)&lt;br /&gt;
| http://nemertes.lis.upatras.gr/jspui/&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| University of Patras DSpace.&lt;br /&gt;
|-&lt;br /&gt;
| Πάνδημος – Ψηφιακή Βιβλιοθήκη (Panteion)&lt;br /&gt;
| http://pandemos.panteion.gr/&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Panteion University repository (multiple series).&lt;br /&gt;
|-&lt;br /&gt;
| Ταινιοθήκη της Ελλάδος – Ψηφιακή συλλογή&lt;br /&gt;
| http://www.tainiothiki.gr/el/tainiothiki-tis-ellados/profil/&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Film museum portal; some text metadata.&lt;br /&gt;
|-&lt;br /&gt;
| ΤΕΕ – Βιβλιοθήκη&lt;br /&gt;
| http://portal.tee.gr/portal/page/portal/library&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Technical Chamber of Greece library portal.&lt;br /&gt;
|-&lt;br /&gt;
| ΤΕΕ – Κατάλογος/Ψηφιακές Συλλογές&lt;br /&gt;
| http://opac.tee.gr&lt;br /&gt;
| OPAC&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Online public access catalogue (TEE).&lt;br /&gt;
|-&lt;br /&gt;
| Ψηφιακό Σχολείο (νέα πύλη)&lt;br /&gt;
| https://www.ebooks.edu.gr/&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| CC (educational)&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Main portal (replacing legacy /2013/ URL).&lt;br /&gt;
|-&lt;br /&gt;
| Δελτίον Χριστιανικής Αρχαιολογικής Εταιρείας&lt;br /&gt;
| http://ejournals.epublishing.ekt.gr/index.php/deltion/issue/archive/&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| Open access&lt;br /&gt;
| —&lt;br /&gt;
| Byzantine / Modern&lt;br /&gt;
| EKT eJournals—journal archive.&lt;br /&gt;
|-&lt;br /&gt;
| Κυπριακή Βιβλιοθήκη – Ψηφιακή Πλατφόρμα&lt;br /&gt;
| http://www.cyprusdigitallibrary.org.cy/&lt;br /&gt;
| Portal&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Cyprus digital library platform.&lt;br /&gt;
|-&lt;br /&gt;
| Εκπαιδευτικά Περιοδικά Ανοιχτής Πρόσβασης&lt;br /&gt;
| http://www.pi-schools.gr/library/pi-lib/hb_ejournals.htm&lt;br /&gt;
| HTML/links&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Open-access educational journals index.&lt;br /&gt;
|-&lt;br /&gt;
| Ηλεκτρονικά Περιοδικά Νεοελληνικής Λογοτεχνίας&lt;br /&gt;
| http://www.greek-language.gr/greekLang/literature/guides/net/greek/greek_05.html&lt;br /&gt;
| HTML/links&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Guide to literary e-journals/pages (GSGL).&lt;br /&gt;
|-&lt;br /&gt;
| Πλατφόρμα Ηλεκτρ. Επιστημονικών Περιοδικών (EKT)&lt;br /&gt;
| http://ejournals.epublishing.ekt.gr/&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| Open access / varies&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| EKT journal platform (broad coverage).&lt;br /&gt;
|-&lt;br /&gt;
| OJS – Πανεπιστήμιο Μακεδονίας&lt;br /&gt;
| https://ojs.lib.uom.gr/&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| Open access / varies&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| University of Macedonia’s OJS journals.&lt;br /&gt;
|-&lt;br /&gt;
| Σύγχρονη Ελληνική Ποίηση (συλλογή)&lt;br /&gt;
| http://genesis.ee.auth.gr/dimakis/poetry.html&lt;br /&gt;
| HTML&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Curated poetry collection (AUTH).&lt;br /&gt;
|-&lt;br /&gt;
| Αντί: δεκαπενθήμερη πολιτική επιθεώρηση&lt;br /&gt;
| http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;pid=cid:486&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record at Panteion repository.&lt;br /&gt;
|-&lt;br /&gt;
| Αρχαιολογία και Τέχνες (αρχείο τευχών)&lt;br /&gt;
| http://www.archaiologia.gr/%CE%B1%CF%81%CF%87%CE%B5%CE%AF%CE%BF-%CF%84%CE%B5%CF%85%CF%87%CF%8E%CE%BD/&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Magazine issues archive.&lt;br /&gt;
|-&lt;br /&gt;
| Αρχαιολογική Εφημερίς&lt;br /&gt;
| https://www.archetai.gr/index.php?p=content&amp;amp;section=1&amp;amp;id=21&amp;amp;lang=&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Ancient / Byzantine / Modern&lt;br /&gt;
| Journal by the Archaeological Society at Athens.&lt;br /&gt;
|-&lt;br /&gt;
| Αρχεία Ελληνικής Ιατρικής&lt;br /&gt;
| http://www.mednet.gr/archives/current-gr.html&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Medical journal archive.&lt;br /&gt;
|-&lt;br /&gt;
| Βυζαντινά (AUTH journals)&lt;br /&gt;
| http://ejournals.lib.auth.gr/BYZANTINA/issue/archive/&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| Open access&lt;br /&gt;
| —&lt;br /&gt;
| Byzantine&lt;br /&gt;
| Journal archive (AUTH e-journals).&lt;br /&gt;
|-&lt;br /&gt;
| Γλωσσολογία (UoA)&lt;br /&gt;
| http://glossologia.phil.uoa.gr/node/114/&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal/department resources (UoA Philology).&lt;br /&gt;
|-&lt;br /&gt;
| Γράμματα και Τέχνες (DUTH)&lt;br /&gt;
| https://helit.duth.gr/mgcllab-dp1/#1593421365645-4ead6f09-86a0&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| DUTH materials (anchor link page).&lt;br /&gt;
|-&lt;br /&gt;
| Δελτίον Βιβλικών Μελετών&lt;br /&gt;
| http://www.artoszois.gr/index.php/2014-06-30-14-33-19/&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Byzantine / Modern&lt;br /&gt;
| Biblical studies journal (Greek).&lt;br /&gt;
|-&lt;br /&gt;
| Δελτίον Ελληνικής Γεωλογικής Εταιρίας&lt;br /&gt;
| http://geolib.geo.auth.gr/index.php/bgsg/issue/archive&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Geological Society journal (AUTH hosting).&lt;br /&gt;
|-&lt;br /&gt;
| Δελτίον Ελληνικής Σπηλαιολογικής Εταιρίας&lt;br /&gt;
| http://geolib.geo.auth.gr/index.php/bssg/issue/archive&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Speleological Society journal (AUTH hosting).&lt;br /&gt;
|-&lt;br /&gt;
| Διαβάζω (archive)&lt;br /&gt;
| http://diavazo.gr/arxeio/?product_type=book&lt;br /&gt;
| HTML&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Archive/Index of “Διαβάζω”.&lt;br /&gt;
|-&lt;br /&gt;
| Διαλεκτική (θεωρητικός-πολιτικός διάλογος)&lt;br /&gt;
| http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;type=&amp;amp;q=&amp;amp;page=0&amp;amp;pid=cid:581&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Δοκιμές&lt;br /&gt;
| http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;type=&amp;amp;q=&amp;amp;page=0&amp;amp;pid=cid:53&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Ελληνικά (ΕΜΣ)&lt;br /&gt;
| http://www.ems.gr/analytikos-katalogos-ekdoseon/ellinika/ellinika-14-2.html&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal info (ΕΜΣ).&lt;br /&gt;
|-&lt;br /&gt;
| Ελληνική Επιθεώρηση Εγκληματολογίας&lt;br /&gt;
| http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;type=&amp;amp;q=&amp;amp;page=0&amp;amp;pid=cid:584&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Επιθεώρηση αποκέντρωσης Τ.Α. &amp;amp; περιφερειακής ανάπτυξης&lt;br /&gt;
| http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;type=&amp;amp;q=&amp;amp;page=0&amp;amp;pid=cid:191&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Επιθεώρηση Τέχνης (1954–1967) – ψηφιοποιημένη&lt;br /&gt;
| http://askiweb.eu/index.php/el/2015-09-21-08-27-59/2015-09-21-09-40-15/234-2015-09-17-09-57-18/&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| ASKI digitized art journal.&lt;br /&gt;
|-&lt;br /&gt;
| Επιθεώρησις κοινωνικής &amp;amp; δημόσιας οικονομικής&lt;br /&gt;
| http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;type=&amp;amp;q=&amp;amp;page=0&amp;amp;pid=cid:773&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Επιθεώρησις οικονομικών &amp;amp; πολιτικών επιστημών (1946–1967)&lt;br /&gt;
| http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;type=&amp;amp;q=&amp;amp;page=0&amp;amp;pid=cid:784&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Επιστημονική Επετηρίς (Φυσικομαθηματικών – ΑΠΘ)&lt;br /&gt;
| http://geolib.geo.auth.gr/index.php/saas/issue/archive&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Series archive (AUTH geolib).&lt;br /&gt;
|-&lt;br /&gt;
| Επιστημονικό Δίκτυο Εκπαίδευσης Ενηλίκων&lt;br /&gt;
| http://cretaadulteduc.gr/blog/&lt;br /&gt;
| HTML&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Blog/resources for adult education (Crete).&lt;br /&gt;
|-&lt;br /&gt;
| Ευλογία (IMΘ)&lt;br /&gt;
| http://www.imth.gr/default.aspx?page=153&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Periodical of Metropolis of Thessaloniki.&lt;br /&gt;
|-&lt;br /&gt;
| Εφημέριος (Εκκλησία της Ελλάδος)&lt;br /&gt;
| http://www.ecclesia.gr/greek/press/efimerios/show_content.asp?what=tefxi&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Clergy periodical archive.&lt;br /&gt;
|-&lt;br /&gt;
| Ηθική (ΕΚΕΔΑ)&lt;br /&gt;
| http://www.ethics.gr/content.php?category=16&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Ethics center publications (EL).&lt;br /&gt;
|-&lt;br /&gt;
| Θεολογία (Ι. Σύνοδος)&lt;br /&gt;
| http://www.ecclesia.gr/greek/press/theologia/index.asp&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Byzantine / Modern&lt;br /&gt;
| Theology journal archive.&lt;br /&gt;
|-&lt;br /&gt;
| Θέσεις&lt;br /&gt;
| http://www.theseis.com/index.php?option=com_content&amp;amp;task=section&amp;amp;id=4&amp;amp;Itemid=29&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal archive (positions).&lt;br /&gt;
|-&lt;br /&gt;
| Κρητικά Χρονικά&lt;br /&gt;
| http://ir.lib.uth.gr/handle/11615/9200&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Hosted in UTh repository.&lt;br /&gt;
|-&lt;br /&gt;
| Λεβιάθαν&lt;br /&gt;
| http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;type=&amp;amp;q=&amp;amp;page=0&amp;amp;pid=cid:29&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Νέα Κοινωνιολογία&lt;br /&gt;
| http://www.newsociology.gr/teyxh.html&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal issues (site).&lt;br /&gt;
|-&lt;br /&gt;
| Ο Μέντωρ&lt;br /&gt;
| https://www.archetai.gr/index.php?p=content&amp;amp;section=1&amp;amp;id=23&amp;amp;lang=&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Archaeological Society publication.&lt;br /&gt;
|-&lt;br /&gt;
| Ο Νουμάς&lt;br /&gt;
| http://xantho.lis.upatras.gr/kosmopolis/index.php/noumas/issue/view/1055&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Digitized periodical (UoPatras Kosmopolis).&lt;br /&gt;
|-&lt;br /&gt;
| Ο Πολίτης (1976–1995 &amp;amp; 1998–2005) – ψηφιοποιημένο&lt;br /&gt;
| http://www.askiweb.eu/index.php/el/2-uncategorised/235-2015-09-17-09-57-19&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| ASKI digitized periodical.&lt;br /&gt;
|-&lt;br /&gt;
| Ολκάς – Ι. Μητρόπολη Λέρου Καλύμνου &amp;amp; Αστυπάλαιας&lt;br /&gt;
| http://www.im-leka.gr/index.php?categoryid=22&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Periodical/issues page (ecclesiastical).&lt;br /&gt;
|-&lt;br /&gt;
| Ουτοπία&lt;br /&gt;
| http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;type=&amp;amp;q=&amp;amp;page=0&amp;amp;pid=cid:65&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Πανεπιστήμιο (περιοδικό)&lt;br /&gt;
| http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;type=&amp;amp;q=&amp;amp;page=0&amp;amp;pid=cid:535&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Πειραϊκή Εκκλησία&lt;br /&gt;
| http://www.imp.gr/periodiko/%CE%B1%CF%81%CF%87%CE%B5%CE%B9%CE%BF-%CF%84%CE%B5%CF%85%CF%87%CF%89%CE%BD-%CF%80%CE%B5%CF%81%CE%B9%CE%BF%CE%B4%CE%B9%CE%BA%CE%BF%CF%85.html&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Periodical archive (Metropolis of Piraeus).&lt;br /&gt;
|-&lt;br /&gt;
| Πολιτική οικονομία (1997–2004)&lt;br /&gt;
| http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;type=&amp;amp;q=&amp;amp;page=0&amp;amp;pid=cid:639&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Πρακτικά της εν Αθήναις Αρχαιολογικής Εταιρείας&lt;br /&gt;
| https://www.archetai.gr/index.php?p=content&amp;amp;section=1&amp;amp;id=20&amp;amp;lang=&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Ancient / Byzantine / Modern&lt;br /&gt;
| Proceedings (Archaeological Society at Athens).&lt;br /&gt;
|-&lt;br /&gt;
| Σύγχρονα Θέματα (επιστημονικής έρευνας)&lt;br /&gt;
| http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;type=&amp;amp;q=&amp;amp;page=0&amp;amp;pid=cid:842&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Σύγχρονα Θέματα (τριμηνιαία έκδοση)&lt;br /&gt;
| http://www.synchronathemata.gr/archio-tefchon/&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal issues archive (site).&lt;br /&gt;
|-&lt;br /&gt;
| Σχολιαστής&lt;br /&gt;
| http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;type=&amp;amp;q=&amp;amp;page=0&amp;amp;pid=cid:212&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Τετράδια: Πολιτικού Διαλόγου Έρευνας και Κριτικής&lt;br /&gt;
| http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;type=&amp;amp;q=&amp;amp;page=0&amp;amp;pid=cid:22&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Το Βήμα του Ασκληπιού&lt;br /&gt;
| http://www.vima-asklipiou.gr/&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| Open access&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Health/medicine journal (Greek).&lt;br /&gt;
|-&lt;br /&gt;
| Το Έργον της εν Αθήναις Αρχαιολογικής Εταιρείας&lt;br /&gt;
| https://www.archetai.gr/index.php?p=content&amp;amp;section=1&amp;amp;id=22&amp;amp;lang=&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Ancient / Byzantine / Modern&lt;br /&gt;
| Annual bulletin of the Archaeological Society.&lt;br /&gt;
|-&lt;br /&gt;
| Φλέα – Ιστορικός Όμιλος Νάξου ΑΡΣόΣ&lt;br /&gt;
| http://arsosnaxos.blogspot.gr/p/blog-page_26.html&lt;br /&gt;
| HTML&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Cultural periodical archive (blog).&lt;br /&gt;
|-&lt;br /&gt;
| Ψυχολογία (Ελληνική Ψυχολογική Εταιρεία)&lt;br /&gt;
| http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;type=&amp;amp;q=&amp;amp;page=0&amp;amp;pid=cid:609&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Ψυχολογικά Θέματα&lt;br /&gt;
| http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;type=&amp;amp;q=&amp;amp;page=0&amp;amp;pid=cid:214&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Greek Migration News&lt;br /&gt;
| http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;type=&amp;amp;q=&amp;amp;page=0&amp;amp;pid=cid:51&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| News/analysis record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Intellectum&lt;br /&gt;
| http://pandemos.panteion.gr/index.php?lang=el&amp;amp;op=record&amp;amp;type=&amp;amp;q=&amp;amp;page=0&amp;amp;pid=cid:23&lt;br /&gt;
| Portal/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Journal record (Panteion).&lt;br /&gt;
|-&lt;br /&gt;
| Post Augustum&lt;br /&gt;
| http://www.postaugustum.com/journal/&lt;br /&gt;
| HTML/PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Ancient / Byzantine&lt;br /&gt;
| Journal on late antiquity (Greek/EN).&lt;br /&gt;
|-&lt;br /&gt;
| Λεξικό Λειψίας (PDF sample)&lt;br /&gt;
| http://research.uni-leipzig.de/giannis/Philosophie/Gedicht%204.pdf&lt;br /&gt;
| PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Ancient / Modern&lt;br /&gt;
| Sample PDF (reference/teaching).&lt;br /&gt;
|-&lt;br /&gt;
| Λεξικό Τριανταφυλλίδη (Πύλη)&lt;br /&gt;
| http://www.greek-language.gr/greekLang/modern_greek/tools/lexica/triantafyllides/&lt;br /&gt;
| HTML&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Modern Greek dictionary portal.&lt;br /&gt;
|-&lt;br /&gt;
| Λεξικό της ελληνικής ως ξένης γλώσσας (PDF)&lt;br /&gt;
| http://www.diapolis.auth.gr/diapolis_files/drasi9/ypodrasi9.2b_2013/4_%CE%A7%CF%81%CE%AE%CF%83%CE%B9%CE%BC%CE%B5%CF%82%20%CE%A3%CF%85%CE%BD%CE%B4%CE%AD%CF%83%CE%B5%CE%B9%CF%82%20&amp;amp;%20%CE%A5%CF%80%CE%BF%CF%83%CF%84%CE%B7%CF%81%CE%B9%CE%BA%CF%84%CE%B9%CE%BA%CF%8C%20%CF%85%CE%BB%CE%B9%CE%BA%CF%8C/4.7_%CE%9B%CE%B5%CE%BE%CE%B9%CE%BA%CE%AC/%CE%9B%CE%B5%CE%BE%CE%B9%CE%BA%CF%8C%20%CE%95%CE%BB%CE%BB%CE%B7%CE%BD%CE%B9%CE%BA%CE%AE%CF%82%20%CF%89%CF%82%20%CE%BE%CE%AD%CE%BD%CE%B7%CF%82.pdf&lt;br /&gt;
| PDF&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| PDF resource (AUTH Diapolis).&lt;br /&gt;
|-&lt;br /&gt;
| Βικιλεξικό: Πηγές ελεύθερης πρόσβασης&lt;br /&gt;
| https://el.wiktionary.org/wiki/%CE%92%CE%B9%CE%BA%CE%B9%CE%BB%CE%B5%CE%BE%CE%B9%CE%BA%CF%8C:%CE%92%CE%B9%CE%B2%CE%BB%CE%B9%CE%BF%CE%B8%CE%AE%CE%BA%CE%B7/%CE%A0%CE%B7%CE%B3%CE%AD%CF%82_%CE%B5%CE%BB%CE%B5%CF%8D%CE%B8%CE%B5%CF%81%CE%B7%CF%82_%CF%80%CF%81%CF%8C%CF%83%CE%B2%CE%B1%CF%83%CE%B7%CF%82&lt;br /&gt;
| HTML/links&lt;br /&gt;
| CC BY-SA&lt;br /&gt;
| —&lt;br /&gt;
| Modern&lt;br /&gt;
| Index of open Greek linguistic/text resources.&lt;br /&gt;
|-&lt;br /&gt;
| TOTAL (approx., unique after deduplication)&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| —&lt;br /&gt;
| 360–590&lt;br /&gt;
| All&lt;br /&gt;
| Estimated unique Greek text volume (GB).&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=%CE%9A%CE%B1%CF%84%CE%AC%CE%BB%CE%BF%CE%B3%CE%BF%CF%82_%CE%A0%CE%B7%CE%B3%CF%8E%CE%BD_%CE%95%CE%BB%CE%BB%CE%B7%CE%BD%CE%B9%CE%BA%CF%8E%CE%BD_%CE%9A%CE%B5%CE%B9%CE%BC%CE%AD%CE%BD%CF%89%CE%BD_-_GlossAPI_Backlog&amp;diff=2448</id>
		<title>Κατάλογος Πηγών Ελληνικών Κειμένων - GlossAPI Backlog</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=%CE%9A%CE%B1%CF%84%CE%AC%CE%BB%CE%BF%CE%B3%CE%BF%CF%82_%CE%A0%CE%B7%CE%B3%CF%8E%CE%BD_%CE%95%CE%BB%CE%BB%CE%B7%CE%BD%CE%B9%CE%BA%CF%8E%CE%BD_%CE%9A%CE%B5%CE%B9%CE%BC%CE%AD%CE%BD%CF%89%CE%BD_-_GlossAPI_Backlog&amp;diff=2448"/>
		<updated>2025-11-03T07:32:30Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Title&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | URL&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Format&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Licence&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Size (GB)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Domain&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Notes&lt;br /&gt;
|-&lt;br /&gt;
| Perseus Digital Library&lt;br /&gt;
| [https://www.perseus.tufts.edu/hopper/opensource perseus.tufts.edu]&lt;br /&gt;
| TEI/XML, morph&lt;br /&gt;
| CC BY-SA&lt;br /&gt;
| &amp;lt;span data-sort-value=&amp;quot;15&amp;quot;&amp;gt;15–20&amp;lt;/span&amp;gt;&lt;br /&gt;
| Ancient&lt;br /&gt;
| Core classical Greek; downloadable datasets &amp;amp; tools.&lt;br /&gt;
|-&lt;br /&gt;
| Open Greek and Latin (OGL)&lt;br /&gt;
| [https://opengreekandlatin.github.io/ opengreekandlatin.github.io]&lt;br /&gt;
| TEI/XML&lt;br /&gt;
| CC (varies)&lt;br /&gt;
| &amp;lt;span data-sort-value=&amp;quot;25&amp;quot;&amp;gt;25–30&amp;lt;/span&amp;gt;&lt;br /&gt;
| Ancient / Byzantine&lt;br /&gt;
| Expanded corpus incl. late antiquity &amp;amp; Byzantine; overlaps with Perseus.&lt;br /&gt;
|-&lt;br /&gt;
| First1KGreek (Harvard CHS)&lt;br /&gt;
| [https://github.com/First1KGreek github.com/First1KGreek]&lt;br /&gt;
| TEI/XML (Git)&lt;br /&gt;
| CC BY 4.0&lt;br /&gt;
| &amp;lt;span data-sort-value=&amp;quot;8&amp;quot;&amp;gt;8–12&amp;lt;/span&amp;gt;&lt;br /&gt;
| Ancient / Byzantine&lt;br /&gt;
| First millennium Greek works (TEI-encoded).&lt;br /&gt;
|-&lt;br /&gt;
| Ancient Greek Dependency Treebank (AGDT)&lt;br /&gt;
| [https://github.com/PerseusDL/treebank_data github.com/PerseusDL/treebank_data]&lt;br /&gt;
| CoNLL, XML&lt;br /&gt;
| CC BY-SA&lt;br /&gt;
| &amp;lt;span data-sort-value=&amp;quot;0.1&amp;quot;&amp;gt;&amp;amp;lt;0.1&amp;lt;/span&amp;gt;&lt;br /&gt;
| Ancient&lt;br /&gt;
| Parsed/labeled data aligned to classical texts.&lt;br /&gt;
|-&lt;br /&gt;
| Scaife Viewer Corpus&lt;br /&gt;
| [https://scaife.perseus.org/ scaife.perseus.org]&lt;br /&gt;
| API/JSON, TEI&lt;br /&gt;
| CC (where applicable)&lt;br /&gt;
| &amp;lt;span data-sort-value=&amp;quot;0&amp;quot;&amp;gt;—&amp;lt;/span&amp;gt;&lt;br /&gt;
| Ancient&lt;br /&gt;
| API access to Perseus/OGL corpora.&lt;br /&gt;
|-&lt;br /&gt;
| Thesaurus Linguae Graecae (TLG)&lt;br /&gt;
| [https://stephanus.tlg.uci.edu/ stephanus.tlg.uci.edu]&lt;br /&gt;
| Platform (TEI/TXT)&lt;br /&gt;
| Licensed (institutional)&lt;br /&gt;
| &amp;lt;span data-sort-value=&amp;quot;0&amp;quot;&amp;gt;—&amp;lt;/span&amp;gt;&lt;br /&gt;
| Ancient / Byzantine&lt;br /&gt;
| Comprehensive corpus; subscription access.&lt;br /&gt;
|-&lt;br /&gt;
| Dumbarton Oaks Hagiography Database&lt;br /&gt;
| [https://www.doaks.org/resources/hagiography doaks.org/resources/hagiography]&lt;br /&gt;
| TEI, HTML&lt;br /&gt;
| Open access&lt;br /&gt;
| &amp;lt;span data-sort-value=&amp;quot;3&amp;quot;&amp;gt;3–5&amp;lt;/span&amp;gt;&lt;br /&gt;
| Byzantine&lt;br /&gt;
| Hagiographic texts &amp;amp; prosopography.&lt;br /&gt;
|-&lt;br /&gt;
| Patrologia Graeca – Documenta Catholica Omnia&lt;br /&gt;
| [http://www.documentacatholicaomnia.eu/ documentacatholicaomnia.eu]&lt;br /&gt;
| HTML, PDF/TXT&lt;br /&gt;
| Public domain&lt;br /&gt;
| &amp;lt;span data-sort-value=&amp;quot;40&amp;quot;&amp;gt;40–60&amp;lt;/span&amp;gt;&lt;br /&gt;
| Byzantine&lt;br /&gt;
| Patristic Greek; OCR quality varies.&lt;br /&gt;
|-&lt;br /&gt;
| mC4 (Greek subset)&lt;br /&gt;
| [https://www.tensorflow.org/datasets/catalog/c4 tensorflow.org/datasets/catalog/c4]&lt;br /&gt;
| TFDS/TXT (derived)&lt;br /&gt;
| Research use (see card)&lt;br /&gt;
| &amp;lt;span data-sort-value=&amp;quot;340&amp;quot;&amp;gt;340–430&amp;lt;/span&amp;gt;&lt;br /&gt;
| Modern&lt;br /&gt;
| Large web corpus; needs filtering &amp;amp; deduplication.&lt;br /&gt;
|-&lt;br /&gt;
| OSCAR 23.01 (Greek)&lt;br /&gt;
| [https://huggingface.co/datasets/oscar-corpus/OSCAR-2301 huggingface.co/datasets/oscar-corpus/OSCAR-2301]&lt;br /&gt;
| JSONL/TXT&lt;br /&gt;
| CC BY 4.0&lt;br /&gt;
| &amp;lt;span data-sort-value=&amp;quot;70&amp;quot;&amp;gt;70–85&amp;lt;/span&amp;gt;&lt;br /&gt;
| Modern&lt;br /&gt;
| Cleaned Common Crawl (Greek portion).&lt;br /&gt;
|-&lt;br /&gt;
| ELRC-SHARE (Greek Parallel)&lt;br /&gt;
| [https://elrc-share.eu/ elrc-share.eu]&lt;br /&gt;
| TMX, XML, TXT&lt;br /&gt;
| Varies (per corpus)&lt;br /&gt;
| &amp;lt;span data-sort-value=&amp;quot;5&amp;quot;&amp;gt;5–10&amp;lt;/span&amp;gt;&lt;br /&gt;
| Modern&lt;br /&gt;
| Parallel corpora for admin/law/education.&lt;br /&gt;
|-&lt;br /&gt;
| OPUS (Greek Parallel Corpora)&lt;br /&gt;
| [https://opus.nlpl.eu/ opus.nlpl.eu]&lt;br /&gt;
| TMX, TXT&lt;br /&gt;
| Open (varies)&lt;br /&gt;
| &amp;lt;span data-sort-value=&amp;quot;0&amp;quot;&amp;gt;—&amp;lt;/span&amp;gt;&lt;br /&gt;
| Modern&lt;br /&gt;
| Multiple bilingual corpora (e.g., OpenSubtitles, DGT, etc.).&lt;br /&gt;
|-&lt;br /&gt;
| Wikimedia dumps (elwiki, elwiktionary)&lt;br /&gt;
| [https://dumps.wikimedia.org/ dumps.wikimedia.org]&lt;br /&gt;
| XML, SQL (bz2)&lt;br /&gt;
| CC BY-SA 3.0&lt;br /&gt;
| &amp;lt;span data-sort-value=&amp;quot;5&amp;quot;&amp;gt;5–10&amp;lt;/span&amp;gt;&lt;br /&gt;
| Modern&lt;br /&gt;
| Encyclopedic &amp;amp; lexical data (Greek).&lt;br /&gt;
|-&lt;br /&gt;
| Κάλλιπος – Ανοικτά Ακαδημαϊκά Συγγράμματα&lt;br /&gt;
| [https://repository.kallipos.gr/ repository.kallipos.gr]&lt;br /&gt;
| PDF, EPUB&lt;br /&gt;
| CC BY / CC&lt;br /&gt;
| &amp;lt;span data-sort-value=&amp;quot;2&amp;quot;&amp;gt;2–5&amp;lt;/span&amp;gt;&lt;br /&gt;
| Modern&lt;br /&gt;
| Greek open textbooks &amp;amp; OER.&lt;br /&gt;
|-&lt;br /&gt;
| Εθνικό Αρχείο Ιστού (ΕΒΕ)&lt;br /&gt;
| [https://webarchive.nlg.gr/ webarchive.nlg.gr]&lt;br /&gt;
| WARC/HTML (portal)&lt;br /&gt;
| Research access / terms&lt;br /&gt;
| &amp;lt;span data-sort-value=&amp;quot;200&amp;quot;&amp;gt;200–400&amp;lt;/span&amp;gt;&lt;br /&gt;
| Modern&lt;br /&gt;
| Archived Greek web content (portal access).&lt;br /&gt;
|-&lt;br /&gt;
| Ανοικτή Βιβλιοθήκη (Openbook)&lt;br /&gt;
| [https://www.openbook.gr/ openbook.gr]&lt;br /&gt;
| HTML, PDF, EPUB&lt;br /&gt;
| Varies (often CC/open)&lt;br /&gt;
| &amp;lt;span data-sort-value=&amp;quot;0&amp;quot;&amp;gt;—&amp;lt;/span&amp;gt;&lt;br /&gt;
| Modern&lt;br /&gt;
| Repository of freely available Greek books.&lt;br /&gt;
|-&lt;br /&gt;
| Αποθετήριο Εκπαιδευτικού περιεχομένου για την Ακρόπολη&lt;br /&gt;
| [http://repository.acropolis-education.gr/acr_edu/?locale=el repository.acropolis-education.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| Educational / varies&lt;br /&gt;
| &amp;lt;span data-sort-value=&amp;quot;0&amp;quot;&amp;gt;—&amp;lt;/span&amp;gt;&lt;br /&gt;
| Modern&lt;br /&gt;
| Educational materials related to Acropolis.&lt;br /&gt;
|-&lt;br /&gt;
| Ανέμη – Ψηφιακή Βιβλιοθήκη Νεοελληνικών Σπουδών&lt;br /&gt;
| [http://anemi.lib.uoc.gr/?lang=el anemi.lib.uoc.gr]&lt;br /&gt;
| HTML, PDF&lt;br /&gt;
| Varies&lt;br /&gt;
| &amp;lt;span data-sort-value=&amp;quot;0&amp;quot;&amp;gt;—&amp;lt;/span&amp;gt;&lt;br /&gt;
| Modern&lt;br /&gt;
| Digitized books/periodicals (UOC library).&lt;br /&gt;
|-&lt;br /&gt;
| ΑΠΟΛΛΩΝΙΣ – Εθνική Υποδομή Ψηφιακών Ανθρωπιστικών&lt;br /&gt;
| [https://apollonis-infrastructure.gr/ apollonis-infrastructure.gr]&lt;br /&gt;
| Portal / aggregator&lt;br /&gt;
| &amp;lt;span data-sort-value=&amp;quot;0&amp;quot;&amp;gt;—&amp;lt;/span&amp;gt;&lt;br /&gt;
| &amp;lt;span data-sort-value=&amp;quot;0&amp;quot;&amp;gt;—&amp;lt;/span&amp;gt;&lt;br /&gt;
| Mixed&lt;br /&gt;
| Links to many Greek DH repositories.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2025_proposed_ideas&amp;diff=2322</id>
		<title>Google Summer of Code 2025 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2025_proposed_ideas&amp;diff=2322"/>
		<updated>2025-03-04T11:34:43Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Expanding HassIO smart home capabilities via low-code automation development&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Smart environments are becoming quite popular in the home setting consisting of a broad range of connected devices. While offering a novel set of possibilities, this also contributes to the complexity of the environment, posing new challenges to allowing the full potential of a sensorized home to be made available to users. SmAuto, is a Domain Specific Language (DSL) that enables users to program complex automation scenarios and pipelines, for connected IoT devices in smart environments, that go beyond simple tasks. It was initially developed by the ISSEL research team (AUTH) as textual DSL and later evolved into a web-based low-code development environment. SmAuto lacks extra features like utilization of external REST data sources, time delays, semantic annotation, and accessing of in-house entities, etc., thus it should be expanded in this direction. Furthermore, HomeAssistant would benefit from the integration of a low-code approach for rapidly developing and deploying automations, using the entities existing in a smart environment.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
• In the context of this project, we desire to expand the SmAuto DSL with the following features: a) support the REST protocol, so as for the automations to be able to access information from external data sources, b) incorporate auxiliary concepts like Delay, Switches, or Compute nodes, c) SmAuto integration in HA. The integration of SmAuto and HomeAssistant should occur, by creating a new open-source HA addon, where users will be able to design and deploy automations graphically, using the SmAuto low-code environment.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/robotics-4-all/smauto, https://www.home-assistant.io/ &lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
[Required]: Python, Software engineering, IoT concepts, Unix/Linux, &lt;br /&gt;
[Desired]: Model Driven Engineering, HomeAssistant, Docker&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
&lt;br /&gt;
Konstantinos Panayiotou, Emmanouil Tsardoulias, Andreas Symeonidis&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;A Tool for Visualizing the Arguments, Sentiments and User Interactions of Online Discussions&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
In recent years, the analysis and visualization of dialogue have gained prominence in fields such as computational linguistics, social sciences, and human-computer interaction. The ability to model, analyze, and visualize real-life discussions provides valuable insights into the flow of conversations, the exchange of arguments, and the sentiments conveyed. Such visualizations can improve the understanding of complex discussions, foster decision-making, and even help develop better AI systems for facilitating or mediating discussions. We are particularly interested in online text-only discussions (e.g. on platforms like Reddit).&lt;br /&gt;
&lt;br /&gt;
Various tools and platforms have been developed in order to facilitate structured discussions and multi-party decision making. Kialo is an online, structured debate platform, where the use of argumentation is the central component. It allows the construction of argument maps, in the form of trees. It promotes thoughtful discussion, understanding of different viewpoints and collaborative decision-making, through visualizations of argument maps. &lt;br /&gt;
&lt;br /&gt;
Debategraph is another online structured debate platform, using more complex graphs, called &amp;amp;amp;quot;mind-maps&amp;amp;amp;quot;, where arguments are interconnected in a web-like structure. It allows an even wider choice of visualizations of relationships between ideas.&lt;br /&gt;
&lt;br /&gt;
DebateVis is a tool that can help non-expert users explore and analyze debate transcripts. Given a transcript, the tool produces: (a) an Interactions Graph that summarizes how often each candidate spoke overall, mentioned other candidates and discussed each topic, (b) an Annotated Transcript with automatically extracted topic labels and speaker interactions, (c) a Timeline visualization providing an overview of the debate. &lt;br /&gt;
&lt;br /&gt;
Finally, VisArgue is a framework proposing a range of visualizations of dialogues, including: Lexical Episode Plots (a timeline representation of the topics discussed), (b) Conversational Topic Visualizations, representing the shifting of focus of individual user on topics, (c) various statistics measuring user participation, respect, justification and accommodation, (d) Lexical Units, which are timeline representations of features such as the amount of argumentation and emotions.&lt;br /&gt;
&lt;br /&gt;
Although tools such as the above offer important functionality, there are still issues: in most cases, either the source code is not available, or integration with new projects is not seamless, or it is difficult to parameterize the output. Furthermore, the tools above focus mostly on debate, whereas we are also interested in other types of online discussions (e.g. deliberation to improve legislation bills, non-adversarial discussions for intra-company decision making).&lt;br /&gt;
&lt;br /&gt;
Therefore, this project’s goal is the design and implementation of an open source tool for visualizing and analyzing real-life, online, text-only discussions, exploring subjects like: topics discussed, arguments exchanged and emotions conveyed. The project will also explore how these visualizations can be leveraged for improving public understanding of contentious issues, academic discourse, and online discussion platforms.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Project Objectives / Contributions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- Select, from the literature, prominent dialogue visualization approaches / ideas (e.g. styles of graph-based, or timeline-based, visualizations used) to represent various aspects of real-life online discussions and collect available libraries (not necessarily discussion-specific) that can be used to implement them (e.g. Gephi, NetworkX).&lt;br /&gt;
&lt;br /&gt;
- Explore the open-source toolkits being developed in the Archimedes project “LLM3: LLMs as mediators and moderators” to measure dialogue quality aspects (e.g., sentiment, politeness, topics, user participation) and select those that can provide useful meta-data for visualizing on-line discussions.&lt;br /&gt;
&lt;br /&gt;
- Develop a tool capable of ingesting data from real-life online discussions generating relevant meta-data (possibly by calling other toolkits) and producing the desired visualizations of the discussions.&lt;br /&gt;
&lt;br /&gt;
- Potentially, evaluate the effectiveness of the tool and its visualizations in making complex online discussions understandable to diverse audiences, such as researchers, mediators, or general users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Project Impact:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- A novel, easy-to-use, open source, visualization tool (with accompanying paper) for online, text-only discussions, that can help the analysis of discussions in different settings and domains (e.g. political discourse, academic debates, or customer feedback).&lt;br /&gt;
&lt;br /&gt;
- Expand the general understanding of how visualization techniques can make debates more accessible and informative (possibly also leading to a publication).&lt;br /&gt;
&lt;br /&gt;
  - Contribution to the Archimedes project “LLM3: LLMs as mediators and moderators” which aims to develop and evaluate LLM-based mediation agents that will actively participate in online discussions, with or without additional human mediation.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Types of Dialogue Visualizations:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The project will develop and explore several types of dialogue visualizations. Some are briefly described below. The contributor will be free to propose and implement new ones. &lt;br /&gt;
&lt;br /&gt;
    1) Timelines: they represent the chronological flow of a conversation, highlighting key moments such as topic shifts, argument introductions and emotional peaks. Possible Features: topic evolution over time, points of conflict or agreement, visual markers for significant events (e.g. emotional outbursts or resolution points).&lt;br /&gt;
&lt;br /&gt;
    2) Argumentation Graphs: they visualize the logical structure of arguments, including claims, counterclaims and evidence. Possible Features: nodes representing arguments or claims, edges denoting relationships (e.g., support, contradiction).&lt;br /&gt;
&lt;br /&gt;
    3) User Interaction Graphs: they map the relationships and interaction patterns between participants in the debate. Possible Features: nodes representing participants, weighted edges showing the frequency, tone, or sentiment of interactions, clusters indicating subgroups or coalitions in the dialogue.&lt;br /&gt;
&lt;br /&gt;
    4) Sentiment Heatmaps: they analyze and visualize the emotional dynamics of a conversation. Possible Features: color-coded intensity for positive, negative, or neutral sentiments, overlay with timeline or topic visualization for richer insights.&lt;br /&gt;
&lt;br /&gt;
    5) Topic Trees or Topic Flow Diagrams: they represent how topics are introduced, branched out, and revisited during the discussion. Possible Features: hierarchical or radial layouts for topic relationships, highlights of overlapping or transitioning topics.&lt;br /&gt;
&lt;br /&gt;
    6) Hybrid Visualizations: by combining multiple visualization techniques.&lt;br /&gt;
&lt;br /&gt;
Importance of Dialogue Visualizations:&lt;br /&gt;
&lt;br /&gt;
Dialogue visualizations, such as those presented above, can support:&lt;br /&gt;
&lt;br /&gt;
- Topic Analysis: by identifying the main topics discussed and their transitions over time, and by highlighting overlapping topics and their importance to the dialogue.&lt;br /&gt;
&lt;br /&gt;
- Argumentation Analysis: by understanding the logical flow of arguments, counterarguments, and evidence, and by identifying circular reasoning, weak arguments, or areas of agreement.&lt;br /&gt;
&lt;br /&gt;
- Sentiment Analysis: by visualizing the emotional tone of the conversation and its impact on the debate, and by examining whether certain sentiments correlate with specific topics or arguments.&lt;br /&gt;
&lt;br /&gt;
- Participant Dynamics: by mapping the influence and activity of each participant, and by analyzing interaction patterns (e.g., dominance, interruptions, alliances).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Methodology:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- Data Collection and Preparation:&lt;br /&gt;
&lt;br /&gt;
The tool should be able to ingest data from various online debate platforms (e.g. Reddit, 	Kialo), from political debate transcripts, from academic discourse, as well as from debates among LLM-agents. Since the format of raw data may vary, we propose the use of the Convokit tool in order to homogenise and preprocess the data.&lt;br /&gt;
&lt;br /&gt;
- Development of Visualization Prototypes:&lt;br /&gt;
&lt;br /&gt;
Tools/Technologies: Python (matplotlib, seaborn, Plotly), D3.js for web-based visualizations, or tools like Gephi for network analysis. Use natural language processing (NLP) libraries (e.g., spaCy, Hugging Face Transformers) for topic modeling, sentiment analysis, and argument mining, along with tools being 	developed at the LLM3 project of Archimedes.&lt;br /&gt;
&lt;br /&gt;
- User Feedback and Iterative Improvement:&lt;br /&gt;
&lt;br /&gt;
Test the outputs (visualizations) with researchers, mediators, or other stakeholders. Refine designs based on usability feedback and task-specific performance.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Evaluation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If time allows, the contributor will contribute in evaluating the effectiveness of their dialogue visualizations, in the context of Archimedes’ LLM3 project, by using them for both real-life and LLM-generated dialogues. Their output will be measured on clarity, usability and informativeness.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Desired Profile:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are looking for a contributor with the following characteristics:&lt;br /&gt;
&lt;br /&gt;
- Good programming skills in Python (experience in network analysis and / or NLP is a plus).&lt;br /&gt;
&lt;br /&gt;
- Experience (and interest for) coding visual representations of concepts with libraries such as: matplotlib, seaborn, Plotly, Gephi, D3.js. &lt;br /&gt;
&lt;br /&gt;
- Interest in the subject of human interaction through dialogue (more specifically, on themes such as: argumentation, topic identification, sentiment analysis).&lt;br /&gt;
&lt;br /&gt;
- A taste for concise, elegant and efficient solutions / visualizations.&lt;br /&gt;
&lt;br /&gt;
The contributor will be mentored/supported by members of the LLM3 project, the broader NLP group of Archimedes (&amp;lt;nowiki&amp;gt;https://archimedesai.gr/en/&amp;lt;/nowiki&amp;gt;), as well as the NLP Group (&amp;lt;nowiki&amp;gt;http://nlp.cs.aueb.gr/&amp;lt;/nowiki&amp;gt;) of the Department of Informatics, Athens University of Economics and Business. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Conclusion:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This GSOC project aims to develop an open-source tool that will make complex, online discussions more understandable, insightful, and actionable. By capturing the topics, arguments, sentiments, and participant dynamics, it will offer a comprehensive approach to online dialogue visualization that can benefit multiple fields, from education to public policy.&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://sites.google.com/view/llm3/home&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
A tool able to process real-life, text-only dialogues and produce selected visualizations capturing their essential points.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Dionysios Kontarinis (denniskont@gmail.com), Ion Androutsopoulos, Ioannis Pavlopoulos&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;PersonalAIs: Generative AI Agent for Personalized Music Recommendations&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
This project aims to develop an AI-powered agent that interacts with users in natural language to determine their emotional state and musical preferences in a conversational manner. The agent will then generate and refine music playlists accordingly. The system will integrate with the Spotify API to provide personalized recommendations based on user preferences, liked songs, and listening history. Users can opt-out of personal data usage for a more exploratory approach. The agent will also enable real-time conversational modifications to playlists, allowing users to tweak mood, energy, and genre preferences.&lt;br /&gt;
&lt;br /&gt;
==== Core Features &amp;amp; Technologies: ====&lt;br /&gt;
- Natural Language Processing (NLP): Used to determine user mood and preferences based on conversation.&lt;br /&gt;
&lt;br /&gt;
- Generative AI: Small LLM models hosted locally or accessed via an API key for dialogue generation.&lt;br /&gt;
&lt;br /&gt;
- Spotify API Integration: Authentication, playlist management, retrieval of user metadata (liked songs, playlists, etc.).&lt;br /&gt;
&lt;br /&gt;
- Frontend UI: A web-based chatbot interface similar to ChatGPT.&lt;br /&gt;
&lt;br /&gt;
- Backend Processing: Handles AI model interactions, API requests, and user session management.&lt;br /&gt;
&lt;br /&gt;
- Real-time Modifications: Users can refine recommendations by requesting changes in mood, genre, energy, etc.&lt;br /&gt;
&lt;br /&gt;
Sources &amp;amp;amp;amp;amp; References:&lt;br /&gt;
&lt;br /&gt;
- Spotify API Documentation: &amp;lt;nowiki&amp;gt;https://developer.spotify.com/documentation/web-api/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mood-Based Playlist Research:&lt;br /&gt;
&lt;br /&gt;
- Generating personalized music playlists based on mood and listening data&lt;br /&gt;
&lt;br /&gt;
- Moodify: Emotion recognition in songs for personalized recommendations&lt;br /&gt;
&lt;br /&gt;
Example Datasets:&lt;br /&gt;
&lt;br /&gt;
- Moodify Dataset (Spotify-based mood labels)&lt;br /&gt;
&lt;br /&gt;
- Awesome Music Emotion Recognition (MER) Dataset Collection&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&#039;&#039;&amp;lt;/nowiki&amp;gt;- A full-stack AI agent (local hosted and/or API Key) that generates personalized music playlists based on user input.  - Integration with Spotify API for user authentication, playlist creation, and retrieval of user metadata.  - Real-time, conversational playlist modifications through a chatbot-style UI.  - Advanced mood detection using NLP or audio analysis. Integration with external music recommendation sources.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Knowledge Prerequisites&#039;&#039;&#039; ====&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&#039;&#039;&amp;lt;/nowiki&amp;gt;- Basics of Machine Learning and NLP.  - Experience with pre-trained generative models (e.g., GPT, BERT) and recommendation systems.  - Familiarity with APIs, particularly Spotify API.  - Frontend/backend development experience for a chatbot-style UI.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Giannis Prokopiou, Thanos Aidinis&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;OpenRF 3D&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
This project aims to bridge NVIDIA Sionna’s 6G simulation framework with Cesium’s 3D geospatial engine, enabling real-time, terrain-aware wireless network analysis. The student will develop a bidirectional WebSocket pipeline to dynamically stream Cesium’s elevation and 3D building data into Sionna, where channel models are enhanced to account for terrain-induced pathloss and urban blockages. Simultaneously, Sionna’s ray-traced outputs (e.g., signal strength, beamforming patterns) will be visualized in Cesium as interactive heatmaps and antenna coverage overlays. Key deliverables include a Python/JavaScript interface using Protocol Buffers for efficient data serialization, integration of 3GPP TR38.901 models with real-world terrain, and Jupyter notebooks demonstrating urban/rural 5G optimization.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
By the end of GSoC, this project will deliver a fully functional bidirectional WebSocket pipeline that integrates NVIDIA Sionna’s 6G simulation framework with Cesium’s 3D geospatial engine, enabling real-time, terrain-aware wireless network analysis. The system will dynamically stream Cesium’s elevation and 3D building data into Sionna, enhancing 3GPP TR38.901 propagation models with terrain-induced pathloss and urban blockages. Simultaneously, Sionna’s ray-traced outputs (signal strength, beamforming patterns) will be visualized in Cesium as interactive heatmaps and antenna coverage overlays. The project will develop an optimized Python/JavaScript interface using Protocol Buffers, ensuring low-latency, high-performance data exchange between Cesium and Sionna. Additionally, Jupyter notebooks will demonstrate urban/rural 5G optimization, beamforming analysis, and comparative studies of RF propagation models. The final deliverables will include a fully documented API, setup guides, and tutorials, contributing to the NVIDIA Sionna and Cesium open-source communities. This integration will significantly improve realism in RF simulations, allowing for next-generation 6G research, network optimization, and smart city planning.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/NVlabs/sionna, &lt;br /&gt;
https://github.com/CesiumGS/cesium&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
A developer with strong Python &amp;amp; JavaScript skills, and an understanding of real-time networking (WebSockets, Protobuf). Experience in wireless communications &amp;amp; 3D geospatial visualization, and prior exposure to Sionna, CesiumJS would be highly beneficial.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Ilias Chrysovergis (https://www.linkedin.com/in/ilias-chrysovergis/), Iason Malkotsis (https://malkotsis.com/)&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Exploring and Abstracting Triplestore Alternatives&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
&lt;br /&gt;
==== Objective ====&lt;br /&gt;
The primary objective of this project is to explore, analyze, and abstract various triplestore alternatives. The project aims to provide young programmers with a comprehensive understanding of different back-end alternatives that allow for storing data in triple format, commonly known as triplestores.&lt;br /&gt;
&lt;br /&gt;
==== Background ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
This project will involve a detailed exploration of various triplestore alternatives. The participants will perform rudimentary tests and benchmarks on these alternatives to understand their performance, scalability, and other key features.&lt;br /&gt;
&lt;br /&gt;
The ultimate goal is to develop a library that can act as an abstraction layer for these triplestore alternatives. This library will &amp;quot;hide&amp;quot; the underlying implementation, allowing developers to switch between different triplestores without changing their application code. This abstraction layer can be compared to a library abstracting various specific relational database management systems, all providing very similar functionality, like supporting SQL.&lt;br /&gt;
&lt;br /&gt;
==== Methodology ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Research:&#039;&#039; Identify and study various triplestore alternatives. Understand their architecture, features, and limitations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Testing:&#039;&#039; Perform rudimentary tests and benchmarks on the identified triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Analysis:&#039;&#039; Analyze the test results to understand the performance and scalability of each alternative.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Development:&#039;&#039; Develop an abstraction layer that can interface with the various triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Documentation:&#039;&#039; Document the findings and the usage of the developed library.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a well-documented library that can act as an abstraction layer for various triplestore alternatives. This will provide developers with the flexibility to choose the most suitable triplestore for their specific needs without having to modify their application code.&lt;br /&gt;
&lt;br /&gt;
==== Conclusion ====&lt;br /&gt;
This project will not only enhance the understanding of participants about triplestore alternatives but also equip them with the skills to develop an abstraction layer, thereby broadening their programming skills and knowledge.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
Related repositories&lt;br /&gt;
&lt;br /&gt;
New project, no existing repo available.&lt;br /&gt;
&lt;br /&gt;
==== Information links ====&lt;br /&gt;
- [[wikipedia:Triplestore|Triplestore]]&lt;br /&gt;
- [[wikipedia:Semantic_triple|Triples]]&lt;br /&gt;
- [[wikipedia:SPARQL|Query language]]&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Python (mandatory). Other programming languages like C, Go, Rust, Java, might prove useful.&lt;br /&gt;
&lt;br /&gt;
==== Mentors:Alexios Zavras, TBD====&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Flexible GovDoc Scanner&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
The goal of this project is to develop the Flex GovDoc Scanner, an application that leverages the Node.js stack, AI tools, and cloud services to transform public incorporation documents from Greece&#039;s business portal (ΓΕΜΗ, &amp;lt;nowiki&amp;gt;https://publicity.businessportal.gr/&amp;lt;/nowiki&amp;gt;) into structured, searchable data. This project aims to facilitate access to essential company information, such as legal representatives, board members, and incorporation history, by offering advanced discovery capabilities through a REST service.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Project Overview:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- Crawl and Index Public Documents: &lt;br /&gt;
&lt;br /&gt;
  Develop a robust crawling mechanism to gather all relevant PDF documents from the ΓΕΜΗ portal while ensuring compliance with legal standards.&lt;br /&gt;
&lt;br /&gt;
- Extract and Structure Metadata: &lt;br /&gt;
&lt;br /&gt;
  Utilize AI and OCR technologies to extract key metadata from these documents and store them in a structured format.&lt;br /&gt;
&lt;br /&gt;
- REST Service for Metadata Search: &lt;br /&gt;
&lt;br /&gt;
  Create an efficient REST API to provide users with search functionalities on the extracted metadata, enabling easy access and analysis.&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/flexivian/govdoc-scanner&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&#039;&#039;&amp;lt;/nowiki&amp;gt;- Implement a nodejs application to Crawl and Index Public Documents, utilize an opensource DB optimized for documents - Enhance the application with AI and OCR capabilities to extract metadata from scanned documents - Implement a REST API using nodejs to provide users with search functionalities on the extracted metadata, enabling easy access and analysis.&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
nodejs, docker, git , AI concepts and tools, NLP, OCR, RESTful API design and implementation, Knowledge of databases (SQL or NoSQL)&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
iskitsas@gmail.com, vasilisnx@gmail.com &lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Extending the capabilities of OpenTRIM&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
OpenTRIM is a new open-source code for simulating the passage of energetic ions through materials and calculating the associated modifications and damage that they cause to the these materials. It is based on the kinetic Monte-Carlo method and employs the Binary Collision Approximation to describe the interaction between ions and target atoms. OpenTRIM comprises of a set of C++ libraries, a command line program for executing simulations in batch mode and a Qt-based graphical user interface that can be used to configure &amp;amp;amp;amp;amp; run a simulation and evaluate the results. Currently, there are various parts of OpenTRIM where work is needed for improving and extending the capabilities of the code.  &lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
1. Extend the base C++ simulation code to include new capabilities for user-defined “tallies”, i.e., scoring tables where data from the simulation are extracted as a function of ion energy, position, direction or other possible optional variables.  2. Create a tool for 2D or 3D visualization of the simulated ion trajectories. 3. Write a number of example simulations, complete with the required input files and evaluation of the output results, which will become a part of the code documentation.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Depending on the proposal&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/ir2-lab/OpenTRIM&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
C++, Qt (optional), OpenGL (optional)&lt;br /&gt;
&lt;br /&gt;
==== Mentors:====&lt;br /&gt;
George Apostolopoulos (&amp;lt;nowiki&amp;gt;https://github.com/gapost&amp;lt;/nowiki&amp;gt;), Michail Axiotis (&amp;lt;nowiki&amp;gt;https://github.com/psaxioti&amp;lt;/nowiki&amp;gt;), Eleni Mitsi (&amp;lt;nowiki&amp;gt;https://github.com/elmitsi&amp;lt;/nowiki&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Cleaning of HPLT Greek v2 Dataset for GlossApi LLM&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Cleanup of the Greek datasets at https://hplt-project.org/datasets/v2.0. The cleanup will be done with the help of the glossAPI team.   &lt;br /&gt;
&lt;br /&gt;
For methodology see https://huggingface.co/spaces/HuggingFaceFW/blogpost-fineweb-v1&amp;amp;#x20;.  &lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
The goal is to isolate from the html Greek text with normal grammar and complete sentences (not fragmented).&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Depending on the proposal&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/eellak/glossapi&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Python, βιβλιοθήκες NLP&lt;br /&gt;
&lt;br /&gt;
==== Mentors:====&lt;br /&gt;
Foivos Karounos, Nikolaos Vidras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Add SAML and OpenID Connect support to Consul Democracy&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Consul Democracy is a web-based citizen participation tool written in Ruby, using the Ruby on Rails framework. Consul Democracy is licensed under the AGPL and its installations are decentralized, meaning there are more than 200 institutions across the world running their own independent server and using a custom version of Consul Democracy. Some of these institutions have authentication solutions based on either SAML or OpenID Connect; however, there&#039;s no built-in support for these authentication solutions in Consul Democracy, so each institution has to build their own.&lt;br /&gt;
&lt;br /&gt;
In Ruby, the OmniAuth library provides a standard way to manage multi-provider authentication. Consul Democracy currently uses several Ruby gems, all based on OmniAuth, to provide authentication via Facebook, Google, Twitter/X and WordPress. There&#039;s been an attempt at providing SAML support using the omniauth-saml Ruby gem, but its development hasn&#039;t been finished due to the lack of a SAML platform to test against.&lt;br /&gt;
&lt;br /&gt;
Consul Democracy also supports multitenancy, meaning the same application can be used to manage several institutions (with different domains or subdomains). For authentication using Facebook, Google, Twitter/X or WordPress, Consul Democracy provides the option to use the same configuration for each institution, to use different configurations for different institutions, or a mix of both (one default configuration which can be overwritten per institution).&lt;br /&gt;
&lt;br /&gt;
The aim of this proposal is to provide generic SAML and OpenID Connect authentication solutions in Consul Democracy so a variety of institutions can easily integrate their existing authentication platform.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Make it possible to authenticate in Consul Democracy using a SAML service &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Make it possible to authenticate in Consul Democracy using an OpenID Connect service  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Both SAML and OpenID Connect solutions must allow different configurations for different institutions in a multitenant environment  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Both SAML and OpenID Connect solutions should be flexible enough so institutions don&#039;t have to change the source code in order to configure their service  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; The source code of the SAML and OpenID Connect solutions should be similar to the source code of the existing Facebook, Google, Twitter/X and WordPress solutions  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Update the documentation with instructions on how to configure SAML and OpenID Connect &lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Medium Size 175 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/consuldemocracy/consuldemocracy&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; SAML and OpenID Connect authentication configuration * (Optional) Ruby on Rails and OmniAuth authentication&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
Javier Martín - &amp;lt;nowiki&amp;gt;https://github.com/javierm&amp;lt;/nowiki&amp;gt;, Sebastià Roig - &amp;lt;nowiki&amp;gt;https://github.com/taitus&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Docker for Consul Democracy citizen participation platform&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Consul Democracy is a web-based citizen participation tool written in Ruby, using the Ruby on Rails framework. Consul Democracy is licensed under the AGPL and its installations are decentralized, meaning there are more than 200 institutions across the world running their own independent server and using a custom version of Consul Democracy. That means Consul Democracy developers don&#039;t have access to production machines, and so Consul Democracy must be as simple to install and maintain as possible so anyone can do it no matter how familiar they are with the technologies used by Consul Democracy.&lt;br /&gt;
&lt;br /&gt;
Currently, Consul Democracy is installed on production by running an ansible-based installer which installs all the project dependencies on a Debian GNU/Linux or Ubuntu Linux server. Deployment of new developments is then done using Capistrano.&lt;br /&gt;
&lt;br /&gt;
The source code of Consul Democracy contains a Dockerfile and a docker-compose.yml file that are exclusively meant for the development environment, in order to make it easier for developers who are familiar with Docker to contribute to the project. However, there&#039;s currently no way to deploy to a production environment using Docker, which is inconvenient for institutions who don&#039;t use Debian or Ubuntu on their servers, or for institutions who have adopted Docker as their preferred way to setup their servers. The main goal of this proposal is to solve this issue. Since 2024, Ruby on Rails applications are configured to use Kamal by default as a solution to deploy to production using a Docker container. To our knowledge, this would be the most simple solution to our problem.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a third kind of Docker integration, which uses a devcontainer to allow developers to use tools like GitHub Codespaces to run the application in a development environment, which is also configured by default in new Rails applications since 2024, and we&#039;d like to enable this option in Consul Democracy.&lt;br /&gt;
&lt;br /&gt;
With this developments, we could enable many more municipalities to utilise digital citizen participation - and thus offer their citizens greater involvement in the development of their cities. &lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Make it possible to install and deploy Consul Democracy applications using Docker in the most simple way (probably with Kamal)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Add a devcontainer for integration with GitHub Codespaces &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Make sure the current development setup with Docker keeps working after the previous additions *&lt;br /&gt;
&lt;br /&gt;
The configuration files for all three environments mentioned above should have as little duplicate code as possible so they&#039;re easy to maintain &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Update the technical documentation for both development and production environments&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Medium Size 175 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/consuldemocracy/consuldemocracy&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Experience deploying to production environments using Docker &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; (Optional) Experience using Docker in Ruby on Rails applications&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
Javier Martín - &amp;lt;nowiki&amp;gt;https://github.com/javierm&amp;lt;/nowiki&amp;gt;, Sebastià Roig - &amp;lt;nowiki&amp;gt;https://github.com/taitus&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Εxtending the apothesis factory pattern for seamless 2D and 3D lattice integration&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Overview&#039;&#039;&#039; ====&lt;br /&gt;
Apothesis is a generalized software for designing, simulating, and analyzing deposition processes using the kinetic Monte Carlo method. It consists of two main components: a lattice (e.g., simple cubic, HPC, etc.) and the processes (adsorption, desorption, diffusion, and surface reactions) that occur within it. Currently, Apothesis includes a factory-based mechanism for lattice creation, but this implementation is limited in scope, primarily focusing on basic lattice structures. To enhance its flexibility and scalability, this proposal aims to extend the factory pattern to support a broader range of 2D and 3D surfaces in a seamless and modular way. This extension will involve introducing specialized lattice factories tailored for different geometries, such as hexagonal, face-centered cubic, and custom surface representations, ensuring compatibility with kinetic Monte Carlo processes. Additionally, a dynamic factory registry system will be implemented, allowing new lattice types to be registered and instantiated at runtime without modifying the core system. This approach will not only improve adaptability but also facilitate user-defined lattice structures while preserving maintainability and efficiency. By refining the factory mechanism, Apothesis will provide a more robust framework for deposition process simulations, enabling researchers and engineers to explore a wider range of surface dynamics with greater ease.&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Related work&#039;&#039;&#039; ====&lt;br /&gt;
Apothesis already implements a factory pattern for lattice creation, but it needs to be expanded to support a broader range of 2D and 3D surfaces in a more seamless and flexible way. The current implementation primarily focuses on basic lattice structures, and extending it would involve introducing specialized factories for different geometries, such as hexagonal, face-centered cubic, and custom surface representations. Enhancing the factory pattern should include a more modular approach, allowing new lattice types to be dynamically registered and instantiated without modifying the core system. Additionally, ensuring that these new lattice structures fully integrate with kinetic Monte Carlo processes—such as adsorption, desorption, diffusion, and surface reactions—will be crucial for maintaining simulation accuracy and consistency. By refining the factory mechanism and introducing a more extensible registry system, Apothesis can achieve greater adaptability, making it easier for users to define and integrate new lattice types while preserving maintainability and scalability.&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Details of your coding project&#039;&#039;&#039; ====&lt;br /&gt;
A potential practical approach to extending the factory pattern in Apothesis for 2D and 3D surfaces involves creating a modular and extensible lattice generation system. This can be achieved by defining an abstract LatticeFactory that enforces a standard way of creating lattice structures while delegating specific implementations to derived factories. Specialized factories such as SimpleCubicLatticeFactory, HexagonalLatticeFactory, FCCLatticeFactory, and GrapheneLatticeFactory can be implemented to handle different lattice geometries while ensuring compatibility with kinetic Monte Carlo processes like adsorption, desorption, diffusion, and surface reactions. Each factory produces a lattice object implementing a common ILattice interface, encapsulating geometry, boundary conditions, and process compatibility. A dynamic factory registry mechanism allows runtime selection and registration of new lattice types, enabling users to introduce custom lattices without modifying the core code. This approach ensures scalability, flexibility, and maintainability by decoupling lattice creation from simulation logic while seamlessly supporting both 2D and 3D structures.&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Size&#039;&#039;&#039; ====&lt;br /&gt;
Large (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Skills&#039;&#039;&#039; ====&lt;br /&gt;
Required: C++, desing patters, experience with physicochemical based software&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Expected impact&#039;&#039;&#039; ====&lt;br /&gt;
The expected impact of extending the factory pattern in Apothesis includes enhanced flexibility, scalability, and efficiency in lattice creation for deposition process simulations. By introducing a more modular and extensible approach, researchers and engineers will be able to seamlessly integrate new 2D and 3D surface structures without modifying core code, reducing development time and increasing adaptability. The improved factory mechanism will ensure better compatibility with kinetic Monte Carlo processes, enabling more accurate and diverse simulations of adsorption, desorption, diffusion, and surface reactions. Additionally, the dynamic factory registry will foster customization and extensibility, allowing users to define and register their own lattice structures, thereby broadening the range of possible simulations. Overall, this enhancement will make Apothesis a more powerful and user-friendly tool, supporting advanced research, industrial applications, and innovation in surface science and material deposition technologies.&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Mentors&#039;&#039;&#039; ====&lt;br /&gt;
• Nikolaos (Nikos) Cheimarios &amp;lt;n.cheimarios at gmail.com&amp;gt; is a researcher with contributions in scientific software development. He has previous experience as mentor in 2020, 2022, 2023 and 2024. He is one of the authors of Apothesis, Chameleon software and several web-based scientific numerical applications.&lt;br /&gt;
&lt;br /&gt;
• Christianna Gatsiou &amp;lt;christianna.gatsiou at gmail.com&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Tests&#039;&#039;&#039; ====&lt;br /&gt;
Students, the following test will be helpful. • Easy: Compile and run Apothesis for the CO heterogeneous catalysis case. • Medium: Perform runs with SimpleCubic and HPC lattices. • Hard: Identify the part of code that creates the lattices. Briefly describe how you would implement the 2D graphene lattice. For tips and references contact the Mentors!&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;References&#039;&#039;&#039; ====&lt;br /&gt;
[1] N. Cheimarios, D. To, G. Kokkoris, G. Memos and A.G. Boudouvis “Monte Carlo &amp;amp; Kinetic Monte Carlo models for deposition processes: A review of recent works”, Frontiers in Physics, 9, 165 (2021).&lt;br /&gt;
&lt;br /&gt;
[2] N. Cheimarios, “Insights into the effect of growth on the Ziff-Gulari-Barshad model and the film properties”, Modelling and Simulation in Materials Science and Engineering, 31, 065007, (2023).&lt;br /&gt;
&lt;br /&gt;
[3] A.P.F Jansen, &amp;quot;An Introduction to Kinetic Monte Carlo Simulations of Surface Reactions&amp;quot;, Springer Berlin, Heidelberg, 2012. &amp;lt;nowiki&amp;gt;https://doi.org/10.1007/978-3-642-29488-4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[4] M. Andersen, C. Panosetti, K. Reuter, &amp;quot;A Practical Guide to Surface Kinetic Monte Carlo Simulations&amp;quot;, Frontiers in Chemistry, 7, 202 (2019).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Identifying transition points in the ZGB model using convolutional neural networks (CNNs)&#039;&#039;&#039; ==&lt;br /&gt;
Scientific computing for physical/chemical sciences and engineering edited this page 3 weeks ago ·&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Overview&#039;&#039;&#039; ====&lt;br /&gt;
In 1986, Ziff, Gulari, and Barshad introduced the ZGB model to computationally study the heterogeneous catalytic process of CO oxidation to CO₂ with O₂ on a metal surface (e.g., Pt). Using Monte Carlo simulations on a simple square lattice, with the partial pressure of CO, yCO, as the only parameter, they demonstrated that at low yCO values, the catalytic surface becomes poisoned (fully covered) by oxygen atoms, preventing the surface reaction and the conversion to CO₂. In this case, the system remains out of equilibrium. As yCO increases, at approximately y1 ≈ 0.389, the system transitions to an equilibrium state where CO begins to convert into CO₂. Further increasing yCO leads to a first-order, discontinuous phase transition at y2 ≈ 0.525, where CO conversion to CO₂ ceases again due to surface poisoning by CO atoms. In 1990, Jensen and Fogedby extended this model by incorporating diffusion phenomena, showing that the transition points shift depending on the diffusion rate, pd , but do not disappear. &lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Related work&#039;&#039;&#039; ====&lt;br /&gt;
Apothesis is a generalized open-source software for simulating heterogeneous catalysis and deposition processes via kMC. It is based on performing certain processes (adsorption, desorption, diffusion and surface reaction(s)) on lattices. Currently, Apothesis supports simple cubic, FCC, HPC and diamond lattices. It has been used to study both heterogeneous catalysis of CO and related type growth models [2].&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Details of your coding project&#039;&#039;&#039; ====&lt;br /&gt;
This works aims to predict the transition points using machine learning methods, specifically convolutional neural networks (CNNs), based on surfaces derived from kinetic Monte Carlo simulations from Apothesis at equilibrium states. For that, an outer shell to Apothesis must be build that will read the data from Apothesis and use it for training a CNN and then for the prediction of the transition points.&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Size&#039;&#039;&#039; ====&lt;br /&gt;
Large (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Skills&#039;&#039;&#039; ====&lt;br /&gt;
Required: Python, Tensorflow, experience with physicochemical based software&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Expected impact&#039;&#039;&#039; ====&lt;br /&gt;
The project will build an outer shell for Apothesis to be used in ML/AI applications.&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Mentors&#039;&#039;&#039; ====&lt;br /&gt;
&lt;br /&gt;
* Nikolaos (Nikos) Cheimarios &amp;lt;n.cheimarios at gmail.com&amp;gt; is a researcher with contributions in scientific software development. He has previous experience as mentor in GSoC 2020, 2022, 2023 and 2024. He is one of the authors of Apothesis, Chameleon software and several web-based scientific numerical applications.&lt;br /&gt;
* Konstantinos (Kostas) Eftaxias is a data scientist with more than 15 years of experience in research and industry applications. His main interests are computer vision, time series modelling/prediction and reinforcement learning.&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Tests&#039;&#039;&#039; ====&lt;br /&gt;
Students, the following test will be helpful. • Easy: Compile and run Apothesis for the CO heterogeneous catalysis case. • Medium: Take three surfaces (SurfaceSpecies_*.dat) generated by Apothesis and read it in Python. • Hard: Call Apothesis from Python and read the latest surface generated. For tips and references contact the Mentors!&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;References&#039;&#039;&#039; ====&lt;br /&gt;
[1] R. M. Ziff, E. Gulari, and Y. Barshad, Kinetic Phase Transitions in an Irreversible Surface-Reaction Model, Phys. Rev. Lett. 56, 2553 (1986).&lt;br /&gt;
&lt;br /&gt;
[2] I. Jensen and H. C. Fogedby, Kinetic Phase Transitions in a Surface-Reaction Model with Diffusion: Computer Simulations and Mean-Field Theory, Phys. Rev. A 42, 1969 (1990).&lt;br /&gt;
&lt;br /&gt;
[3] N. Cheimarios, Surface diffusion effects on the system and the film properties of a Ziff–Gulari–Barshad type growth model, Mat. Today Comm. 39, 109189 (2024).&lt;br /&gt;
&lt;br /&gt;
[4] N. Cheimarios, Mean field approximation of a surface-reaction growth model with dissociation, Phys. Lett. A 524, 129828 (2024).&lt;br /&gt;
&lt;br /&gt;
[5] Y. Bahri, J. Kadmon, J. Pennington, S. S. Schoenholz, J. Sohl-Dickstein, S. Ganguli, Statistical Mechanics of Deep Learning, Annu. Rev. Condens.Matter Phys. 11, 501 (2020).&lt;br /&gt;
&lt;br /&gt;
[6] D.W. Tola, M. Bekele, Machine Learning of Nonequilibrium Phase Transition in an Ising Model on Square Lattice, Condens. Matter 8, 83 (2023).&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;MyUni&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;big&amp;gt;Brief Explanation&amp;lt;/big&amp;gt; ====&lt;br /&gt;
There is a University App called MyUoM for Greek universities in https://my.uom.gr/ (followed by an effort in University of West Attica, https://iam.uniwa.gr/). While the app serves as a centralized platform for students and faculty, it currently lacks essential features such as a robust login system, a scalable backend architecture, and the ability to provide real-time updates from official university sources. Additionally, the app does not support a unified framework that allows other universities to easily integrate and customize the platform for their specific needs.&lt;br /&gt;
&lt;br /&gt;
This project aims to address these limitations by developing a modern, scalable backend architecture and integrating a &#039;&#039;&#039;Content Management System (CMS)&#039;&#039;&#039; to manage frequently changing information. The CMS will enable universities to easily update and distribute news, announcements, and other critical data in real time. Furthermore, the backend will be designed to fetch and synchronize real-time information directly from official university websites, ensuring accuracy and timeliness.&lt;br /&gt;
&lt;br /&gt;
A key goal of this project is to &#039;&#039;&#039;unify and standardize&#039;&#039;&#039; the efforts of existing implementations (e.g., MyUoM and UniWA) and create a modular, extensible framework that other universities can adopt with minimal effort. By doing so, we aim to foster collaboration among Greek universities and provide a seamless, feature-rich experience for students and faculty across the country.&lt;br /&gt;
&lt;br /&gt;
This project will not only enhance the functionality of the existing app but also lay the foundation for a national university platform that can be easily extended to support additional institutions, features, and services in the future.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;big&amp;gt;Expected Results.&amp;lt;/big&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Modular and Customizable Architecture:&#039;&#039;&#039; Develop a flexible, scalable structure that can be adapted to the unique needs of different universities. The system will allow each institution to fully customize the interface, content, and functionality to align with their specific requirements.&lt;br /&gt;
# &#039;&#039;&#039;Personalized Content and Homepage:&#039;&#039;&#039; Implement a dynamic homepage that displays customizable tiles and content, similar to a WordPress-style page builder. Institutions can personalize the content to highlight important information, announcements, or services.&lt;br /&gt;
# &#039;&#039;&#039;Student Portal:&#039;&#039;&#039; Create a dedicated student portal where all student-related data (personal information, academic records, etc.) will be centralized. This portal will serve as a one-stop reference point for students to access their information.&lt;br /&gt;
# &#039;&#039;&#039;Admin Panel for Customization:&#039;&#039;&#039; Build an intuitive admin panel that allows university administrators to define the appearance, content, and functionality of their institution&#039;s application. This will empower institutions to manage their app independently.&lt;br /&gt;
# &#039;&#039;&#039;Backend System for Data Management:&#039;&#039;&#039; Develop a robust backend system to handle all data, including student information, frequently updated content, and static resources (e.g., map images). The backend will ensure efficient data management and retrieval.&lt;br /&gt;
# &#039;&#039;&#039;Real-Time Data Integration:&#039;&#039;&#039; Set up a backend that fetches real-time information from official university sources (e.g., announcements, schedules) and integrates static resources to reduce frontend load and improve performance.&lt;br /&gt;
# &#039;&#039;&#039;TypeScript Rewrite for Maintainability:&#039;&#039;&#039; Rewrite the existing codebase in TypeScript to enhance code quality, maintainability, and scalability, ensuring the project is future-proof.&lt;br /&gt;
# &#039;&#039;&#039;Custom CMS for Dynamic Content:&#039;&#039;&#039; Create a custom Content Management System (CMS) consisting of both FrontEnd and BackEnd components. This CMS will allow universities to easily manage and update frequently changing information.&lt;br /&gt;
# &#039;&#039;&#039;Multi-Domain Support:&#039;&#039;&#039; Design a system where the application can be shared across multiple university domains by creating individual instances. This will enable seamless adoption by other institutions while maintaining customization for each.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Deliverables (before means to help us decide and after means at the end of GSoC)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
# Prepare the &amp;quot;[https://docs.google.com/document/d/17MpjqzQ6DgMBU_6DfDdploEPHA-M4JKvHoDSJ8_CTRU/edit?usp=sharing Analysis and design]&amp;quot; document. We want System Analysis, Feasibility Study, Business Procedures, User stories, EPICS, System Backlog, Requirements Analysis (before).&lt;br /&gt;
# Wireframes or mockups (before).&lt;br /&gt;
# Final [https://docs.google.com/document/d/17MpjqzQ6DgMBU_6DfDdploEPHA-M4JKvHoDSJ8_CTRU/edit?usp=sharing Analysis and design] document (after)&lt;br /&gt;
# Repository with the code (after).&lt;br /&gt;
# Docker image (after).&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Depending on the scope&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/Open-Source-UoM/MyUoM&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
    • React.js&lt;br /&gt;
    • Express.js (for BackEnd)&lt;br /&gt;
    • MySQL (for BackEnd)&lt;br /&gt;
    • JavaScript&lt;br /&gt;
    • TypeScript&lt;br /&gt;
    • Next.js (optional)&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Anastasios Tsalmas tsalmanastasios@gmail.com, &lt;br /&gt;
&lt;br /&gt;
Efstathios Iosifidis eiosifidis@gmail.com&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contact:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is a [https://lists.ellak.gr/gsoc-developers/listinfo.html list]. Please use the list. Write [myuni] as subject and cc both mentors. DON&#039;T send us messages to social media (including Linkedin).&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;GlossAPI&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
GlossAPI is an open source project seeking to develop a standard open access corpus of the Greek language, and benchmark it against existing and to-be-developed language models, with the objective of providing an upstream service to the Greek tech community.&lt;br /&gt;
The project is named after a portmandeau of the Greek word for &amp;quot;language&amp;quot; and &amp;quot;API&amp;quot; which creates a visual resemblance to the word Glossary in Greek.&lt;br /&gt;
This is to express our objective to provide an index of the Greek language via flexible programing interfaces.&lt;br /&gt;
&lt;br /&gt;
Greek is a language that is under-represented in existing LLMs, while it has a complex history, grammar and writing system. Our trials with existing models have shown lack of syntactic and semantic knowledge of advanced Greek and its nuances, and we have put forth a number of analyses showing that this poses a risk for digital divides, language extinction, and subpar experience for users of public services.&lt;br /&gt;
&lt;br /&gt;
To our knowledge other LLM projects that tackle the problem of the Greek language are either proprietary, closed code, narrow scope, or otherwise unfit for our purpose which is to provide publicly available, fully open source language models with respect to all code/weights/procedures/data.&lt;br /&gt;
We reach out and bring together people that have the expertise, the passion, the collections, or the hardware, to take part in this endeavor, that will help the Greek stratup/tech scene catch up with the rapid developments in downstream applications that are now common place for developers of English language generative models. &lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
The project will result to an Open Source Corpus, representative of the Greek language and its different varieties. At first emphasis will be given to the formal varieties used in government, education and the law. Additionally, we want to represent, in a subsequent training stage, a number of basic knowledge domains to an &amp;quot;undergraduate degree&amp;quot; level. The datasets will be versioned and benchmarked against different models and tokenizers. We also need to develop a sufficient set of evaluation tasks (such as Factual QA - Greek). Finally a couple of foundation models of different architectures will be fitted onto the dataset and the evaluation suite, and published to the community under an open source licence. With these moves we expect to pollinate the Greek tech ecosystem with reliable, inexpensive, and extensible models and datasets, that will help the Greek Open Source AI scence thrive. All data and models will be accompanied by thorough documentation and guides, to ensure replicability and reusability of the results.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/glossAPI/&lt;br /&gt;
https://github.com/eellak/glossAPI/wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Corpus Annotation for Language Models&lt;br /&gt;
Quantitative Corpus Linguistics or Natural Language Processing&lt;br /&gt;
Python with transformers library, sci-kit learn, numpy, pandas and streamlit, langchain or similar&lt;br /&gt;
Mathematical statistics or similar discipline&lt;br /&gt;
Django knowledge is good to have&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
F.Karounos, A. Melidis, Greek Free Open Source Software/Hardware Alliance&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;DIY IoT Physics Experiments for education&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Remote physics experiments for students in all educational levels are the second best to hands-on experiments.  Especially for students who temporarily cannot attend school or in cases like Covid-19 and the lockdowns. In many practical cases, they are the only alternative, as they are available 24/7, they can involve dangerous materials or conditions, they can be accessed from anywhere and any device, they require less maintenance, have lower cost, can be easily modified, or arranged to perform another experiment, and are less probable to be damaged.  They are in line with the modern way of performing experiments, as it is desirable to have as little direct contact with the experiments as possible and use them online.  Examples include online telescopes and electronic microscopes.  This is possible due to automation; data acquisition and manipulation of the experimental data is done using a computer or a single board computer.  In this way students need not take pain stacking notes, especially for experiments that take a lot of time to collect data, sometimes days or months.  Students can concentrate on data processing, the analysis of the results, and arrive at scientifically valid conclusions.  Our laboratory has set up many remote experiments and has more than 10 years’ experience in designing, setting, and servicing remote experiments.  Our remote experiments are based on Arduino and readily available sensors and actuators. The previous year it was designed and implemented a way to make the sensors, and the actuators form an IoT local network so that it will be easier to easily utilize them in different experiments and to build new experiments.  The IoT sensors and actuators are DIY and based on open software.   The previous year GSoC stipend receiver, programed the ESP8266 to receive data from the sensor and transmit the data through MQTT to ThingsBoard. Similarly, for an actuator the ESP8266 to receive MQTT data from ThingsBoard. The stipend receiver prepared five DIY IoT sensors and five actuators. ThingsBoard provided users with visual representation of the data and the control of the experimental setup through dashboards.  There are produced five dashboards for five corresponding experiments.  The present successful applicant will have to produce a digital twin of the experiments.  This will involve open software for producing 3D models of five experiments, allowing them to manipulate the digital twins, view the evolution of the experiment, provide data presentation tools, and extract model parameters.&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
&lt;br /&gt;
==== https://github.com/totheworld2004/DIY-Physics-IoT ====&lt;br /&gt;
&lt;br /&gt;
==== Exprected Outcome: ====&lt;br /&gt;
Five digital twins of corresponding five experiments, their documentation and instructions of how to use them&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Any one for case a)-e) or similar --- a) 3D Web-Based Physics Simulations:	Three.js, Babylon.js, p5.js, Godot b) Interactive Dashboards: Plotly Dash, Panel, Bokeh c) Custom Data Visualizations:	D3.js, Matplotlib, Jupyter Notebooks d) Game-Based Physics Experiments: Godot, Babylon.js e) Embedded 3D Simulations: Three.js, Babylon.js&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Hariton Polatoglou and Panagiotis Koustoumpardis&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;eCodeOrama, an educational interactive flow visualization tool for mit scratch programs&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
The project will create a interactive tool to extract, visualize graphically and edit (to improve the presentation of) the layout of the flow of code in blocks / scripts in a mit scratch program and their interaction with any messages or other external events. The tool will use rules to decide on many layout parameters (e.g. the position of the code blocks in the layout, the colors used, etc) but the user will be able to overwrite the default choices. The presentation will be compatible with the codeOrama code layout specification.&lt;br /&gt;
The tool will also promote code understanding, especially to young students that use scratch, and will include debugging aids.&lt;br /&gt;
The students can use this flow to better visualize and understand their program, to explain it to others, to debug it and to design extensions and modifications.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
A tool to visualize and edit the layout of the event based script flow of a scratch program, keeping it compatible with the codeOrama code layout specification.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
350 hours&lt;br /&gt;
&lt;br /&gt;
====Related repositories====&lt;br /&gt;
https://github.com/sarantos40/eCodeOrama&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
python, mit scratch, gui development&lt;br /&gt;
&lt;br /&gt;
====Mentors:====&lt;br /&gt;
Sarantos Kapidakis (sarantos.kapidakis@gmail.com), Chrysovalantis Sfyrakis&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2025_proposed_ideas&amp;diff=2321</id>
		<title>Google Summer of Code 2025 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2025_proposed_ideas&amp;diff=2321"/>
		<updated>2025-03-04T11:03:41Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Expanding HassIO smart home capabilities via low-code automation development&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Smart environments are becoming quite popular in the home setting consisting of a broad range of connected devices. While offering a novel set of possibilities, this also contributes to the complexity of the environment, posing new challenges to allowing the full potential of a sensorized home to be made available to users. SmAuto, is a Domain Specific Language (DSL) that enables users to program complex automation scenarios and pipelines, for connected IoT devices in smart environments, that go beyond simple tasks. It was initially developed by the ISSEL research team (AUTH) as textual DSL and later evolved into a web-based low-code development environment. SmAuto lacks extra features like utilization of external REST data sources, time delays, semantic annotation, and accessing of in-house entities, etc., thus it should be expanded in this direction. Furthermore, HomeAssistant would benefit from the integration of a low-code approach for rapidly developing and deploying automations, using the entities existing in a smart environment.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
• In the context of this project, we desire to expand the SmAuto DSL with the following features: a) support the REST protocol, so as for the automations to be able to access information from external data sources, b) incorporate auxiliary concepts like Delay, Switches, or Compute nodes, c) SmAuto integration in HA. The integration of SmAuto and HomeAssistant should occur, by creating a new open-source HA addon, where users will be able to design and deploy automations graphically, using the SmAuto low-code environment.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/robotics-4-all/smauto, https://www.home-assistant.io/ &lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
[Required]: Python, Software engineering, IoT concepts, Unix/Linux, &lt;br /&gt;
[Desired]: Model Driven Engineering, HomeAssistant, Docker&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
&lt;br /&gt;
Konstantinos Panayiotou, Emmanouil Tsardoulias, Andreas Symeonidis&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;A Tool for Visualizing the Arguments, Sentiments and User Interactions of Online Discussions&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
In recent years, the analysis and visualization of dialogue have gained prominence in fields such as computational linguistics, social sciences, and human-computer interaction. The ability to model, analyze, and visualize real-life discussions provides valuable insights into the flow of conversations, the exchange of arguments, and the sentiments conveyed. Such visualizations can improve the understanding of complex discussions, foster decision-making, and even help develop better AI systems for facilitating or mediating discussions. We are particularly interested in online text-only discussions (e.g. on platforms like Reddit).&lt;br /&gt;
&lt;br /&gt;
Various tools and platforms have been developed in order to facilitate structured discussions and multi-party decision making. Kialo is an online, structured debate platform, where the use of argumentation is the central component. It allows the construction of argument maps, in the form of trees. It promotes thoughtful discussion, understanding of different viewpoints and collaborative decision-making, through visualizations of argument maps. &lt;br /&gt;
&lt;br /&gt;
Debategraph is another online structured debate platform, using more complex graphs, called &amp;amp;amp;quot;mind-maps&amp;amp;amp;quot;, where arguments are interconnected in a web-like structure. It allows an even wider choice of visualizations of relationships between ideas.&lt;br /&gt;
&lt;br /&gt;
DebateVis is a tool that can help non-expert users explore and analyze debate transcripts. Given a transcript, the tool produces: (a) an Interactions Graph that summarizes how often each candidate spoke overall, mentioned other candidates and discussed each topic, (b) an Annotated Transcript with automatically extracted topic labels and speaker interactions, (c) a Timeline visualization providing an overview of the debate. &lt;br /&gt;
&lt;br /&gt;
Finally, VisArgue is a framework proposing a range of visualizations of dialogues, including: Lexical Episode Plots (a timeline representation of the topics discussed), (b) Conversational Topic Visualizations, representing the shifting of focus of individual user on topics, (c) various statistics measuring user participation, respect, justification and accommodation, (d) Lexical Units, which are timeline representations of features such as the amount of argumentation and emotions.&lt;br /&gt;
&lt;br /&gt;
Although tools such as the above offer important functionality, there are still issues: in most cases, either the source code is not available, or integration with new projects is not seamless, or it is difficult to parameterize the output. Furthermore, the tools above focus mostly on debate, whereas we are also interested in other types of online discussions (e.g. deliberation to improve legislation bills, non-adversarial discussions for intra-company decision making).&lt;br /&gt;
&lt;br /&gt;
Therefore, this project’s goal is the design and implementation of an open source tool for visualizing and analyzing real-life, online, text-only discussions, exploring subjects like: topics discussed, arguments exchanged and emotions conveyed. The project will also explore how these visualizations can be leveraged for improving public understanding of contentious issues, academic discourse, and online discussion platforms.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Project Objectives / Contributions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- Select, from the literature, prominent dialogue visualization approaches / ideas (e.g. styles of graph-based, or timeline-based, visualizations used) to represent various aspects of real-life online discussions and collect available libraries (not necessarily discussion-specific) that can be used to implement them (e.g. Gephi, NetworkX).&lt;br /&gt;
&lt;br /&gt;
- Explore the open-source toolkits being developed in the Archimedes project “LLM3: LLMs as mediators and moderators” to measure dialogue quality aspects (e.g., sentiment, politeness, topics, user participation) and select those that can provide useful meta-data for visualizing on-line discussions.&lt;br /&gt;
&lt;br /&gt;
- Develop a tool capable of ingesting data from real-life online discussions generating relevant meta-data (possibly by calling other toolkits) and producing the desired visualizations of the discussions.&lt;br /&gt;
&lt;br /&gt;
- Potentially, evaluate the effectiveness of the tool and its visualizations in making complex online discussions understandable to diverse audiences, such as researchers, mediators, or general users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Project Impact:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- A novel, easy-to-use, open source, visualization tool (with accompanying paper) for online, text-only discussions, that can help the analysis of discussions in different settings and domains (e.g. political discourse, academic debates, or customer feedback).&lt;br /&gt;
&lt;br /&gt;
- Expand the general understanding of how visualization techniques can make debates more accessible and informative (possibly also leading to a publication).&lt;br /&gt;
&lt;br /&gt;
  - Contribution to the Archimedes project “LLM3: LLMs as mediators and moderators” which aims to develop and evaluate LLM-based mediation agents that will actively participate in online discussions, with or without additional human mediation.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Types of Dialogue Visualizations:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The project will develop and explore several types of dialogue visualizations. Some are briefly described below. The contributor will be free to propose and implement new ones. &lt;br /&gt;
&lt;br /&gt;
    1) Timelines: they represent the chronological flow of a conversation, highlighting key moments such as topic shifts, argument introductions and emotional peaks. Possible Features: topic evolution over time, points of conflict or agreement, visual markers for significant events (e.g. emotional outbursts or resolution points).&lt;br /&gt;
&lt;br /&gt;
    2) Argumentation Graphs: they visualize the logical structure of arguments, including claims, counterclaims and evidence. Possible Features: nodes representing arguments or claims, edges denoting relationships (e.g., support, contradiction).&lt;br /&gt;
&lt;br /&gt;
    3) User Interaction Graphs: they map the relationships and interaction patterns between participants in the debate. Possible Features: nodes representing participants, weighted edges showing the frequency, tone, or sentiment of interactions, clusters indicating subgroups or coalitions in the dialogue.&lt;br /&gt;
&lt;br /&gt;
    4) Sentiment Heatmaps: they analyze and visualize the emotional dynamics of a conversation. Possible Features: color-coded intensity for positive, negative, or neutral sentiments, overlay with timeline or topic visualization for richer insights.&lt;br /&gt;
&lt;br /&gt;
    5) Topic Trees or Topic Flow Diagrams: they represent how topics are introduced, branched out, and revisited during the discussion. Possible Features: hierarchical or radial layouts for topic relationships, highlights of overlapping or transitioning topics.&lt;br /&gt;
&lt;br /&gt;
    6) Hybrid Visualizations: by combining multiple visualization techniques.&lt;br /&gt;
&lt;br /&gt;
Importance of Dialogue Visualizations:&lt;br /&gt;
&lt;br /&gt;
Dialogue visualizations, such as those presented above, can support:&lt;br /&gt;
&lt;br /&gt;
- Topic Analysis: by identifying the main topics discussed and their transitions over time, and by highlighting overlapping topics and their importance to the dialogue.&lt;br /&gt;
&lt;br /&gt;
- Argumentation Analysis: by understanding the logical flow of arguments, counterarguments, and evidence, and by identifying circular reasoning, weak arguments, or areas of agreement.&lt;br /&gt;
&lt;br /&gt;
- Sentiment Analysis: by visualizing the emotional tone of the conversation and its impact on the debate, and by examining whether certain sentiments correlate with specific topics or arguments.&lt;br /&gt;
&lt;br /&gt;
- Participant Dynamics: by mapping the influence and activity of each participant, and by analyzing interaction patterns (e.g., dominance, interruptions, alliances).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Methodology:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- Data Collection and Preparation:&lt;br /&gt;
&lt;br /&gt;
The tool should be able to ingest data from various online debate platforms (e.g. Reddit, 	Kialo), from political debate transcripts, from academic discourse, as well as from debates among LLM-agents. Since the format of raw data may vary, we propose the use of the Convokit tool in order to homogenise and preprocess the data.&lt;br /&gt;
&lt;br /&gt;
- Development of Visualization Prototypes:&lt;br /&gt;
&lt;br /&gt;
Tools/Technologies: Python (matplotlib, seaborn, Plotly), D3.js for web-based visualizations, or tools like Gephi for network analysis. Use natural language processing (NLP) libraries (e.g., spaCy, Hugging Face Transformers) for topic modeling, sentiment analysis, and argument mining, along with tools being 	developed at the LLM3 project of Archimedes.&lt;br /&gt;
&lt;br /&gt;
- User Feedback and Iterative Improvement:&lt;br /&gt;
&lt;br /&gt;
Test the outputs (visualizations) with researchers, mediators, or other stakeholders. Refine designs based on usability feedback and task-specific performance.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Evaluation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If time allows, the contributor will contribute in evaluating the effectiveness of their dialogue visualizations, in the context of Archimedes’ LLM3 project, by using them for both real-life and LLM-generated dialogues. Their output will be measured on clarity, usability and informativeness.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Desired Profile:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We are looking for a contributor with the following characteristics:&lt;br /&gt;
&lt;br /&gt;
- Good programming skills in Python (experience in network analysis and / or NLP is a plus).&lt;br /&gt;
&lt;br /&gt;
- Experience (and interest for) coding visual representations of concepts with libraries such as: matplotlib, seaborn, Plotly, Gephi, D3.js. &lt;br /&gt;
&lt;br /&gt;
- Interest in the subject of human interaction through dialogue (more specifically, on themes such as: argumentation, topic identification, sentiment analysis).&lt;br /&gt;
&lt;br /&gt;
- A taste for concise, elegant and efficient solutions / visualizations.&lt;br /&gt;
&lt;br /&gt;
The contributor will be mentored/supported by members of the LLM3 project, the broader NLP group of Archimedes (&amp;lt;nowiki&amp;gt;https://archimedesai.gr/en/&amp;lt;/nowiki&amp;gt;), as well as the NLP Group (&amp;lt;nowiki&amp;gt;http://nlp.cs.aueb.gr/&amp;lt;/nowiki&amp;gt;) of the Department of Informatics, Athens University of Economics and Business. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Conclusion:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This GSOC project aims to develop an open-source tool that will make complex, online discussions more understandable, insightful, and actionable. By capturing the topics, arguments, sentiments, and participant dynamics, it will offer a comprehensive approach to online dialogue visualization that can benefit multiple fields, from education to public policy.&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://sites.google.com/view/llm3/home&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
A tool able to process real-life, text-only dialogues and produce selected visualizations capturing their essential points.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Dionysios Kontarinis (denniskont@gmail.com), Ion Androutsopoulos, Ioannis Pavlopoulos&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;PersonalAIs: Generative AI Agent for Personalized Music Recommendations&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
This project aims to develop an AI-powered agent that interacts with users in natural language to determine their emotional state and musical preferences in a conversational manner. The agent will then generate and refine music playlists accordingly. The system will integrate with the Spotify API to provide personalized recommendations based on user preferences, liked songs, and listening history. Users can opt-out of personal data usage for a more exploratory approach. The agent will also enable real-time conversational modifications to playlists, allowing users to tweak mood, energy, and genre preferences.&lt;br /&gt;
&lt;br /&gt;
==== Core Features &amp;amp; Technologies: ====&lt;br /&gt;
- Natural Language Processing (NLP): Used to determine user mood and preferences based on conversation.&lt;br /&gt;
&lt;br /&gt;
- Generative AI: Small LLM models hosted locally or accessed via an API key for dialogue generation.&lt;br /&gt;
&lt;br /&gt;
- Spotify API Integration: Authentication, playlist management, retrieval of user metadata (liked songs, playlists, etc.).&lt;br /&gt;
&lt;br /&gt;
- Frontend UI: A web-based chatbot interface similar to ChatGPT.&lt;br /&gt;
&lt;br /&gt;
- Backend Processing: Handles AI model interactions, API requests, and user session management.&lt;br /&gt;
&lt;br /&gt;
- Real-time Modifications: Users can refine recommendations by requesting changes in mood, genre, energy, etc.&lt;br /&gt;
&lt;br /&gt;
Sources &amp;amp;amp;amp;amp; References:&lt;br /&gt;
&lt;br /&gt;
- Spotify API Documentation: &amp;lt;nowiki&amp;gt;https://developer.spotify.com/documentation/web-api/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mood-Based Playlist Research:&lt;br /&gt;
&lt;br /&gt;
- Generating personalized music playlists based on mood and listening data&lt;br /&gt;
&lt;br /&gt;
- Moodify: Emotion recognition in songs for personalized recommendations&lt;br /&gt;
&lt;br /&gt;
Example Datasets:&lt;br /&gt;
&lt;br /&gt;
- Moodify Dataset (Spotify-based mood labels)&lt;br /&gt;
&lt;br /&gt;
- Awesome Music Emotion Recognition (MER) Dataset Collection&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&#039;&#039;&amp;lt;/nowiki&amp;gt;- A full-stack AI agent (local hosted and/or API Key) that generates personalized music playlists based on user input.  - Integration with Spotify API for user authentication, playlist creation, and retrieval of user metadata.  - Real-time, conversational playlist modifications through a chatbot-style UI.  - Advanced mood detection using NLP or audio analysis. Integration with external music recommendation sources.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Knowledge Prerequisites&#039;&#039;&#039; ====&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&#039;&#039;&amp;lt;/nowiki&amp;gt;- Basics of Machine Learning and NLP.  - Experience with pre-trained generative models (e.g., GPT, BERT) and recommendation systems.  - Familiarity with APIs, particularly Spotify API.  - Frontend/backend development experience for a chatbot-style UI.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Giannis Prokopiou, Thanos Aidinis&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;OpenRF 3D&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
This project aims to bridge NVIDIA Sionna’s 6G simulation framework with Cesium’s 3D geospatial engine, enabling real-time, terrain-aware wireless network analysis. The student will develop a bidirectional WebSocket pipeline to dynamically stream Cesium’s elevation and 3D building data into Sionna, where channel models are enhanced to account for terrain-induced pathloss and urban blockages. Simultaneously, Sionna’s ray-traced outputs (e.g., signal strength, beamforming patterns) will be visualized in Cesium as interactive heatmaps and antenna coverage overlays. Key deliverables include a Python/JavaScript interface using Protocol Buffers for efficient data serialization, integration of 3GPP TR38.901 models with real-world terrain, and Jupyter notebooks demonstrating urban/rural 5G optimization.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
By the end of GSoC, this project will deliver a fully functional bidirectional WebSocket pipeline that integrates NVIDIA Sionna’s 6G simulation framework with Cesium’s 3D geospatial engine, enabling real-time, terrain-aware wireless network analysis. The system will dynamically stream Cesium’s elevation and 3D building data into Sionna, enhancing 3GPP TR38.901 propagation models with terrain-induced pathloss and urban blockages. Simultaneously, Sionna’s ray-traced outputs (signal strength, beamforming patterns) will be visualized in Cesium as interactive heatmaps and antenna coverage overlays. The project will develop an optimized Python/JavaScript interface using Protocol Buffers, ensuring low-latency, high-performance data exchange between Cesium and Sionna. Additionally, Jupyter notebooks will demonstrate urban/rural 5G optimization, beamforming analysis, and comparative studies of RF propagation models. The final deliverables will include a fully documented API, setup guides, and tutorials, contributing to the NVIDIA Sionna and Cesium open-source communities. This integration will significantly improve realism in RF simulations, allowing for next-generation 6G research, network optimization, and smart city planning.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/NVlabs/sionna, &lt;br /&gt;
https://github.com/CesiumGS/cesium&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
A developer with strong Python &amp;amp; JavaScript skills, and an understanding of real-time networking (WebSockets, Protobuf). Experience in wireless communications &amp;amp;amp;amp; 3D geospatial visualization, and prior exposure to Sionna, CesiumJS would be highly beneficial.&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Ilias Chrysovergis (https://www.linkedin.com/in/ilias-chrysovergis/), Iason Malkotsis (https://malkotsis.com/)&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Exploring and Abstracting Triplestore Alternatives&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
&lt;br /&gt;
==== Objective ====&lt;br /&gt;
The primary objective of this project is to explore, analyze, and abstract various triplestore alternatives. The project aims to provide young programmers with a comprehensive understanding of different back-end alternatives that allow for storing data in triple format, commonly known as triplestores.&lt;br /&gt;
&lt;br /&gt;
==== Background ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
This project will involve a detailed exploration of various triplestore alternatives. The participants will perform rudimentary tests and benchmarks on these alternatives to understand their performance, scalability, and other key features.&lt;br /&gt;
&lt;br /&gt;
The ultimate goal is to develop a library that can act as an abstraction layer for these triplestore alternatives. This library will &amp;quot;hide&amp;quot; the underlying implementation, allowing developers to switch between different triplestores without changing their application code. This abstraction layer can be compared to a library abstracting various specific relational database management systems, all providing very similar functionality, like supporting SQL.&lt;br /&gt;
&lt;br /&gt;
==== Methodology ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Research:&#039;&#039; Identify and study various triplestore alternatives. Understand their architecture, features, and limitations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Testing:&#039;&#039; Perform rudimentary tests and benchmarks on the identified triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Analysis:&#039;&#039; Analyze the test results to understand the performance and scalability of each alternative.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Development:&#039;&#039; Develop an abstraction layer that can interface with the various triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Documentation:&#039;&#039; Document the findings and the usage of the developed library.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a well-documented library that can act as an abstraction layer for various triplestore alternatives. This will provide developers with the flexibility to choose the most suitable triplestore for their specific needs without having to modify their application code.&lt;br /&gt;
&lt;br /&gt;
==== Conclusion ====&lt;br /&gt;
This project will not only enhance the understanding of participants about triplestore alternatives but also equip them with the skills to develop an abstraction layer, thereby broadening their programming skills and knowledge.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
Related repositories&lt;br /&gt;
&lt;br /&gt;
New project, no existing repo available.&lt;br /&gt;
&lt;br /&gt;
==== Information links ====&lt;br /&gt;
- [[wikipedia:Triplestore|Triplestore]]&lt;br /&gt;
- [[wikipedia:Semantic_triple|Triples]]&lt;br /&gt;
- [[wikipedia:SPARQL|Query language]]&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Python (mandatory). Other programming languages like C, Go, Rust, Java, might prove useful.&lt;br /&gt;
&lt;br /&gt;
==== Mentors:Alexios Zavras, TBD====&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Flexible GovDoc Scanner&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
The goal of this project is to develop the Flex GovDoc Scanner, an application that leverages the Node.js stack, AI tools, and cloud services to transform public incorporation documents from Greece&#039;s business portal (ΓΕΜΗ, &amp;lt;nowiki&amp;gt;https://publicity.businessportal.gr/&amp;lt;/nowiki&amp;gt;) into structured, searchable data. This project aims to facilitate access to essential company information, such as legal representatives, board members, and incorporation history, by offering advanced discovery capabilities through a REST service.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Project Overview:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- Crawl and Index Public Documents: &lt;br /&gt;
&lt;br /&gt;
  Develop a robust crawling mechanism to gather all relevant PDF documents from the ΓΕΜΗ portal while ensuring compliance with legal standards.&lt;br /&gt;
&lt;br /&gt;
- Extract and Structure Metadata: &lt;br /&gt;
&lt;br /&gt;
  Utilize AI and OCR technologies to extract key metadata from these documents and store them in a structured format.&lt;br /&gt;
&lt;br /&gt;
- REST Service for Metadata Search: &lt;br /&gt;
&lt;br /&gt;
  Create an efficient REST API to provide users with search functionalities on the extracted metadata, enabling easy access and analysis.&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/flexivian/govdoc-scanner&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&#039;&#039;&amp;lt;/nowiki&amp;gt;- Implement a nodejs application to Crawl and Index Public Documents, utilize an opensource DB optimized for documents - Enhance the application with AI and OCR capabilities to extract metadata from scanned documents - Implement a REST API using nodejs to provide users with search functionalities on the extracted metadata, enabling easy access and analysis.&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
nodejs, docker, git , AI concepts and tools, NLP, OCR, RESTful API design and implementation, Knowledge of databases (SQL or NoSQL)&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
iskitsas@gmail.com, vasilisnx@gmail.com &lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Extending the capabilities of OpenTRIM&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
OpenTRIM is a new open-source code for simulating the passage of energetic ions through materials and calculating the associated modifications and damage that they cause to the these materials. It is based on the kinetic Monte-Carlo method and employs the Binary Collision Approximation to describe the interaction between ions and target atoms. OpenTRIM comprises of a set of C++ libraries, a command line program for executing simulations in batch mode and a Qt-based graphical user interface that can be used to configure &amp;amp;amp;amp;amp; run a simulation and evaluate the results. Currently, there are various parts of OpenTRIM where work is needed for improving and extending the capabilities of the code.  &lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
1. Extend the base C++ simulation code to include new capabilities for user-defined “tallies”, i.e., scoring tables where data from the simulation are extracted as a function of ion energy, position, direction or other possible optional variables.  2. Create a tool for 2D or 3D visualization of the simulated ion trajectories. 3. Write a number of example simulations, complete with the required input files and evaluation of the output results, which will become a part of the code documentation.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Depending on the proposal&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/ir2-lab/OpenTRIM&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
C++, Qt (optional), OpenGL (optional)&lt;br /&gt;
&lt;br /&gt;
==== Mentors:====&lt;br /&gt;
George Apostolopoulos (&amp;lt;nowiki&amp;gt;https://github.com/gapost&amp;lt;/nowiki&amp;gt;), Michail Axiotis (&amp;lt;nowiki&amp;gt;https://github.com/psaxioti&amp;lt;/nowiki&amp;gt;), Eleni Mitsi (&amp;lt;nowiki&amp;gt;https://github.com/elmitsi&amp;lt;/nowiki&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Cleaning of HPLT Greek v2 Dataset for GlossApi LLM&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Cleanup of the Greek datasets at https://hplt-project.org/datasets/v2.0. The cleanup will be done with the help of the glossAPI team.   &lt;br /&gt;
&lt;br /&gt;
For methodology see https://huggingface.co/spaces/HuggingFaceFW/blogpost-fineweb-v1&amp;amp;#x20;.  &lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
The goal is to isolate from the html Greek text with normal grammar and complete sentences (not fragmented).&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Depending on the proposal&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/eellak/glossapi&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Python, βιβλιοθήκες NLP&lt;br /&gt;
&lt;br /&gt;
==== Mentors:====&lt;br /&gt;
Foivos Karounos, Nikolaos Vidras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Add SAML and OpenID Connect support to Consul Democracy&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Consul Democracy is a web-based citizen participation tool written in Ruby, using the Ruby on Rails framework. Consul Democracy is licensed under the AGPL and its installations are decentralized, meaning there are more than 200 institutions across the world running their own independent server and using a custom version of Consul Democracy. Some of these institutions have authentication solutions based on either SAML or OpenID Connect; however, there&#039;s no built-in support for these authentication solutions in Consul Democracy, so each institution has to build their own.&lt;br /&gt;
&lt;br /&gt;
In Ruby, the OmniAuth library provides a standard way to manage multi-provider authentication. Consul Democracy currently uses several Ruby gems, all based on OmniAuth, to provide authentication via Facebook, Google, Twitter/X and WordPress. There&#039;s been an attempt at providing SAML support using the omniauth-saml Ruby gem, but its development hasn&#039;t been finished due to the lack of a SAML platform to test against.&lt;br /&gt;
&lt;br /&gt;
Consul Democracy also supports multitenancy, meaning the same application can be used to manage several institutions (with different domains or subdomains). For authentication using Facebook, Google, Twitter/X or WordPress, Consul Democracy provides the option to use the same configuration for each institution, to use different configurations for different institutions, or a mix of both (one default configuration which can be overwritten per institution).&lt;br /&gt;
&lt;br /&gt;
The aim of this proposal is to provide generic SAML and OpenID Connect authentication solutions in Consul Democracy so a variety of institutions can easily integrate their existing authentication platform.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Make it possible to authenticate in Consul Democracy using a SAML service &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Make it possible to authenticate in Consul Democracy using an OpenID Connect service  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Both SAML and OpenID Connect solutions must allow different configurations for different institutions in a multitenant environment  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Both SAML and OpenID Connect solutions should be flexible enough so institutions don&#039;t have to change the source code in order to configure their service  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; The source code of the SAML and OpenID Connect solutions should be similar to the source code of the existing Facebook, Google, Twitter/X and WordPress solutions  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Update the documentation with instructions on how to configure SAML and OpenID Connect &lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Medium Size 175 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/consuldemocracy/consuldemocracy&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; SAML and OpenID Connect authentication configuration * (Optional) Ruby on Rails and OmniAuth authentication&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
Javier Martín - &amp;lt;nowiki&amp;gt;https://github.com/javierm&amp;lt;/nowiki&amp;gt;, Sebastià Roig - &amp;lt;nowiki&amp;gt;https://github.com/taitus&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Docker for Consul Democracy citizen participation platform&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Consul Democracy is a web-based citizen participation tool written in Ruby, using the Ruby on Rails framework. Consul Democracy is licensed under the AGPL and its installations are decentralized, meaning there are more than 200 institutions across the world running their own independent server and using a custom version of Consul Democracy. That means Consul Democracy developers don&#039;t have access to production machines, and so Consul Democracy must be as simple to install and maintain as possible so anyone can do it no matter how familiar they are with the technologies used by Consul Democracy.&lt;br /&gt;
&lt;br /&gt;
Currently, Consul Democracy is installed on production by running an ansible-based installer which installs all the project dependencies on a Debian GNU/Linux or Ubuntu Linux server. Deployment of new developments is then done using Capistrano.&lt;br /&gt;
&lt;br /&gt;
The source code of Consul Democracy contains a Dockerfile and a docker-compose.yml file that are exclusively meant for the development environment, in order to make it easier for developers who are familiar with Docker to contribute to the project. However, there&#039;s currently no way to deploy to a production environment using Docker, which is inconvenient for institutions who don&#039;t use Debian or Ubuntu on their servers, or for institutions who have adopted Docker as their preferred way to setup their servers. The main goal of this proposal is to solve this issue. Since 2024, Ruby on Rails applications are configured to use Kamal by default as a solution to deploy to production using a Docker container. To our knowledge, this would be the most simple solution to our problem.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a third kind of Docker integration, which uses a devcontainer to allow developers to use tools like GitHub Codespaces to run the application in a development environment, which is also configured by default in new Rails applications since 2024, and we&#039;d like to enable this option in Consul Democracy.&lt;br /&gt;
&lt;br /&gt;
With this developments, we could enable many more municipalities to utilise digital citizen participation - and thus offer their citizens greater involvement in the development of their cities. &lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Make it possible to install and deploy Consul Democracy applications using Docker in the most simple way (probably with Kamal)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Add a devcontainer for integration with GitHub Codespaces &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Make sure the current development setup with Docker keeps working after the previous additions *&lt;br /&gt;
&lt;br /&gt;
The configuration files for all three environments mentioned above should have as little duplicate code as possible so they&#039;re easy to maintain &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Update the technical documentation for both development and production environments&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Medium Size 175 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/consuldemocracy/consuldemocracy&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Experience deploying to production environments using Docker &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; (Optional) Experience using Docker in Ruby on Rails applications&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
Javier Martín - &amp;lt;nowiki&amp;gt;https://github.com/javierm&amp;lt;/nowiki&amp;gt;, Sebastià Roig - &amp;lt;nowiki&amp;gt;https://github.com/taitus&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Εxtending the apothesis factory pattern for seamless 2D and 3D lattice integration&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Overview&#039;&#039;&#039; ====&lt;br /&gt;
Apothesis is a generalized software for designing, simulating, and analyzing deposition processes using the kinetic Monte Carlo method. It consists of two main components: a lattice (e.g., simple cubic, HPC, etc.) and the processes (adsorption, desorption, diffusion, and surface reactions) that occur within it. Currently, Apothesis includes a factory-based mechanism for lattice creation, but this implementation is limited in scope, primarily focusing on basic lattice structures. To enhance its flexibility and scalability, this proposal aims to extend the factory pattern to support a broader range of 2D and 3D surfaces in a seamless and modular way. This extension will involve introducing specialized lattice factories tailored for different geometries, such as hexagonal, face-centered cubic, and custom surface representations, ensuring compatibility with kinetic Monte Carlo processes. Additionally, a dynamic factory registry system will be implemented, allowing new lattice types to be registered and instantiated at runtime without modifying the core system. This approach will not only improve adaptability but also facilitate user-defined lattice structures while preserving maintainability and efficiency. By refining the factory mechanism, Apothesis will provide a more robust framework for deposition process simulations, enabling researchers and engineers to explore a wider range of surface dynamics with greater ease.&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Related work&#039;&#039;&#039; ====&lt;br /&gt;
Apothesis already implements a factory pattern for lattice creation, but it needs to be expanded to support a broader range of 2D and 3D surfaces in a more seamless and flexible way. The current implementation primarily focuses on basic lattice structures, and extending it would involve introducing specialized factories for different geometries, such as hexagonal, face-centered cubic, and custom surface representations. Enhancing the factory pattern should include a more modular approach, allowing new lattice types to be dynamically registered and instantiated without modifying the core system. Additionally, ensuring that these new lattice structures fully integrate with kinetic Monte Carlo processes—such as adsorption, desorption, diffusion, and surface reactions—will be crucial for maintaining simulation accuracy and consistency. By refining the factory mechanism and introducing a more extensible registry system, Apothesis can achieve greater adaptability, making it easier for users to define and integrate new lattice types while preserving maintainability and scalability.&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Details of your coding project&#039;&#039;&#039; ====&lt;br /&gt;
A potential practical approach to extending the factory pattern in Apothesis for 2D and 3D surfaces involves creating a modular and extensible lattice generation system. This can be achieved by defining an abstract LatticeFactory that enforces a standard way of creating lattice structures while delegating specific implementations to derived factories. Specialized factories such as SimpleCubicLatticeFactory, HexagonalLatticeFactory, FCCLatticeFactory, and GrapheneLatticeFactory can be implemented to handle different lattice geometries while ensuring compatibility with kinetic Monte Carlo processes like adsorption, desorption, diffusion, and surface reactions. Each factory produces a lattice object implementing a common ILattice interface, encapsulating geometry, boundary conditions, and process compatibility. A dynamic factory registry mechanism allows runtime selection and registration of new lattice types, enabling users to introduce custom lattices without modifying the core code. This approach ensures scalability, flexibility, and maintainability by decoupling lattice creation from simulation logic while seamlessly supporting both 2D and 3D structures.&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Size&#039;&#039;&#039; ====&lt;br /&gt;
Large (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Skills&#039;&#039;&#039; ====&lt;br /&gt;
Required: C++, desing patters, experience with physicochemical based software&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Expected impact&#039;&#039;&#039; ====&lt;br /&gt;
The expected impact of extending the factory pattern in Apothesis includes enhanced flexibility, scalability, and efficiency in lattice creation for deposition process simulations. By introducing a more modular and extensible approach, researchers and engineers will be able to seamlessly integrate new 2D and 3D surface structures without modifying core code, reducing development time and increasing adaptability. The improved factory mechanism will ensure better compatibility with kinetic Monte Carlo processes, enabling more accurate and diverse simulations of adsorption, desorption, diffusion, and surface reactions. Additionally, the dynamic factory registry will foster customization and extensibility, allowing users to define and register their own lattice structures, thereby broadening the range of possible simulations. Overall, this enhancement will make Apothesis a more powerful and user-friendly tool, supporting advanced research, industrial applications, and innovation in surface science and material deposition technologies.&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Mentors&#039;&#039;&#039; ====&lt;br /&gt;
• Nikolaos (Nikos) Cheimarios &amp;lt;n.cheimarios at gmail.com&amp;gt; is a researcher with contributions in scientific software development. He has previous experience as mentor in 2020, 2022, 2023 and 2024. He is one of the authors of Apothesis, Chameleon software and several web-based scientific numerical applications.&lt;br /&gt;
&lt;br /&gt;
• Christianna Gatsiou &amp;lt;christianna.gatsiou at gmail.com&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Tests&#039;&#039;&#039; ====&lt;br /&gt;
Students, the following test will be helpful. • Easy: Compile and run Apothesis for the CO heterogeneous catalysis case. • Medium: Perform runs with SimpleCubic and HPC lattices. • Hard: Identify the part of code that creates the lattices. Briefly describe how you would implement the 2D graphene lattice. For tips and references contact the Mentors!&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;References&#039;&#039;&#039; ====&lt;br /&gt;
[1] N. Cheimarios, D. To, G. Kokkoris, G. Memos and A.G. Boudouvis “Monte Carlo &amp;amp; Kinetic Monte Carlo models for deposition processes: A review of recent works”, Frontiers in Physics, 9, 165 (2021).&lt;br /&gt;
&lt;br /&gt;
[2] N. Cheimarios, “Insights into the effect of growth on the Ziff-Gulari-Barshad model and the film properties”, Modelling and Simulation in Materials Science and Engineering, 31, 065007, (2023).&lt;br /&gt;
&lt;br /&gt;
[3] A.P.F Jansen, &amp;quot;An Introduction to Kinetic Monte Carlo Simulations of Surface Reactions&amp;quot;, Springer Berlin, Heidelberg, 2012. &amp;lt;nowiki&amp;gt;https://doi.org/10.1007/978-3-642-29488-4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[4] M. Andersen, C. Panosetti, K. Reuter, &amp;quot;A Practical Guide to Surface Kinetic Monte Carlo Simulations&amp;quot;, Frontiers in Chemistry, 7, 202 (2019).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Identifying transition points in the ZGB model using convolutional neural networks (CNNs)&#039;&#039;&#039; ==&lt;br /&gt;
Scientific computing for physical/chemical sciences and engineering edited this page 3 weeks ago ·&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Overview&#039;&#039;&#039; ====&lt;br /&gt;
In 1986, Ziff, Gulari, and Barshad introduced the ZGB model to computationally study the heterogeneous catalytic process of CO oxidation to CO₂ with O₂ on a metal surface (e.g., Pt). Using Monte Carlo simulations on a simple square lattice, with the partial pressure of CO, yCO, as the only parameter, they demonstrated that at low yCO values, the catalytic surface becomes poisoned (fully covered) by oxygen atoms, preventing the surface reaction and the conversion to CO₂. In this case, the system remains out of equilibrium. As yCO increases, at approximately y1 ≈ 0.389, the system transitions to an equilibrium state where CO begins to convert into CO₂. Further increasing yCO leads to a first-order, discontinuous phase transition at y2 ≈ 0.525, where CO conversion to CO₂ ceases again due to surface poisoning by CO atoms. In 1990, Jensen and Fogedby extended this model by incorporating diffusion phenomena, showing that the transition points shift depending on the diffusion rate, pd , but do not disappear. &lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Related work&#039;&#039;&#039; ====&lt;br /&gt;
Apothesis is a generalized open-source software for simulating heterogeneous catalysis and deposition processes via kMC. It is based on performing certain processes (adsorption, desorption, diffusion and surface reaction(s)) on lattices. Currently, Apothesis supports simple cubic, FCC, HPC and diamond lattices. It has been used to study both heterogeneous catalysis of CO and related type growth models [2].&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Details of your coding project&#039;&#039;&#039; ====&lt;br /&gt;
This works aims to predict the transition points using machine learning methods, specifically convolutional neural networks (CNNs), based on surfaces derived from kinetic Monte Carlo simulations from Apothesis at equilibrium states. For that, an outer shell to Apothesis must be build that will read the data from Apothesis and use it for training a CNN and then for the prediction of the transition points.&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Size&#039;&#039;&#039; ====&lt;br /&gt;
Large (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Skills&#039;&#039;&#039; ====&lt;br /&gt;
Required: Python, Tensorflow, experience with physicochemical based software&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Expected impact&#039;&#039;&#039; ====&lt;br /&gt;
The project will build an outer shell for Apothesis to be used in ML/AI applications.&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Mentors&#039;&#039;&#039; ====&lt;br /&gt;
&lt;br /&gt;
* Nikolaos (Nikos) Cheimarios &amp;lt;n.cheimarios at gmail.com&amp;gt; is a researcher with contributions in scientific software development. He has previous experience as mentor in GSoC 2020, 2022, 2023 and 2024. He is one of the authors of Apothesis, Chameleon software and several web-based scientific numerical applications.&lt;br /&gt;
* Konstantinos (Kostas) Eftaxias is a data scientist with more than 15 years of experience in research and industry applications. His main interests are computer vision, time series modelling/prediction and reinforcement learning.&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;Tests&#039;&#039;&#039; ====&lt;br /&gt;
Students, the following test will be helpful. • Easy: Compile and run Apothesis for the CO heterogeneous catalysis case. • Medium: Take three surfaces (SurfaceSpecies_*.dat) generated by Apothesis and read it in Python. • Hard: Call Apothesis from Python and read the latest surface generated. For tips and references contact the Mentors!&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;&#039;References&#039;&#039;&#039; ====&lt;br /&gt;
[1] R. M. Ziff, E. Gulari, and Y. Barshad, Kinetic Phase Transitions in an Irreversible Surface-Reaction Model, Phys. Rev. Lett. 56, 2553 (1986).&lt;br /&gt;
&lt;br /&gt;
[2] I. Jensen and H. C. Fogedby, Kinetic Phase Transitions in a Surface-Reaction Model with Diffusion: Computer Simulations and Mean-Field Theory, Phys. Rev. A 42, 1969 (1990).&lt;br /&gt;
&lt;br /&gt;
[3] N. Cheimarios, Surface diffusion effects on the system and the film properties of a Ziff–Gulari–Barshad type growth model, Mat. Today Comm. 39, 109189 (2024).&lt;br /&gt;
&lt;br /&gt;
[4] N. Cheimarios, Mean field approximation of a surface-reaction growth model with dissociation, Phys. Lett. A 524, 129828 (2024).&lt;br /&gt;
&lt;br /&gt;
[5] Y. Bahri, J. Kadmon, J. Pennington, S. S. Schoenholz, J. Sohl-Dickstein, S. Ganguli, Statistical Mechanics of Deep Learning, Annu. Rev. Condens.Matter Phys. 11, 501 (2020).&lt;br /&gt;
&lt;br /&gt;
[6] D.W. Tola, M. Bekele, Machine Learning of Nonequilibrium Phase Transition in an Ising Model on Square Lattice, Condens. Matter 8, 83 (2023).&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;MyUni&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;big&amp;gt;Brief Explanation&amp;lt;/big&amp;gt; ====&lt;br /&gt;
There is a University App called MyUoM for Greek universities in https://my.uom.gr/ (followed by an effort in University of West Attica, https://iam.uniwa.gr/). While the app serves as a centralized platform for students and faculty, it currently lacks essential features such as a robust login system, a scalable backend architecture, and the ability to provide real-time updates from official university sources. Additionally, the app does not support a unified framework that allows other universities to easily integrate and customize the platform for their specific needs.&lt;br /&gt;
&lt;br /&gt;
This project aims to address these limitations by developing a modern, scalable backend architecture and integrating a &#039;&#039;&#039;Content Management System (CMS)&#039;&#039;&#039; to manage frequently changing information. The CMS will enable universities to easily update and distribute news, announcements, and other critical data in real time. Furthermore, the backend will be designed to fetch and synchronize real-time information directly from official university websites, ensuring accuracy and timeliness.&lt;br /&gt;
&lt;br /&gt;
A key goal of this project is to &#039;&#039;&#039;unify and standardize&#039;&#039;&#039; the efforts of existing implementations (e.g., MyUoM and UniWA) and create a modular, extensible framework that other universities can adopt with minimal effort. By doing so, we aim to foster collaboration among Greek universities and provide a seamless, feature-rich experience for students and faculty across the country.&lt;br /&gt;
&lt;br /&gt;
This project will not only enhance the functionality of the existing app but also lay the foundation for a national university platform that can be easily extended to support additional institutions, features, and services in the future.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;big&amp;gt;Expected Results.&amp;lt;/big&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Modular and Customizable Architecture:&#039;&#039;&#039; Develop a flexible, scalable structure that can be adapted to the unique needs of different universities. The system will allow each institution to fully customize the interface, content, and functionality to align with their specific requirements.&lt;br /&gt;
# &#039;&#039;&#039;Personalized Content and Homepage:&#039;&#039;&#039; Implement a dynamic homepage that displays customizable tiles and content, similar to a WordPress-style page builder. Institutions can personalize the content to highlight important information, announcements, or services.&lt;br /&gt;
# &#039;&#039;&#039;Student Portal:&#039;&#039;&#039; Create a dedicated student portal where all student-related data (personal information, academic records, etc.) will be centralized. This portal will serve as a one-stop reference point for students to access their information.&lt;br /&gt;
# &#039;&#039;&#039;Admin Panel for Customization:&#039;&#039;&#039; Build an intuitive admin panel that allows university administrators to define the appearance, content, and functionality of their institution&#039;s application. This will empower institutions to manage their app independently.&lt;br /&gt;
# &#039;&#039;&#039;Backend System for Data Management:&#039;&#039;&#039; Develop a robust backend system to handle all data, including student information, frequently updated content, and static resources (e.g., map images). The backend will ensure efficient data management and retrieval.&lt;br /&gt;
# &#039;&#039;&#039;Real-Time Data Integration:&#039;&#039;&#039; Set up a backend that fetches real-time information from official university sources (e.g., announcements, schedules) and integrates static resources to reduce frontend load and improve performance.&lt;br /&gt;
# &#039;&#039;&#039;TypeScript Rewrite for Maintainability:&#039;&#039;&#039; Rewrite the existing codebase in TypeScript to enhance code quality, maintainability, and scalability, ensuring the project is future-proof.&lt;br /&gt;
# &#039;&#039;&#039;Custom CMS for Dynamic Content:&#039;&#039;&#039; Create a custom Content Management System (CMS) consisting of both FrontEnd and BackEnd components. This CMS will allow universities to easily manage and update frequently changing information.&lt;br /&gt;
# &#039;&#039;&#039;Multi-Domain Support:&#039;&#039;&#039; Design a system where the application can be shared across multiple university domains by creating individual instances. This will enable seamless adoption by other institutions while maintaining customization for each.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Deliverables (before means to help us decide and after means at the end of GSoC)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
# Prepare the &amp;quot;[https://docs.google.com/document/d/17MpjqzQ6DgMBU_6DfDdploEPHA-M4JKvHoDSJ8_CTRU/edit?usp=sharing Analysis and design]&amp;quot; document. We want System Analysis, Feasibility Study, Business Procedures, User stories, EPICS, System Backlog, Requirements Analysis (before).&lt;br /&gt;
# Wireframes or mockups (before).&lt;br /&gt;
# Final [https://docs.google.com/document/d/17MpjqzQ6DgMBU_6DfDdploEPHA-M4JKvHoDSJ8_CTRU/edit?usp=sharing Analysis and design] document (after)&lt;br /&gt;
# Repository with the code (after).&lt;br /&gt;
# Docker image (after).&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Depending on the scope&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/Open-Source-UoM/MyUoM&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
    • React.js&lt;br /&gt;
    • Express.js (for BackEnd)&lt;br /&gt;
    • MySQL (for BackEnd)&lt;br /&gt;
    • JavaScript&lt;br /&gt;
    • TypeScript&lt;br /&gt;
    • Next.js (optional)&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Anastasios Tsalmas tsalmanastasios@gmail.com, &lt;br /&gt;
&lt;br /&gt;
Efstathios Iosifidis eiosifidis@gmail.com&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contact:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is a [https://lists.ellak.gr/gsoc-developers/listinfo.html list]. Please use the list. Write [myuni] as subject and cc both mentors. DON&#039;T send us messages to social media (including Linkedin).&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;GlossAPI&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
GlossAPI is an open source project seeking to develop a standard open access corpus of the Greek language, and benchmark it against existing and to-be-developed language models, with the objective of providing an upstream service to the Greek tech community.&lt;br /&gt;
The project is named after a portmandeau of the Greek word for &amp;quot;language&amp;quot; and &amp;quot;API&amp;quot; which creates a visual resemblance to the word Glossary in Greek.&lt;br /&gt;
This is to express our objective to provide an index of the Greek language via flexible programing interfaces.&lt;br /&gt;
&lt;br /&gt;
Greek is a language that is under-represented in existing LLMs, while it has a complex history, grammar and writing system. Our trials with existing models have shown lack of syntactic and semantic knowledge of advanced Greek and its nuances, and we have put forth a number of analyses showing that this poses a risk for digital divides, language extinction, and subpar experience for users of public services.&lt;br /&gt;
&lt;br /&gt;
To our knowledge other LLM projects that tackle the problem of the Greek language are either proprietary, closed code, narrow scope, or otherwise unfit for our purpose which is to provide publicly available, fully open source language models with respect to all code/weights/procedures/data.&lt;br /&gt;
We reach out and bring together people that have the expertise, the passion, the collections, or the hardware, to take part in this endeavor, that will help the Greek stratup/tech scene catch up with the rapid developments in downstream applications that are now common place for developers of English language generative models. &lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
The project will result to an Open Source Corpus, representative of the Greek language and its different varieties. At first emphasis will be given to the formal varieties used in government, education and the law. Additionally, we want to represent, in a subsequent training stage, a number of basic knowledge domains to an &amp;quot;undergraduate degree&amp;quot; level. The datasets will be versioned and benchmarked against different models and tokenizers. We also need to develop a sufficient set of evaluation tasks (such as Factual QA - Greek). Finally a couple of foundation models of different architectures will be fitted onto the dataset and the evaluation suite, and published to the community under an open source licence. With these moves we expect to pollinate the Greek tech ecosystem with reliable, inexpensive, and extensible models and datasets, that will help the Greek Open Source AI scence thrive. All data and models will be accompanied by thorough documentation and guides, to ensure replicability and reusability of the results.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/glossAPI/&lt;br /&gt;
https://github.com/eellak/glossAPI/wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Corpus Annotation for Language Models&lt;br /&gt;
Quantitative Corpus Linguistics or Natural Language Processing&lt;br /&gt;
Python with transformers library, sci-kit learn, numpy, pandas and streamlit, langchain or similar&lt;br /&gt;
Mathematical statistics or similar discipline&lt;br /&gt;
Django knowledge is good to have&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
F.Karounos, A. Melidis, Greek Free Open Source Software/Hardware Alliance&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;DIY IoT Physics Experiments for education&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Remote physics experiments for students in all educational levels are the second best to hands-on experiments.  Especially for students who temporarily cannot attend school or in cases like Covid-19 and the lockdowns. In many practical cases, they are the only alternative, as they are available 24/7, they can involve dangerous materials or conditions, they can be accessed from anywhere and any device, they require less maintenance, have lower cost, can be easily modified, or arranged to perform another experiment, and are less probable to be damaged.  They are in line with the modern way of performing experiments, as it is desirable to have as little direct contact with the experiments as possible and use them online.  Examples include online telescopes and electronic microscopes.  This is possible due to automation; data acquisition and manipulation of the experimental data is done using a computer or a single board computer.  In this way students need not take pain stacking notes, especially for experiments that take a lot of time to collect data, sometimes days or months.  Students can concentrate on data processing, the analysis of the results, and arrive at scientifically valid conclusions.  Our laboratory has set up many remote experiments and has more than 10 years’ experience in designing, setting, and servicing remote experiments.  Our remote experiments are based on Arduino and readily available sensors and actuators. The previous year it was designed and implemented a way to make the sensors, and the actuators form an IoT local network so that it will be easier to easily utilize them in different experiments and to build new experiments.  The IoT sensors and actuators are DIY and based on open software.   The previous year GSoC stipend receiver, programed the ESP8266 to receive data from the sensor and transmit the data through MQTT to ThingsBoard. Similarly, for an actuator the ESP8266 to receive MQTT data from ThingsBoard. The stipend receiver prepared five DIY IoT sensors and five actuators. ThingsBoard provided users with visual representation of the data and the control of the experimental setup through dashboards.  There are produced five dashboards for five corresponding experiments.  The present successful applicant will have to produce a digital twin of the experiments.  This will involve open software for producing 3D models of five experiments, allowing them to manipulate the digital twins, view the evolution of the experiment, provide data presentation tools, and extract model parameters.&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
&lt;br /&gt;
==== https://github.com/totheworld2004/DIY-Physics-IoT ====&lt;br /&gt;
&lt;br /&gt;
==== Exprected Outcome: ====&lt;br /&gt;
Five digital twins of corresponding five experiments, their documentation and instructions of how to use them&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Any one for case a)-e) or similar --- a) 3D Web-Based Physics Simulations:	Three.js, Babylon.js, p5.js, Godot b) Interactive Dashboards: Plotly Dash, Panel, Bokeh c) Custom Data Visualizations:	D3.js, Matplotlib, Jupyter Notebooks d) Game-Based Physics Experiments: Godot, Babylon.js e) Embedded 3D Simulations: Three.js, Babylon.js&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Hariton Polatoglou and Panagiotis Koustoumpardis&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;eCodeOrama, an educational interactive flow visualization tool for mit scratch programs&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
The project will create a interactive tool to extract, visualize graphically and edit (to improve the presentation of) the layout of the flow of code in blocks / scripts in a mit scratch program and their interaction with any messages or other external events. The tool will use rules to decide on many layout parameters (e.g. the position of the code blocks in the layout, the colors used, etc) but the user will be able to overwrite the default choices. The presentation will be compatible with the codeOrama code layout specification.&lt;br /&gt;
The tool will also promote code understanding, especially to young students that use scratch, and will include debugging aids.&lt;br /&gt;
The students can use this flow to better visualize and understand their program, to explain it to others, to debug it and to design extensions and modifications.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
A tool to visualize and edit the layout of the event based script flow of a scratch program, keeping it compatible with the codeOrama code layout specification.&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
350 hours&lt;br /&gt;
&lt;br /&gt;
====Related repositories====&lt;br /&gt;
https://github.com/sarantos40/eCodeOrama&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
python, mit scratch, gui development&lt;br /&gt;
&lt;br /&gt;
====Mentors:====&lt;br /&gt;
Sarantos Kapidakis (sarantos.kapidakis@gmail.com), Chrysovalantis Sfyrakis&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2025_proposed_ideas&amp;diff=2299</id>
		<title>Google Summer of Code 2025 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2025_proposed_ideas&amp;diff=2299"/>
		<updated>2025-02-10T10:58:42Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Expanding HassIO smart home capabilities via low-code automation development ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Smart environments are becoming quite popular in the home setting consisting of a broad range of connected devices. While offering a novel set of possibilities, this also contributes to the complexity of the environment, posing new challenges to allowing the full potential of a sensorized home to be made available to users. SmAuto, is a Domain Specific Language (DSL) that enables users to program complex automation scenarios and pipelines, for connected IoT devices in smart environments, that go beyond simple tasks. It was initially developed by the ISSEL research team (AUTH) as textual DSL and later evolved into a web-based low-code development environment. SmAuto lacks extra features like utilization of external REST data sources, time delays, semantic annotation, and accessing of in-house entities, etc., thus it should be expanded in this direction. Furthermore, HomeAssistant would benefit from the integration of a low-code approach for rapidly developing and deploying automations, using the entities existing in a smart environment.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
• In the context of this project, we desire to expand the SmAuto DSL with the following features: a) support the REST protocol, so as for the automations to be able to access information from external data sources, b) incorporate auxiliary concepts like Delay, Switches, or Compute nodes, c) SmAuto integration in HA. The integration of SmAuto and HomeAssistant should occur, by creating a new open-source HA addon, where users will be able to design and deploy automations graphically, using the SmAuto low-code environment.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/robotics-4-all/smauto, https://www.home-assistant.io/ &lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
[Required]: Python, Software engineering, IoT concepts, Unix/Linux, &lt;br /&gt;
[Desired]: Model Driven Engineering, HomeAssistant, Docker&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
&lt;br /&gt;
Konstantinos Panayiotou, Emmanouil Tsardoulias, Andreas Symeonidis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== OpenRF 3D ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
This project aims to bridge NVIDIA Sionna’s 6G simulation framework with Cesium’s 3D geospatial engine, enabling real-time, terrain-aware wireless network analysis. The student will develop a bidirectional WebSocket pipeline to dynamically stream Cesium’s elevation and 3D building data into Sionna, where channel models are enhanced to account for terrain-induced pathloss and urban blockages. Simultaneously, Sionna’s ray-traced outputs (e.g., signal strength, beamforming patterns) will be visualized in Cesium as interactive heatmaps and antenna coverage overlays. Key deliverables include a Python/JavaScript interface using Protocol Buffers for efficient data serialization, integration of 3GPP TR38.901 models with real-world terrain, and Jupyter notebooks demonstrating urban/rural 5G optimization.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
The project will deliver a fully functional YouTube data engine, interactive dashboards, automated report generation, and an LLM-powered query system, enabling intuitive data exploration and analysis for researchers and content creators. Complete documentation and an open-source release will empower community contributions.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/NVlabs/sionna, &lt;br /&gt;
https://github.com/CesiumGS/cesium&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
A developer with strong Python &amp;amp;amp;amp; JavaScript skills, and an understanding of real-time networking (WebSockets, Protobuf). Experience in wireless communications &amp;amp;amp;amp; 3D geospatial visualization, and prior exposure to Sionna, CesiumJS would be highly beneficial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Ilias Chrysovergis (https://www.linkedin.com/in/ilias-chrysovergis/), Iason Malkotsis (https://malkotsis.com/)&lt;br /&gt;
&lt;br /&gt;
== Exploring and Abstracting Triplestore Alternatives ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
&lt;br /&gt;
==== Objective ====&lt;br /&gt;
The primary objective of this project is to explore, analyze, and abstract various triplestore alternatives. The project aims to provide young programmers with a comprehensive understanding of different back-end alternatives that allow for storing data in triple format, commonly known as triplestores.&lt;br /&gt;
&lt;br /&gt;
==== Background ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
This project will involve a detailed exploration of various triplestore alternatives. The participants will perform rudimentary tests and benchmarks on these alternatives to understand their performance, scalability, and other key features.&lt;br /&gt;
&lt;br /&gt;
The ultimate goal is to develop a library that can act as an abstraction layer for these triplestore alternatives. This library will &amp;quot;hide&amp;quot; the underlying implementation, allowing developers to switch between different triplestores without changing their application code. This abstraction layer can be compared to a library abstracting various specific relational database management systems, all providing very similar functionality, like supporting SQL.&lt;br /&gt;
&lt;br /&gt;
==== Methodology ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Research:&#039;&#039; Identify and study various triplestore alternatives. Understand their architecture, features, and limitations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Testing:&#039;&#039; Perform rudimentary tests and benchmarks on the identified triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Analysis:&#039;&#039; Analyze the test results to understand the performance and scalability of each alternative.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Development:&#039;&#039; Develop an abstraction layer that can interface with the various triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Documentation:&#039;&#039; Document the findings and the usage of the developed library.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a well-documented library that can act as an abstraction layer for various triplestore alternatives. This will provide developers with the flexibility to choose the most suitable triplestore for their specific needs without having to modify their application code.&lt;br /&gt;
&lt;br /&gt;
==== Conclusion ====&lt;br /&gt;
This project will not only enhance the understanding of participants about triplestore alternatives but also equip them with the skills to develop an abstraction layer, thereby broadening their programming skills and knowledge.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
New project, no existing repo available.&lt;br /&gt;
&lt;br /&gt;
==== Information links ====&lt;br /&gt;
- [https://en.wikipedia.org/wiki/Triplestore Triplestore]&lt;br /&gt;
- [https://en.wikipedia.org/wiki/Semantic_triple Triples]&lt;br /&gt;
- [https://en.wikipedia.org/wiki/SPARQL Query language]&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Python (mandatory). Other programming languages like C, Go, Rust, Java, might prove useful.&lt;br /&gt;
&lt;br /&gt;
==== Mentors:Alexios Zavras, TBD====&lt;br /&gt;
&lt;br /&gt;
== MyUni  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Currently there is a University App called MyUoM for Greek universities in https://my.uom.gr/ (followed by an effort in University of West Attica, https://iam.uniwa.gr/. This app is official but it lacks features(e.g. login) and a proper backend with an architecture that will allow different implementations for Universities. In this project we want to add a CMS for info that is changing frequently and a backend that fetches realtime info from the official websites. We want to unify those efforts and make it easier for other universities to join.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expected Results.  ====&lt;br /&gt;
1. Create a structure that can be used by different university structures and can be fully customised based on the needs of each institution.&lt;br /&gt;
2. The application should be fully customisable in terms of interface, content and functionality.&lt;br /&gt;
3. The content can be personalized and the home page can display tiles selected by each institution and display content that will be created as a page (wordpress type) &lt;br /&gt;
4. Adding a students portal where all the student&#039;s data, personal and any other information will be collected, in order to be used as a reference point.&lt;br /&gt;
5. Add an admin panel from where the appearance and content of the institution&#039;s application will be defined.&lt;br /&gt;
6. Create a BackEnd system to manage all the data described above.&lt;br /&gt;
7. Setup a backend that fetches information from official sources and static information(e.g. map images) to make the frontend lighter.&lt;br /&gt;
8. Rewrite in Typescript for maintainability&lt;br /&gt;
9. Creation of a custom CMS (consisting of FrontEnd &amp;amp; BackEnd) for data changing frequently&lt;br /&gt;
10. Create a system where the application is shared across domains by creating an instance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Depending on the scope&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/Open-Source-UoM/MyUoM&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
    • React.js&lt;br /&gt;
    • Express.js (for BackEnd)&lt;br /&gt;
    • MySQL (for BackEnd)&lt;br /&gt;
    • JavaScript&lt;br /&gt;
    • TypeScript&lt;br /&gt;
    • Next.js (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Anastasios Tsalmas tsalmanastasios@gmail.com, Efstathios Iosifidis eiosifidis@gmail.com&lt;br /&gt;
&lt;br /&gt;
== GlossAPI ==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
GlossAPI is an open source project seeking to develop a standard open access corpus of the Greek language, and benchmark it against existing and to-be-developed language models, with the objective of providing an upstream service to the Greek tech community.&lt;br /&gt;
The project is named after a portmandeau of the Greek word for &amp;quot;language&amp;quot; and &amp;quot;API&amp;quot; which creates a visual resemblance to the word Glossary in Greek.&lt;br /&gt;
This is to express our objective to provide an index of the Greek language via flexible programing interfaces.&lt;br /&gt;
&lt;br /&gt;
Greek is a language that is under-represented in existing LLMs, while it has a complex history, grammar and writing system. Our trials with existing models have shown lack of syntactic and semantic knowledge of advanced Greek and its nuances, and we have put forth a number of analyses showing that this poses a risk for digital divides, language extinction, and subpar experience for users of public services.&lt;br /&gt;
&lt;br /&gt;
To our knowledge other LLM projects that tackle the problem of the Greek language are either proprietary, closed code, narrow scope, or otherwise unfit for our purpose which is to provide publicly available, fully open source language models with respect to all code/weights/procedures/data.&lt;br /&gt;
We reach out and bring together people that have the expertise, the passion, the collections, or the hardware, to take part in this endeavor, that will help the Greek stratup/tech scene catch up with the rapid developments in downstream applications that are now common place for developers of English language generative models. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
The project will result to an Open Source Corpus, representative of the Greek language and its different varieties. At first emphasis will be given to the formal varieties used in government, education and the law. Additionally, we want to represent, in a subsequent training stage, a number of basic knowledge domains to an &amp;quot;undergraduate degree&amp;quot; level. The datasets will be versioned and benchmarked against different models and tokenizers. We also need to develop a sufficient set of evaluation tasks (such as Factual QA - Greek). Finally a couple of foundation models of different architectures will be fitted onto the dataset and the evaluation suite, and published to the community under an open source licence. With these moves we expect to pollinate the Greek tech ecosystem with reliable, inexpensive, and extensible models and datasets, that will help the Greek Open Source AI scence thrive. All data and models will be accompanied by thorough documentation and guides, to ensure replicability and reusability of the results.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/glossAPI/&lt;br /&gt;
https://github.com/eellak/glossAPI/wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Corpus Annotation for Language Models&lt;br /&gt;
Quantitative Corpus Linguistics or Natural Language Processing&lt;br /&gt;
Python with transformers library, sci-kit learn, numpy, pandas and streamlit, langchain or similar&lt;br /&gt;
Mathematical statistics or similar discipline&lt;br /&gt;
Django knowledge is good to have&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
F.Karounos, A. Melidis, Greek Free Open Source Software/Hardware Alliance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2025_proposed_ideas&amp;diff=2298</id>
		<title>Google Summer of Code 2025 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2025_proposed_ideas&amp;diff=2298"/>
		<updated>2025-02-10T10:56:50Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Expanding HassIO smart home capabilities via low-code automation development ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Smart environments are becoming quite popular in the home setting consisting of a broad range of connected devices. While offering a novel set of possibilities, this also contributes to the complexity of the environment, posing new challenges to allowing the full potential of a sensorized home to be made available to users. SmAuto, is a Domain Specific Language (DSL) that enables users to program complex automation scenarios and pipelines, for connected IoT devices in smart environments, that go beyond simple tasks. It was initially developed by the ISSEL research team (AUTH) as textual DSL and later evolved into a web-based low-code development environment. SmAuto lacks extra features like utilization of external REST data sources, time delays, semantic annotation, and accessing of in-house entities, etc., thus it should be expanded in this direction. Furthermore, HomeAssistant would benefit from the integration of a low-code approach for rapidly developing and deploying automations, using the entities existing in a smart environment.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
• In the context of this project, we desire to expand the SmAuto DSL with the following features: a) support the REST protocol, so as for the automations to be able to access information from external data sources, b) incorporate auxiliary concepts like Delay, Switches, or Compute nodes, c) SmAuto integration in HA. The integration of SmAuto and HomeAssistant should occur, by creating a new open-source HA addon, where users will be able to design and deploy automations graphically, using the SmAuto low-code environment.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/robotics-4-all/smauto, https://www.home-assistant.io/ &lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
[Required]: Python, Software engineering, IoT concepts, Unix/Linux, &lt;br /&gt;
[Desired]: Model Driven Engineering, HomeAssistant, Docker&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
&lt;br /&gt;
Konstantinos Panayiotou, Emmanouil Tsardoulias, Andreas Symeonidis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== OpenRF 3D ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
This project aims to bridge NVIDIA Sionna’s 6G simulation framework with Cesium’s 3D geospatial engine, enabling real-time, terrain-aware wireless network analysis. The student will develop a bidirectional WebSocket pipeline to dynamically stream Cesium’s elevation and 3D building data into Sionna, where channel models are enhanced to account for terrain-induced pathloss and urban blockages. Simultaneously, Sionna’s ray-traced outputs (e.g., signal strength, beamforming patterns) will be visualized in Cesium as interactive heatmaps and antenna coverage overlays. Key deliverables include a Python/JavaScript interface using Protocol Buffers for efficient data serialization, integration of 3GPP TR38.901 models with real-world terrain, and Jupyter notebooks demonstrating urban/rural 5G optimization.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
The project will deliver a fully functional YouTube data engine, interactive dashboards, automated report generation, and an LLM-powered query system, enabling intuitive data exploration and analysis for researchers and content creators. Complete documentation and an open-source release will empower community contributions.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/NVlabs/sionna, &lt;br /&gt;
https://github.com/CesiumGS/cesium&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
A developer with strong Python &amp;amp;amp;amp; JavaScript skills, and an understanding of real-time networking (WebSockets, Protobuf). Experience in wireless communications &amp;amp;amp;amp; 3D geospatial visualization, and prior exposure to Sionna, CesiumJS would be highly beneficial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Ilias Chrysovergis (https://www.linkedin.com/in/ilias-chrysovergis/), Iason Malkotsis (https://malkotsis.com/)&lt;br /&gt;
&lt;br /&gt;
== Exploring and Abstracting Triplestore Alternatives ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
&lt;br /&gt;
==== Objective ====&lt;br /&gt;
The primary objective of this project is to explore, analyze, and abstract various triplestore alternatives. The project aims to provide young programmers with a comprehensive understanding of different back-end alternatives that allow for storing data in triple format, commonly known as triplestores.&lt;br /&gt;
&lt;br /&gt;
==== Background ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
This project will involve a detailed exploration of various triplestore alternatives. The participants will perform rudimentary tests and benchmarks on these alternatives to understand their performance, scalability, and other key features.&lt;br /&gt;
&lt;br /&gt;
The ultimate goal is to develop a library that can act as an abstraction layer for these triplestore alternatives. This library will &amp;quot;hide&amp;quot; the underlying implementation, allowing developers to switch between different triplestores without changing their application code. This abstraction layer can be compared to a library abstracting various specific relational database management systems, all providing very similar functionality, like supporting SQL.&lt;br /&gt;
&lt;br /&gt;
==== Methodology ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Research:&#039;&#039; Identify and study various triplestore alternatives. Understand their architecture, features, and limitations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Testing:&#039;&#039; Perform rudimentary tests and benchmarks on the identified triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Analysis:&#039;&#039; Analyze the test results to understand the performance and scalability of each alternative.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Development:&#039;&#039; Develop an abstraction layer that can interface with the various triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Documentation:&#039;&#039; Document the findings and the usage of the developed library.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a well-documented library that can act as an abstraction layer for various triplestore alternatives. This will provide developers with the flexibility to choose the most suitable triplestore for their specific needs without having to modify their application code.&lt;br /&gt;
&lt;br /&gt;
==== Conclusion ====&lt;br /&gt;
This project will not only enhance the understanding of participants about triplestore alternatives but also equip them with the skills to develop an abstraction layer, thereby broadening their programming skills and knowledge.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
New project, no existing repo available.&lt;br /&gt;
&lt;br /&gt;
==== Information links ====&lt;br /&gt;
- [https://en.wikipedia.org/wiki/Triplestore Triplestore]&lt;br /&gt;
- [https://en.wikipedia.org/wiki/Semantic_triple Triples]&lt;br /&gt;
- [https://en.wikipedia.org/wiki/SPARQL Query language]&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Python (mandatory). Other programming languages like C, Go, Rust, Java, might prove useful.&lt;br /&gt;
&lt;br /&gt;
==== Mentors:Alexios Zavras, TBD====&lt;br /&gt;
&lt;br /&gt;
== MyUni  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Currently there is a University App called MyUoM for Greek universities in https://my.uom.gr/ (followed by an effort in University of West Attica, https://iam.uniwa.gr/. This app is official but it lacks features(e.g. login) and a proper backend with an architecture that will allow different implementations for Universities. In this project we want to add a CMS for info that is changing frequently and a backend that fetches realtime info from the official websites. We want to unify those efforts and make it easier for other universities to join.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expected Results.  ====&lt;br /&gt;
1. Create a structure that can be used by different university structures and can be fully customised based on the needs of each institution.&lt;br /&gt;
2. The application should be fully customisable in terms of interface, content and functionality.&lt;br /&gt;
3. The content can be personalized and the home page can display tiles selected by each institution and display content that will be created as a page (wordpress type) &lt;br /&gt;
4. Adding a students portal where all the student&#039;s data, personal and any other information will be collected, in order to be used as a reference point.&lt;br /&gt;
5. Add an admin panel from where the appearance and content of the institution&#039;s application will be defined.&lt;br /&gt;
6. Create a BackEnd system to manage all the data described above.&lt;br /&gt;
7. Setup a backend that fetches information from official sources and static information(e.g. map images) to make the frontend lighter.&lt;br /&gt;
8. Rewrite in Typescript for maintainability&lt;br /&gt;
9. Creation of a custom CMS (consisting of FrontEnd &amp;amp; BackEnd) for data changing frequently&lt;br /&gt;
10. Create a system where the application is shared across domains by creating an instance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Depending on the scope&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/Open-Source-UoM/MyUoM&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
    • React.js&lt;br /&gt;
    • Express.js (for BackEnd)&lt;br /&gt;
    • MySQL (for BackEnd)&lt;br /&gt;
    • JavaScript&lt;br /&gt;
    • TypeScript&lt;br /&gt;
    • Next.js (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Anastasios Tsalmas tsalmanastasios@gmail.com, Efstathios Iosifidis eiosifidis@gmail.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2025_proposed_ideas&amp;diff=2297</id>
		<title>Google Summer of Code 2025 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2025_proposed_ideas&amp;diff=2297"/>
		<updated>2025-02-10T10:55:41Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Expanding HassIO smart home capabilities via low-code automation development ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Smart environments are becoming quite popular in the home setting consisting of a broad range of connected devices. While offering a novel set of possibilities, this also contributes to the complexity of the environment, posing new challenges to allowing the full potential of a sensorized home to be made available to users. SmAuto, is a Domain Specific Language (DSL) that enables users to program complex automation scenarios and pipelines, for connected IoT devices in smart environments, that go beyond simple tasks. It was initially developed by the ISSEL research team (AUTH) as textual DSL and later evolved into a web-based low-code development environment. SmAuto lacks extra features like utilization of external REST data sources, time delays, semantic annotation, and accessing of in-house entities, etc., thus it should be expanded in this direction. Furthermore, HomeAssistant would benefit from the integration of a low-code approach for rapidly developing and deploying automations, using the entities existing in a smart environment.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
• In the context of this project, we desire to expand the SmAuto DSL with the following features: a) support the REST protocol, so as for the automations to be able to access information from external data sources, b) incorporate auxiliary concepts like Delay, Switches, or Compute nodes, c) SmAuto integration in HA. The integration of SmAuto and HomeAssistant should occur, by creating a new open-source HA addon, where users will be able to design and deploy automations graphically, using the SmAuto low-code environment.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/robotics-4-all/smauto, https://www.home-assistant.io/ &lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
[Required]: Python, Software engineering, IoT concepts, Unix/Linux, &lt;br /&gt;
[Desired]: Model Driven Engineering, HomeAssistant, Docker&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
&lt;br /&gt;
Konstantinos Panayiotou, Emmanouil Tsardoulias, Andreas Symeonidis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== OpenRF 3D ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
This project aims to bridge NVIDIA Sionna’s 6G simulation framework with Cesium’s 3D geospatial engine, enabling real-time, terrain-aware wireless network analysis. The student will develop a bidirectional WebSocket pipeline to dynamically stream Cesium’s elevation and 3D building data into Sionna, where channel models are enhanced to account for terrain-induced pathloss and urban blockages. Simultaneously, Sionna’s ray-traced outputs (e.g., signal strength, beamforming patterns) will be visualized in Cesium as interactive heatmaps and antenna coverage overlays. Key deliverables include a Python/JavaScript interface using Protocol Buffers for efficient data serialization, integration of 3GPP TR38.901 models with real-world terrain, and Jupyter notebooks demonstrating urban/rural 5G optimization.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
The project will deliver a fully functional YouTube data engine, interactive dashboards, automated report generation, and an LLM-powered query system, enabling intuitive data exploration and analysis for researchers and content creators. Complete documentation and an open-source release will empower community contributions.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/NVlabs/sionna, &lt;br /&gt;
https://github.com/CesiumGS/cesium&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
A developer with strong Python &amp;amp;amp;amp; JavaScript skills, and an understanding of real-time networking (WebSockets, Protobuf). Experience in wireless communications &amp;amp;amp;amp; 3D geospatial visualization, and prior exposure to Sionna, CesiumJS would be highly beneficial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Ilias Chrysovergis (https://www.linkedin.com/in/ilias-chrysovergis/), Iason Malkotsis (https://malkotsis.com/)&lt;br /&gt;
&lt;br /&gt;
== Exploring and Abstracting Triplestore Alternatives ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
&lt;br /&gt;
==== Objective ====&lt;br /&gt;
The primary objective of this project is to explore, analyze, and abstract various triplestore alternatives. The project aims to provide young programmers with a comprehensive understanding of different back-end alternatives that allow for storing data in triple format, commonly known as triplestores.&lt;br /&gt;
&lt;br /&gt;
==== Background ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
This project will involve a detailed exploration of various triplestore alternatives. The participants will perform rudimentary tests and benchmarks on these alternatives to understand their performance, scalability, and other key features.&lt;br /&gt;
&lt;br /&gt;
The ultimate goal is to develop a library that can act as an abstraction layer for these triplestore alternatives. This library will &amp;quot;hide&amp;quot; the underlying implementation, allowing developers to switch between different triplestores without changing their application code. This abstraction layer can be compared to a library abstracting various specific relational database management systems, all providing very similar functionality, like supporting SQL.&lt;br /&gt;
&lt;br /&gt;
==== Methodology ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Research:&#039;&#039; Identify and study various triplestore alternatives. Understand their architecture, features, and limitations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Testing:&#039;&#039; Perform rudimentary tests and benchmarks on the identified triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Analysis:&#039;&#039; Analyze the test results to understand the performance and scalability of each alternative.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Development:&#039;&#039; Develop an abstraction layer that can interface with the various triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Documentation:&#039;&#039; Document the findings and the usage of the developed library.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a well-documented library that can act as an abstraction layer for various triplestore alternatives. This will provide developers with the flexibility to choose the most suitable triplestore for their specific needs without having to modify their application code.&lt;br /&gt;
&lt;br /&gt;
==== Conclusion ====&lt;br /&gt;
This project will not only enhance the understanding of participants about triplestore alternatives but also equip them with the skills to develop an abstraction layer, thereby broadening their programming skills and knowledge.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
New project, no existing repo available.&lt;br /&gt;
&lt;br /&gt;
==== Information links ====&lt;br /&gt;
- [https://en.wikipedia.org/wiki/Triplestore Triplestore]&lt;br /&gt;
- [https://en.wikipedia.org/wiki/Semantic_triple Triples]&lt;br /&gt;
- [https://en.wikipedia.org/wiki/SPARQL Query language]&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Python (mandatory). Other programming languages like C, Go, Rust, Java, might prove useful.&lt;br /&gt;
&lt;br /&gt;
==== Mentors:Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
 ====== MyUni  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Currently there is a University App called MyUoM for Greek universities in https://my.uom.gr/ (followed by an effort in University of West Attica, https://iam.uniwa.gr/. This app is official but it lacks features(e.g. login) and a proper backend with an architecture that will allow different implementations for Universities. In this project we want to add a CMS for info that is changing frequently and a backend that fetches realtime info from the official websites. We want to unify those efforts and make it easier for other universities to join.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expected Results.  ====&lt;br /&gt;
1. Create a structure that can be used by different university structures and can be fully customised based on the needs of each institution.&lt;br /&gt;
2. The application should be fully customisable in terms of interface, content and functionality.&lt;br /&gt;
3. The content can be personalized and the home page can display tiles selected by each institution and display content that will be created as a page (wordpress type) &lt;br /&gt;
4. Adding a students portal where all the student&#039;s data, personal and any other information will be collected, in order to be used as a reference point.&lt;br /&gt;
5. Add an admin panel from where the appearance and content of the institution&#039;s application will be defined.&lt;br /&gt;
6. Create a BackEnd system to manage all the data described above.&lt;br /&gt;
7. Setup a backend that fetches information from official sources and static information(e.g. map images) to make the frontend lighter.&lt;br /&gt;
8. Rewrite in Typescript for maintainability&lt;br /&gt;
9. Creation of a custom CMS (consisting of FrontEnd &amp;amp; BackEnd) for data changing frequently&lt;br /&gt;
10. Create a system where the application is shared across domains by creating an instance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Depending on the scope&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/Open-Source-UoM/MyUoM&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
    • React.js&lt;br /&gt;
    • Express.js (for BackEnd)&lt;br /&gt;
    • MySQL (for BackEnd)&lt;br /&gt;
    • JavaScript&lt;br /&gt;
    • TypeScript&lt;br /&gt;
    • Next.js (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Anastasios Tsalmas tsalmanastasios@gmail.com, Efstathios Iosifidis eiosifidis@gmail.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2025_proposed_ideas&amp;diff=2296</id>
		<title>Google Summer of Code 2025 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2025_proposed_ideas&amp;diff=2296"/>
		<updated>2025-02-10T10:54:59Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Expanding HassIO smart home capabilities via low-code automation development ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Smart environments are becoming quite popular in the home setting consisting of a broad range of connected devices. While offering a novel set of possibilities, this also contributes to the complexity of the environment, posing new challenges to allowing the full potential of a sensorized home to be made available to users. SmAuto, is a Domain Specific Language (DSL) that enables users to program complex automation scenarios and pipelines, for connected IoT devices in smart environments, that go beyond simple tasks. It was initially developed by the ISSEL research team (AUTH) as textual DSL and later evolved into a web-based low-code development environment. SmAuto lacks extra features like utilization of external REST data sources, time delays, semantic annotation, and accessing of in-house entities, etc., thus it should be expanded in this direction. Furthermore, HomeAssistant would benefit from the integration of a low-code approach for rapidly developing and deploying automations, using the entities existing in a smart environment.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
• In the context of this project, we desire to expand the SmAuto DSL with the following features: a) support the REST protocol, so as for the automations to be able to access information from external data sources, b) incorporate auxiliary concepts like Delay, Switches, or Compute nodes, c) SmAuto integration in HA. The integration of SmAuto and HomeAssistant should occur, by creating a new open-source HA addon, where users will be able to design and deploy automations graphically, using the SmAuto low-code environment.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/robotics-4-all/smauto, https://www.home-assistant.io/ &lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
[Required]: Python, Software engineering, IoT concepts, Unix/Linux, &lt;br /&gt;
[Desired]: Model Driven Engineering, HomeAssistant, Docker&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
&lt;br /&gt;
Konstantinos Panayiotou, Emmanouil Tsardoulias, Andreas Symeonidis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== OpenRF 3D ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
This project aims to bridge NVIDIA Sionna’s 6G simulation framework with Cesium’s 3D geospatial engine, enabling real-time, terrain-aware wireless network analysis. The student will develop a bidirectional WebSocket pipeline to dynamically stream Cesium’s elevation and 3D building data into Sionna, where channel models are enhanced to account for terrain-induced pathloss and urban blockages. Simultaneously, Sionna’s ray-traced outputs (e.g., signal strength, beamforming patterns) will be visualized in Cesium as interactive heatmaps and antenna coverage overlays. Key deliverables include a Python/JavaScript interface using Protocol Buffers for efficient data serialization, integration of 3GPP TR38.901 models with real-world terrain, and Jupyter notebooks demonstrating urban/rural 5G optimization.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
The project will deliver a fully functional YouTube data engine, interactive dashboards, automated report generation, and an LLM-powered query system, enabling intuitive data exploration and analysis for researchers and content creators. Complete documentation and an open-source release will empower community contributions.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/NVlabs/sionna, &lt;br /&gt;
https://github.com/CesiumGS/cesium&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
A developer with strong Python &amp;amp;amp;amp; JavaScript skills, and an understanding of real-time networking (WebSockets, Protobuf). Experience in wireless communications &amp;amp;amp;amp; 3D geospatial visualization, and prior exposure to Sionna, CesiumJS would be highly beneficial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Ilias Chrysovergis (https://www.linkedin.com/in/ilias-chrysovergis/), Iason Malkotsis (https://malkotsis.com/)&lt;br /&gt;
&lt;br /&gt;
== Exploring and Abstracting Triplestore Alternatives ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
&lt;br /&gt;
==== Objective ====&lt;br /&gt;
The primary objective of this project is to explore, analyze, and abstract various triplestore alternatives. The project aims to provide young programmers with a comprehensive understanding of different back-end alternatives that allow for storing data in triple format, commonly known as triplestores.&lt;br /&gt;
&lt;br /&gt;
==== Background ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
This project will involve a detailed exploration of various triplestore alternatives. The participants will perform rudimentary tests and benchmarks on these alternatives to understand their performance, scalability, and other key features.&lt;br /&gt;
&lt;br /&gt;
The ultimate goal is to develop a library that can act as an abstraction layer for these triplestore alternatives. This library will &amp;quot;hide&amp;quot; the underlying implementation, allowing developers to switch between different triplestores without changing their application code. This abstraction layer can be compared to a library abstracting various specific relational database management systems, all providing very similar functionality, like supporting SQL.&lt;br /&gt;
&lt;br /&gt;
==== Methodology ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Research:&#039;&#039; Identify and study various triplestore alternatives. Understand their architecture, features, and limitations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Testing:&#039;&#039; Perform rudimentary tests and benchmarks on the identified triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Analysis:&#039;&#039; Analyze the test results to understand the performance and scalability of each alternative.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Development:&#039;&#039; Develop an abstraction layer that can interface with the various triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Documentation:&#039;&#039; Document the findings and the usage of the developed library.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a well-documented library that can act as an abstraction layer for various triplestore alternatives. This will provide developers with the flexibility to choose the most suitable triplestore for their specific needs without having to modify their application code.&lt;br /&gt;
&lt;br /&gt;
==== Conclusion ====&lt;br /&gt;
This project will not only enhance the understanding of participants about triplestore alternatives but also equip them with the skills to develop an abstraction layer, thereby broadening their programming skills and knowledge.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
New project, no existing repo available.&lt;br /&gt;
&lt;br /&gt;
==== Information links ====&lt;br /&gt;
- [https://en.wikipedia.org/wiki/Triplestore Triplestore]&lt;br /&gt;
- [https://en.wikipedia.org/wiki/Semantic_triple Triples]&lt;br /&gt;
- [https://en.wikipedia.org/wiki/SPARQL Query language]&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Python (mandatory). Other programming languages like C, Go, Rust, Java, might prove useful.&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====== MyUni  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Currently there is a University App called MyUoM for Greek universities in https://my.uom.gr/ (followed by an effort in University of West Attica, https://iam.uniwa.gr/. This app is official but it lacks features(e.g. login) and a proper backend with an architecture that will allow different implementations for Universities. In this project we want to add a CMS for info that is changing frequently and a backend that fetches realtime info from the official websites. We want to unify those efforts and make it easier for other universities to join.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expected Results.  ====&lt;br /&gt;
1. Create a structure that can be used by different university structures and can be fully customised based on the needs of each institution.&lt;br /&gt;
2. The application should be fully customisable in terms of interface, content and functionality.&lt;br /&gt;
3. The content can be personalized and the home page can display tiles selected by each institution and display content that will be created as a page (wordpress type) &lt;br /&gt;
4. Adding a students portal where all the student&#039;s data, personal and any other information will be collected, in order to be used as a reference point.&lt;br /&gt;
5. Add an admin panel from where the appearance and content of the institution&#039;s application will be defined.&lt;br /&gt;
6. Create a BackEnd system to manage all the data described above.&lt;br /&gt;
7. Setup a backend that fetches information from official sources and static information(e.g. map images) to make the frontend lighter.&lt;br /&gt;
8. Rewrite in Typescript for maintainability&lt;br /&gt;
9. Creation of a custom CMS (consisting of FrontEnd &amp;amp; BackEnd) for data changing frequently&lt;br /&gt;
10. Create a system where the application is shared across domains by creating an instance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Depending on the scope&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/Open-Source-UoM/MyUoM&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
    • React.js&lt;br /&gt;
    • Express.js (for BackEnd)&lt;br /&gt;
    • MySQL (for BackEnd)&lt;br /&gt;
    • JavaScript&lt;br /&gt;
    • TypeScript&lt;br /&gt;
    • Next.js (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Anastasios Tsalmas tsalmanastasios@gmail.com, Efstathios Iosifidis eiosifidis@gmail.com&lt;br /&gt;
&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2025_proposed_ideas&amp;diff=2295</id>
		<title>Google Summer of Code 2025 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2025_proposed_ideas&amp;diff=2295"/>
		<updated>2025-02-10T10:50:30Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Expanding HassIO smart home capabilities via low-code automation development ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Smart environments are becoming quite popular in the home setting consisting of a broad range of connected devices. While offering a novel set of possibilities, this also contributes to the complexity of the environment, posing new challenges to allowing the full potential of a sensorized home to be made available to users. SmAuto, is a Domain Specific Language (DSL) that enables users to program complex automation scenarios and pipelines, for connected IoT devices in smart environments, that go beyond simple tasks. It was initially developed by the ISSEL research team (AUTH) as textual DSL and later evolved into a web-based low-code development environment. SmAuto lacks extra features like utilization of external REST data sources, time delays, semantic annotation, and accessing of in-house entities, etc., thus it should be expanded in this direction. Furthermore, HomeAssistant would benefit from the integration of a low-code approach for rapidly developing and deploying automations, using the entities existing in a smart environment.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
• In the context of this project, we desire to expand the SmAuto DSL with the following features: a) support the REST protocol, so as for the automations to be able to access information from external data sources, b) incorporate auxiliary concepts like Delay, Switches, or Compute nodes, c) SmAuto integration in HA. The integration of SmAuto and HomeAssistant should occur, by creating a new open-source HA addon, where users will be able to design and deploy automations graphically, using the SmAuto low-code environment.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/robotics-4-all/smauto, https://www.home-assistant.io/ &lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
[Required]: Python, Software engineering, IoT concepts, Unix/Linux, &lt;br /&gt;
[Desired]: Model Driven Engineering, HomeAssistant, Docker&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
&lt;br /&gt;
Konstantinos Panayiotou, Emmanouil Tsardoulias, Andreas Symeonidis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== OpenRF 3D ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
This project aims to bridge NVIDIA Sionna’s 6G simulation framework with Cesium’s 3D geospatial engine, enabling real-time, terrain-aware wireless network analysis. The student will develop a bidirectional WebSocket pipeline to dynamically stream Cesium’s elevation and 3D building data into Sionna, where channel models are enhanced to account for terrain-induced pathloss and urban blockages. Simultaneously, Sionna’s ray-traced outputs (e.g., signal strength, beamforming patterns) will be visualized in Cesium as interactive heatmaps and antenna coverage overlays. Key deliverables include a Python/JavaScript interface using Protocol Buffers for efficient data serialization, integration of 3GPP TR38.901 models with real-world terrain, and Jupyter notebooks demonstrating urban/rural 5G optimization.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
The project will deliver a fully functional YouTube data engine, interactive dashboards, automated report generation, and an LLM-powered query system, enabling intuitive data exploration and analysis for researchers and content creators. Complete documentation and an open-source release will empower community contributions.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/NVlabs/sionna, &lt;br /&gt;
https://github.com/CesiumGS/cesium&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
A developer with strong Python &amp;amp;amp;amp; JavaScript skills, and an understanding of real-time networking (WebSockets, Protobuf). Experience in wireless communications &amp;amp;amp;amp; 3D geospatial visualization, and prior exposure to Sionna, CesiumJS would be highly beneficial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
Ilias Chrysovergis (https://www.linkedin.com/in/ilias-chrysovergis/), Iason Malkotsis (https://malkotsis.com/)&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC2025]]&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code&amp;diff=2294</id>
		<title>Google Summer of Code</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code&amp;diff=2294"/>
		<updated>2025-01-28T08:31:01Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
[[Αρχείο:Gfoss2.png ‎|432x432px]] [[Αρχείο:400px-GSoC2016Logo.jpg]]&lt;br /&gt;
== Welcome to the GFOSS Google Summer of Code page ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* See [[Google Summer of Code 2025 proposed ideas]]&lt;br /&gt;
* See [[Google Summer of Code 2024 proposed ideas]]&lt;br /&gt;
&lt;br /&gt;
* See [[Google Summer of Code 2023 proposed ideas]]&lt;br /&gt;
* See [[Google Summer of Code 2022 proposed ideas]]&lt;br /&gt;
* [[Google Summer of Code 2021 Accepted Projects|See Google Summer of Code 2021 Accepted projects]]&lt;br /&gt;
* See [[Google Summer of Code 2021 proposed ideas]]&lt;br /&gt;
* See [https://ellak.gr/wiki/index.php?title=Google_Summer_of_Code_2019_Accepted_projects Google Summer of Code 2019 Accepted projects]&lt;br /&gt;
&lt;br /&gt;
* See  [[Google Summer of Code 2019 proposed ideas]]&lt;br /&gt;
&lt;br /&gt;
* See [[Google Summer of Code 2018 Accepted projects]]&lt;br /&gt;
&lt;br /&gt;
* See [https://ellak.gr/wiki/index.php?title=GSOC2018_Projects Google Summer of Code 2018 proposed ideas ]&lt;br /&gt;
&lt;br /&gt;
* See [[Google Summer of Code 2017 Accepted projects]]&lt;br /&gt;
&lt;br /&gt;
* See [https://ellak.gr/wiki/index.php?title=GSOC2017_Ideas Google Summer of Code 2017 proposed ideas ]&lt;br /&gt;
&lt;br /&gt;
== Open Technologies Alliance at Google Summer of Code Archive ==&lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2024/organizations/open-technologies-alliance-gfoss#projects-list GFOSS at GSOC 2024] &lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2023/organizations/open-technologies-alliance-gfoss#projects-list GFOSS at GSOC 2023] &lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2022/organizations/open-technologies-alliance-gfoss#projects-list GFOSS at GSOC 2022] &lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2021/organizations/5185060013080576#projects-list GFOSS at GSOC 2021] &lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2019/organizations/6491213031538688/ GFOSS at GSOC 2019] &lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2018/organizations/5472477677355008/ GFOSS at GSOC 2018]&lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2017/organizations/6266968780832768/ GFOSS at GSOC 2017]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code&amp;diff=2293</id>
		<title>Google Summer of Code</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code&amp;diff=2293"/>
		<updated>2025-01-28T08:29:45Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
[[Αρχείο:Gfoss2.png ‎|432x432px]] [[Αρχείο:400px-GSoC2016Logo.jpg]]&lt;br /&gt;
== Welcome to the GFOSS Google Summer of Code page ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* See [[Google Summer of Code 2025 proposed ideas]]&lt;br /&gt;
* See [[Google Summer of Code 2024 proposed ideas]]&lt;br /&gt;
&lt;br /&gt;
* See [[Google Summer of Code 2023 proposed ideas]]&lt;br /&gt;
* See [[Google Summer of Code 2022 proposed ideas]]&lt;br /&gt;
* [[Google Summer of Code 2021 Accepted Projects|See Google Summer of Code 2021 Accepted projects]]&lt;br /&gt;
* See [[Google Summer of Code 2021 proposed ideas]]&lt;br /&gt;
* See [https://ellak.gr/wiki/index.php?title=Google_Summer_of_Code_2019_Accepted_projects Google Summer of Code 2019 Accepted projects]&lt;br /&gt;
&lt;br /&gt;
* See  [[Google Summer of Code 2019 proposed ideas]]&lt;br /&gt;
&lt;br /&gt;
* See [[Google Summer of Code 2018 Accepted projects]]&lt;br /&gt;
&lt;br /&gt;
* See [https://ellak.gr/wiki/index.php?title=GSOC2018_Projects Google Summer of Code 2018 proposed ideas ]&lt;br /&gt;
&lt;br /&gt;
* See [[Google Summer of Code 2017 Accepted projects]]&lt;br /&gt;
&lt;br /&gt;
* See [https://ellak.gr/wiki/index.php?title=GSOC2017_Ideas Google Summer of Code 2017 proposed ideas ]&lt;br /&gt;
&lt;br /&gt;
== Open Technologies Alliance at Google Summer of Code Archive ==&lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2024/organizations/open-technologies-alliance-gfoss#projects-list GFOSS at GSOC 2024] &lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2023/organizations/open-technologies-alliance-gfoss#projects-list GFOSS at GSOC 2023] &lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2022/organizations/open-technologies-alliance-gfoss#projects-list GFOSS at GSOC 2022] &lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2021/organizations/open-technologies-alliance-gfoss#projects-list GFOSS at GSOC 2021] &lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2019/organizations/6491213031538688/ GFOSS at GSOC 2019] &lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2018/organizations/5472477677355008/ GFOSS at GSOC 2018]&lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2017/organizations/6266968780832768/ GFOSS at GSOC 2017]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code&amp;diff=2292</id>
		<title>Google Summer of Code</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code&amp;diff=2292"/>
		<updated>2025-01-28T08:15:44Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
[[Αρχείο:Gfoss2.png ‎|432x432px]] [[Αρχείο:400px-GSoC2016Logo.jpg]]&lt;br /&gt;
== Welcome to the GFOSS Google Summer of Code page ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* See [[Google Summer of Code 2025 proposed ideas]]&lt;br /&gt;
* See [[Google Summer of Code 2024 proposed ideas]]&lt;br /&gt;
&lt;br /&gt;
* See [[Google Summer of Code 2023 proposed ideas]]&lt;br /&gt;
* See [[Google Summer of Code 2022 proposed ideas]]&lt;br /&gt;
* [[Google Summer of Code 2021 Accepted Projects|See Google Summer of Code 2021 Accepted projects]]&lt;br /&gt;
* See [[Google Summer of Code 2021 proposed ideas]]&lt;br /&gt;
* See [https://ellak.gr/wiki/index.php?title=Google_Summer_of_Code_2019_Accepted_projects Google Summer of Code 2019 Accepted projects]&lt;br /&gt;
&lt;br /&gt;
* See  [[Google Summer of Code 2019 proposed ideas]]&lt;br /&gt;
&lt;br /&gt;
* See [[Google Summer of Code 2018 Accepted projects]]&lt;br /&gt;
&lt;br /&gt;
* See [https://ellak.gr/wiki/index.php?title=GSOC2018_Projects Google Summer of Code 2018 proposed ideas ]&lt;br /&gt;
&lt;br /&gt;
* See [[Google Summer of Code 2017 Accepted projects]]&lt;br /&gt;
&lt;br /&gt;
* See [https://ellak.gr/wiki/index.php?title=GSOC2017_Ideas Google Summer of Code 2017 proposed ideas ]&lt;br /&gt;
&lt;br /&gt;
== Open Technologies Alliance at Google Summer of Code Archive ==&lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2019/organizations/6491213031538688/ GFOSS at GSOC 2019] &lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2018/organizations/5472477677355008/ GFOSS at GSOC 2018]&lt;br /&gt;
&lt;br /&gt;
[https://summerofcode.withgoogle.com/archive/2017/organizations/6266968780832768/ GFOSS at GSOC 2017]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2025_proposed_ideas&amp;diff=2291</id>
		<title>Google Summer of Code 2025 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2025_proposed_ideas&amp;diff=2291"/>
		<updated>2025-01-28T07:48:05Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Expanding HassIO smart home capabilities via low-code automation development ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Smart environments are becoming quite popular in the home setting consisting of a broad range of connected devices. While offering a novel set of possibilities, this also contributes to the complexity of the environment, posing new challenges to allowing the full potential of a sensorized home to be made available to users. SmAuto, is a Domain Specific Language (DSL) that enables users to program complex automation scenarios and pipelines, for connected IoT devices in smart environments, that go beyond simple tasks. It was initially developed by the ISSEL research team (AUTH) as textual DSL and later evolved into a web-based low-code development environment. SmAuto lacks extra features like utilization of external REST data sources, time delays, semantic annotation, and accessing of in-house entities, etc., thus it should be expanded in this direction. Furthermore, HomeAssistant would benefit from the integration of a low-code approach for rapidly developing and deploying automations, using the entities existing in a smart environment.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
• In the context of this project, we desire to expand the SmAuto DSL with the following features: a) support the REST protocol, so as for the automations to be able to access information from external data sources, b) incorporate auxiliary concepts like Delay, Switches, or Compute nodes, c) SmAuto integration in HA. The integration of SmAuto and HomeAssistant should occur, by creating a new open-source HA addon, where users will be able to design and deploy automations graphically, using the SmAuto low-code environment.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/robotics-4-all/smauto, https://www.home-assistant.io/ &lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
[Required]: Python, Software engineering, IoT concepts, Unix/Linux, &lt;br /&gt;
[Desired]: Model Driven Engineering, HomeAssistant, Docker&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
&lt;br /&gt;
Konstantinos Panayiotou, Emmanouil Tsardoulias, Andreas Symeonidis&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC2025]]&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2025_proposed_ideas&amp;diff=2290</id>
		<title>Google Summer of Code 2025 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2025_proposed_ideas&amp;diff=2290"/>
		<updated>2025-01-28T07:19:20Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Expanding HassIO smart home capabilities via low-code automation development ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Smart environments are becoming quite popular in the home setting consisting of a broad range of connected devices. While offering a novel set of possibilities, this also contributes to the complexity of the environment, posing new challenges to allowing the full potential of a sensorized home to be made available to users. SmAuto, is a Domain Specific Language (DSL) that enables users to program complex automation scenarios and pipelines, for connected IoT devices in smart environments, that go beyond simple tasks. It was initially developed by the ISSEL research team (AUTH) as textual DSL and later evolved into a web-based low-code development environment. SmAuto lacks extra features like utilization of external REST data sources, time delays, semantic annotation, and accessing of in-house entities, etc., thus it should be expanded in this direction. Furthermore, HomeAssistant would benefit from the integration of a low-code approach for rapidly developing and deploying automations, using the entities existing in a smart environment.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
• In the context of this project, we desire to expand the SmAuto DSL with the following features: a) support the REST protocol, so as for the automations to be able to access information from external data sources, b) incorporate auxiliary concepts like Delay, Switches, or Compute nodes, c) SmAuto integration in HA. The integration of SmAuto and HomeAssistant should occur, by creating a new open-source HA addon, where users will be able to design and deploy automations graphically, using the SmAuto low-code environment.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/robotics-4-all/smauto, https://www.home-assistant.io/ &lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
[Required]: Python, Software engineering, IoT concepts, Unix/Linux, &lt;br /&gt;
[Desired]: Model Driven Engineering, HomeAssistant, Docker&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
&lt;br /&gt;
Konstantinos Panayiotou, Emmanouil Tsardoulias, Andreas Symeonidis&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2025_proposed_ideas&amp;diff=2289</id>
		<title>Google Summer of Code 2025 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2025_proposed_ideas&amp;diff=2289"/>
		<updated>2025-01-28T07:10:28Z</updated>

		<summary type="html">&lt;p&gt;Pkst: Νέα σελίδα με &amp;#039;Contributors interested to participate should check which of the following projects fits their interests and skills.  &amp;#039;&amp;#039;&amp;#039;Τo communicate with the mentors and ask questi...&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2024_proposed_ideas&amp;diff=2285</id>
		<title>Google Summer of Code 2024 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2024_proposed_ideas&amp;diff=2285"/>
		<updated>2024-04-02T08:10:12Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== EDGAR-CRAWLER: Democratizing accessibility to Financial NLP documents ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Natural Language Processing (NLP) faces big challenges in the field of business and finance since financial text data is often locked behind paywalls, making it hard to get the information we need. This problem highlights why it is so important to automate data collection from free sources, like EDGAR,  the U.S. Securities and Exchange Commission&#039;s public database. EDGAR contains documents about publicly traded stocks from companies in the U.S., like Microsoft, Google, or Amazon. Our existing software, EDGAR-CRAWLER, tackles this problem by automatically downloading and “cleaning” financial documents, mainly through the use of regular expressions, and then making such data available in an easy-to-use JSON format for NLP pipelines and applications. EDGAR-CRAWLER, with over 190 stars on Github, is the go-to toolkit for making financial data accessible to everyone. However, currently, it is only limited to one type of company filing, the annual reports (10-K filings). By adding support for more types of documents, EDGAR-CRAWLER plans to make financial information even more accessible, playing a vital role in the progress of financial NLP and open data.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
• Extend EDGAR-CRAWLER to fetch more types of US company filings like quarterly reports (10-Q) and current reports (8-K), using string-searching algorithms like regular expressions&lt;br /&gt;
&lt;br /&gt;
• Write documentation for these new features&lt;br /&gt;
&lt;br /&gt;
• Develop unit tests for these new features&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/nlpaueb/edgar-crawler/&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
• Proficiency in Python and Software Development  &lt;br /&gt;
&lt;br /&gt;
• Familiarity with regular expressions and Natural Language Processing (NLP)  &lt;br /&gt;
&lt;br /&gt;
• Experience in web scraping and data processing (beautifulsoup, pandas) &lt;br /&gt;
&lt;br /&gt;
• Interest in Machine Learning (ML) &lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
&lt;br /&gt;
Lefteris Loukas, Ion Androutsopoulos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== GlossAPI ==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
GlossAPI is an open source project seeking to develop a standard open access corpus of the Greek language, and benchmark it against existing and to-be-developed language models, with the objective of providing an upstream service to the Greek tech community.&lt;br /&gt;
The project is named after a portmandeau of the Greek word for &amp;quot;language&amp;quot; and &amp;quot;API&amp;quot; which creates a visual resemblance to the word Glossary in Greek.&lt;br /&gt;
This is to express our objective to provide an index of the Greek language via flexible programing interfaces.&lt;br /&gt;
&lt;br /&gt;
Greek is a language that is under-represented in existing LLMs, while it has a complex history, grammar and writing system. Our trials with existing models have shown lack of syntactic and semantic knowledge of advanced Greek and its nuances, and we have put forth a number of analyses showing that this poses a risk for digital divides, language extinction, and subpar experience for users of public services.&lt;br /&gt;
&lt;br /&gt;
To our knowledge other LLM projects that tackle the problem of the Greek language are either proprietary, closed code, narrow scope, or otherwise unfit for our purpose which is to provide publicly available, fully open source language models with respect to all code/weights/procedures/data.&lt;br /&gt;
We reach out and bring together people that have the expertise, the passion, the collections, or the hardware, to take part in this endeavor, that will help the Greek stratup/tech scene catch up with the rapid developments in downstream applications that are now common place for developers of English language generative models. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
The project will result to an Open Source Corpus, representative of the Greek language and its different varieties. At first emphasis will be given to the formal varieties used in government, education and the law. Additionally, we want to represent, in a subsequent training stage, a number of basic knowledge domains to an &amp;quot;undergraduate degree&amp;quot; level. The datasets will be versioned and benchmarked against different models and tokenizers. We also need to develop a sufficient set of evaluation tasks (such as Factual QA - Greek). Finally a couple of foundation models of different architectures will be fitted onto the dataset and the evaluation suite, and published to the community under an open source licence. With these moves we expect to pollinate the Greek tech ecosystem with reliable, inexpensive, and extensible models and datasets, that will help the Greek Open Source AI scence thrive. All data and models will be accompanied by thorough documentation and guides, to ensure replicability and reusability of the results.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/glossAPI/&lt;br /&gt;
https://github.com/eellak/glossAPI/wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Corpus Annotation for Language Models&lt;br /&gt;
Quantitative Corpus Linguistics or Natural Language Processing&lt;br /&gt;
Python with transformers library, sci-kit learn, numpy, pandas and streamlit, langchain or similar&lt;br /&gt;
Mathematical statistics or similar discipline&lt;br /&gt;
Django knowledge is good to have&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
N. Giallousi, A. Melidis, Greek Free Open Source Software/Hardware Alliance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Greeklish-to-Greek: Development of an open-source and state-of-the-art toolkit ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
&amp;quot;Greeklish” is a way of writing Greek with the commonly used Latin alphabet instead of the Greek alphabet (think of “kalimera” instead of “καλημέρα”), and has been widely used by Greek speakers for decades due to early technological limitations in supporting Greek characters. Its ease of use for informal digital communication, such as on forums or in comments, allows for quick language switching without changing any keyboard input, and hides spelling errors. However, Greeklish complicates the development of Natural Language Processing (NLP) tools for the Greek language because Machine Learning (ML) models are trained on standard Greek, not Greeklish. Most existing Greeklish-to-Greek toolkits are limited, rule-based, and closed-source. Our team has researched and developed state-of-the-art Greeklish-to-Greek methods utilizing Transformer NLP models (paper available at: https://drive.google.com/file/d/1mmCaEyue8xWcEEgDTrRv9gzvAGEFgohl/view?usp=sharing). The purpose of the project is to develop an open-source, user-friendly Python toolkit, based on our existing research so that the community can benefit from it.&lt;br /&gt;
The GSOC contributor will work in close collaboration between helvia.ai (https://helvia.ai/) and the AUEB NLP Group (http://nlp.cs.aueb.gr/software.html), leveraging both industrial and academic expertise to tackle these NLP challenges.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
• Development of a user-friendly Python wrapper based on our best Greeklish-to-Greek NLP model  &lt;br /&gt;
&lt;br /&gt;
• Documentation and unit testing of the library &lt;br /&gt;
&lt;br /&gt;
• Development of new methods for Greeklish-to-Greek conversion, utilizing more recent and promising Large Language Models (LLMs), such as Meta’s LLaMA2 or Mistral models&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
While the proposed Greeklish toolkit can be developed independently, it could also be integrated as an extra functionality to the mentors’ affiliated current state-of-the-art Greek NLP toolkit: &amp;lt;nowiki&amp;gt;https://github.com/nlpaueb/gr-nlp-toolkit&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
• Advanced Python Programming and Software Engineering &lt;br /&gt;
&lt;br /&gt;
• Deep Learning for NLP and familiarity with related frameworks (e.g., PyTorch, HuggingFace)&lt;br /&gt;
&lt;br /&gt;
==== Mentors ====&lt;br /&gt;
John Pavlopoulos (AUEB), Ion Androutsopoulos (AUEB), Stavros Vassos (helvia.ai), Lefteris Loukas (helvia.ai &amp;amp; AUEB)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Label Buddy 3.0: Automated audio-tagging using transfer learning ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Label Buddy is an open-source audio annotation tool created during GSoC 2021 and extended during GSoC 2022. It aims to make the annotation process easy, and simple with the help of AI Assistance tools and at the same time offers a well-defined manager-annotator-reviewer system. The purpose of this project is to investigate and integrate  Multi-Modal Annotation Support in data other than only sound with the use of Large Language Models (LLMs) and Active Learning for Model Improvement on the already existing models.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
1.) Add OpenAPI support; the ability to upload an OpenApi document and convert it to Flexbench test scenarios (ML can help!) 2.) Anonymization feature for exchanged data in requests and responses (ML can help!) 3.) Aesthetic and UX/UI fixes in desktop app 4.) Fixes to existing bugs 5.) Improve documentation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/eellak/gsoc2022-Label-buddy&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Machine Learning (ML) frameworks, Python, Django, VanillaJS, HTML&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Pantelis Vikatos, Giannis Prokopiou&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enhancements for Flexbench: OpenAPI Integration and Anonymization using Machine Learning (ML) ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Flexbench is a fully customizable NodeJS application, generating simulated HTTP traffic. It can be used as a standalone script, desktop-app* and server* to simulate traffic with specific characteristics, such as read/write ratio, duration, number of requests to generate, in/out traffic throttling and more.&lt;br /&gt;
&lt;br /&gt;
It is a forked project from the http-traffic-simulator npm package, which was developed to provide simulated throttled http traffic for stress and load testing purposes, towards specific http endpoints. It utilizes the nodejs cluster module to generate http requests, by spawning multiple workers (balanced over the system cores) in the cluster, responsible to create clients that generate requests. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;During the GSoC-2022 period, along with the standalone script version, desktop and server apps were developed, and major fixes were applied.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
1.) Add OpenAPI support; the ability to upload an OpenApi document and convert it to Flexbench test scenarios (ML can help!) 2.) Anonymization feature for exchanged data in requests and responses (ML can help!) 3.) Aesthetic and UX/UI fixes in desktop app 4.) Fixes to existing bugs 5.) Improve documentation&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
[https://github.com/flexivian/flexbench/tree/develop https://github.com/flexivian/flexbench/tree/develop ,][https://flexivian.github.io/flexbench/ https://flexivian.github.io/flexbench/]&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
NodeJS, js, typescript, Html, Css, React, Electron, docker, Machine Learning, OpenAPI &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
&lt;br /&gt;
Ioannis Skitsas (iskitsas@gmail.com), Marios Karagiannopoulos (mariosk@gmail.com)&lt;br /&gt;
&lt;br /&gt;
== New open data sources for Alexandria3k ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
The alexandria3k package supplies a library and a command-line tool providing efficient relational query access to diverse publication open data sets. The largest one is the entire Crossref data set (157 GB compressed, 1 TB uncompressed). This contains publication metadata from about 134 million publications from all major international publishers with full citation data for 60 million of them. Alternatively, works can be selected from the PubMed data set which comprises more than 36 million citations for biomedical literature from MEDLINE, life science journals, and online books, with rich domain-specific metadata, such as MeSH indexing, funding, genetic, and chemical details. In addition, the Crossref and PubMed data sets can be linked with the ORCID summary data set (25 GB compressed, 435 GB uncompressed), containing about 78 million author records, the United States Patent Office issued patents (11 GB compressed, 115 GB uncompressed), containing about 5.4 million records, as well as data sets of funder bodies, journal names, open access journals, and research organizations.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
Implementation of four new data sources added to the eight existing ones&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/dspinellis/alexandria3k&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
Python, SQL, Unix command-line &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
&lt;br /&gt;
Diomidis Spinellis&lt;br /&gt;
&lt;br /&gt;
== MD-Attractor ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
MD-Attractor is an open-source project designed to serve as a unified aggregator for music-related data sourced from various music platforms such as Spotify, Deezer, Apple Music, and more.&lt;br /&gt;
&lt;br /&gt;
The primary objective of this project is to provide a centralized hub for collecting and  analyzing data from diverse media sources, offering users a comprehensive view of diverse music data sources.&lt;br /&gt;
&lt;br /&gt;
===== Expected Results.  =====&lt;br /&gt;
1. An extension of data sources and usage parameters. 2. Metadata artists and song analysis option. 3  Creation of artist&#039;s ego-networks and similarity component.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Depending on the proposal&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/sfendourakis/MD-Attractor&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
Python, APIs, Visualization &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
&lt;br /&gt;
Panagiotis Sfendourakis, Elektra Bilali Simou&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Exploring and Abstracting Triplestore Alternatives ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
&lt;br /&gt;
==== Objective ====&lt;br /&gt;
The primary objective of this project is to explore, analyze, and abstract various triplestore alternatives. The project aims to provide young programmers with a comprehensive understanding of different back-end alternatives that allow for storing data in triple format, commonly known as triplestores.&lt;br /&gt;
&lt;br /&gt;
==== Background ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
This project will involve a detailed exploration of various triplestore alternatives. The participants will perform rudimentary tests and benchmarks on these alternatives to understand their performance, scalability, and other key features.&lt;br /&gt;
&lt;br /&gt;
The ultimate goal is to develop a library that can act as an abstraction layer for these triplestore alternatives. This library will &amp;quot;hide&amp;quot; the underlying implementation, allowing developers to switch between different triplestores without changing their application code. This abstraction layer can be compared to a library abstracting various specific relational database management systems, all providing very similar functionality, like supporting SQL.&lt;br /&gt;
&lt;br /&gt;
==== Methodology ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Research:&#039;&#039; Identify and study various triplestore alternatives. Understand their architecture, features, and limitations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Testing:&#039;&#039; Perform rudimentary tests and benchmarks on the identified triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Analysis:&#039;&#039; Analyze the test results to understand the performance and scalability of each alternative.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Development:&#039;&#039; Develop an abstraction layer that can interface with the various triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Documentation:&#039;&#039; Document the findings and the usage of the developed library.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a well-documented library that can act as an abstraction layer for various triplestore alternatives. This will provide developers with the flexibility to choose the most suitable triplestore for their specific needs without having to modify their application code.&lt;br /&gt;
&lt;br /&gt;
==== Conclusion ====&lt;br /&gt;
This project will not only enhance the understanding of participants about triplestore alternatives but also equip them with the skills to develop an abstraction layer, thereby broadening their programming skills and knowledge.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
New project, no existing repo available.&lt;br /&gt;
&lt;br /&gt;
==== Information links ====&lt;br /&gt;
- [https://en.wikipedia.org/wiki/Triplestore Triplestore]&lt;br /&gt;
- [https://en.wikipedia.org/wiki/Semantic_triple Triples]&lt;br /&gt;
- [https://en.wikipedia.org/wiki/SPARQL Query language]&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Python (mandatory). Other programming languages like C, Go, Rust, Java, might prove useful.&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Font Validator: A System for Quality Control of Digital Typefaces Containing Greek Characters ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
&lt;br /&gt;
==== Objective ====&lt;br /&gt;
The primary objective of this project is to develop a comprehensive set of tests for quality control on digital typefaces, with a particular focus on Greek characters. The project aims to ensure the consistency of typeface design, especially in terms of height, shape, composites, ascenders, descenders, spacing, and kerning between Latin and Greek characters.&lt;br /&gt;
&lt;br /&gt;
==== Background ====&lt;br /&gt;
Digital typefaces play a crucial role in the readability and aesthetics of digital content. However, inconsistencies in typeface design, especially between different scripts like Latin and Greek, can lead to visual discomfort and confusion. Quality control in digital typefaces is therefore essential to ensure a consistent and pleasant reading experience.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
This project will involve the development of a series of tests using Font Bakery or a similar tool. These tests will compare the height and shape of similarly shaped Latin and Greek letters, such as Latin A and Greek Alpha.&lt;br /&gt;
&lt;br /&gt;
Further tests will be performed on composites, ascenders, descenders, spacing, and kerning between Latin and Greek characters. The goal is to identify any inconsistencies and provide recommendations for improvements.&lt;br /&gt;
&lt;br /&gt;
==== Methodology ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Research:&#039;&#039; Study the design principles of Latin and Greek typefaces. Identify the key parameters for comparison, such as height, shape, composites, ascenders, descenders, spacing, and kerning.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Test Development:&#039;&#039; Develop a series of tests using Font Bakery or a similar tool. These tests should be able to compare the identified parameters between Latin and Greek characters.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Testing:&#039;&#039; Perform the developed tests on a variety of digital typefaces.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Analysis:&#039;&#039; Analyze the test results to identify any inconsistencies in the design of Latin and Greek characters.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Recommendations:&#039;&#039; Based on the analysis, provide recommendations for improving the consistency of typeface design.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Documentation:&#039;&#039; Document the findings, the developed tests, and the recommendations.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a comprehensive set of tests for quality control on digital typefaces, especially for Greek characters. These tests will help typeface designers and developers ensure the consistency of their designs, thereby improving the readability and aesthetics of digital content.&lt;br /&gt;
&lt;br /&gt;
==== Conclusion ====&lt;br /&gt;
This project will not only enhance the quality of digital typefaces but also contribute to the body of knowledge in the field of typeface design. It will provide valuable insights into the design principles of Latin and Greek characters and help ensure their consistency in digital typefaces.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Can be either short (175 hours) or long (350 hours), depending on the agreed-upon scope.&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
New project, no existing repo available.&lt;br /&gt;
&lt;br /&gt;
==== Information links ====&lt;br /&gt;
- [https://font-bakery.readthedocs.io/en/latest/ Font Bakery documentation]&lt;br /&gt;
- [https://github.com/fonttools/fontbakery Font Bakery source repo]&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Python, font technologies, understanding of Greek characters&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Irene Vlachou, Emilios Theofanous, Alexios Zavras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Development and Enhancement of the Cloud-Based FOSSBot Platform  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
The evolution of the DIY robot kit for educators, initiated in GSoC 2019 with Christos Chronis, has significantly progressed over the years, culminating in a 3D printable, modular, and low-cost educational robot. Over the last five years, contributors from GSOC and the open source community have enriched this project with a programming stack compatible with Google Blockly, native Python through Monaco, and a Docker-based deployment system. At the same time, the initial DIY robot kit from GSOC 2019 transformed into the FOSSBot, and more educators understand and use this open-source solution to teach STEM.&lt;br /&gt;
&lt;br /&gt;
For GSoC 2023, the focus was on shifting the programming stack to the cloud, addressing issues like connectivity, updates, and the rising costs of Single Board Computers. Another notable addition was the web-based simulator, which allowed educators to test and use the robot virtually, reducing cost barriers and hardware requirements. In the following months, the platform will be available to all through the infrastructure of GFOSS, and at the same time, organized workshops will help make more people aware of the robot. Finally, in the last two years, two scientific publications were released, and the project started to attract the interest of the academic community.&lt;br /&gt;
&lt;br /&gt;
GSoC 2024 Objectives&lt;br /&gt;
&lt;br /&gt;
In 2024, our goal is to further enhance this cloud-based platform by:&lt;br /&gt;
&lt;br /&gt;
Performance Optimization: Improving both front-end and back-end performance for a seamless user experience.&lt;br /&gt;
Development of Cooperative Modes: Enabling multiple robots to interact and collaborate in shared tasks or scenarios, fostering teamwork and advanced programming skills.&lt;br /&gt;
Educator&#039;s Content Creation and Upload System: Developing a system where educators can create, share, and upload educational material, facilitating a dynamic and evolving educational environment.&lt;br /&gt;
Custom Scene Creation for Godot Simulator: Integrating an interface for creating new, customized scenes in the existing Godot-based simulator, enabling tailored educational experiences.&lt;br /&gt;
Platform Support for Physical Hardware: Introducing programming support for physical devices like the FOSSBot, Arduino, and MicroPython-supported microcontrollers, broadening the scope of practical applications and hands-on learning.&lt;br /&gt;
Continuous Integration and Deployment (CI/CD) Enhancements: Streamlining updates and maintenance through advanced GitHub automation and cloud deployment strategies.&lt;br /&gt;
Extensive Documentation: Ensuring comprehensive documentation to facilitate ease of use and adaptability for educators and developers.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results.  ====&lt;br /&gt;
A robust, cloud-based platform offering a wide range of educational and programming possibilities.&lt;br /&gt;
Enhanced user experience with improved performance and new features.&lt;br /&gt;
Greater accessibility and cost-effectiveness for educators worldwide.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ==== &lt;br /&gt;
https://github.com/eellak/gsoc2019-diyrobot&lt;br /&gt;
https://github.com/eellak/fossbot&lt;br /&gt;
https://github.com/chronis10/fossbot-app&lt;br /&gt;
https://github.com/eellak/fossbot-platform&lt;br /&gt;
https://github.com/eellak/fossbot-source&lt;br /&gt;
https://github.com/eellak/fossbot-web-simulator&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
React.js&lt;br /&gt;
Python&lt;br /&gt;
Flask API / FastAPI&lt;br /&gt;
SQLAlchemy&lt;br /&gt;
Godot (not mandatory)&lt;br /&gt;
JavaScript&lt;br /&gt;
Docker&lt;br /&gt;
Git&lt;br /&gt;
&lt;br /&gt;
==== Related publications ==== &lt;br /&gt;
Chronis  C., &amp;amp; Varlamis I. (2022). FOSSBot: An Open Source and Open Design Educational Robot. Electronics, 11(16), 2606. https://www.mdpi.com/2079-9292/11/16/2606&lt;br /&gt;
Kazazis G., Chronis C., Diou C. &amp;amp; Varlamis I. Development and evaluation of Reinforcement Learning models for the FOSSBot Open-Source educational robot, Pan-Hellenic Conference on Progress in Computing and Informatics, ACM 2023 (Under Publication)  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Christos Chronis, Iraklis Varlamis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enabling Apothesis to support atomic layer deposition and etching processes  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Αpothesis is an open source software for designing, simulating and analyzing deposition processes.  It is based on Kinetic Monte Carlo method and its two main components are the lattice (simple cubic, HPC etc) where particular processes (adsorption, desorption, surface rection and diffusion) are performed.  Up until now Apothesis has been used in various applications (see for example https://iopscience.iop.org/article/10.1088/1361-651X/ace276/meta). However, there is a lack of generalized software for atomic layer deposition/etching (ALD/ALE) processes. ALD/ALE are based on pulses performing  over sequentially over a certain period of time (see https://www.frontiersin.org/articles/10.3389/fphy.2021.631918/full for more details). That said, the purpose of this project is to enable Apothesis to handle ALD/ALE cases. For that, there various parts of Apothesis that need to be changed with the most basic being: &lt;br /&gt;
1. Enabling Apothesis to read the lattice from a file. Thus creating a generalized reader for hard copy lattices. &lt;br /&gt;
2. Creating the sequentially calls to simulate ALD/ALE processes. &lt;br /&gt;
3. Design the output of the ALD/ALE process. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expected Results.  ====&lt;br /&gt;
The results from a simple case of ALD in a simple cubic lattice. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
C++, desing patters (factory pattern) and basic physics in deposition processes &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== eCodeOrama, an educational interactive flow visualization tool for mit scratch programs ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
The project will create a interactive tool to extract, visualize graphically and edit (to improve the presentation of) the layout of the flow of code in blocks / scripts in a mit scratch program and their interaction with any messages or other external events. The tool will use rules to decide on many layout parameters (e.g. the position of the code blocks in the layout, the colors used, etc) but the user will be able to overwrite the default choices. The presentation will be compatible with the codeOrama code layout specification.&lt;br /&gt;
The tool will also promote code understanding, especially to young students that use scratch, and will include debugging aids.&lt;br /&gt;
The students can use this flow to better visualize and understand their program, to explain it to others, to debug it and to design extensions and modifications.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
A tool to visualize and edit the layout of the event based script flow of a scratch program, keeping it compatible with the codeOrama code layout specification.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
350 hours&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
git@github.com:sarantos40/eCodeOrama.git&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
python, mit scratch, gui development&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Sarantos Kapidakis (sarantos.kapidakis@gmail.com), Chrysovalantis Sfyrakis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enhancement of SmAuto DSL and integration into HomeAssistant ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Smart environments are becoming quite popular in the home setting consisting of a broad range of connected devices. While offering a novel set of possibilities, this also contributes to the complexity of the environment, posing new challenges to allowing the full potential of a sensorized home to be made available to users. SmAuto is a Domain Specific Language (DSL) that enables users to program complex automation scenarios, for connected IoT devices in smart environments, that go beyond simple tasks. SmAuto lacks extra features like invocation of REST/MQTT services, time delays etc., thus it should be expanded towards this direction. Furthermore, HomeAssistant would benefit from the integration of a DSL like SMAuto for rapidly developing and deploying automations, using the entities existing in a smart environment.&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
In the context of this project, we desire to expand the SmAuto DSL with the following features: a) adding virtual entities, like REST calls and MQTT RPCs, so as for the automations to be able to access information from external services, b) incorporate auxiliary concepts like Delay, Conditions/Switches, or Compute nodes and c) generalize the language’s Condition concept. Furthermore, the integration of SmAuto and HomeAssistant should occur, by creating a new open-source HA plugin, where each user can declare SmAuto automations and deploy them locally in HA.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
350 hours&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/robotics-4-all/smauto, https://www.home-assistant.io/&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Required: Python, Software engineering, IoT concepts, Unix/Linux. Desired: Model Driven Engineering, HomeAssistant, Docker&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Konstantinos Panayiotou, Emmanouil Tsardoulias, Andreas Symeonidis&lt;br /&gt;
&lt;br /&gt;
== Creating a factory pattern for handling lattices in Apothesis.  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Apothesis is a generalized software for designing,  simulating and analyzing deposition processes. It is based on the kinetic Monte Carlo method. That said, it consists of  two main components; a lattice (e.g. simple cubic, HPC etc) and the processes (adsorption, desorption, diffusion and surface reactions) performed in this lattice. Currently, the lattices are hard coded inside Apothesis making it difficult to add new ones easily. This proposal is focuses on creating a factory pattern which be used as a guide for adding lattices in Apothesis. Then this will be used to incorporate 2D lattices (like graphene) inside Apothesis.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
The factory pattern source code and a simple example for incorporating a graphene lattice. &lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
350 hours&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
C++, design (factory pattern)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Nikolaos Cheimarios, Christina-Anna Gatsiou &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MyUni  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Currently there is a University App called MyUoM for Greek universities in https://my.uom.gr/ (followed by an effort in University of West Attica, https://iam.uniwa.gr/. This app is official but it lacks features(e.g. login) and a proper backend with an architecture that will allow different implementations for Universities. In this project we want to add a CMS for info that is changing frequently and a backend that fetches realtime info from the official websites. We want to unify those efforts and make it easier for other universities to join.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expected Results.  ====&lt;br /&gt;
1. Create a structure that can be used by different university structures and can be fully customised based on the needs of each institution.&lt;br /&gt;
2. The application should be fully customisable in terms of interface, content and functionality.&lt;br /&gt;
3. The content can be personalized and the home page can display tiles selected by each institution and display content that will be created as a page (wordpress type) &lt;br /&gt;
4. Adding a students portal where all the student&#039;s data, personal and any other information will be collected, in order to be used as a reference point.&lt;br /&gt;
5. Add an admin panel from where the appearance and content of the institution&#039;s application will be defined.&lt;br /&gt;
6. Create a BackEnd system to manage all the data described above.&lt;br /&gt;
7. Setup a backend that fetches information from official sources and static information(e.g. map images) to make the frontend lighter.&lt;br /&gt;
8. Rewrite in Typescript for maintainability&lt;br /&gt;
9. Creation of a custom CMS (consisting of FrontEnd &amp;amp; BackEnd) for data changing frequently&lt;br /&gt;
10. Create a system where the application is shared across domains by creating an instance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Depending on the scope&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/Open-Source-UoM/MyUoM&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
    • React.js&lt;br /&gt;
    • Express.js (for BackEnd)&lt;br /&gt;
    • MySQL (for BackEnd)&lt;br /&gt;
    • JavaScript&lt;br /&gt;
    • TypeScript&lt;br /&gt;
    • Next.js (optional)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Anastasios Tsalmas tsalmanastasios@gmail.com, Efstathios Iosifidis eiosifidis@gmail.com&lt;br /&gt;
&lt;br /&gt;
== DIY IoT Physics Experiments for education ==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
Remote physics experiments for students in all the educational levels are the second best to hands on experiments.  Especially for students who temporarily cannot attend school or in cases like the Covid-19 and the lockdowns. In many practical cases they are the only alternative, as they are available 24/7, they can involve dangerous materials or conditions, they can be accessed from anywhere and any device, they require less maintenance, have lower cost, can be easily modified, or arranged to perform another experiment, and are less probable to be damaged.  They are in line with the modern way of performing experiments, as it is desirable to have as less as possible direct contact with the experiments and use them on-line.  Examples include on-line telescopes and electronic microscopes.  This is possible due to the automation; data acquisition and manipulation of the experimental data is done using a computer or a microcomputer.  In this way students need not take pain stacking notes, especially for experiments that take a lot of time to collect data, sometimes days or months.  Students can concentrate on data processing, on the analysis of the results and arrive at scientific valid conclusions.  Our laboratory has set up many remote experiments and has experience of more than 10 years in designing, setting, and servicing remote experiments.  Our remote experiments are based on Arduino and readily available sensors and actuators. The aim of the present project is to design and implement a way to make the sensors and the actuators to form an IoT local network so that it will be easier to easily utilize them in different experiments and to build new experiments.  The IoT sensors and actuators will be DIY and based on open software.   The applicant will program the ESP8266 to receive data from the sensor and transmit the data through MQTT to ThingsBoard. Similarly for an actuator the ESP8266 will receive MQTT data from ThingsBoard. The applicant will prepare five DIY IoT sensors and five actuators. ThingsBoard will provide users with the visual representation of the data and the control of the experimental setup through dashboards.  The applicant will prepare five dashboards for five corresponding experiments.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
At the end of the present GSoC project the open source for five IoT DIY sensors and five actuators will be designed and implemented.  Also, five Dashboards on the open source IoT platform ThingsBoard for five corresponding experiments will be designed and implemented.  A list of the electronic components, instructions for the assembly and documentation for the software will be prepared.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
Medium Size - 175 hours&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/totheworld2004/DIY-Physics-IoT&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
How to program ESP8266, MQTT to transfer and receive data and design and implement Dashboards on a IoT platform&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Hariton Polatoglou and Panagiotis Koustoumpardis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== LearniTron ==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
LearniTron is an educational 3D printed mars rover style robot, with AI-Computer vision capabilities, such as: Face detection,&lt;br /&gt;
People counting, Hand Tracking, Object Recognition, Traffic Signs Recognition, etc.&lt;br /&gt;
Robotic-sensor capabilities, such as: object avoidance and finally NLP capabilities, such as voice commands recognition, chatbot&lt;br /&gt;
responses. All data will be uploaded to a web server along side with the chatbot.&lt;br /&gt;
People like students can interact with it, reprogram it and experiment, to lean and enhance their knowledge on technologies,&lt;br /&gt;
as AI, Computer Vision, Robotics&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
By the end of the program,the design of  the 3d models of the robot, code some AI programs if not all, and&lt;br /&gt;
assemble the robot’s parts and sensors, and finally code the web server to store data. The robot to be able to interact with&lt;br /&gt;
people and achieve an amount of autonomy via AI and sensors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
Large Size - 350 hours&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
The technologies are: Python, OpenCV, Tensorflow, Keras, C, Arduino, Raspberry&lt;br /&gt;
&lt;br /&gt;
Pi, Flask, HTML5, CSS3, JS&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Kostas Papadimas and Alexandros Melidis&lt;br /&gt;
[[Κατηγορία:GSOC2024]]&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2024_proposed_ideas&amp;diff=2283</id>
		<title>Google Summer of Code 2024 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2024_proposed_ideas&amp;diff=2283"/>
		<updated>2024-03-20T07:37:48Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== EDGAR-CRAWLER: Democratizing accessibility to Financial NLP documents ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Natural Language Processing (NLP) faces big challenges in the field of business and finance since financial text data is often locked behind paywalls, making it hard to get the information we need. This problem highlights why it is so important to automate data collection from free sources, like EDGAR,  the U.S. Securities and Exchange Commission&#039;s public database. EDGAR contains documents about publicly traded stocks from companies in the U.S., like Microsoft, Google, or Amazon. Our existing software, EDGAR-CRAWLER, tackles this problem by automatically downloading and “cleaning” financial documents, mainly through the use of regular expressions, and then making such data available in an easy-to-use JSON format for NLP pipelines and applications. EDGAR-CRAWLER, with over 190 stars on Github, is the go-to toolkit for making financial data accessible to everyone. However, currently, it is only limited to one type of company filing, the annual reports (10-K filings). By adding support for more types of documents, EDGAR-CRAWLER plans to make financial information even more accessible, playing a vital role in the progress of financial NLP and open data.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
• Extend EDGAR-CRAWLER to fetch more types of US company filings like quarterly reports (10-Q) and current reports (8-K), using string-searching algorithms like regular expressions. • Write documentation for these new features. • Develop unit tests for these new features.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/nlpaueb/edgar-crawler/&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
• Proficiency in Python and Software Development • Familiarity with regular expressions and Natural Language Processing (NLP) • Experience in web scraping and data processing (beautifulsoup, pandas). • Interest in Machine Learning (ML) &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
&lt;br /&gt;
Lefteris Loukas, Ion Androutsopoulos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== GlossAPI ==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
GlossAPI is an open source project seeking to develop a standard open access corpus of the Greek language, and benchmark it against existing and to-be-developed language models, with the objective of providing an upstream service to the Greek tech community.&lt;br /&gt;
The project is named after a portmandeau of the Greek word for &amp;quot;language&amp;quot; and &amp;quot;API&amp;quot; which creates a visual resemblance to the word Glossary in Greek.&lt;br /&gt;
This is to express our objective to provide an index of the Greek language via flexible programing interfaces.&lt;br /&gt;
&lt;br /&gt;
Greek is a language that is under-represented in existing LLMs, while it has a complex history, grammar and writing system. Our trials with existing models have shown lack of syntactic and semantic knowledge of advanced Greek and its nuances, and we have put forth a number of analyses showing that this poses a risk for digital divides, language extinction, and subpar experience for users of public services.&lt;br /&gt;
&lt;br /&gt;
To our knowledge other LLM projects that tackle the problem of the Greek language are either proprietary, closed code, narrow scope, or otherwise unfit for our purpose which is to provide publicly available, fully open source language models with respect to all code/weights/procedures/data.&lt;br /&gt;
We reach out and bring together people that have the expertise, the passion, the collections, or the hardware, to take part in this endeavor, that will help the Greek stratup/tech scene catch up with the rapid developments in downstream applications that are now common place for developers of English language generative models. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
The project will result to an Open Source Corpus, representative of the Greek language and its different varieties. At first emphasis will be given to the formal varieties used in government, education and the law. Additionally, we want to represent, in a subsequent training stage, a number of basic knowledge domains to an &amp;quot;undergraduate degree&amp;quot; level. The datasets will be versioned and benchmarked against different models and tokenizers. We also need to develop a sufficient set of evaluation tasks (such as Factual QA - Greek). Finally a couple of foundation models of different architectures will be fitted onto the dataset and the evaluation suite, and published to the community under an open source licence. With these moves we expect to pollinate the Greek tech ecosystem with reliable, inexpensive, and extensible models and datasets, that will help the Greek Open Source AI scence thrive. All data and models will be accompanied by thorough documentation and guides, to ensure replicability and reusability of the results.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/glossAPI/&lt;br /&gt;
https://github.com/eellak/glossAPI/wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Corpus Annotation for Language Models&lt;br /&gt;
Quantitative Corpus Linguistics or Natural Language Processing&lt;br /&gt;
Python with transformers library, sci-kit learn, numpy, pandas and streamlit, langchain or similar&lt;br /&gt;
Mathematical statistics or similar discipline&lt;br /&gt;
Django knowledge is good to have&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
N. Giallousi, A. Melidis, Greek Free Open Source Software/Hardware Alliance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Greeklish-to-Greek: Development of an open-source and state-of-the-art toolkit ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Greeklish” is a way of writing Greek with the commonly used Latin alphabet instead of the Greek alphabet (think of “kalimera” instead of “καλημέρα”), and has been widely used by Greek speakers for decades due to early technological limitations in supporting Greek characters. Its ease of use for informal digital communication, such as on forums or in comments, allows for quick language switching without changing any keyboard input, and hides spelling errors. However, Greeklish complicates the development of Natural Language Processing (NLP) tools for the Greek language because Machine Learning (ML) models are trained on standard Greek, not Greeklish. Most existing Greeklish-to-Greek toolkits are limited, rule-based, and closed-source. Our team has researched and developed state-of-the-art Greeklish-to-Greek methods utilizing Transformer NLP models. The purpose of the project is to develop an open-source, user-friendly Python toolkit, based on our existing research so that the community can benefit from it.&lt;br /&gt;
The GSOC contributor will work in close collaboration between helvia.ai (https://helvia.ai/) and the AUEB NLP Group (http://nlp.cs.aueb.gr/software.html), leveraging both industrial and academic expertise to tackle these NLP challenges.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
• Development of a user-friendly Python wrapper based on our best Greeklish-to-Greek NLP model  • Documentation and unit testing of the library • Development of new methods for Greeklish-to-Greek conversion, utilizing more recent and promising Large Language Models (LLMs), such as Meta’s LLaMA2 or Mistral models&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
While the proposed Greeklish toolkit can be developed independently, it could also be integrated as an extra functionality to the mentors’ affiliated current state-of-the-art Greek NLP toolkit: &amp;lt;nowiki&amp;gt;https://github.com/nlpaueb/gr-nlp-toolkit&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
• Advanced Python Programming and Software Engineering • Deep Learning for NLP and familiarity with related frameworks (e.g., PyTorch, HuggingFace)&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
John Pavlopoulos (AUEB), Ion Androutsopoulos (AUEB), Stavros Vassos (helvia.ai), Lefteris Loukas (helvia.ai &amp;amp; AUEB)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Label Buddy 3.0: Automated audio-tagging using transfer learning ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Label Buddy is an open-source audio annotation tool created during GSoC 2021 and extended during GSoC 2022. It aims to make the annotation process easy, and simple with the help of AI Assistance tools and at the same time offers a well-defined manager-annotator-reviewer system. The purpose of this project is to investigate and integrate  Multi-Modal Annotation Support in data other than only sound with the use of Large Language Models (LLMs) and Active Learning for Model Improvement on the already existing models.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
1.) Add OpenAPI support; the ability to upload an OpenApi document and convert it to Flexbench test scenarios (ML can help!) 2.) Anonymization feature for exchanged data in requests and responses (ML can help!) 3.) Aesthetic and UX/UI fixes in desktop app 4.) Fixes to existing bugs 5.) Improve documentation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/eellak/gsoc2022-Label-buddy&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Machine Learning (ML) frameworks, Python, Django, VanillaJS, HTML&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Pantelis Vikatos, Giannis Prokopiou&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enhancements for Flexbench: OpenAPI Integration and Anonymization using Machine Learning (ML) ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Flexbench is a fully customizable NodeJS application, generating simulated HTTP traffic. It can be used as a standalone script, desktop-app* and server* to simulate traffic with specific characteristics, such as read/write ratio, duration, number of requests to generate, in/out traffic throttling and more.&lt;br /&gt;
&lt;br /&gt;
It is a forked project from the http-traffic-simulator npm package, which was developed to provide simulated throttled http traffic for stress and load testing purposes, towards specific http endpoints. It utilizes the nodejs cluster module to generate http requests, by spawning multiple workers (balanced over the system cores) in the cluster, responsible to create clients that generate requests. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;During the GSoC-2022 period, along with the standalone script version, desktop and server apps were developed, and major fixes were applied.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
1.) Add OpenAPI support; the ability to upload an OpenApi document and convert it to Flexbench test scenarios (ML can help!) 2.) Anonymization feature for exchanged data in requests and responses (ML can help!) 3.) Aesthetic and UX/UI fixes in desktop app 4.) Fixes to existing bugs 5.) Improve documentation&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
[https://github.com/flexivian/flexbench/tree/develop https://github.com/flexivian/flexbench/tree/develop ,][https://flexivian.github.io/flexbench/ https://flexivian.github.io/flexbench/]&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
NodeJS, js, typescript, Html, Css, React, Electron, docker, Machine Learning, OpenAPI &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
&lt;br /&gt;
Ioannis Skitsas (iskitsas@gmail.com), Marios Karagiannopoulos (mariosk@gmail.com)&lt;br /&gt;
&lt;br /&gt;
== New open data sources for Alexandria3k ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
The alexandria3k package supplies a library and a command-line tool providing efficient relational query access to diverse publication open data sets. The largest one is the entire Crossref data set (157 GB compressed, 1 TB uncompressed). This contains publication metadata from about 134 million publications from all major international publishers with full citation data for 60 million of them. Alternatively, works can be selected from the PubMed data set which comprises more than 36 million citations for biomedical literature from MEDLINE, life science journals, and online books, with rich domain-specific metadata, such as MeSH indexing, funding, genetic, and chemical details. In addition, the Crossref and PubMed data sets can be linked with the ORCID summary data set (25 GB compressed, 435 GB uncompressed), containing about 78 million author records, the United States Patent Office issued patents (11 GB compressed, 115 GB uncompressed), containing about 5.4 million records, as well as data sets of funder bodies, journal names, open access journals, and research organizations.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
Implementation of four new data sources added to the eight existing ones&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/dspinellis/alexandria3k&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
Python, SQL, Unix command-line &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
&lt;br /&gt;
Diomidis Spinellis&lt;br /&gt;
&lt;br /&gt;
== MD-Attractor ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
MD-Attractor is an open-source project designed to serve as a unified aggregator for music-related data sourced from various music platforms such as Spotify, Deezer, Apple Music, and more.&lt;br /&gt;
&lt;br /&gt;
The primary objective of this project is to provide a centralized hub for collecting and  analyzing data from diverse media sources, offering users a comprehensive view of diverse music data sources.&lt;br /&gt;
&lt;br /&gt;
===== Expected Results.  =====&lt;br /&gt;
1. An extension of data sources and usage parameters. 2. Metadata artists and song analysis option. 3  Creation of artist&#039;s ego-networks and similarity component.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Depending on the proposal&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/sfendourakis/MD-Attractor&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
Python, APIs, Visualization &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
&lt;br /&gt;
Panagiotis Sfendourakis, Elektra Bilali Simou&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Exploring and Abstracting Triplestore Alternatives ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
&lt;br /&gt;
==== Objective ====&lt;br /&gt;
The primary objective of this project is to explore, analyze, and abstract various triplestore alternatives. The project aims to provide young programmers with a comprehensive understanding of different back-end alternatives that allow for storing data in triple format, commonly known as triplestores.&lt;br /&gt;
&lt;br /&gt;
==== Background ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
This project will involve a detailed exploration of various triplestore alternatives. The participants will perform rudimentary tests and benchmarks on these alternatives to understand their performance, scalability, and other key features.&lt;br /&gt;
&lt;br /&gt;
The ultimate goal is to develop a library that can act as an abstraction layer for these triplestore alternatives. This library will &amp;quot;hide&amp;quot; the underlying implementation, allowing developers to switch between different triplestores without changing their application code. This abstraction layer can be compared to a library abstracting various specific relational database management systems, all providing very similar functionality, like supporting SQL.&lt;br /&gt;
&lt;br /&gt;
==== Methodology ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Research:&#039;&#039; Identify and study various triplestore alternatives. Understand their architecture, features, and limitations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Testing:&#039;&#039; Perform rudimentary tests and benchmarks on the identified triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Analysis:&#039;&#039; Analyze the test results to understand the performance and scalability of each alternative.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Development:&#039;&#039; Develop an abstraction layer that can interface with the various triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Documentation:&#039;&#039; Document the findings and the usage of the developed library.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a well-documented library that can act as an abstraction layer for various triplestore alternatives. This will provide developers with the flexibility to choose the most suitable triplestore for their specific needs without having to modify their application code.&lt;br /&gt;
&lt;br /&gt;
==== Conclusion ====&lt;br /&gt;
This project will not only enhance the understanding of participants about triplestore alternatives but also equip them with the skills to develop an abstraction layer, thereby broadening their programming skills and knowledge.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
New project, no existing repo available.&lt;br /&gt;
&lt;br /&gt;
==== Information links ====&lt;br /&gt;
- [https://en.wikipedia.org/wiki/Triplestore Triplestore]&lt;br /&gt;
- [https://en.wikipedia.org/wiki/Semantic_triple Triples]&lt;br /&gt;
- [https://en.wikipedia.org/wiki/SPARQL Query language]&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Python (mandatory). Other programming languages like C, Go, Rust, Java, might prove useful.&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Font Validator: A System for Quality Control of Digital Typefaces Containing Greek Characters ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
&lt;br /&gt;
==== Objective ====&lt;br /&gt;
The primary objective of this project is to develop a comprehensive set of tests for quality control on digital typefaces, with a particular focus on Greek characters. The project aims to ensure the consistency of typeface design, especially in terms of height, shape, composites, ascenders, descenders, spacing, and kerning between Latin and Greek characters.&lt;br /&gt;
&lt;br /&gt;
==== Background ====&lt;br /&gt;
Digital typefaces play a crucial role in the readability and aesthetics of digital content. However, inconsistencies in typeface design, especially between different scripts like Latin and Greek, can lead to visual discomfort and confusion. Quality control in digital typefaces is therefore essential to ensure a consistent and pleasant reading experience.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
This project will involve the development of a series of tests using Font Bakery or a similar tool. These tests will compare the height and shape of similarly shaped Latin and Greek letters, such as Latin A and Greek Alpha.&lt;br /&gt;
&lt;br /&gt;
Further tests will be performed on composites, ascenders, descenders, spacing, and kerning between Latin and Greek characters. The goal is to identify any inconsistencies and provide recommendations for improvements.&lt;br /&gt;
&lt;br /&gt;
==== Methodology ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Research:&#039;&#039; Study the design principles of Latin and Greek typefaces. Identify the key parameters for comparison, such as height, shape, composites, ascenders, descenders, spacing, and kerning.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Test Development:&#039;&#039; Develop a series of tests using Font Bakery or a similar tool. These tests should be able to compare the identified parameters between Latin and Greek characters.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Testing:&#039;&#039; Perform the developed tests on a variety of digital typefaces.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Analysis:&#039;&#039; Analyze the test results to identify any inconsistencies in the design of Latin and Greek characters.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Recommendations:&#039;&#039; Based on the analysis, provide recommendations for improving the consistency of typeface design.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Documentation:&#039;&#039; Document the findings, the developed tests, and the recommendations.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a comprehensive set of tests for quality control on digital typefaces, especially for Greek characters. These tests will help typeface designers and developers ensure the consistency of their designs, thereby improving the readability and aesthetics of digital content.&lt;br /&gt;
&lt;br /&gt;
==== Conclusion ====&lt;br /&gt;
This project will not only enhance the quality of digital typefaces but also contribute to the body of knowledge in the field of typeface design. It will provide valuable insights into the design principles of Latin and Greek characters and help ensure their consistency in digital typefaces.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Can be either short (175 hours) or long (350 hours), depending on the agreed-upon scope.&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
New project, no existing repo available.&lt;br /&gt;
&lt;br /&gt;
==== Information links ====&lt;br /&gt;
- [https://font-bakery.readthedocs.io/en/latest/ Font Bakery documentation]&lt;br /&gt;
- [https://github.com/fonttools/fontbakery Font Bakery source repo]&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Python, font technologies, understanding of Greek characters&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Irene Vlachou, Emilios Theofanous, Alexios Zavras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Development and Enhancement of the Cloud-Based FOSSBot Platform  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
The evolution of the DIY robot kit for educators, initiated in GSoC 2019 with Christos Chronis, has significantly progressed over the years, culminating in a 3D printable, modular, and low-cost educational robot. Over the last five years, contributors from GSOC and the open source community have enriched this project with a programming stack compatible with Google Blockly, native Python through Monaco, and a Docker-based deployment system. At the same time, the initial DIY robot kit from GSOC 2019 transformed into the FOSSBot, and more educators understand and use this open-source solution to teach STEM.&lt;br /&gt;
&lt;br /&gt;
For GSoC 2023, the focus was on shifting the programming stack to the cloud, addressing issues like connectivity, updates, and the rising costs of Single Board Computers. Another notable addition was the web-based simulator, which allowed educators to test and use the robot virtually, reducing cost barriers and hardware requirements. In the following months, the platform will be available to all through the infrastructure of GFOSS, and at the same time, organized workshops will help make more people aware of the robot. Finally, in the last two years, two scientific publications were released, and the project started to attract the interest of the academic community.&lt;br /&gt;
&lt;br /&gt;
GSoC 2024 Objectives&lt;br /&gt;
&lt;br /&gt;
In 2024, our goal is to further enhance this cloud-based platform by:&lt;br /&gt;
&lt;br /&gt;
Performance Optimization: Improving both front-end and back-end performance for a seamless user experience.&lt;br /&gt;
Development of Cooperative Modes: Enabling multiple robots to interact and collaborate in shared tasks or scenarios, fostering teamwork and advanced programming skills.&lt;br /&gt;
Educator&#039;s Content Creation and Upload System: Developing a system where educators can create, share, and upload educational material, facilitating a dynamic and evolving educational environment.&lt;br /&gt;
Custom Scene Creation for Godot Simulator: Integrating an interface for creating new, customized scenes in the existing Godot-based simulator, enabling tailored educational experiences.&lt;br /&gt;
Platform Support for Physical Hardware: Introducing programming support for physical devices like the FOSSBot, Arduino, and MicroPython-supported microcontrollers, broadening the scope of practical applications and hands-on learning.&lt;br /&gt;
Continuous Integration and Deployment (CI/CD) Enhancements: Streamlining updates and maintenance through advanced GitHub automation and cloud deployment strategies.&lt;br /&gt;
Extensive Documentation: Ensuring comprehensive documentation to facilitate ease of use and adaptability for educators and developers.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results.  ====&lt;br /&gt;
A robust, cloud-based platform offering a wide range of educational and programming possibilities.&lt;br /&gt;
Enhanced user experience with improved performance and new features.&lt;br /&gt;
Greater accessibility and cost-effectiveness for educators worldwide.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ==== &lt;br /&gt;
https://github.com/eellak/gsoc2019-diyrobot&lt;br /&gt;
https://github.com/eellak/fossbot&lt;br /&gt;
https://github.com/chronis10/fossbot-app&lt;br /&gt;
https://github.com/eellak/fossbot-platform&lt;br /&gt;
https://github.com/eellak/fossbot-source&lt;br /&gt;
https://github.com/eellak/fossbot-web-simulator&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
React.js&lt;br /&gt;
Python&lt;br /&gt;
Flask API / FastAPI&lt;br /&gt;
SQLAlchemy&lt;br /&gt;
Godot (not mandatory)&lt;br /&gt;
JavaScript&lt;br /&gt;
Docker&lt;br /&gt;
Git&lt;br /&gt;
&lt;br /&gt;
==== Related publications ==== &lt;br /&gt;
Chronis  C., &amp;amp; Varlamis I. (2022). FOSSBot: An Open Source and Open Design Educational Robot. Electronics, 11(16), 2606. https://www.mdpi.com/2079-9292/11/16/2606&lt;br /&gt;
Kazazis G., Chronis C., Diou C. &amp;amp; Varlamis I. Development and evaluation of Reinforcement Learning models for the FOSSBot Open-Source educational robot, Pan-Hellenic Conference on Progress in Computing and Informatics, ACM 2023 (Under Publication)  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Christos Chronis, Iraklis Varlamis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enabling Apothesis to support atomic layer deposition and etching processes  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Αpothesis is an open source software for designing, simulating and analyzing deposition processes.  It is based on Kinetic Monte Carlo method and its two main components are the lattice (simple cubic, HPC etc) where particular processes (adsorption, desorption, surface rection and diffusion) are performed.  Up until now Apothesis has been used in various applications (see for example https://iopscience.iop.org/article/10.1088/1361-651X/ace276/meta). However, there is a lack of generalized software for atomic layer deposition/etching (ALD/ALE) processes. ALD/ALE are based on pulses performing  over sequentially over a certain period of time (see https://www.frontiersin.org/articles/10.3389/fphy.2021.631918/full for more details). That said, the purpose of this project is to enable Apothesis to handle ALD/ALE cases. For that, there various parts of Apothesis that need to be changed with the most basic being: &lt;br /&gt;
1. Enabling Apothesis to read the lattice from a file. Thus creating a generalized reader for hard copy lattices. &lt;br /&gt;
2. Creating the sequentially calls to simulate ALD/ALE processes. &lt;br /&gt;
3. Design the output of the ALD/ALE process. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expected Results.  ====&lt;br /&gt;
The results from a simple case of ALD in a simple cubic lattice. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
C++, desing patters (factory pattern) and basic physics in deposition processes &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== eCodeOrama, an educational interactive flow visualization tool for mit scratch programs ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
The project will create a interactive tool to extract, visualize graphically and edit (to improve the presentation of) the layout of the flow of code in blocks / scripts in a mit scratch program and their interaction with any messages or other external events. The tool will use rules to decide on many layout parameters (e.g. the position of the code blocks in the layout, the colors used, etc) but the user will be able to overwrite the default choices. The presentation will be compatible with the codeOrama code layout specification.&lt;br /&gt;
The tool will also promote code understanding, especially to young students that use scratch, and will include debugging aids.&lt;br /&gt;
The students can use this flow to better visualize and understand their program, to explain it to others, to debug it and to design extensions and modifications.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
A tool to visualize and edit the layout of the event based script flow of a scratch program, keeping it compatible with the codeOrama code layout specification.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
350 hours&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
git@github.com:sarantos40/eCodeOrama.git&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
python, mit scratch, gui development&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Sarantos Kapidakis (sarantos.kapidakis@gmail.com), Chrysovalantis Sfyrakis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enhancement of SmAuto DSL and integration into HomeAssistant ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Smart environments are becoming quite popular in the home setting consisting of a broad range of connected devices. While offering a novel set of possibilities, this also contributes to the complexity of the environment, posing new challenges to allowing the full potential of a sensorized home to be made available to users. SmAuto is a Domain Specific Language (DSL) that enables users to program complex automation scenarios, for connected IoT devices in smart environments, that go beyond simple tasks. SmAuto lacks extra features like invocation of REST/MQTT services, time delays etc., thus it should be expanded towards this direction. Furthermore, HomeAssistant would benefit from the integration of a DSL like SMAuto for rapidly developing and deploying automations, using the entities existing in a smart environment.&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
In the context of this project, we desire to expand the SmAuto DSL with the following features: a) adding virtual entities, like REST calls and MQTT RPCs, so as for the automations to be able to access information from external services, b) incorporate auxiliary concepts like Delay, Conditions/Switches, or Compute nodes and c) generalize the language’s Condition concept. Furthermore, the integration of SmAuto and HomeAssistant should occur, by creating a new open-source HA plugin, where each user can declare SmAuto automations and deploy them locally in HA.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
350 hours&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/robotics-4-all/smauto, https://www.home-assistant.io/&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Required: Python, Software engineering, IoT concepts, Unix/Linux. Desired: Model Driven Engineering, HomeAssistant, Docker&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Konstantinos Panayiotou, Emmanouil Tsardoulias, Andreas Symeonidis&lt;br /&gt;
&lt;br /&gt;
== Creating a factory pattern for handling lattices in Apothesis.  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Apothesis is a generalized software for designing,  simulating and analyzing deposition processes. It is based on the kinetic Monte Carlo method. That said, it consists of  two main components; a lattice (e.g. simple cubic, HPC etc) and the processes (adsorption, desorption, diffusion and surface reactions) performed in this lattice. Currently, the lattices are hard coded inside Apothesis making it difficult to add new ones easily. This proposal is focuses on creating a factory pattern which be used as a guide for adding lattices in Apothesis. Then this will be used to incorporate 2D lattices (like graphene) inside Apothesis.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
The factory pattern source code and a simple example for incorporating a graphene lattice. &lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
350 hours&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
C++, design (factory pattern)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Nikolaos Cheimarios, Christina-Anna Gatsiou &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MyUni  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Currently there is a University App called MyUoM for Greek universities in https://my.uom.gr/ (followed by an effort in University of West Attica, https://iam.uniwa.gr/. This app is official but it lacks features(e.g. login) and a proper backend with an architecture that will allow different implementations for Universities. In this project we want to add a CMS for info that is changing frequently and a backend that fetches realtime info from the official websites. We want to unify those efforts and make it easier for other universities to join.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expected Results.  ====&lt;br /&gt;
1. Create a structure that can be used by different university structures and can be fully customised based on the needs of each institution.&lt;br /&gt;
2. The application should be fully customisable in terms of interface, content and functionality.&lt;br /&gt;
3. The content can be personalized and the home page can display tiles selected by each institution and display content that will be created as a page (wordpress type) &lt;br /&gt;
4. Adding a students portal where all the student&#039;s data, personal and any other information will be collected, in order to be used as a reference point.&lt;br /&gt;
5. Add an admin panel from where the appearance and content of the institution&#039;s application will be defined.&lt;br /&gt;
6. Create a BackEnd system to manage all the data described above.&lt;br /&gt;
7. Setup a backend that fetches information from official sources and static information(e.g. map images) to make the frontend lighter.&lt;br /&gt;
8. Rewrite in Typescript for maintainability&lt;br /&gt;
9. Creation of a custom CMS (consisting of FrontEnd &amp;amp; BackEnd) for data changing frequently&lt;br /&gt;
10. Create a system where the application is shared across domains by creating an instance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Depending on the scope&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/Open-Source-UoM/MyUoM&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
    • React.js&lt;br /&gt;
    • Express.js (for BackEnd)&lt;br /&gt;
    • MySQL (for BackEnd)&lt;br /&gt;
    • JavaScript&lt;br /&gt;
    • TypeScript&lt;br /&gt;
    • Next.js (optional)&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Anastasios Tsalmas tsalmanastasios@gmail.com, Efstathios Iosifidis eiosifidis@gmail.com&lt;br /&gt;
&lt;br /&gt;
== DIY IoT Physics Experiments for education ==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
Remote physics experiments for students in all the educational levels are the second best to hands on experiments.  Especially for students who temporarily cannot attend school or in cases like the Covid-19 and the lockdowns. In many practical cases they are the only alternative, as they are available 24/7, they can involve dangerous materials or conditions, they can be accessed from anywhere and any device, they require less maintenance, have lower cost, can be easily modified, or arranged to perform another experiment, and are less probable to be damaged.  They are in line with the modern way of performing experiments, as it is desirable to have as less as possible direct contact with the experiments and use them on-line.  Examples include on-line telescopes and electronic microscopes.  This is possible due to the automation; data acquisition and manipulation of the experimental data is done using a computer or a microcomputer.  In this way students need not take pain stacking notes, especially for experiments that take a lot of time to collect data, sometimes days or months.  Students can concentrate on data processing, on the analysis of the results and arrive at scientific valid conclusions.  Our laboratory has set up many remote experiments and has experience of more than 10 years in designing, setting, and servicing remote experiments.  Our remote experiments are based on Arduino and readily available sensors and actuators. The aim of the present project is to design and implement a way to make the sensors and the actuators to form an IoT local network so that it will be easier to easily utilize them in different experiments and to build new experiments.  The IoT sensors and actuators will be DIY and based on open software.   The applicant will program the ESP8266 to receive data from the sensor and transmit the data through MQTT to ThingsBoard. Similarly for an actuator the ESP8266 will receive MQTT data from ThingsBoard. The applicant will prepare five DIY IoT sensors and five actuators. ThingsBoard will provide users with the visual representation of the data and the control of the experimental setup through dashboards.  The applicant will prepare five dashboards for five corresponding experiments.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
At the end of the present GSoC project the open source for five IoT DIY sensors and five actuators will be designed and implemented.  Also, five Dashboards on the open source IoT platform ThingsBoard for five corresponding experiments will be designed and implemented.  A list of the electronic components, instructions for the assembly and documentation for the software will be prepared.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
Medium Size - 175 hours&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/totheworld2004/DIY-Physics-IoT&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
How to program ESP8266, MQTT to transfer and receive data and design and implement Dashboards on a IoT platform&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Hariton Polatoglou and Panagiotis Koustoumpardis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC2024]]&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2024_proposed_ideas&amp;diff=2282</id>
		<title>Google Summer of Code 2024 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2024_proposed_ideas&amp;diff=2282"/>
		<updated>2024-02-27T17:22:43Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== EDGAR-CRAWLER: Democratizing accessibility to Financial NLP documents ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Natural Language Processing (NLP) faces big challenges in the field of business and finance since financial text data is often locked behind paywalls, making it hard to get the information we need. This problem highlights why it is so important to automate data collection from free sources, like EDGAR,  the U.S. Securities and Exchange Commission&#039;s public database. EDGAR contains documents about publicly traded stocks from companies in the U.S., like Microsoft, Google, or Amazon. Our existing software, EDGAR-CRAWLER, tackles this problem by automatically downloading and “cleaning” financial documents, mainly through the use of regular expressions, and then making such data available in an easy-to-use JSON format for NLP pipelines and applications. EDGAR-CRAWLER, with over 190 stars on Github, is the go-to toolkit for making financial data accessible to everyone. However, currently, it is only limited to one type of company filing, the annual reports (10-K filings). By adding support for more types of documents, EDGAR-CRAWLER plans to make financial information even more accessible, playing a vital role in the progress of financial NLP and open data.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
• Extend EDGAR-CRAWLER to fetch more types of US company filings like quarterly reports (10-Q) and current reports (8-K), using string-searching algorithms like regular expressions. • Write documentation for these new features. • Develop unit tests for these new features.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/nlpaueb/edgar-crawler/&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
• Proficiency in Python and Software Development • Familiarity with regular expressions and Natural Language Processing (NLP) • Experience in web scraping and data processing (beautifulsoup, pandas). • Interest in Machine Learning (ML) &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
&lt;br /&gt;
Lefteris Loukas, Ion Androutsopoulos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== GlossAPI ==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
GlossAPI is an open source project seeking to develop a standard open access corpus of the Greek language, and benchmark it against existing and to-be-developed language models, with the objective of providing an upstream service to the Greek tech community.&lt;br /&gt;
The project is named after a portmandeau of the Greek word for &amp;quot;language&amp;quot; and &amp;quot;API&amp;quot; which creates a visual resemblance to the word Glossary in Greek.&lt;br /&gt;
This is to express our objective to provide an index of the Greek language via flexible programing interfaces.&lt;br /&gt;
&lt;br /&gt;
Greek is a language that is under-represented in existing LLMs, while it has a complex history, grammar and writing system. Our trials with existing models have shown lack of syntactic and semantic knowledge of advanced Greek and its nuances, and we have put forth a number of analyses showing that this poses a risk for digital divides, language extinction, and subpar experience for users of public services.&lt;br /&gt;
&lt;br /&gt;
To our knowledge other LLM projects that tackle the problem of the Greek language are either proprietary, closed code, narrow scope, or otherwise unfit for our purpose which is to provide publicly available, fully open source language models with respect to all code/weights/procedures/data.&lt;br /&gt;
We reach out and bring together people that have the expertise, the passion, the collections, or the hardware, to take part in this endeavor, that will help the Greek stratup/tech scene catch up with the rapid developments in downstream applications that are now common place for developers of English language generative models. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
The project will result to an Open Source Corpus, representative of the Greek language and its different varieties. At first emphasis will be given to the formal varieties used in government, education and the law. Additionally, we want to represent, in a subsequent training stage, a number of basic knowledge domains to an &amp;quot;undergraduate degree&amp;quot; level. The datasets will be versioned and benchmarked against different models and tokenizers. We also need to develop a sufficient set of evaluation tasks (such as Factual QA - Greek). Finally a couple of foundation models of different architectures will be fitted onto the dataset and the evaluation suite, and published to the community under an open source licence. With these moves we expect to pollinate the Greek tech ecosystem with reliable, inexpensive, and extensible models and datasets, that will help the Greek Open Source AI scence thrive. All data and models will be accompanied by thorough documentation and guides, to ensure replicability and reusability of the results.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/glossAPI/&lt;br /&gt;
https://github.com/eellak/glossAPI/wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Corpus Annotation for Language Models&lt;br /&gt;
Quantitative Corpus Linguistics or Natural Language Processing&lt;br /&gt;
Python with transformers library, sci-kit learn, numpy, pandas and streamlit, langchain or similar&lt;br /&gt;
Mathematical statistics or similar discipline&lt;br /&gt;
Django knowledge is good to have&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
N. Giallousi, A. Melidis, Greek Free Open Source Software/Hardware Alliance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Greeklish-to-Greek: Development of an open-source and state-of-the-art toolkit ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Greeklish” is a way of writing Greek with the commonly used Latin alphabet instead of the Greek alphabet (think of “kalimera” instead of “καλημέρα”), and has been widely used by Greek speakers for decades due to early technological limitations in supporting Greek characters. Its ease of use for informal digital communication, such as on forums or in comments, allows for quick language switching without changing any keyboard input, and hides spelling errors. However, Greeklish complicates the development of Natural Language Processing (NLP) tools for the Greek language because Machine Learning (ML) models are trained on standard Greek, not Greeklish. Most existing Greeklish-to-Greek toolkits are limited, rule-based, and closed-source. Our team has researched and developed state-of-the-art Greeklish-to-Greek methods utilizing Transformer NLP models. The purpose of the project is to develop an open-source, user-friendly Python toolkit, based on our existing research so that the community can benefit from it.&lt;br /&gt;
The GSOC contributor will work in close collaboration between helvia.ai (https://helvia.ai/) and the AUEB NLP Group (http://nlp.cs.aueb.gr/software.html), leveraging both industrial and academic expertise to tackle these NLP challenges.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
• Development of a user-friendly Python wrapper based on our best Greeklish-to-Greek NLP model  • Documentation and unit testing of the library • Development of new methods for Greeklish-to-Greek conversion, utilizing more recent and promising Large Language Models (LLMs), such as Meta’s LLaMA2 or Mistral models&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
While the proposed Greeklish toolkit can be developed independently, it could also be integrated as an extra functionality to the mentors’ affiliated current state-of-the-art Greek NLP toolkit: &amp;lt;nowiki&amp;gt;https://github.com/nlpaueb/gr-nlp-toolkit&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
• Advanced Python Programming and Software Engineering • Deep Learning for NLP and familiarity with related frameworks (e.g., PyTorch, HuggingFace)&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
John Pavlopoulos (AUEB), Ion Androutsopoulos (AUEB), Stavros Vassos (helvia.ai), Lefteris Loukas (helvia.ai &amp;amp; AUEB)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Label Buddy 3.0: Automated audio-tagging using transfer learning ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Label Buddy is an open-source audio annotation tool created during GSoC 2021 and extended during GSoC 2022. It aims to make the annotation process easy, and simple with the help of AI Assistance tools and at the same time offers a well-defined manager-annotator-reviewer system. The purpose of this project is to investigate and integrate  Multi-Modal Annotation Support in data other than only sound with the use of Large Language Models (LLMs) and Active Learning for Model Improvement on the already existing models.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
1.) Add OpenAPI support; the ability to upload an OpenApi document and convert it to Flexbench test scenarios (ML can help!) 2.) Anonymization feature for exchanged data in requests and responses (ML can help!) 3.) Aesthetic and UX/UI fixes in desktop app 4.) Fixes to existing bugs 5.) Improve documentation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/eellak/gsoc2022-Label-buddy&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Machine Learning (ML) frameworks, Python, Django, VanillaJS, HTML&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Pantelis Vikatos, Giannis Prokopiou&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enhancements for Flexbench: OpenAPI Integration and Anonymization using Machine Learning (ML) ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Flexbench is a fully customizable NodeJS application, generating simulated HTTP traffic. It can be used as a standalone script, desktop-app* and server* to simulate traffic with specific characteristics, such as read/write ratio, duration, number of requests to generate, in/out traffic throttling and more.&lt;br /&gt;
&lt;br /&gt;
It is a forked project from the http-traffic-simulator npm package, which was developed to provide simulated throttled http traffic for stress and load testing purposes, towards specific http endpoints. It utilizes the nodejs cluster module to generate http requests, by spawning multiple workers (balanced over the system cores) in the cluster, responsible to create clients that generate requests. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;During the GSoC-2022 period, along with the standalone script version, desktop and server apps were developed, and major fixes were applied.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
1.) Add OpenAPI support; the ability to upload an OpenApi document and convert it to Flexbench test scenarios (ML can help!) 2.) Anonymization feature for exchanged data in requests and responses (ML can help!) 3.) Aesthetic and UX/UI fixes in desktop app 4.) Fixes to existing bugs 5.) Improve documentation&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
[https://github.com/flexivian/flexbench/tree/develop https://github.com/flexivian/flexbench/tree/develop ,][https://flexivian.github.io/flexbench/ https://flexivian.github.io/flexbench/]&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
NodeJS, js, typescript, Html, Css, React, Electron, docker, Machine Learning, OpenAPI &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
&lt;br /&gt;
Ioannis Skitsas (iskitsas@gmail.com), Marios Karagiannopoulos (mariosk@gmail.com)&lt;br /&gt;
&lt;br /&gt;
== New open data sources for Alexandria3k ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
The alexandria3k package supplies a library and a command-line tool providing efficient relational query access to diverse publication open data sets. The largest one is the entire Crossref data set (157 GB compressed, 1 TB uncompressed). This contains publication metadata from about 134 million publications from all major international publishers with full citation data for 60 million of them. Alternatively, works can be selected from the PubMed data set which comprises more than 36 million citations for biomedical literature from MEDLINE, life science journals, and online books, with rich domain-specific metadata, such as MeSH indexing, funding, genetic, and chemical details. In addition, the Crossref and PubMed data sets can be linked with the ORCID summary data set (25 GB compressed, 435 GB uncompressed), containing about 78 million author records, the United States Patent Office issued patents (11 GB compressed, 115 GB uncompressed), containing about 5.4 million records, as well as data sets of funder bodies, journal names, open access journals, and research organizations.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
Implementation of four new data sources added to the eight existing ones&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/dspinellis/alexandria3k&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
Python, SQL, Unix command-line &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
&lt;br /&gt;
Diomidis Spinellis&lt;br /&gt;
&lt;br /&gt;
== MD-Attractor ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
MD-Attractor is an open-source project designed to serve as a unified aggregator for music-related data sourced from various music platforms such as Spotify, Deezer, Apple Music, and more.&lt;br /&gt;
&lt;br /&gt;
The primary objective of this project is to provide a centralized hub for collecting and  analyzing data from diverse media sources, offering users a comprehensive view of diverse music data sources.&lt;br /&gt;
&lt;br /&gt;
===== Expected Results.  =====&lt;br /&gt;
1. An extension of data sources and usage parameters. 2. Metadata artists and song analysis option. 3  Creation of artist&#039;s ego-networks and similarity component.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Depending on the proposal&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/sfendourakis/MD-Attractor&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
Python, APIs, Visualization &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
&lt;br /&gt;
Panagiotis Sfendourakis, Elektra Bilali Simou&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Exploring and Abstracting Triplestore Alternatives ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
&lt;br /&gt;
==== Objective ====&lt;br /&gt;
The primary objective of this project is to explore, analyze, and abstract various triplestore alternatives. The project aims to provide young programmers with a comprehensive understanding of different back-end alternatives that allow for storing data in triple format, commonly known as triplestores.&lt;br /&gt;
&lt;br /&gt;
==== Background ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
This project will involve a detailed exploration of various triplestore alternatives. The participants will perform rudimentary tests and benchmarks on these alternatives to understand their performance, scalability, and other key features.&lt;br /&gt;
&lt;br /&gt;
The ultimate goal is to develop a library that can act as an abstraction layer for these triplestore alternatives. This library will &amp;quot;hide&amp;quot; the underlying implementation, allowing developers to switch between different triplestores without changing their application code. This abstraction layer can be compared to a library abstracting various specific relational database management systems, all providing very similar functionality, like supporting SQL.&lt;br /&gt;
&lt;br /&gt;
==== Methodology ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Research:&#039;&#039; Identify and study various triplestore alternatives. Understand their architecture, features, and limitations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Testing:&#039;&#039; Perform rudimentary tests and benchmarks on the identified triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Analysis:&#039;&#039; Analyze the test results to understand the performance and scalability of each alternative.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Development:&#039;&#039; Develop an abstraction layer that can interface with the various triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Documentation:&#039;&#039; Document the findings and the usage of the developed library.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a well-documented library that can act as an abstraction layer for various triplestore alternatives. This will provide developers with the flexibility to choose the most suitable triplestore for their specific needs without having to modify their application code.&lt;br /&gt;
&lt;br /&gt;
==== Conclusion ====&lt;br /&gt;
This project will not only enhance the understanding of participants about triplestore alternatives but also equip them with the skills to develop an abstraction layer, thereby broadening their programming skills and knowledge.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
New project, no existing repo available.&lt;br /&gt;
&lt;br /&gt;
==== Information links ====&lt;br /&gt;
- [https://en.wikipedia.org/wiki/Triplestore Triplestore]&lt;br /&gt;
- [https://en.wikipedia.org/wiki/Semantic_triple Triples]&lt;br /&gt;
- [https://en.wikipedia.org/wiki/SPARQL Query language]&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Python (mandatory). Other programming languages like C, Go, Rust, Java, might prove useful.&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Font Validator: A System for Quality Control of Digital Typefaces Containing Greek Characters ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
&lt;br /&gt;
==== Objective ====&lt;br /&gt;
The primary objective of this project is to develop a comprehensive set of tests for quality control on digital typefaces, with a particular focus on Greek characters. The project aims to ensure the consistency of typeface design, especially in terms of height, shape, composites, ascenders, descenders, spacing, and kerning between Latin and Greek characters.&lt;br /&gt;
&lt;br /&gt;
==== Background ====&lt;br /&gt;
Digital typefaces play a crucial role in the readability and aesthetics of digital content. However, inconsistencies in typeface design, especially between different scripts like Latin and Greek, can lead to visual discomfort and confusion. Quality control in digital typefaces is therefore essential to ensure a consistent and pleasant reading experience.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
This project will involve the development of a series of tests using Font Bakery or a similar tool. These tests will compare the height and shape of similarly shaped Latin and Greek letters, such as Latin A and Greek Alpha.&lt;br /&gt;
&lt;br /&gt;
Further tests will be performed on composites, ascenders, descenders, spacing, and kerning between Latin and Greek characters. The goal is to identify any inconsistencies and provide recommendations for improvements.&lt;br /&gt;
&lt;br /&gt;
==== Methodology ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Research:&#039;&#039; Study the design principles of Latin and Greek typefaces. Identify the key parameters for comparison, such as height, shape, composites, ascenders, descenders, spacing, and kerning.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Test Development:&#039;&#039; Develop a series of tests using Font Bakery or a similar tool. These tests should be able to compare the identified parameters between Latin and Greek characters.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Testing:&#039;&#039; Perform the developed tests on a variety of digital typefaces.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Analysis:&#039;&#039; Analyze the test results to identify any inconsistencies in the design of Latin and Greek characters.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Recommendations:&#039;&#039; Based on the analysis, provide recommendations for improving the consistency of typeface design.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Documentation:&#039;&#039; Document the findings, the developed tests, and the recommendations.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a comprehensive set of tests for quality control on digital typefaces, especially for Greek characters. These tests will help typeface designers and developers ensure the consistency of their designs, thereby improving the readability and aesthetics of digital content.&lt;br /&gt;
&lt;br /&gt;
==== Conclusion ====&lt;br /&gt;
This project will not only enhance the quality of digital typefaces but also contribute to the body of knowledge in the field of typeface design. It will provide valuable insights into the design principles of Latin and Greek characters and help ensure their consistency in digital typefaces.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Can be either short (175 hours) or long (350 hours), depending on the agreed-upon scope.&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
New project, no existing repo available.&lt;br /&gt;
&lt;br /&gt;
==== Information links ====&lt;br /&gt;
- [https://font-bakery.readthedocs.io/en/latest/ Font Bakery documentation]&lt;br /&gt;
- [https://github.com/fonttools/fontbakery Font Bakery source repo]&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Python, font technologies, understanding of Greek characters&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Irene Vlachou, Emilios Theofanous, Alexios Zavras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Development and Enhancement of the Cloud-Based FOSSBot Platform  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
The evolution of the DIY robot kit for educators, initiated in GSoC 2019 with Christos Chronis, has significantly progressed over the years, culminating in a 3D printable, modular, and low-cost educational robot. Over the last five years, contributors from GSOC and the open source community have enriched this project with a programming stack compatible with Google Blockly, native Python through Monaco, and a Docker-based deployment system. At the same time, the initial DIY robot kit from GSOC 2019 transformed into the FOSSBot, and more educators understand and use this open-source solution to teach STEM.&lt;br /&gt;
&lt;br /&gt;
For GSoC 2023, the focus was on shifting the programming stack to the cloud, addressing issues like connectivity, updates, and the rising costs of Single Board Computers. Another notable addition was the web-based simulator, which allowed educators to test and use the robot virtually, reducing cost barriers and hardware requirements. In the following months, the platform will be available to all through the infrastructure of GFOSS, and at the same time, organized workshops will help make more people aware of the robot. Finally, in the last two years, two scientific publications were released, and the project started to attract the interest of the academic community.&lt;br /&gt;
&lt;br /&gt;
GSoC 2024 Objectives&lt;br /&gt;
&lt;br /&gt;
In 2024, our goal is to further enhance this cloud-based platform by:&lt;br /&gt;
&lt;br /&gt;
Performance Optimization: Improving both front-end and back-end performance for a seamless user experience.&lt;br /&gt;
Development of Cooperative Modes: Enabling multiple robots to interact and collaborate in shared tasks or scenarios, fostering teamwork and advanced programming skills.&lt;br /&gt;
Educator&#039;s Content Creation and Upload System: Developing a system where educators can create, share, and upload educational material, facilitating a dynamic and evolving educational environment.&lt;br /&gt;
Custom Scene Creation for Godot Simulator: Integrating an interface for creating new, customized scenes in the existing Godot-based simulator, enabling tailored educational experiences.&lt;br /&gt;
Platform Support for Physical Hardware: Introducing programming support for physical devices like the FOSSBot, Arduino, and MicroPython-supported microcontrollers, broadening the scope of practical applications and hands-on learning.&lt;br /&gt;
Continuous Integration and Deployment (CI/CD) Enhancements: Streamlining updates and maintenance through advanced GitHub automation and cloud deployment strategies.&lt;br /&gt;
Extensive Documentation: Ensuring comprehensive documentation to facilitate ease of use and adaptability for educators and developers.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results.  ====&lt;br /&gt;
A robust, cloud-based platform offering a wide range of educational and programming possibilities.&lt;br /&gt;
Enhanced user experience with improved performance and new features.&lt;br /&gt;
Greater accessibility and cost-effectiveness for educators worldwide.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ==== &lt;br /&gt;
https://github.com/eellak/gsoc2019-diyrobot&lt;br /&gt;
https://github.com/eellak/fossbot&lt;br /&gt;
https://github.com/chronis10/fossbot-app&lt;br /&gt;
https://github.com/eellak/fossbot-platform&lt;br /&gt;
https://github.com/eellak/fossbot-source&lt;br /&gt;
https://github.com/eellak/fossbot-web-simulator&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
React.js&lt;br /&gt;
Python&lt;br /&gt;
Flask API / FastAPI&lt;br /&gt;
SQLAlchemy&lt;br /&gt;
Godot (not mandatory)&lt;br /&gt;
JavaScript&lt;br /&gt;
Docker&lt;br /&gt;
Git&lt;br /&gt;
&lt;br /&gt;
==== Related publications ==== &lt;br /&gt;
Chronis  C., &amp;amp; Varlamis I. (2022). FOSSBot: An Open Source and Open Design Educational Robot. Electronics, 11(16), 2606. https://www.mdpi.com/2079-9292/11/16/2606&lt;br /&gt;
Kazazis G., Chronis C., Diou C. &amp;amp; Varlamis I. Development and evaluation of Reinforcement Learning models for the FOSSBot Open-Source educational robot, Pan-Hellenic Conference on Progress in Computing and Informatics, ACM 2023 (Under Publication)  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Christos Chronis, Iraklis Varlamis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enabling Apothesis to support atomic layer deposition and etching processes  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Αpothesis is an open source software for designing, simulating and analyzing deposition processes.  It is based on Kinetic Monte Carlo method and its two main components are the lattice (simple cubic, HPC etc) where particular processes (adsorption, desorption, surface rection and diffusion) are performed.  Up until now Apothesis has been used in various applications (see for example https://iopscience.iop.org/article/10.1088/1361-651X/ace276/meta). However, there is a lack of generalized software for atomic layer deposition/etching (ALD/ALE) processes. ALD/ALE are based on pulses performing  over sequentially over a certain period of time (see https://www.frontiersin.org/articles/10.3389/fphy.2021.631918/full for more details). That said, the purpose of this project is to enable Apothesis to handle ALD/ALE cases. For that, there various parts of Apothesis that need to be changed with the most basic being: &lt;br /&gt;
1. Enabling Apothesis to read the lattice from a file. Thus creating a generalized reader for hard copy lattices. &lt;br /&gt;
2. Creating the sequentially calls to simulate ALD/ALE processes. &lt;br /&gt;
3. Design the output of the ALD/ALE process. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expected Results.  ====&lt;br /&gt;
The results from a simple case of ALD in a simple cubic lattice. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
C++, desing patters (factory pattern) and basic physics in deposition processes &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== eCodeOrama, an educational interactive flow visualization tool for mit scratch programs ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
The project will create a interactive tool to extract, visualize graphically and edit (to improve the presentation of) the layout of the flow of code in blocks / scripts in a mit scratch program and their interaction with any messages or other external events. The tool will use rules to decide on many layout parameters (e.g. the position of the code blocks in the layout, the colors used, etc) but the user will be able to overwrite the default choices. The presentation will be compatible with the codeOrama code layout specification.&lt;br /&gt;
The tool will also promote code understanding, especially to young students that use scratch, and will include debugging aids.&lt;br /&gt;
The students can use this flow to better visualize and understand their program, to explain it to others, to debug it and to design extensions and modifications.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
A tool to visualize and edit the layout of the event based script flow of a scratch program, keeping it compatible with the codeOrama code layout specification.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
350 hours&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
git@github.com:sarantos40/eCodeOrama.git&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
python, mit scratch, gui development&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Sarantos Kapidakis (sarantos.kapidakis@gmail.com), Chrysovalantis Sfyrakis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enhancement of SmAuto DSL and integration into HomeAssistant ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Smart environments are becoming quite popular in the home setting consisting of a broad range of connected devices. While offering a novel set of possibilities, this also contributes to the complexity of the environment, posing new challenges to allowing the full potential of a sensorized home to be made available to users. SmAuto is a Domain Specific Language (DSL) that enables users to program complex automation scenarios, for connected IoT devices in smart environments, that go beyond simple tasks. SmAuto lacks extra features like invocation of REST/MQTT services, time delays etc., thus it should be expanded towards this direction. Furthermore, HomeAssistant would benefit from the integration of a DSL like SMAuto for rapidly developing and deploying automations, using the entities existing in a smart environment.&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
In the context of this project, we desire to expand the SmAuto DSL with the following features: a) adding virtual entities, like REST calls and MQTT RPCs, so as for the automations to be able to access information from external services, b) incorporate auxiliary concepts like Delay, Conditions/Switches, or Compute nodes and c) generalize the language’s Condition concept. Furthermore, the integration of SmAuto and HomeAssistant should occur, by creating a new open-source HA plugin, where each user can declare SmAuto automations and deploy them locally in HA.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
350 hours&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/robotics-4-all/smauto, https://www.home-assistant.io/&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Required: Python, Software engineering, IoT concepts, Unix/Linux. Desired: Model Driven Engineering, HomeAssistant, Docker&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Konstantinos Panayiotou, Emmanouil Tsardoulias, Andreas Symeonidis&lt;br /&gt;
&lt;br /&gt;
== Creating a factory pattern for handling lattices in Apothesis.  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Apothesis is a generalized software for designing,  simulating and analyzing deposition processes. It is based on the kinetic Monte Carlo method. That said, it consists of  two main components; a lattice (e.g. simple cubic, HPC etc) and the processes (adsorption, desorption, diffusion and surface reactions) performed in this lattice. Currently, the lattices are hard coded inside Apothesis making it difficult to add new ones easily. This proposal is focuses on creating a factory pattern which be used as a guide for adding lattices in Apothesis. Then this will be used to incorporate 2D lattices (like graphene) inside Apothesis.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
The factory pattern source code and a simple example for incorporating a graphene lattice. &lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
350 hours&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
C++, design (factory pattern)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Nikolaos Cheimarios, Christina-Anna Gatsiou &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MyUni  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Currently there is a University App called MyUoM for Greek universities in https://my.uom.gr/ (followed by an effort in University of West Attica, https://iam.uniwa.gr/. This app is official but it lacks features(e.g. login) and a proper backend with an architecture that will allow different implementations for Universities. In this project we want to add a CMS for info that is changing frequently and a backend that fetches realtime info from the official websites. We want to unify those efforts and make it easier for other universities to join.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expected Results.  ====&lt;br /&gt;
1. We want to add Sanity CMS(https://www.sanity.io/) for data changing frequently. 2. Setup a backend that fetches information from official sources and static information(e.g. map images) to make the frontend lighter. 3. Rewrite in Typescript for maintainability&lt;br /&gt;
&lt;br /&gt;
Whoever is interested in talking with the initial core contributors can also find us on https://my.uom.gr/about and https://opensource.uom.gr to join our discord and follow us on social media.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Depending on the scope&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/Open-Source-UoM/MyUoM&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
React.js, Java(Spring Boot),Typescript, Next.js(Optional)&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Anastasios Tsalmas tsalmanastasios@gmail.com, Efstathios Iosifidis eiosifidis@gmail.com&lt;br /&gt;
&lt;br /&gt;
== DIY IoT Physics Experiments for education ==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
Remote physics experiments for students in all the educational levels are the second best to hands on experiments.  Especially for students who temporarily cannot attend school or in cases like the Covid-19 and the lockdowns. In many practical cases they are the only alternative, as they are available 24/7, they can involve dangerous materials or conditions, they can be accessed from anywhere and any device, they require less maintenance, have lower cost, can be easily modified, or arranged to perform another experiment, and are less probable to be damaged.  They are in line with the modern way of performing experiments, as it is desirable to have as less as possible direct contact with the experiments and use them on-line.  Examples include on-line telescopes and electronic microscopes.  This is possible due to the automation; data acquisition and manipulation of the experimental data is done using a computer or a microcomputer.  In this way students need not take pain stacking notes, especially for experiments that take a lot of time to collect data, sometimes days or months.  Students can concentrate on data processing, on the analysis of the results and arrive at scientific valid conclusions.  Our laboratory has set up many remote experiments and has experience of more than 10 years in designing, setting, and servicing remote experiments.  Our remote experiments are based on Arduino and readily available sensors and actuators. The aim of the present project is to design and implement a way to make the sensors and the actuators to form an IoT local network so that it will be easier to easily utilize them in different experiments and to build new experiments.  The IoT sensors and actuators will be DIY and based on open software.   The applicant will program the ESP8266 to receive data from the sensor and transmit the data through MQTT to ThingsBoard. Similarly for an actuator the ESP8266 will receive MQTT data from ThingsBoard. The applicant will prepare five DIY IoT sensors and five actuators. ThingsBoard will provide users with the visual representation of the data and the control of the experimental setup through dashboards.  The applicant will prepare five dashboards for five corresponding experiments.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
At the end of the present GSoC project the open source for five IoT DIY sensors and five actuators will be designed and implemented.  Also, five Dashboards on the open source IoT platform ThingsBoard for five corresponding experiments will be designed and implemented.  A list of the electronic components, instructions for the assembly and documentation for the software will be prepared.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
Medium Size - 175 hours&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/totheworld2004/DIY-Physics-IoT&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
How to program ESP8266, MQTT to transfer and receive data and design and implement Dashboards on a IoT platform&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Hariton Polatoglou and Panagiotis Koustoumpardis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC2024]]&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2024_proposed_ideas&amp;diff=2281</id>
		<title>Google Summer of Code 2024 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2024_proposed_ideas&amp;diff=2281"/>
		<updated>2024-02-27T07:09:27Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== EDGAR-CRAWLER: Democratizing accessibility to Financial NLP documents ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Natural Language Processing (NLP) faces big challenges in the field of business and finance since financial text data is often locked behind paywalls, making it hard to get the information we need. This problem highlights why it is so important to automate data collection from free sources, like EDGAR,  the U.S. Securities and Exchange Commission&#039;s public database. EDGAR contains documents about publicly traded stocks from companies in the U.S., like Microsoft, Google, or Amazon. Our existing software, EDGAR-CRAWLER, tackles this problem by automatically downloading and “cleaning” financial documents, mainly through the use of regular expressions, and then making such data available in an easy-to-use JSON format for NLP pipelines and applications. EDGAR-CRAWLER, with over 190 stars on Github, is the go-to toolkit for making financial data accessible to everyone. However, currently, it is only limited to one type of company filing, the annual reports (10-K filings). By adding support for more types of documents, EDGAR-CRAWLER plans to make financial information even more accessible, playing a vital role in the progress of financial NLP and open data.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
• Extend EDGAR-CRAWLER to fetch more types of US company filings like quarterly reports (10-Q) and current reports (8-K), using string-searching algorithms like regular expressions. • Write documentation for these new features. • Develop unit tests for these new features.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/nlpaueb/edgar-crawler/&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
• Proficiency in Python and Software Development • Familiarity with regular expressions and Natural Language Processing (NLP) • Experience in web scraping and data processing (beautifulsoup, pandas). • Interest in Machine Learning (ML) &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
&lt;br /&gt;
Lefteris Loukas, Ion Androutsopoulos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== GlossAPI ==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
GlossAPI is an open source project seeking to develop a standard open access corpus of the Greek language, and benchmark it against existing and to-be-developed language models, with the objective of providing an upstream service to the Greek tech community.&lt;br /&gt;
The project is named after a portmandeau of the Greek word for &amp;quot;language&amp;quot; and &amp;quot;API&amp;quot; which creates a visual resemblance to the word Glossary in Greek.&lt;br /&gt;
This is to express our objective to provide an index of the Greek language via flexible programing interfaces.&lt;br /&gt;
&lt;br /&gt;
Greek is a language that is under-represented in existing LLMs, while it has a complex history, grammar and writing system. Our trials with existing models have shown lack of syntactic and semantic knowledge of advanced Greek and its nuances, and we have put forth a number of analyses showing that this poses a risk for digital divides, language extinction, and subpar experience for users of public services.&lt;br /&gt;
&lt;br /&gt;
To our knowledge other LLM projects that tackle the problem of the Greek language are either proprietary, closed code, narrow scope, or otherwise unfit for our purpose which is to provide publicly available, fully open source language models with respect to all code/weights/procedures/data.&lt;br /&gt;
We reach out and bring together people that have the expertise, the passion, the collections, or the hardware, to take part in this endeavor, that will help the Greek stratup/tech scene catch up with the rapid developments in downstream applications that are now common place for developers of English language generative models. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
The project will result to an Open Source Corpus, representative of the Greek language and its different varieties. At first emphasis will be given to the formal varieties used in government, education and the law. Additionally, we want to represent, in a subsequent training stage, a number of basic knowledge domains to an &amp;quot;undergraduate degree&amp;quot; level. The datasets will be versioned and benchmarked against different models and tokenizers. We also need to develop a sufficient set of evaluation tasks (such as Factual QA - Greek). Finally a couple of foundation models of different architectures will be fitted onto the dataset and the evaluation suite, and published to the community under an open source licence. With these moves we expect to pollinate the Greek tech ecosystem with reliable, inexpensive, and extensible models and datasets, that will help the Greek Open Source AI scence thrive. All data and models will be accompanied by thorough documentation and guides, to ensure replicability and reusability of the results.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/glossAPI/&lt;br /&gt;
https://github.com/eellak/glossAPI/wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Corpus Annotation for Language Models&lt;br /&gt;
Quantitative Corpus Linguistics or Natural Language Processing&lt;br /&gt;
Python with transformers library, sci-kit learn, numpy, pandas and streamlit, langchain or similar&lt;br /&gt;
Mathematical statistics or similar discipline&lt;br /&gt;
Django knowledge is good to have&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
N. Giallousi, A. Melidis, Greek Free Open Source Software/Hardware Alliance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Greeklish-to-Greek: Development of an open-source and state-of-the-art toolkit ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Greeklish” is a way of writing Greek with the commonly used Latin alphabet instead of the Greek alphabet (think of “kalimera” instead of “καλημέρα”), and has been widely used by Greek speakers for decades due to early technological limitations in supporting Greek characters. Its ease of use for informal digital communication, such as on forums or in comments, allows for quick language switching without changing any keyboard input, and hides spelling errors. However, Greeklish complicates the development of Natural Language Processing (NLP) tools for the Greek language because Machine Learning (ML) models are trained on standard Greek, not Greeklish. Most existing Greeklish-to-Greek toolkits are limited, rule-based, and closed-source. Our team has researched and developed state-of-the-art Greeklish-to-Greek methods utilizing Transformer NLP models. The purpose of the project is to develop an open-source, user-friendly Python toolkit, based on our existing research so that the community can benefit from it.&lt;br /&gt;
The GSOC contributor will work in close collaboration between helvia.ai (https://helvia.ai/) and the AUEB NLP Group (http://nlp.cs.aueb.gr/software.html), leveraging both industrial and academic expertise to tackle these NLP challenges.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
• Development of a user-friendly Python wrapper based on our best Greeklish-to-Greek NLP model  • Documentation and unit testing of the library • Development of new methods for Greeklish-to-Greek conversion, utilizing more recent and promising Large Language Models (LLMs), such as Meta’s LLaMA2 or Mistral models&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
While the proposed Greeklish toolkit can be developed independently, it could also be integrated as an extra functionality to the mentors’ affiliated current state-of-the-art Greek NLP toolkit: &amp;lt;nowiki&amp;gt;https://github.com/nlpaueb/gr-nlp-toolkit&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
• Advanced Python Programming and Software Engineering • Deep Learning for NLP and familiarity with related frameworks (e.g., PyTorch, HuggingFace)&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
John Pavlopoulos (AUEB), Ion Androutsopoulos (AUEB), Stavros Vassos (helvia.ai), Lefteris Loukas (helvia.ai &amp;amp; AUEB)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Label Buddy 3.0: Automated audio-tagging using transfer learning ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Label Buddy is an open-source audio annotation tool created during GSoC 2021 and extended during GSoC 2022. It aims to make the annotation process easy, and simple with the help of AI Assistance tools and at the same time offers a well-defined manager-annotator-reviewer system. The purpose of this project is to investigate and integrate  Multi-Modal Annotation Support in data other than only sound with the use of Large Language Models (LLMs) and Active Learning for Model Improvement on the already existing models.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
1.) Add OpenAPI support; the ability to upload an OpenApi document and convert it to Flexbench test scenarios (ML can help!) 2.) Anonymization feature for exchanged data in requests and responses (ML can help!) 3.) Aesthetic and UX/UI fixes in desktop app 4.) Fixes to existing bugs 5.) Improve documentation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/eellak/gsoc2022-Label-buddy&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Machine Learning (ML) frameworks, Python, Django, VanillaJS, HTML&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Pantelis Vikatos, Giannis Prokopiou&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enhancements for Flexbench: OpenAPI Integration and Anonymization using Machine Learning (ML) ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Flexbench is a fully customizable NodeJS application, generating simulated HTTP traffic. It can be used as a standalone script, desktop-app* and server* to simulate traffic with specific characteristics, such as read/write ratio, duration, number of requests to generate, in/out traffic throttling and more.&lt;br /&gt;
&lt;br /&gt;
It is a forked project from the http-traffic-simulator npm package, which was developed to provide simulated throttled http traffic for stress and load testing purposes, towards specific http endpoints. It utilizes the nodejs cluster module to generate http requests, by spawning multiple workers (balanced over the system cores) in the cluster, responsible to create clients that generate requests. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;During the GSoC-2022 period, along with the standalone script version, desktop and server apps were developed, and major fixes were applied.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
1.) Add OpenAPI support; the ability to upload an OpenApi document and convert it to Flexbench test scenarios (ML can help!) 2.) Anonymization feature for exchanged data in requests and responses (ML can help!) 3.) Aesthetic and UX/UI fixes in desktop app 4.) Fixes to existing bugs 5.) Improve documentation&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
[https://github.com/dspinellis/alexandria3k https://github.com/flexivian/flexbench/tree/develop ,][https://github.com/dspinellis/alexandria3k https://flexivian.github.io/flexbench/]&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
NodeJS, js, typescript, Html, Css, React, Electron, docker, Machine Learning, OpenAPI &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
&lt;br /&gt;
Ioannis Skitsas (iskitsas@gmail.com), Marios Karagiannopoulos (mariosk@gmail.com)&lt;br /&gt;
&lt;br /&gt;
== New open data sources for Alexandria3k ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
The alexandria3k package supplies a library and a command-line tool providing efficient relational query access to diverse publication open data sets. The largest one is the entire Crossref data set (157 GB compressed, 1 TB uncompressed). This contains publication metadata from about 134 million publications from all major international publishers with full citation data for 60 million of them. Alternatively, works can be selected from the PubMed data set which comprises more than 36 million citations for biomedical literature from MEDLINE, life science journals, and online books, with rich domain-specific metadata, such as MeSH indexing, funding, genetic, and chemical details. In addition, the Crossref and PubMed data sets can be linked with the ORCID summary data set (25 GB compressed, 435 GB uncompressed), containing about 78 million author records, the United States Patent Office issued patents (11 GB compressed, 115 GB uncompressed), containing about 5.4 million records, as well as data sets of funder bodies, journal names, open access journals, and research organizations.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
Implementation of four new data sources added to the eight existing ones&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/dspinellis/alexandria3k&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
Python, SQL, Unix command-line &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
&lt;br /&gt;
Diomidis Spinellis&lt;br /&gt;
&lt;br /&gt;
== MD-Attractor ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
MD-Attractor is an open-source project designed to serve as a unified aggregator for music-related data sourced from various music platforms such as Spotify, Deezer, Apple Music, and more.&lt;br /&gt;
&lt;br /&gt;
The primary objective of this project is to provide a centralized hub for collecting and  analyzing data from diverse media sources, offering users a comprehensive view of diverse music data sources.&lt;br /&gt;
&lt;br /&gt;
===== Expected Results.  =====&lt;br /&gt;
1. An extension of data sources and usage parameters. 2. Metadata artists and song analysis option. 3  Creation of artist&#039;s ego-networks and similarity component.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Depending on the proposal&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/sfendourakis/MD-Attractor&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
Python, APIs, Visualization &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
&lt;br /&gt;
Panagiotis Sfendourakis, Elektra Bilali Simou&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Exploring and Abstracting Triplestore Alternatives ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
&lt;br /&gt;
==== Objective ====&lt;br /&gt;
The primary objective of this project is to explore, analyze, and abstract various triplestore alternatives. The project aims to provide young programmers with a comprehensive understanding of different back-end alternatives that allow for storing data in triple format, commonly known as triplestores.&lt;br /&gt;
&lt;br /&gt;
==== Background ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
This project will involve a detailed exploration of various triplestore alternatives. The participants will perform rudimentary tests and benchmarks on these alternatives to understand their performance, scalability, and other key features.&lt;br /&gt;
&lt;br /&gt;
The ultimate goal is to develop a library that can act as an abstraction layer for these triplestore alternatives. This library will &amp;quot;hide&amp;quot; the underlying implementation, allowing developers to switch between different triplestores without changing their application code. This abstraction layer can be compared to a library abstracting various specific relational database management systems, all providing very similar functionality, like supporting SQL.&lt;br /&gt;
&lt;br /&gt;
==== Methodology ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Research:&#039;&#039; Identify and study various triplestore alternatives. Understand their architecture, features, and limitations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Testing:&#039;&#039; Perform rudimentary tests and benchmarks on the identified triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Analysis:&#039;&#039; Analyze the test results to understand the performance and scalability of each alternative.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Development:&#039;&#039; Develop an abstraction layer that can interface with the various triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Documentation:&#039;&#039; Document the findings and the usage of the developed library.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a well-documented library that can act as an abstraction layer for various triplestore alternatives. This will provide developers with the flexibility to choose the most suitable triplestore for their specific needs without having to modify their application code.&lt;br /&gt;
&lt;br /&gt;
==== Conclusion ====&lt;br /&gt;
This project will not only enhance the understanding of participants about triplestore alternatives but also equip them with the skills to develop an abstraction layer, thereby broadening their programming skills and knowledge.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
New project, no existing repo available.&lt;br /&gt;
&lt;br /&gt;
==== Information links ====&lt;br /&gt;
- [https://en.wikipedia.org/wiki/Triplestore Triplestore]&lt;br /&gt;
- [https://en.wikipedia.org/wiki/Semantic_triple Triples]&lt;br /&gt;
- [https://en.wikipedia.org/wiki/SPARQL Query language]&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Python (mandatory). Other programming languages like C, Go, Rust, Java, might prove useful.&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Font Validator: A System for Quality Control of Digital Typefaces Containing Greek Characters ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
&lt;br /&gt;
==== Objective ====&lt;br /&gt;
The primary objective of this project is to develop a comprehensive set of tests for quality control on digital typefaces, with a particular focus on Greek characters. The project aims to ensure the consistency of typeface design, especially in terms of height, shape, composites, ascenders, descenders, spacing, and kerning between Latin and Greek characters.&lt;br /&gt;
&lt;br /&gt;
==== Background ====&lt;br /&gt;
Digital typefaces play a crucial role in the readability and aesthetics of digital content. However, inconsistencies in typeface design, especially between different scripts like Latin and Greek, can lead to visual discomfort and confusion. Quality control in digital typefaces is therefore essential to ensure a consistent and pleasant reading experience.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
This project will involve the development of a series of tests using Font Bakery or a similar tool. These tests will compare the height and shape of similarly shaped Latin and Greek letters, such as Latin A and Greek Alpha.&lt;br /&gt;
&lt;br /&gt;
Further tests will be performed on composites, ascenders, descenders, spacing, and kerning between Latin and Greek characters. The goal is to identify any inconsistencies and provide recommendations for improvements.&lt;br /&gt;
&lt;br /&gt;
==== Methodology ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Research:&#039;&#039; Study the design principles of Latin and Greek typefaces. Identify the key parameters for comparison, such as height, shape, composites, ascenders, descenders, spacing, and kerning.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Test Development:&#039;&#039; Develop a series of tests using Font Bakery or a similar tool. These tests should be able to compare the identified parameters between Latin and Greek characters.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Testing:&#039;&#039; Perform the developed tests on a variety of digital typefaces.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Analysis:&#039;&#039; Analyze the test results to identify any inconsistencies in the design of Latin and Greek characters.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Recommendations:&#039;&#039; Based on the analysis, provide recommendations for improving the consistency of typeface design.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Documentation:&#039;&#039; Document the findings, the developed tests, and the recommendations.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a comprehensive set of tests for quality control on digital typefaces, especially for Greek characters. These tests will help typeface designers and developers ensure the consistency of their designs, thereby improving the readability and aesthetics of digital content.&lt;br /&gt;
&lt;br /&gt;
==== Conclusion ====&lt;br /&gt;
This project will not only enhance the quality of digital typefaces but also contribute to the body of knowledge in the field of typeface design. It will provide valuable insights into the design principles of Latin and Greek characters and help ensure their consistency in digital typefaces.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Can be either short (175 hours) or long (350 hours), depending on the agreed-upon scope.&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
New project, no existing repo available.&lt;br /&gt;
&lt;br /&gt;
==== Information links ====&lt;br /&gt;
- [https://font-bakery.readthedocs.io/en/latest/ Font Bakery documentation]&lt;br /&gt;
- [https://github.com/fonttools/fontbakery Font Bakery source repo]&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Python, font technologies, understanding of Greek characters&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Irene Vlachou, Emilios Theofanous, Alexios Zavras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Development and Enhancement of the Cloud-Based FOSSBot Platform  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
The evolution of the DIY robot kit for educators, initiated in GSoC 2019 with Christos Chronis, has significantly progressed over the years, culminating in a 3D printable, modular, and low-cost educational robot. Over the last five years, contributors from GSOC and the open source community have enriched this project with a programming stack compatible with Google Blockly, native Python through Monaco, and a Docker-based deployment system. At the same time, the initial DIY robot kit from GSOC 2019 transformed into the FOSSBot, and more educators understand and use this open-source solution to teach STEM.&lt;br /&gt;
&lt;br /&gt;
For GSoC 2023, the focus was on shifting the programming stack to the cloud, addressing issues like connectivity, updates, and the rising costs of Single Board Computers. Another notable addition was the web-based simulator, which allowed educators to test and use the robot virtually, reducing cost barriers and hardware requirements. In the following months, the platform will be available to all through the infrastructure of GFOSS, and at the same time, organized workshops will help make more people aware of the robot. Finally, in the last two years, two scientific publications were released, and the project started to attract the interest of the academic community.&lt;br /&gt;
&lt;br /&gt;
GSoC 2024 Objectives&lt;br /&gt;
&lt;br /&gt;
In 2024, our goal is to further enhance this cloud-based platform by:&lt;br /&gt;
&lt;br /&gt;
Performance Optimization: Improving both front-end and back-end performance for a seamless user experience.&lt;br /&gt;
Development of Cooperative Modes: Enabling multiple robots to interact and collaborate in shared tasks or scenarios, fostering teamwork and advanced programming skills.&lt;br /&gt;
Educator&#039;s Content Creation and Upload System: Developing a system where educators can create, share, and upload educational material, facilitating a dynamic and evolving educational environment.&lt;br /&gt;
Custom Scene Creation for Godot Simulator: Integrating an interface for creating new, customized scenes in the existing Godot-based simulator, enabling tailored educational experiences.&lt;br /&gt;
Platform Support for Physical Hardware: Introducing programming support for physical devices like the FOSSBot, Arduino, and MicroPython-supported microcontrollers, broadening the scope of practical applications and hands-on learning.&lt;br /&gt;
Continuous Integration and Deployment (CI/CD) Enhancements: Streamlining updates and maintenance through advanced GitHub automation and cloud deployment strategies.&lt;br /&gt;
Extensive Documentation: Ensuring comprehensive documentation to facilitate ease of use and adaptability for educators and developers.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results.  ====&lt;br /&gt;
A robust, cloud-based platform offering a wide range of educational and programming possibilities.&lt;br /&gt;
Enhanced user experience with improved performance and new features.&lt;br /&gt;
Greater accessibility and cost-effectiveness for educators worldwide.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ==== &lt;br /&gt;
https://github.com/eellak/gsoc2019-diyrobot&lt;br /&gt;
https://github.com/eellak/fossbot&lt;br /&gt;
https://github.com/chronis10/fossbot-app&lt;br /&gt;
https://github.com/eellak/fossbot-platform&lt;br /&gt;
https://github.com/eellak/fossbot-source&lt;br /&gt;
https://github.com/eellak/fossbot-web-simulator&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
React.js&lt;br /&gt;
Python&lt;br /&gt;
Flask API / FastAPI&lt;br /&gt;
SQLAlchemy&lt;br /&gt;
Godot (not mandatory)&lt;br /&gt;
JavaScript&lt;br /&gt;
Docker&lt;br /&gt;
Git&lt;br /&gt;
&lt;br /&gt;
==== Related publications ==== &lt;br /&gt;
Chronis  C., &amp;amp; Varlamis I. (2022). FOSSBot: An Open Source and Open Design Educational Robot. Electronics, 11(16), 2606. https://www.mdpi.com/2079-9292/11/16/2606&lt;br /&gt;
Kazazis G., Chronis C., Diou C. &amp;amp; Varlamis I. Development and evaluation of Reinforcement Learning models for the FOSSBot Open-Source educational robot, Pan-Hellenic Conference on Progress in Computing and Informatics, ACM 2023 (Under Publication)  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Christos Chronis, Iraklis Varlamis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enabling Apothesis to support atomic layer deposition and etching processes  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Αpothesis is an open source software for designing, simulating and analyzing deposition processes.  It is based on Kinetic Monte Carlo method and its two main components are the lattice (simple cubic, HPC etc) where particular processes (adsorption, desorption, surface rection and diffusion) are performed.  Up until now Apothesis has been used in various applications (see for example https://iopscience.iop.org/article/10.1088/1361-651X/ace276/meta). However, there is a lack of generalized software for atomic layer deposition/etching (ALD/ALE) processes. ALD/ALE are based on pulses performing  over sequentially over a certain period of time (see https://www.frontiersin.org/articles/10.3389/fphy.2021.631918/full for more details). That said, the purpose of this project is to enable Apothesis to handle ALD/ALE cases. For that, there various parts of Apothesis that need to be changed with the most basic being: &lt;br /&gt;
1. Enabling Apothesis to read the lattice from a file. Thus creating a generalized reader for hard copy lattices. &lt;br /&gt;
2. Creating the sequentially calls to simulate ALD/ALE processes. &lt;br /&gt;
3. Design the output of the ALD/ALE process. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expected Results.  ====&lt;br /&gt;
The results from a simple case of ALD in a simple cubic lattice. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
C++, desing patters (factory pattern) and basic physics in deposition processes &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== eCodeOrama, an educational interactive flow visualization tool for mit scratch programs ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
The project will create a interactive tool to extract, visualize graphically and edit (to improve the presentation of) the layout of the flow of code in blocks / scripts in a mit scratch program and their interaction with any messages or other external events. The tool will use rules to decide on many layout parameters (e.g. the position of the code blocks in the layout, the colors used, etc) but the user will be able to overwrite the default choices. The presentation will be compatible with the codeOrama code layout specification.&lt;br /&gt;
The tool will also promote code understanding, especially to young students that use scratch, and will include debugging aids.&lt;br /&gt;
The students can use this flow to better visualize and understand their program, to explain it to others, to debug it and to design extensions and modifications.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
A tool to visualize and edit the layout of the event based script flow of a scratch program, keeping it compatible with the codeOrama code layout specification.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
350 hours&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
git@github.com:sarantos40/eCodeOrama.git&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
python, mit scratch, gui development&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Sarantos Kapidakis (sarantos.kapidakis@gmail.com), Chrysovalantis Sfyrakis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enhancement of SmAuto DSL and integration into HomeAssistant ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Smart environments are becoming quite popular in the home setting consisting of a broad range of connected devices. While offering a novel set of possibilities, this also contributes to the complexity of the environment, posing new challenges to allowing the full potential of a sensorized home to be made available to users. SmAuto is a Domain Specific Language (DSL) that enables users to program complex automation scenarios, for connected IoT devices in smart environments, that go beyond simple tasks. SmAuto lacks extra features like invocation of REST/MQTT services, time delays etc., thus it should be expanded towards this direction. Furthermore, HomeAssistant would benefit from the integration of a DSL like SMAuto for rapidly developing and deploying automations, using the entities existing in a smart environment.&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
In the context of this project, we desire to expand the SmAuto DSL with the following features: a) adding virtual entities, like REST calls and MQTT RPCs, so as for the automations to be able to access information from external services, b) incorporate auxiliary concepts like Delay, Conditions/Switches, or Compute nodes and c) generalize the language’s Condition concept. Furthermore, the integration of SmAuto and HomeAssistant should occur, by creating a new open-source HA plugin, where each user can declare SmAuto automations and deploy them locally in HA.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
350 hours&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/robotics-4-all/smauto, https://www.home-assistant.io/&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Required: Python, Software engineering, IoT concepts, Unix/Linux. Desired: Model Driven Engineering, HomeAssistant, Docker&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Konstantinos Panayiotou, Emmanouil Tsardoulias, Andreas Symeonidis&lt;br /&gt;
&lt;br /&gt;
== Creating a factory pattern for handling lattices in Apothesis.  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Apothesis is a generalized software for designing,  simulating and analyzing deposition processes. It is based on the kinetic Monte Carlo method. That said, it consists of  two main components; a lattice (e.g. simple cubic, HPC etc) and the processes (adsorption, desorption, diffusion and surface reactions) performed in this lattice. Currently, the lattices are hard coded inside Apothesis making it difficult to add new ones easily. This proposal is focuses on creating a factory pattern which be used as a guide for adding lattices in Apothesis. Then this will be used to incorporate 2D lattices (like graphene) inside Apothesis.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
The factory pattern source code and a simple example for incorporating a graphene lattice. &lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
350 hours&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
C++, design (factory pattern)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Nikolaos Cheimarios, Christina-Anna Gatsiou &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MyUni  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Currently there is a University App called MyUoM for Greek universities in https://my.uom.gr/ (followed by an effort in University of West Attica, https://iam.uniwa.gr/. This app is official but it lacks features(e.g. login) and a proper backend with an architecture that will allow different implementations for Universities. In this project we want to add a CMS for info that is changing frequently and a backend that fetches realtime info from the official websites. We want to unify those efforts and make it easier for other universities to join.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expected Results.  ====&lt;br /&gt;
1. We want to add Sanity CMS(https://www.sanity.io/) for data changing frequently. 2. Setup a backend that fetches information from official sources and static information(e.g. map images) to make the frontend lighter. 3. Rewrite in Typescript for maintainability&lt;br /&gt;
&lt;br /&gt;
Whoever is interested in talking with the initial core contributors can also find us on https://my.uom.gr/about and https://opensource.uom.gr to join our discord and follow us on social media.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Depending on the scope&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/Open-Source-UoM/MyUoM&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
React.js, Java(Spring Boot),Typescript, Next.js(Optional)&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Anastasios Tsalmas tsalmanastasios@gmail.com, Efstathios Iosifidis eiosifidis@gmail.com&lt;br /&gt;
&lt;br /&gt;
== DIY IoT Physics Experiments for education ==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
Remote physics experiments for students in all the educational levels are the second best to hands on experiments.  Especially for students who temporarily cannot attend school or in cases like the Covid-19 and the lockdowns. In many practical cases they are the only alternative, as they are available 24/7, they can involve dangerous materials or conditions, they can be accessed from anywhere and any device, they require less maintenance, have lower cost, can be easily modified, or arranged to perform another experiment, and are less probable to be damaged.  They are in line with the modern way of performing experiments, as it is desirable to have as less as possible direct contact with the experiments and use them on-line.  Examples include on-line telescopes and electronic microscopes.  This is possible due to the automation; data acquisition and manipulation of the experimental data is done using a computer or a microcomputer.  In this way students need not take pain stacking notes, especially for experiments that take a lot of time to collect data, sometimes days or months.  Students can concentrate on data processing, on the analysis of the results and arrive at scientific valid conclusions.  Our laboratory has set up many remote experiments and has experience of more than 10 years in designing, setting, and servicing remote experiments.  Our remote experiments are based on Arduino and readily available sensors and actuators. The aim of the present project is to design and implement a way to make the sensors and the actuators to form an IoT local network so that it will be easier to easily utilize them in different experiments and to build new experiments.  The IoT sensors and actuators will be DIY and based on open software.   The applicant will program the ESP8266 to receive data from the sensor and transmit the data through MQTT to ThingsBoard. Similarly for an actuator the ESP8266 will receive MQTT data from ThingsBoard. The applicant will prepare five DIY IoT sensors and five actuators. ThingsBoard will provide users with the visual representation of the data and the control of the experimental setup through dashboards.  The applicant will prepare five dashboards for five corresponding experiments.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
At the end of the present GSoC project the open source for five IoT DIY sensors and five actuators will be designed and implemented.  Also, five Dashboards on the open source IoT platform ThingsBoard for five corresponding experiments will be designed and implemented.  A list of the electronic components, instructions for the assembly and documentation for the software will be prepared.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
Medium Size - 175 hours&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/totheworld2004/DIY-Physics-IoT&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
How to program ESP8266, MQTT to transfer and receive data and design and implement Dashboards on a IoT platform&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Hariton Polatoglou and Panagiotis Koustoumpardis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC2024]]&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
	<entry>
		<id>https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2024_proposed_ideas&amp;diff=2280</id>
		<title>Google Summer of Code 2024 proposed ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki-staging.ellak.gr/index.php?title=Google_Summer_of_Code_2024_proposed_ideas&amp;diff=2280"/>
		<updated>2024-02-27T07:07:35Z</updated>

		<summary type="html">&lt;p&gt;Pkst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributors interested to participate should check which of the following projects fits their interests and skills.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Τo communicate with the mentors and ask questions about the projects, students should subscribe to this&#039;&#039;&#039; [https://lists.ellak.gr/gsoc-developers/listinfo.html list] &#039;&#039;&#039;and post relevant questions. Please follow the [[Proposal Template]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For practical information, developers should visit this &#039;&#039;&#039;[https://summerofcode.withgoogle.com/how-it-works page]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== EDGAR-CRAWLER: Democratizing accessibility to Financial NLP documents ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Natural Language Processing (NLP) faces big challenges in the field of business and finance since financial text data is often locked behind paywalls, making it hard to get the information we need. This problem highlights why it is so important to automate data collection from free sources, like EDGAR,  the U.S. Securities and Exchange Commission&#039;s public database. EDGAR contains documents about publicly traded stocks from companies in the U.S., like Microsoft, Google, or Amazon. Our existing software, EDGAR-CRAWLER, tackles this problem by automatically downloading and “cleaning” financial documents, mainly through the use of regular expressions, and then making such data available in an easy-to-use JSON format for NLP pipelines and applications. EDGAR-CRAWLER, with over 190 stars on Github, is the go-to toolkit for making financial data accessible to everyone. However, currently, it is only limited to one type of company filing, the annual reports (10-K filings). By adding support for more types of documents, EDGAR-CRAWLER plans to make financial information even more accessible, playing a vital role in the progress of financial NLP and open data.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
• Extend EDGAR-CRAWLER to fetch more types of US company filings like quarterly reports (10-Q) and current reports (8-K), using string-searching algorithms like regular expressions. • Write documentation for these new features. • Develop unit tests for these new features.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/nlpaueb/edgar-crawler/&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
• Proficiency in Python and Software Development • Familiarity with regular expressions and Natural Language Processing (NLP) • Experience in web scraping and data processing (beautifulsoup, pandas). • Interest in Machine Learning (ML) &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
&lt;br /&gt;
Lefteris Loukas, Ion Androutsopoulos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== GlossAPI ==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
GlossAPI is an open source project seeking to develop a standard open access corpus of the Greek language, and benchmark it against existing and to-be-developed language models, with the objective of providing an upstream service to the Greek tech community.&lt;br /&gt;
The project is named after a portmandeau of the Greek word for &amp;quot;language&amp;quot; and &amp;quot;API&amp;quot; which creates a visual resemblance to the word Glossary in Greek.&lt;br /&gt;
This is to express our objective to provide an index of the Greek language via flexible programing interfaces.&lt;br /&gt;
&lt;br /&gt;
Greek is a language that is under-represented in existing LLMs, while it has a complex history, grammar and writing system. Our trials with existing models have shown lack of syntactic and semantic knowledge of advanced Greek and its nuances, and we have put forth a number of analyses showing that this poses a risk for digital divides, language extinction, and subpar experience for users of public services.&lt;br /&gt;
&lt;br /&gt;
To our knowledge other LLM projects that tackle the problem of the Greek language are either proprietary, closed code, narrow scope, or otherwise unfit for our purpose which is to provide publicly available, fully open source language models with respect to all code/weights/procedures/data.&lt;br /&gt;
We reach out and bring together people that have the expertise, the passion, the collections, or the hardware, to take part in this endeavor, that will help the Greek stratup/tech scene catch up with the rapid developments in downstream applications that are now common place for developers of English language generative models. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
The project will result to an Open Source Corpus, representative of the Greek language and its different varieties. At first emphasis will be given to the formal varieties used in government, education and the law. Additionally, we want to represent, in a subsequent training stage, a number of basic knowledge domains to an &amp;quot;undergraduate degree&amp;quot; level. The datasets will be versioned and benchmarked against different models and tokenizers. We also need to develop a sufficient set of evaluation tasks (such as Factual QA - Greek). Finally a couple of foundation models of different architectures will be fitted onto the dataset and the evaluation suite, and published to the community under an open source licence. With these moves we expect to pollinate the Greek tech ecosystem with reliable, inexpensive, and extensible models and datasets, that will help the Greek Open Source AI scence thrive. All data and models will be accompanied by thorough documentation and guides, to ensure replicability and reusability of the results.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
&lt;br /&gt;
350 hrs&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/eellak/glossAPI/&lt;br /&gt;
https://github.com/eellak/glossAPI/wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
&lt;br /&gt;
Corpus Annotation for Language Models&lt;br /&gt;
Quantitative Corpus Linguistics or Natural Language Processing&lt;br /&gt;
Python with transformers library, sci-kit learn, numpy, pandas and streamlit, langchain or similar&lt;br /&gt;
Mathematical statistics or similar discipline&lt;br /&gt;
Django knowledge is good to have&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
N. Giallousi, A. Melidis, Greek Free Open Source Software/Hardware Alliance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Greeklish-to-Greek: Development of an open-source and state-of-the-art toolkit ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Greeklish” is a way of writing Greek with the commonly used Latin alphabet instead of the Greek alphabet (think of “kalimera” instead of “καλημέρα”), and has been widely used by Greek speakers for decades due to early technological limitations in supporting Greek characters. Its ease of use for informal digital communication, such as on forums or in comments, allows for quick language switching without changing any keyboard input, and hides spelling errors. However, Greeklish complicates the development of Natural Language Processing (NLP) tools for the Greek language because Machine Learning (ML) models are trained on standard Greek, not Greeklish. Most existing Greeklish-to-Greek toolkits are limited, rule-based, and closed-source. Our team has researched and developed state-of-the-art Greeklish-to-Greek methods utilizing Transformer NLP models. The purpose of the project is to develop an open-source, user-friendly Python toolkit, based on our existing research so that the community can benefit from it.&lt;br /&gt;
The GSOC contributor will work in close collaboration between helvia.ai (https://helvia.ai/) and the AUEB NLP Group (http://nlp.cs.aueb.gr/software.html), leveraging both industrial and academic expertise to tackle these NLP challenges.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
• Development of a user-friendly Python wrapper based on our best Greeklish-to-Greek NLP model  • Documentation and unit testing of the library • Development of new methods for Greeklish-to-Greek conversion, utilizing more recent and promising Large Language Models (LLMs), such as Meta’s LLaMA2 or Mistral models&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
While the proposed Greeklish toolkit can be developed independently, it could also be integrated as an extra functionality to the mentors’ affiliated current state-of-the-art Greek NLP toolkit: &amp;lt;nowiki&amp;gt;https://github.com/nlpaueb/gr-nlp-toolkit&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
• Advanced Python Programming and Software Engineering • Deep Learning for NLP and familiarity with related frameworks (e.g., PyTorch, HuggingFace)&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
John Pavlopoulos (AUEB), Ion Androutsopoulos (AUEB), Stavros Vassos (helvia.ai), Lefteris Loukas (helvia.ai &amp;amp; AUEB)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Label Buddy 3.0: Automated audio-tagging using transfer learning ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Label Buddy is an open-source audio annotation tool created during GSoC 2021 and extended during GSoC 2022. It aims to make the annotation process easy, and simple with the help of AI Assistance tools and at the same time offers a well-defined manager-annotator-reviewer system. The purpose of this project is to investigate and integrate  Multi-Modal Annotation Support in data other than only sound with the use of Large Language Models (LLMs) and Active Learning for Model Improvement on the already existing models.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
1.) Add OpenAPI support; the ability to upload an OpenApi document and convert it to Flexbench test scenarios (ML can help!) 2.) Anonymization feature for exchanged data in requests and responses (ML can help!) 3.) Aesthetic and UX/UI fixes in desktop app 4.) Fixes to existing bugs 5.) Improve documentation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/eellak/gsoc2022-Label-buddy&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Machine Learning (ML) frameworks, Python, Django, VanillaJS, HTML&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Pantelis Vikatos, Giannis Prokopiou&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enhancements for Flexbench: OpenAPI Integration and Anonymization using Machine Learning (ML) ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Flexbench is a fully customizable NodeJS application, generating simulated HTTP traffic. It can be used as a standalone script, desktop-app* and server* to simulate traffic with specific characteristics, such as read/write ratio, duration, number of requests to generate, in/out traffic throttling and more.&lt;br /&gt;
&lt;br /&gt;
It is a forked project from the http-traffic-simulator npm package, which was developed to provide simulated throttled http traffic for stress and load testing purposes, towards specific http endpoints. It utilizes the nodejs cluster module to generate http requests, by spawning multiple workers (balanced over the system cores) in the cluster, responsible to create clients that generate requests. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;During the GSoC-2022 period, along with the standalone script version, desktop and server apps were developed, and major fixes were applied.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
1.) Add OpenAPI support; the ability to upload an OpenApi document and convert it to Flexbench test scenarios (ML can help!) 2.) Anonymization feature for exchanged data in requests and responses (ML can help!) 3.) Aesthetic and UX/UI fixes in desktop app 4.) Fixes to existing bugs 5.) Improve documentation&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
[https://github.com/dspinellis/alexandria3k https://github.com/flexivian/flexbench/tree/develop ,][https://github.com/dspinellis/alexandria3k https://flexivian.github.io/flexbench/]&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
NodeJS, js, typescript, Html, Css, React, Electron, docker, Machine Learning, OpenAPI &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
&lt;br /&gt;
Ioannis Skitsas (iskitsas@gmail.com), Marios Karagiannopoulos (mariosk@gmail.com)&lt;br /&gt;
&lt;br /&gt;
== New open data sources for Alexandria3k ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
The alexandria3k package supplies a library and a command-line tool providing efficient relational query access to diverse publication open data sets. The largest one is the entire Crossref data set (157 GB compressed, 1 TB uncompressed). This contains publication metadata from about 134 million publications from all major international publishers with full citation data for 60 million of them. Alternatively, works can be selected from the PubMed data set which comprises more than 36 million citations for biomedical literature from MEDLINE, life science journals, and online books, with rich domain-specific metadata, such as MeSH indexing, funding, genetic, and chemical details. In addition, the Crossref and PubMed data sets can be linked with the ORCID summary data set (25 GB compressed, 435 GB uncompressed), containing about 78 million author records, the United States Patent Office issued patents (11 GB compressed, 115 GB uncompressed), containing about 5.4 million records, as well as data sets of funder bodies, journal names, open access journals, and research organizations.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results. ====&lt;br /&gt;
Implementation of four new data sources added to the eight existing ones&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/dspinellis/alexandria3k&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
Python, SQL, Unix command-line &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
&lt;br /&gt;
Diomidis Spinellis&lt;br /&gt;
&lt;br /&gt;
== MD-Attractor ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
MD-Attractor is an open-source project designed to serve as a unified aggregator for music-related data sourced from various music platforms such as Spotify, Deezer, Apple Music, and more.&lt;br /&gt;
&lt;br /&gt;
The primary objective of this project is to provide a centralized hub for collecting and  analyzing data from diverse media sources, offering users a comprehensive view of diverse music data sources.&lt;br /&gt;
&lt;br /&gt;
===== Expected Results.  =====&lt;br /&gt;
1. An extension of data sources and usage parameters. 2. Metadata artists and song analysis option. 3  Creation of artist&#039;s ego-networks and similarity component.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Depending on the proposal&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/sfendourakis/MD-Attractor&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
&lt;br /&gt;
Python, APIs, Visualization &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
&lt;br /&gt;
Panagiotis Sfendourakis, Elektra Bilali Simou&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Exploring and Abstracting Triplestore Alternatives ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
&lt;br /&gt;
==== Objective ====&lt;br /&gt;
The primary objective of this project is to explore, analyze, and abstract various triplestore alternatives. The project aims to provide young programmers with a comprehensive understanding of different back-end alternatives that allow for storing data in triple format, commonly known as triplestores.&lt;br /&gt;
&lt;br /&gt;
==== Background ====&lt;br /&gt;
Triplestores are a type of database specialized in storing triples, a data structure for representing information in a subject-predicate-object format. They are crucial in semantic web technologies, such as RDF, SPARQL, and OWL. However, there are numerous triplestore alternatives available, each with its own strengths and weaknesses.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
This project will involve a detailed exploration of various triplestore alternatives. The participants will perform rudimentary tests and benchmarks on these alternatives to understand their performance, scalability, and other key features.&lt;br /&gt;
&lt;br /&gt;
The ultimate goal is to develop a library that can act as an abstraction layer for these triplestore alternatives. This library will &amp;quot;hide&amp;quot; the underlying implementation, allowing developers to switch between different triplestores without changing their application code. This abstraction layer can be compared to a library abstracting various specific relational database management systems, all providing very similar functionality, like supporting SQL.&lt;br /&gt;
&lt;br /&gt;
==== Methodology ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Research:&#039;&#039; Identify and study various triplestore alternatives. Understand their architecture, features, and limitations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Testing:&#039;&#039; Perform rudimentary tests and benchmarks on the identified triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Analysis:&#039;&#039; Analyze the test results to understand the performance and scalability of each alternative.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Development:&#039;&#039; Develop an abstraction layer that can interface with the various triplestore alternatives.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Documentation:&#039;&#039; Document the findings and the usage of the developed library.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a well-documented library that can act as an abstraction layer for various triplestore alternatives. This will provide developers with the flexibility to choose the most suitable triplestore for their specific needs without having to modify their application code.&lt;br /&gt;
&lt;br /&gt;
==== Conclusion ====&lt;br /&gt;
This project will not only enhance the understanding of participants about triplestore alternatives but also equip them with the skills to develop an abstraction layer, thereby broadening their programming skills and knowledge.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Long (350 hours)&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
New project, no existing repo available.&lt;br /&gt;
&lt;br /&gt;
==== Information links ====&lt;br /&gt;
- [https://en.wikipedia.org/wiki/Triplestore Triplestore]&lt;br /&gt;
- [https://en.wikipedia.org/wiki/Semantic_triple Triples]&lt;br /&gt;
- [https://en.wikipedia.org/wiki/SPARQL Query language]&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Python (mandatory). Other programming languages like C, Go, Rust, Java, might prove useful.&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Alexios Zavras, TBD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Font Validator: A System for Quality Control of Digital Typefaces Containing Greek Characters ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
&lt;br /&gt;
==== Objective ====&lt;br /&gt;
The primary objective of this project is to develop a comprehensive set of tests for quality control on digital typefaces, with a particular focus on Greek characters. The project aims to ensure the consistency of typeface design, especially in terms of height, shape, composites, ascenders, descenders, spacing, and kerning between Latin and Greek characters.&lt;br /&gt;
&lt;br /&gt;
==== Background ====&lt;br /&gt;
Digital typefaces play a crucial role in the readability and aesthetics of digital content. However, inconsistencies in typeface design, especially between different scripts like Latin and Greek, can lead to visual discomfort and confusion. Quality control in digital typefaces is therefore essential to ensure a consistent and pleasant reading experience.&lt;br /&gt;
&lt;br /&gt;
==== Project Description ====&lt;br /&gt;
This project will involve the development of a series of tests using Font Bakery or a similar tool. These tests will compare the height and shape of similarly shaped Latin and Greek letters, such as Latin A and Greek Alpha.&lt;br /&gt;
&lt;br /&gt;
Further tests will be performed on composites, ascenders, descenders, spacing, and kerning between Latin and Greek characters. The goal is to identify any inconsistencies and provide recommendations for improvements.&lt;br /&gt;
&lt;br /&gt;
==== Methodology ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Research:&#039;&#039; Study the design principles of Latin and Greek typefaces. Identify the key parameters for comparison, such as height, shape, composites, ascenders, descenders, spacing, and kerning.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Test Development:&#039;&#039; Develop a series of tests using Font Bakery or a similar tool. These tests should be able to compare the identified parameters between Latin and Greek characters.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Testing:&#039;&#039; Perform the developed tests on a variety of digital typefaces.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Analysis:&#039;&#039; Analyze the test results to identify any inconsistencies in the design of Latin and Greek characters.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Recommendations:&#039;&#039; Based on the analysis, provide recommendations for improving the consistency of typeface design.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Documentation:&#039;&#039; Document the findings, the developed tests, and the recommendations.&lt;br /&gt;
&lt;br /&gt;
==== Expected Outcome ====&lt;br /&gt;
By the end of the project, we expect to have a comprehensive set of tests for quality control on digital typefaces, especially for Greek characters. These tests will help typeface designers and developers ensure the consistency of their designs, thereby improving the readability and aesthetics of digital content.&lt;br /&gt;
&lt;br /&gt;
==== Conclusion ====&lt;br /&gt;
This project will not only enhance the quality of digital typefaces but also contribute to the body of knowledge in the field of typeface design. It will provide valuable insights into the design principles of Latin and Greek characters and help ensure their consistency in digital typefaces.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Can be either short (175 hours) or long (350 hours), depending on the agreed-upon scope.&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
New project, no existing repo available.&lt;br /&gt;
&lt;br /&gt;
==== Information links ====&lt;br /&gt;
- [https://font-bakery.readthedocs.io/en/latest/ Font Bakery documentation]&lt;br /&gt;
- [https://github.com/fonttools/fontbakery Font Bakery source repo]&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Python, font technologies, understanding of Greek characters&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Irene Vlachou, Emilios Theofanous, Alexios Zavras&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Development and Enhancement of the Cloud-Based FOSSBot Platform  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
The evolution of the DIY robot kit for educators, initiated in GSoC 2019 with Christos Chronis, has significantly progressed over the years, culminating in a 3D printable, modular, and low-cost educational robot. Over the last five years, contributors from GSOC and the open source community have enriched this project with a programming stack compatible with Google Blockly, native Python through Monaco, and a Docker-based deployment system. At the same time, the initial DIY robot kit from GSOC 2019 transformed into the FOSSBot, and more educators understand and use this open-source solution to teach STEM.&lt;br /&gt;
&lt;br /&gt;
For GSoC 2023, the focus was on shifting the programming stack to the cloud, addressing issues like connectivity, updates, and the rising costs of Single Board Computers. Another notable addition was the web-based simulator, which allowed educators to test and use the robot virtually, reducing cost barriers and hardware requirements. In the following months, the platform will be available to all through the infrastructure of GFOSS, and at the same time, organized workshops will help make more people aware of the robot. Finally, in the last two years, two scientific publications were released, and the project started to attract the interest of the academic community.&lt;br /&gt;
&lt;br /&gt;
GSoC 2024 Objectives&lt;br /&gt;
&lt;br /&gt;
In 2024, our goal is to further enhance this cloud-based platform by:&lt;br /&gt;
&lt;br /&gt;
Performance Optimization: Improving both front-end and back-end performance for a seamless user experience.&lt;br /&gt;
Development of Cooperative Modes: Enabling multiple robots to interact and collaborate in shared tasks or scenarios, fostering teamwork and advanced programming skills.&lt;br /&gt;
Educator&#039;s Content Creation and Upload System: Developing a system where educators can create, share, and upload educational material, facilitating a dynamic and evolving educational environment.&lt;br /&gt;
Custom Scene Creation for Godot Simulator: Integrating an interface for creating new, customized scenes in the existing Godot-based simulator, enabling tailored educational experiences.&lt;br /&gt;
Platform Support for Physical Hardware: Introducing programming support for physical devices like the FOSSBot, Arduino, and MicroPython-supported microcontrollers, broadening the scope of practical applications and hands-on learning.&lt;br /&gt;
Continuous Integration and Deployment (CI/CD) Enhancements: Streamlining updates and maintenance through advanced GitHub automation and cloud deployment strategies.&lt;br /&gt;
Extensive Documentation: Ensuring comprehensive documentation to facilitate ease of use and adaptability for educators and developers.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results.  ====&lt;br /&gt;
A robust, cloud-based platform offering a wide range of educational and programming possibilities.&lt;br /&gt;
Enhanced user experience with improved performance and new features.&lt;br /&gt;
Greater accessibility and cost-effectiveness for educators worldwide.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ==== &lt;br /&gt;
https://github.com/eellak/gsoc2019-diyrobot&lt;br /&gt;
https://github.com/eellak/fossbot&lt;br /&gt;
https://github.com/chronis10/fossbot-app&lt;br /&gt;
https://github.com/eellak/fossbot-platform&lt;br /&gt;
https://github.com/eellak/fossbot-source&lt;br /&gt;
https://github.com/eellak/fossbot-web-simulator&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
React.js&lt;br /&gt;
Python&lt;br /&gt;
Flask API / FastAPI&lt;br /&gt;
SQLAlchemy&lt;br /&gt;
Godot (not mandatory)&lt;br /&gt;
JavaScript&lt;br /&gt;
Docker&lt;br /&gt;
Git&lt;br /&gt;
&lt;br /&gt;
==== Related publications ==== &lt;br /&gt;
Chronis  C., &amp;amp; Varlamis I. (2022). FOSSBot: An Open Source and Open Design Educational Robot. Electronics, 11(16), 2606. https://www.mdpi.com/2079-9292/11/16/2606&lt;br /&gt;
Kazazis G., Chronis C., Diou C. &amp;amp; Varlamis I. Development and evaluation of Reinforcement Learning models for the FOSSBot Open-Source educational robot, Pan-Hellenic Conference on Progress in Computing and Informatics, ACM 2023 (Under Publication)  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Christos Chronis, Iraklis Varlamis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enabling Apothesis to support atomic layer deposition and etching processes  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Αpothesis is an open source software for designing, simulating and analyzing deposition processes.  It is based on Kinetic Monte Carlo method and its two main components are the lattice (simple cubic, HPC etc) where particular processes (adsorption, desorption, surface rection and diffusion) are performed.  Up until now Apothesis has been used in various applications (see for example https://iopscience.iop.org/article/10.1088/1361-651X/ace276/meta). However, there is a lack of generalized software for atomic layer deposition/etching (ALD/ALE) processes. ALD/ALE are based on pulses performing  over sequentially over a certain period of time (see https://www.frontiersin.org/articles/10.3389/fphy.2021.631918/full for more details). That said, the purpose of this project is to enable Apothesis to handle ALD/ALE cases. For that, there various parts of Apothesis that need to be changed with the most basic being: &lt;br /&gt;
1. Enabling Apothesis to read the lattice from a file. Thus creating a generalized reader for hard copy lattices. &lt;br /&gt;
2. Creating the sequentially calls to simulate ALD/ALE processes. &lt;br /&gt;
3. Design the output of the ALD/ALE process. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expected Results.  ====&lt;br /&gt;
The results from a simple case of ALD in a simple cubic lattice. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
(350 hours).&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
C++, desing patters (factory pattern) and basic physics in deposition processes &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Cheimarios Nikolaos, Vissarion Fysikopoulos &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== eCodeOrama, an educational interactive flow visualization tool for mit scratch programs ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
The project will create a interactive tool to extract, visualize graphically and edit (to improve the presentation of) the layout of the flow of code in blocks / scripts in a mit scratch program and their interaction with any messages or other external events. The tool will use rules to decide on many layout parameters (e.g. the position of the code blocks in the layout, the colors used, etc) but the user will be able to overwrite the default choices. The presentation will be compatible with the codeOrama code layout specification.&lt;br /&gt;
The tool will also promote code understanding, especially to young students that use scratch, and will include debugging aids.&lt;br /&gt;
The students can use this flow to better visualize and understand their program, to explain it to others, to debug it and to design extensions and modifications.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
A tool to visualize and edit the layout of the event based script flow of a scratch program, keeping it compatible with the codeOrama code layout specification.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
350 hours&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
git@github.com:sarantos40/eCodeOrama.git&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
python, mit scratch, gui development&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Sarantos Kapidakis (sarantos.kapidakis@gmail.com), Chrysovalantis Sfyrakis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enhancement of SmAuto DSL and integration into HomeAssistant ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Smart environments are becoming quite popular in the home setting consisting of a broad range of connected devices. While offering a novel set of possibilities, this also contributes to the complexity of the environment, posing new challenges to allowing the full potential of a sensorized home to be made available to users. SmAuto is a Domain Specific Language (DSL) that enables users to program complex automation scenarios, for connected IoT devices in smart environments, that go beyond simple tasks. SmAuto lacks extra features like invocation of REST/MQTT services, time delays etc., thus it should be expanded towards this direction. Furthermore, HomeAssistant would benefit from the integration of a DSL like SMAuto for rapidly developing and deploying automations, using the entities existing in a smart environment.&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
In the context of this project, we desire to expand the SmAuto DSL with the following features: a) adding virtual entities, like REST calls and MQTT RPCs, so as for the automations to be able to access information from external services, b) incorporate auxiliary concepts like Delay, Conditions/Switches, or Compute nodes and c) generalize the language’s Condition concept. Furthermore, the integration of SmAuto and HomeAssistant should occur, by creating a new open-source HA plugin, where each user can declare SmAuto automations and deploy them locally in HA.&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
350 hours&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/robotics-4-all/smauto, https://www.home-assistant.io/&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
Required: Python, Software engineering, IoT concepts, Unix/Linux. Desired: Model Driven Engineering, HomeAssistant, Docker&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Konstantinos Panayiotou, Emmanouil Tsardoulias, Andreas Symeonidis&lt;br /&gt;
&lt;br /&gt;
== Creating a factory pattern for handling lattices in Apothesis.  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Apothesis is a generalized software for designing,  simulating and analyzing deposition processes. It is based on the kinetic Monte Carlo method. That said, it consists of  two main components; a lattice (e.g. simple cubic, HPC etc) and the processes (adsorption, desorption, diffusion and surface reactions) performed in this lattice. Currently, the lattices are hard coded inside Apothesis making it difficult to add new ones easily. This proposal is focuses on creating a factory pattern which be used as a guide for adding lattices in Apothesis. Then this will be used to incorporate 2D lattices (like graphene) inside Apothesis.&lt;br /&gt;
&lt;br /&gt;
==== Expected Results ====&lt;br /&gt;
The factory pattern source code and a simple example for incorporating a graphene lattice. &lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
350 hours&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/nixeimar/Apothesis&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
C++, design (factory pattern)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Nikolaos Cheimarios, Christina-Anna Gatsiou &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MyUni  ==&lt;br /&gt;
&lt;br /&gt;
==== Brief Explanation ====&lt;br /&gt;
Currently there is a University App called MyUoM for Greek universities in https://my.uom.gr/ (followed by an effort in University of West Attica, https://iam.uniwa.gr/. This app is official but it lacks features(e.g. login) and a proper backend with an architecture that will allow different implementations for Universities. In this project we want to add a CMS for info that is changing frequently and a backend that fetches realtime info from the official websites. We want to unify those efforts and make it easier for other universities to join.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Expected Results.  ====&lt;br /&gt;
1. We want to add Sanity CMS(https://www.sanity.io/) for data changing frequently. 2. Setup a backend that fetches information from official sources and static information(e.g. map images) to make the frontend lighter. 3. Rewrite in Typescript for maintainability&lt;br /&gt;
&lt;br /&gt;
Whoever is interested in talking with the initial core contributors can also find us on https://my.uom.gr/about and https://opensource.uom.gr to join our discord and follow us on social media.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Duration of the Project ====&lt;br /&gt;
Depending on the scope&lt;br /&gt;
&lt;br /&gt;
==== Related repositories ====&lt;br /&gt;
https://github.com/Open-Source-UoM/MyUoM&lt;br /&gt;
&lt;br /&gt;
==== Knowledge Prerequisites ====&lt;br /&gt;
React.js, Java(Spring Boot),Typescript, Next.js(Optional)&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
==== Mentors: ====&lt;br /&gt;
Anastasios Tsalmas tsalmanastasios@gmail.com&lt;br /&gt;
&lt;br /&gt;
== DIY IoT Physics Experiments for education ==&lt;br /&gt;
&lt;br /&gt;
====Brief Explanation====&lt;br /&gt;
&lt;br /&gt;
Remote physics experiments for students in all the educational levels are the second best to hands on experiments.  Especially for students who temporarily cannot attend school or in cases like the Covid-19 and the lockdowns. In many practical cases they are the only alternative, as they are available 24/7, they can involve dangerous materials or conditions, they can be accessed from anywhere and any device, they require less maintenance, have lower cost, can be easily modified, or arranged to perform another experiment, and are less probable to be damaged.  They are in line with the modern way of performing experiments, as it is desirable to have as less as possible direct contact with the experiments and use them on-line.  Examples include on-line telescopes and electronic microscopes.  This is possible due to the automation; data acquisition and manipulation of the experimental data is done using a computer or a microcomputer.  In this way students need not take pain stacking notes, especially for experiments that take a lot of time to collect data, sometimes days or months.  Students can concentrate on data processing, on the analysis of the results and arrive at scientific valid conclusions.  Our laboratory has set up many remote experiments and has experience of more than 10 years in designing, setting, and servicing remote experiments.  Our remote experiments are based on Arduino and readily available sensors and actuators. The aim of the present project is to design and implement a way to make the sensors and the actuators to form an IoT local network so that it will be easier to easily utilize them in different experiments and to build new experiments.  The IoT sensors and actuators will be DIY and based on open software.   The applicant will program the ESP8266 to receive data from the sensor and transmit the data through MQTT to ThingsBoard. Similarly for an actuator the ESP8266 will receive MQTT data from ThingsBoard. The applicant will prepare five DIY IoT sensors and five actuators. ThingsBoard will provide users with the visual representation of the data and the control of the experimental setup through dashboards.  The applicant will prepare five dashboards for five corresponding experiments.&lt;br /&gt;
&lt;br /&gt;
====Expected Results====&lt;br /&gt;
&lt;br /&gt;
At the end of the present GSoC project the open source for five IoT DIY sensors and five actuators will be designed and implemented.  Also, five Dashboards on the open source IoT platform ThingsBoard for five corresponding experiments will be designed and implemented.  A list of the electronic components, instructions for the assembly and documentation for the software will be prepared.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Duration of the Project====&lt;br /&gt;
Medium Size - 175 hours&lt;br /&gt;
&lt;br /&gt;
====Related Repositories====&lt;br /&gt;
&lt;br /&gt;
https://github.com/totheworld2004/DIY-Physics-IoT&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Knowledge Prerequisites====&lt;br /&gt;
How to program ESP8266, MQTT to transfer and receive data and design and implement Dashboards on a IoT platform&lt;br /&gt;
&lt;br /&gt;
====Mentors====&lt;br /&gt;
&lt;br /&gt;
Hariton Polatoglou and Panagiotis Koustoumpardis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Κατηγορία:GSOC2024]]&lt;br /&gt;
[[Κατηγορία:GSOC]]&lt;/div&gt;</summary>
		<author><name>Pkst</name></author>
	</entry>
</feed>