Skip to content

Instantly share code, notes, and snippets.

View mjwen's full-sized avatar

Mingjian Wen mjwen

View GitHub Profile
@mjwen
mjwen / install_tmap.sh
Last active October 29, 2024 13:08
Install TMAP on macOS
#!/usr/bin/env bash
# This script builds and installs TMAP (https://github.com/reymond-group/tmap).
# Particully, this aims at ARM macOS, for which no official binary is provided.
# Requires:
# Conda is needed to obtain the prerequisites: cmake and openmp.
# To install:
# Place this script in a directory where you want to store the TMAP repo, then
@mjwen
mjwen / co_authors_v3.py
Created June 16, 2022 03:32 — forked from computron/co_authors_v3.py
A script to automatically generate a list of co-authors / collaborators using the Scopus database - now with year of last collaboration
"""
OVERVIEW: This script will automatically export a list of all your co-authors and
their institutions to an Excel file based on information already in the Scopus database.
LIMITATIONS:
1. Only up to 150 collaborators are supported by Scopus.
2. Sometimes, you want to filter by collaborators for only the last 4 years. Unfortunately, there
is no simple way to do this up front, but by enabling the years option you can filter at the end.
INSTRUCTIONS (these are actually important!):