Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.1%) to scientific vocabulary
Keywords
Repository
Average and morph faces online http://webmorph.org/
Basic Info
- Host: GitHub
- Owner: debruine
- License: mit
- Language: JavaScript
- Default Branch: master
- Homepage: http://debruine.github.io/webmorph/
- Size: 118 MB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 6
- Releases: 2
Topics
Metadata Files
README.md
WebMorph
WebMorph is the online version of PsychoMorph, which was originally developed by Bernie Tiddeman. You can get the desktop version of PsychoMorph here http://users.aber.ac.uk/bpt/jpsychomorph/
WebMorph is developed by Lisa DeBruine at the Face Research Lab at the University of Glasgow.
How to install WebMorph on a local server
Set up Apache/PHP/MySQL/Tomcat (instructions below for OS X)
Apache/PHP
- Update the hosts file
bash sudo sed -i '' '$a\ 127.0.0.1 webmorph.test' /etc/hosts2. Update the httpd-vhosts.conf file (edit email and /path/to/webmorph below)bash sudo sed -i '' '$a\ \ <VirtualHost *:80>\ ServerAdmin email@email.org\ DocumentRoot "/path/to/webmorph"\ ServerName webmorph.test\ ErrorLog "/private/var/log/apache2/webmorph-error_log"\ CustomLog "/private/var/log/apache2/webmorph-access_log" common\ </VirtualHost>\ \ <IfModule mod_proxy.c>\ ProxyRequests On\ ProxyPreserveHost On\ ProxyStatus On\ ProxyPass /tomcat/ http://localhost:8080/\ ProxyPassReverse /tomcat/ http://localhost:8080/\ </IfModule>\ \ <Proxy *>\ Require host localhost\ </Proxy>' /etc/apache2/extra/httpd-vhosts.conf3. Make sure PHP is on. Open the httpd.conf file in your favourite editor (e.g.,sudo nano /etc/apache2/httpd.conf) and remove preceding # from "#LoadModule php5_module libexec/apache2/libphp5.so". 4. Restart Apachebash sudo apachectl restartMySQL
- Install Homebrew
bash ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"2. Install MariaDB (version of MySQL)bash brew install mariadb3. Set Mysql root user (edit password)bash mysqladmin -u root password 'mysecretpassword'4. Create database (update /path/to/webmorph below)bash mysql -u root -psql CREATE DATABASE psychomorph; USE psychomorph; \. /path/to/webmorph/resources/mysql/db.sql \. /path/to/webmorph/resources/mysql/tems.sqlTomcat
- Install Java JDK (1.8.x) ( http://www.oracle.com/technetwork/java/javase/downloads/ )
Install Tomcat 7.0.x in /usr/local/ ( https://tomcat.apache.org/download-70.cgi )
- Link your tomcat folder to /usr/local/tomcat, make shell scripts executable, and start as _www user
bash sudo ln -s /usr/local/apache-tomcat-7.0.54 /usr/local/tomcat sudo chmod +x /usr/local/tomcat/bin/*.sh sudo -u _www "/usr/local/tomcat/bin/startup.sh"'
Make a secure images folder (change /secure/path below to something outside your DocumentRoot
bash
mkdir /secure/path/images
sudo chown _www /secure/path/images
sudo chmod 777 /secure/path/images
Owner
- Name: Lisa DeBruine
- Login: debruine
- Kind: user
- Location: Glasgow, Scotland
- Company: University of Glasgow
- Website: https://debruine.github.io
- Repositories: 108
- Profile: https://github.com/debruine
Psych prof slowly morphing into an rstats dev
GitHub Events
Total
- Watch event: 1
- Fork event: 1
Last Year
- Watch event: 1
- Fork event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Lisa DeBruine | d****e@g****m | 54 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 6
- Total pull requests: 3
- Average time to close issues: about 1 month
- Average time to close pull requests: almost 2 years
- Total issue authors: 6
- Total pull request authors: 3
- Average comments per issue: 0.33
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- pet0408 (1)
- d-bohn (1)
- spressi (1)
- ronijya (1)
- debruine (1)
- bbstevens15 (1)
Pull Request Authors
- katrinleinweber (1)
- dependabot[bot] (1)
- tnhung2011 (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- commitplease 2.3.0 development
- grunt 0.4.5 development
- grunt-bowercopy 1.2.4 development
- grunt-cli 0.1.13 development
- grunt-compare-size 0.4.0 development
- grunt-contrib-concat 0.5.1 development
- grunt-contrib-csslint 0.5.0 development
- grunt-contrib-jshint 0.12.0 development
- grunt-contrib-qunit 1.0.1 development
- grunt-contrib-requirejs 0.4.4 development
- grunt-contrib-uglify 0.11.1 development
- grunt-git-authors 3.1.0 development
- grunt-html 6.0.0 development
- grunt-jscs 2.1.0 development
- load-grunt-tasks 3.4.0 development
- rimraf 2.5.1 development
- testswarm 1.1.0 development
- doctrine/annotations 1.2.* development
- jms/serializer 0.16.* development
- phpdocumentor/phpdocumentor 2.* development
- phpunit/phpunit 4.8.* development
- symfony/debug 2.8.* development
- symfony/filesystem 2.8.* development
- symfony/translation 2.8.* development
- symfony/yaml 2.8.* development
- zendframework/zend-cache 2.5.1 development
- zendframework/zend-config 2.5.1 development
- zendframework/zend-eventmanager 2.5.1 development
- zendframework/zend-filter 2.5.1 development
- zendframework/zend-i18n 2.5.1 development
- zendframework/zend-json 2.5.1 development
- zendframework/zend-math 2.5.1 development
- zendframework/zend-serializer 2.5.* development
- zendframework/zend-servicemanager 2.5.* development
- zendframework/zend-stdlib 2.5.1 development
- ext-ctype *
- php >=5.0.0
- cilex/cilex 1.1.0 development
- cilex/console-service-provider 1.0.0 development
- doctrine/annotations v1.2.7 development
- doctrine/instantiator 1.0.5 development
- doctrine/lexer v1.0.1 development
- erusev/parsedown 1.6.1 development
- herrera-io/json 1.0.3 development
- herrera-io/phar-update 1.0.3 development
- jms/metadata 1.6.0 development
- jms/parser-lib 1.0.0 development
- jms/serializer 0.16.0 development
- justinrainbow/json-schema 1.6.1 development
- kherge/version 1.0.1 development
- monolog/monolog 1.22.1 development
- nikic/php-parser v1.4.1 development
- phpcollection/phpcollection 0.5.0 development
- phpdocumentor/fileset 1.0.0 development
- phpdocumentor/graphviz 1.0.4 development
- phpdocumentor/phpdocumentor v2.9.0 development
- phpdocumentor/reflection 3.0.1 development
- phpdocumentor/reflection-docblock 2.0.4 development
- phpoption/phpoption 1.5.0 development
- phpspec/prophecy v1.7.0 development
- phpunit/php-code-coverage 2.2.4 development
- phpunit/php-file-iterator 1.4.2 development
- phpunit/php-text-template 1.2.1 development
- phpunit/php-timer 1.0.9 development
- phpunit/php-token-stream 1.4.11 development
- phpunit/phpunit 4.8.35 development
- phpunit/phpunit-mock-objects 2.3.8 development
- pimple/pimple v1.1.1 development
- psr/log 1.0.2 development
- sebastian/comparator 1.2.4 development
- sebastian/diff 1.4.1 development
- sebastian/environment 1.3.8 development
- sebastian/exporter 1.2.2 development
- sebastian/global-state 1.1.1 development
- sebastian/recursion-context 1.0.5 development
- sebastian/version 1.0.6 development
- seld/jsonlint 1.6.0 development
- symfony/config v2.8.18 development
- symfony/console v2.8.18 development
- symfony/debug v2.8.18 development
- symfony/event-dispatcher v2.8.18 development
- symfony/filesystem v2.8.18 development
- symfony/finder v2.8.18 development
- symfony/polyfill-mbstring v1.3.0 development
- symfony/process v2.8.18 development
- symfony/stopwatch v2.8.18 development
- symfony/translation v2.8.18 development
- symfony/validator v2.8.18 development
- symfony/yaml v2.8.18 development
- twig/twig v1.32.0 development
- zendframework/zend-cache 2.5.1 development
- zendframework/zend-config 2.5.1 development
- zendframework/zend-eventmanager 2.5.1 development
- zendframework/zend-filter 2.5.1 development
- zendframework/zend-i18n 2.5.1 development
- zendframework/zend-json 2.5.1 development
- zendframework/zend-math 2.5.1 development
- zendframework/zend-serializer 2.5.1 development
- zendframework/zend-servicemanager 2.5.1 development
- zendframework/zend-stdlib 2.5.1 development
- zetacomponents/base 1.9 development
- zetacomponents/document 1.3.1 development