Code Monkey home page Code Monkey logo

cisuc_alive's Introduction

CISUC alive

Required data folder structure

data
├─ Events
│  ├─ EventA             # Folder name doesn't matter
│  │  ├─ info.txt        # This file is required
│  │  ├─ images          # A folder with one or more images is optional
│  │  │  ├─ img1.jpg
│  │  │  └─ img2.jpg
│  └─ EventB
│     └─ info.txt
├─ News
│  └─ ...                 # Same structure as /Events
├─ Pubs_Book_Chapter
│  ├─ PubA                # Folder name doesn't matter
│  │  ├─ info.txt         # This file is required
│  │  └─ foo.pdf          # A PDF file is required
│  └─ PubB
│     ├─ info.txt
│     └─ bar.pdf
├─ Pubs_Conference_Paper
│  └─ ...                 # Same structure as /Pubs_Chapter
├─ Pubs_Journal_Paper
│  └─ ...                 # Same structure as /Pubs_Chapter
└─ ...

Information file

Each content folder should contain inside a info.txt file with specific attributes.

Find below the attributes which are required or optional for each content category, as well as an example or template.

Publication

Required and optional attributes:

  • title (required)
  • authors (required)
  • year (required)
  • url (optional)

Example / template:

#title
Evotype: Evolutionary Type Design

#authors
Tiago Martins, João Correia, Ernesto Costa, Penousal Machado

#year
2015

#url
https://link.springer.com/chapter/10.1007/978-3-319-16498-4_13

News

Required and optional attributes:

  • header (required)
  • when (optional)
  • description (optional)
  • url (optional)

Example / template:

#header
1st LASI workshop on Smart Cities, Energy, and Mobility

#when
29th May 23

#description
The 1st LASI workshop on Smart Cities, Energy, and Mobility will take place on May 31st, in Room A.6.1 of the Department of Informatics Engineering, at 14h30.

#url
https://www.cisuc.uc.pt/en/1st-lasi-workshop-on-smart-cities-energy-and-mobility

Event

Required and optional attributes:

  • header (required)
  • when (required)
  • where (required)
  • description (optional)
  • url (optional)

Example / template:

#header
ALGO talks

#when
12th Mar 21

#where
Zoom room

#description
On 12 March, Pedro Matias, PhD student in Theoretical Computer Science at University of California, Irvine, will give a talk entitled "How to Catch Marathon Cheaters: New Approximation Algorithms for Tracking Paths" in the following zoom link: http://bit.ly/ALGOtalksPedroMatias.

ALGO talks is a seminar series organized by the ALGorithms and Optimization Lab, Adaptive Computation Group, CISUC and University of Coimbra.

#url
https://www.cisuc.uc.pt/en/1st-lasi-workshop-on-smart-cities-energy-and-mobility

Dependencies

The Python script data_parser.py requires the following packages installed:

  • pdf2image
  • Pillow

cisuc_alive's People

Contributors

tiagofmartins avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.