Skip to content

msca-digital-finance

MSCA Digital Finance Website - Hugo static site migrated from Wix

View on GitHub


Information

Property Value
Language HTML
Stars 0
Forks 0
Watchers 0
Open Issues 4
License MIT License
Created 2025-12-01
Last Updated 2026-02-19
Last Push 2026-01-22
Contributors 1
Default Branch main
Visibility private

Datasets

This repository includes 81 dataset(s):

Dataset Format Size

| data | | 0.0 KB |

| all_discovered_urls.json | .json | 16.95 KB |

| asset_extraction_results.json | .json | 248.11 KB |

| cleanup_report.json | .json | 4.14 KB |

| content_audit_report.json | .json | 0.79 KB |

| content_verification_report.json | .json | 4.86 KB |

| deep_crawl_results.json | .json | 35.1 KB |

| eu_cordis_20251202.json | .json | 1.04 KB |

| eu_cordis_latest.json | .json | 1.04 KB |

| eu_project_data.json | .json | 5.04 KB |

| eu_publications_complete.json | .json | 11.19 KB |

| final_build_report.json | .json | 0.22 KB |

| final_verification_report.json | .json | 187.15 KB |

| image_check_report.json | .json | 0.2 KB |

| image_fix_final_report.json | .json | 0.68 KB |

| image_fix_report.json | .json | 0.16 KB |

| image_fix_summary.md | .md | 3.61 KB |

| image_mapping.json | .json | 46.86 KB |

| latest_sync_report.json | .json | 0.5 KB |

| link_check_report.json | .json | 3.89 KB |

| link_fix_results.json | .json | 793.03 KB |

| migration_report.html | .html | 29.42 KB |

| missing_pages_results.json | .json | 5.79 KB |

| navigation_report.json | .json | 0.14 KB |

| picture_audit_report.json | .json | 5.99 KB |

| retry_results.json | .json | 1.49 KB |

| scrape_progress.json | .json | 31.49 KB |

| screenshots | | 0.0 KB |

| about_desktop.png | .png | 239.15 KB |

| blog_desktop.png | .png | 412.12 KB |

| final_verification | | 0.0 KB |

| about.png | .png | 124.04 KB |

| blog.png | .png | 84.63 KB |

| events.png | .png | 95.48 KB |

| homepage.png | .png | 171.95 KB |

| modules.png | .png | 111.26 KB |

| partners.png | .png | 106.87 KB |

| people.png | .png | 181.73 KB |

| research.png | .png | 99.75 KB |

| homepage_desktop.png | .png | 148.99 KB |

| homepage_mobile.png | .png | 381.29 KB |

| partners_desktop.png | .png | 239.5 KB |

| partners_mobile.png | .png | 360.28 KB |

| people_desktop.png | .png | 605.54 KB |

| people_mobile.png | .png | 1337.19 KB |

| sidebar_layout | | 0.0 KB |

| about_desktop.png | .png | 125.27 KB |

| about_mobile.png | .png | 45.17 KB |

| events_desktop.png | .png | 105.99 KB |

| events_mobile.png | .png | 43.34 KB |

| homepage_desktop.png | .png | 102.57 KB |

| homepage_mobile.png | .png | 40.88 KB |

| people_desktop.png | .png | 192.91 KB |

| people_mobile.png | .png | 62.76 KB |

| research_desktop.png | .png | 50.85 KB |

| research_mobile.png | .png | 15.25 KB |

| training-events_desktop.png | .png | 136.38 KB |

| training-modules_desktop.png | .png | 470.11 KB |

| site_audit_report.json | .json | 1.53 KB |

| sync_history | | 0.0 KB |

| sync_20251202_145416.json | .json | 0.27 KB |

| sync_20251202_145546.json | .json | 2.81 KB |

| sync_20251202_145603.json | .json | 0.27 KB |

| sync_20251202_145746.json | .json | 0.27 KB |

| sync_20251202_153256.json | .json | 0.5 KB |

| sync_20251202_160008.json | .json | 0.5 KB |

| sync_state.json | .json | 110.38 KB |

