Home Me Calendar Diagrams
Home About Me My Calendar My Diagrams My Garden Going Green My Research Activities My Research Publications

Christmas 2013 Holiday Status Message:

I am currently based at DANS in The Hague as a Visiting Fellow. Until the start of February 2014, I will be attending to my emails using a set of filters whose function can be summarised using the following pseudo-code. My apologies in advance if this system means your email is not attended to until February next year. NOTE: The algorithm may need to be tweaked over time to ensure it has the desired effect.

REPEAT
    CASE Email.To of
        'rda-tab@lists.rd-alliance.org': FiltertoFolder(1-Do/RDA-TAB);
        'plenary3@lists.rd-alliance.org': FiltertoFolder(1-Do/RDA-Plenary3);
        '*.bfe-inf.org': FiltertoFolder(1-Do/Belmont-Forum);
        'andrew.treloar@*monash.edu*': FiltertoFolder(4-Defer/UntilFeb2014)
        'ands-central@googlegroups.com': FiltertoFolder(4-Defer/UntilFeb2014)
    END;
    CASE Email.From
        '*.dans.knaw.nl': ForwardTo(andrew.treloar@dans.knaw.nl);
    END;
    CASE Email.Subject of
        '*[JIRA]*': FiltertoFolder(1-Do/ANDS-JIRA);
    END;
    FiltertoFolder(4-Defer/UntilFeb2014)
UNTIL Date = "02/02/2014"