Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom author order (IEEE template) #263

Merged
merged 5 commits into from
Dec 20, 2019
Merged

Custom author order (IEEE template) #263

merged 5 commits into from
Dec 20, 2019

Commits on Dec 12, 2019

  1. Add custom author order functionnality for wide author format (IEEE)

    The new yaml field is as follow :
    affiliation:
      author:
        - name: First
          mark: 1
        - name: Second
          mark: 2
        - name: Third
          mark: 1
      institution:
        - name: Institution 1
          mark: 1
        - name: Institution 2
          mark: 2
    
    This allows to separate authors of same affiliation while ordering them
    by importance.
    DunLug committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    c85e47d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91ad85c View commit details
    Browse the repository at this point in the history
  3. DESCRIPTION correction

    DunLug committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    e219446 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Update ieee skeleton

    DunLug committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    f7cfcc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Configuration menu
    Copy the full SHA
    b566f16 View commit details
    Browse the repository at this point in the history