| urls.json | .json | 92.73 KB |

| verification_report.txt | .txt | 0.53 KB |

| data | | 0.0 KB |

| members.json | .json | 150.5 KB |

| publications.json | .json | 282.93 KB |

| publications_2024_stats.json | .json | 1.35 KB |

| stats_2024.json | .json | 97.22 KB |

| stats_2025.json | .json | 103.41 KB |

| layout-review-v2.json | .json | 25.69 KB |

| layout-review.json | .json | 16.24 KB |

| index.json | .json | 0.26 KB |

| data | | 0.0 KB |

| stats_2024.json | .json | 97.22 KB |

| stats_2025.json | .json | 103.41 KB |

Reproducibility

This repository includes reproducibility tools:

  • Python requirements.txt

Status

  • Issues: Enabled
  • Wiki: Enabled
  • Pages: Enabled

README

MSCA Digital Finance Website

This repository contains the Hugo static site for the MSCA Digital Finance Industrial Doctoral Network, migrated from the original Wix website at digital-finance-msca.com.

About MSCA Digital Finance

The Industrial Doctoral Network in Digital Finance (DIGITAL) is an EU-funded Marie Sklodowska-Curie Action (Grant Agreement No. 101119635) that brings together:

  • 8 leading European universities
  • 3 major international corporations (Swedbank, Raiffeisen Bank, Deutsche Bank)
  • 3 SMEs
  • 3 research centres (Athena, EIT Digital, Fraunhofer)
  • 2 intergovernmental agencies (European Central Bank, Bank for International Settlements)

The network trains 17 PhD researchers in digital finance, focusing on AI, machine learning, and data science applications in the financial sector.

Project Structure

msca-digital-finance/
├── content/                 # Hugo content (markdown files)
│   ├── _index.md           # Homepage
│   ├── people/             # Team member profiles
│   ├── partners/           # Partner organizations
│   ├── blog/               # News and blog posts
│   ├── training-modules/   # Training module descriptions
│   ├── training-events/    # Training event information
│   └── events/             # Event registrations
├── static/
│   ├── css/                # Stylesheets
│   └── images/             # Downloaded images
├── layouts/                # Hugo templates
├── scripts/                # Migration scripts
├── data/                   # Scraped data and URLs
└── .github/workflows/      # GitHub Actions for deployment

Development

Prerequisites

  • Hugo (extended version recommended)
  • Python 3.8+ (for migration scripts)

Local Development

# Clone the repository
git clone https://github.com/Digital-AI-Finance/msca-digital-finance.git
cd msca-digital-finance

# Start Hugo development server
hugo server -D

# Build for production
hugo --minify

Migration Scripts

The scripts/ directory contains Python scripts used to migrate content from the original Wix site:

  1. 01_discover_urls.py - Discovers all URLs from sitemaps
  2. 02_scrape_content.py - Scrapes content using Playwright
  3. 03_download_images.py - Downloads all images locally
  4. 04_setup_hugo.py - Sets up Hugo configuration and templates
  5. 05_verify.py - Verifies migration completeness

To run the migration scripts:

cd scripts
pip install -r requirements.txt
playwright install chromium

python 01_discover_urls.py
python 02_scrape_content.py
python 03_download_images.py
python 04_setup_hugo.py
python 05_verify.py

Deployment

The site is automatically deployed to GitHub Pages when changes are pushed to the main branch via GitHub Actions.

Live Site: https://digital-ai-finance.github.io/msca-digital-finance/

License

Content copyright MSCA Digital Finance Consortium. Website template and migration scripts available under MIT License.

Contact

For questions about the MSCA Digital Finance project, please visit Contact Us.


This site was migrated from Wix using automated Python scripts and is hosted on GitHub Pages using Hugo.

Description

MSCA Digital Finance Website - Hugo static site migrated from Wix

Installation

git clone https://github.com/Digital-AI-Finance/msca-digital-finance.git
cd msca-digital-finance
pip install -r requirements.txt

Usage

See the repository contents for usage examples.


(c) Joerg Osterrieder 2025