Return to Life
Focused healing for injuries from months to years prior; focusing on alternative healings previously and a consideration on changes in the post-service environment.
Research Goals
- Determine Success Rates of previous treatment methods
- Hyperbaric
- Magnetic e-Resonance Therapy
- Psychedelic Medicine
- Determine linkage between type / magnitude of injury or repeat injuries in TBI Treatment
- Determine improvements of dosage and timing of Omega-3 supplementation
Program Success
- Decrease in symptoms over time while on protocol and after
- Improvement of quality of life
Videos
';
while (have_rows('videos')) : the_row();
$video_url = get_sub_field('video_url');
$video_id = '';
$thumb = '';
if (strpos($video_url, 'youtube.com') !== false || strpos($video_url, 'youtu.be') !== false) {
preg_match('/(?:youtube\.com\/watch\?v=|youtu\.be\/)([^&]+)/', $video_url, $matches);
$video_id = $matches[1] ?? '';
$thumb = 'https://img.youtube.com/vi/' . $video_id . '/maxresdefault.jpg';
$embed = 'https://www.youtube.com/embed/' . $video_id . '?autoplay=1';
} elseif (strpos($video_url, 'vimeo.com') !== false) {
preg_match('/vimeo\.com\/(\d+)/', $video_url, $matches);
$video_id = $matches[1] ?? '';
$thumb = 'https://vumbnail.com/' . $video_id . '.jpg';
$embed = 'https://player.vimeo.com/video/' . $video_id . '?autoplay=1';
}
if ($video_id) {
echo '
';
endif;
?>
';
echo '
';
echo '
';
}
endwhile;
echo '
×
Papers
';
foreach ($papers as $paper) :
$title = get_the_title($paper->ID);
$authors = get_field('authors', $paper->ID);
$pub_date = get_field('publication_date', $paper->ID);
$pdf = get_field('pdf', $paper->ID);
$abstract = get_field('abstract', $paper->ID);
echo '
';
endif;
?>';
echo '
';
endforeach;
echo ''; if ($pdf) { echo '' . esc_html($title) . ''; } else { echo esc_html($title); } echo '
'; if ($authors) { echo ' '; } if ($pub_date) { echo '' . esc_html($pub_date) . '
'; } if ($abstract) { echo '' . esc_html($abstract) . '
'; } echo '