/* Plugin Name: Faculty Videos Reading List Description: A plugin that allows users to curate a list of faculty videos and share them via a unique URL. Version: 1.0 Author: Your Name */ // Register custom post type for faculty videos function create_faculty_video_post_type() { register_post_type('faculty_videos', array( 'labels' => array( 'name' => __('Faculty Videos'), 'singular_name' => __('Faculty Video') ), 'public' => true, 'has_archive' => true, 'supports' => array('title', 'editor', 'thumbnail') ) ); } add_action('init', 'create_faculty_video_post_type'); // Enqueue frontend JavaScript and styles function enqueue_frontend_scripts() { wp_enqueue_script('reading-list-js', plugin_dir_url(__FILE__) . 'assets/js/reading-list.js', array('jquery'), '1.0', true); wp_enqueue_style('reading-list-css', plugin_dir_url(__FILE__) . 'assets/css/reading-list.css'); } add_action('wp_enqueue_scripts', 'enqueue_frontend_scripts'); // Handle adding video to reading list via AJAX function add_to_reading_list() { // Logic for adding video to reading list (use session or database) wp_send_json_success(); } add_action('wp_ajax_add_to_reading_list', 'add_to_reading_list'); // Generate sharable URL for reading list function generate_sharable_reading_list_url() { // Logic for generating and storing a sharable reading list wp_send_json_success(array('url' => $unique_url)); } add_action('wp_ajax_generate_reading_list_url', 'generate_sharable_reading_list_url'); The swerve: How childhood bilingualism changed from liability to benefit | Faculti

The swerve: How childhood bilingualism changed from liability to benefit

Early research that relied on standardized assessments of intelligence reported negative effects of bilingualism for children, but a study by Peal and Lambert (1962) reported better performance by bilingual than monolingual children on verbal and nonverbal intelligence tests. Ellen Bialystok discusses results, which are different from those reported by Peal and Lambert, used to reinterpret their findings in terms of the sociolinguistic, political, and cultural context in which the Peal and Lambert study was conducted and the relevance of those factors for all developmental research. 

Read the Study

Image courtesy of interviewee. May 9, 2023

Log-in or Sign-up to Faculti
Currently viewing this subject insight as a guest. You have insight(s) remaining for this month. Login to view 8000+ figures on the platform.
Copyright © Faculti Media Limited 2013 - 2024. All rights reserved.

Guide

Platform and Category Pages

Browse 8000+ figures on the platform by subject or sub-category using our top menu or search bar.

Video Pages

Use Workspace to generate Interactive transcripts, Related Studies, AI Chat, Multi-language translations, Key points and quotes, and more.

Contact Us

For all queries, please contact our switchboard at:

UK/EUR: 0330 043 0655

USA: 18335826650

The switchboard is open from Monday to Friday during working hours (9am to 6pm). We recommend calling us for a more immediate response.

Email:

We aim to respond to emails within 1 working day.

Submit Support Ticket

Click here to submit a support ticket

FAQs

What is Faculti?

Faculti is a research, policy and scholarship streaming platform, set up by a former school teacher, that covers 8000 academics annually across 20 subjects, across the world. The aim is to interview academics and policy makers discussing their research or analysis without any journalistic influence or bias. More here

How do you select interviews?

Team of editors across all the main disciplines select publications along a three-pronged approach: 1. Most cited and latest in each subject 2. Internal audience website data 3. Publisher Partners suggestions eg Taylor and Francis, Princeton University Press, they suggest what to cover.

Interview Process

All questions sent in advance by 4-5 days. Interview undertaken on Zoom, Webex or phone. Journalist checks for framing, lighting, sound. Journalist interviews you, asks follow-ups, retakes. Raw footage enters editing cycle.

Accessibility Options

Contrast Adjustment

Text Size Adjustment

Text Spacing Adjustment

Line Height Adjustment

Cursor Size Adjustment

Page Structure Options

error: